Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit d839e79

Browse files
authored
Update generated code. (#328)
Schema version: microsoftgraph/msgraph-metadata@ef182a1 Generator version: microsoft/kiota@b32cd8b1c
1 parent df0af98 commit d839e79

File tree

11,302 files changed

+171786
-12795
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

11,302 files changed

+171786
-12795
lines changed

src/generated/Admin/AdminRequestBuilder.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// <auto-generated/>
12
using ApiSdk.Admin.Edge;
23
using ApiSdk.Admin.ServiceAnnouncement;
34
using ApiSdk.Admin.Sharepoint;
@@ -205,6 +206,12 @@ public Command BuildSharepointNavCommand() {
205206
public AdminRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin{?%24select,%24expand}", pathParameters) {
206207
}
207208
/// <summary>
209+
/// Instantiates a new AdminRequestBuilder and sets the default values.
210+
/// </summary>
211+
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
212+
public AdminRequestBuilder(string rawUrl) : base("{+baseurl}/admin{?%24select,%24expand}", rawUrl) {
213+
}
214+
/// <summary>
208215
/// Get admin
209216
/// </summary>
210217
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

src/generated/Admin/Edge/EdgeRequestBuilder.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// <auto-generated/>
12
using ApiSdk.Admin.Edge.InternetExplorerMode;
23
using ApiSdk.Models.ODataErrors;
34
using ApiSdk.Models;
@@ -182,6 +183,12 @@ public Command BuildPatchCommand() {
182183
public EdgeRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge{?%24select,%24expand}", pathParameters) {
183184
}
184185
/// <summary>
186+
/// Instantiates a new EdgeRequestBuilder and sets the default values.
187+
/// </summary>
188+
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
189+
public EdgeRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge{?%24select,%24expand}", rawUrl) {
190+
}
191+
/// <summary>
185192
/// Delete navigation property edge for admin
186193
/// </summary>
187194
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

src/generated/Admin/Edge/InternetExplorerMode/InternetExplorerModeRequestBuilder.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// <auto-generated/>
12
using ApiSdk.Admin.Edge.InternetExplorerMode.SiteLists;
23
using ApiSdk.Models.ODataErrors;
34
using ApiSdk.Models;
@@ -184,6 +185,12 @@ public Command BuildSiteListsNavCommand() {
184185
public InternetExplorerModeRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode{?%24select,%24expand}", pathParameters) {
185186
}
186187
/// <summary>
188+
/// Instantiates a new InternetExplorerModeRequestBuilder and sets the default values.
189+
/// </summary>
190+
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
191+
public InternetExplorerModeRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode{?%24select,%24expand}", rawUrl) {
192+
}
193+
/// <summary>
187194
/// Delete navigation property internetExplorerMode for admin
188195
/// </summary>
189196
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Count/CountRequestBuilder.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// <auto-generated/>
12
using ApiSdk.Models.ODataErrors;
23
using Microsoft.Kiota.Abstractions.Serialization;
34
using Microsoft.Kiota.Abstractions;
@@ -58,6 +59,12 @@ public Command BuildGetCommand() {
5859
public CountRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/$count{?%24search,%24filter}", pathParameters) {
5960
}
6061
/// <summary>
62+
/// Instantiates a new CountRequestBuilder and sets the default values.
63+
/// </summary>
64+
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
65+
public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/$count{?%24search,%24filter}", rawUrl) {
66+
}
67+
/// <summary>
6168
/// Get the number of the resource
6269
/// </summary>
6370
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/BrowserSiteListItemRequestBuilder.cs

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// <auto-generated/>
12
using ApiSdk.Admin.Edge.InternetExplorerMode.SiteLists.Item.Publish;
23
using ApiSdk.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies;
34
using ApiSdk.Admin.Edge.InternetExplorerMode.SiteLists.Item.Sites;
@@ -23,11 +24,11 @@ namespace ApiSdk.Admin.Edge.InternetExplorerMode.SiteLists.Item {
2324
public class BrowserSiteListItemRequestBuilder : BaseCliRequestBuilder {
2425
/// <summary>
2526
/// Delete a browserSiteList object.
26-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0" />
27+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0" />
2728
/// </summary>
2829
public Command BuildDeleteCommand() {
2930
var command = new Command("delete");
30-
command.Description = "Delete a browserSiteList object.\n\nFind more info here:\n https://docs.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0";
31+
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";
3132
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
3233
};
3334
browserSiteListIdOption.IsRequired = true;
@@ -57,11 +58,11 @@ public Command BuildDeleteCommand() {
5758
}
5859
/// <summary>
5960
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources.
60-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0" />
61+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0" />
6162
/// </summary>
6263
public Command BuildGetCommand() {
6364
var command = new Command("get");
64-
command.Description = "Get a browserSiteList that contains browserSite and browserSharedCookie resources.\n\nFind more info here:\n https://docs.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0";
65+
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";
6566
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
6667
};
6768
browserSiteListIdOption.IsRequired = true;
@@ -119,11 +120,11 @@ public Command BuildGetCommand() {
119120
}
120121
/// <summary>
121122
/// Update the properties of a browserSiteList object.
122-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0" />
123+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0" />
123124
/// </summary>
124125
public Command BuildPatchCommand() {
125126
var command = new Command("patch");
126-
command.Description = "Update the properties of a browserSiteList object.\n\nFind more info here:\n https://docs.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0";
127+
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";
127128
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
128129
};
129130
browserSiteListIdOption.IsRequired = true;
@@ -247,6 +248,12 @@ public Command BuildSitesNavCommand() {
247248
public BrowserSiteListItemRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}{?%24select,%24expand}", pathParameters) {
248249
}
249250
/// <summary>
251+
/// Instantiates a new BrowserSiteListItemRequestBuilder and sets the default values.
252+
/// </summary>
253+
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
254+
public BrowserSiteListItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}{?%24select,%24expand}", rawUrl) {
255+
}
256+
/// <summary>
250257
/// Delete a browserSiteList object.
251258
/// </summary>
252259
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishPostRequestBody.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// <auto-generated/>
12
using ApiSdk.Models;
23
using Microsoft.Kiota.Abstractions.Serialization;
34
using System.Collections.Generic;

src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishRequestBuilder.cs

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// <auto-generated/>
12
using ApiSdk.Models.ODataErrors;
23
using ApiSdk.Models;
34
using Microsoft.Kiota.Abstractions.Serialization;
@@ -20,11 +21,11 @@ namespace ApiSdk.Admin.Edge.InternetExplorerMode.SiteLists.Item.Publish {
2021
public class PublishRequestBuilder : BaseCliRequestBuilder {
2122
/// <summary>
2223
/// Publish the specified browserSiteList for devices to download.
23-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-1.0" />
24+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-1.0" />
2425
/// </summary>
2526
public Command BuildPostCommand() {
2627
var command = new Command("post");
27-
command.Description = "Publish the specified browserSiteList for devices to download.\n\nFind more info here:\n https://docs.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-1.0";
28+
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";
2829
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
2930
};
3031
browserSiteListIdOption.IsRequired = true;
@@ -83,6 +84,12 @@ public Command BuildPostCommand() {
8384
public PublishRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/publish", pathParameters) {
8485
}
8586
/// <summary>
87+
/// Instantiates a new PublishRequestBuilder and sets the default values.
88+
/// </summary>
89+
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
90+
public PublishRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/publish", rawUrl) {
91+
}
92+
/// <summary>
8693
/// Publish the specified browserSiteList for devices to download.
8794
/// </summary>
8895
/// <param name="body">The request body</param>

src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Count/CountRequestBuilder.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// <auto-generated/>
12
using ApiSdk.Models.ODataErrors;
23
using Microsoft.Kiota.Abstractions.Serialization;
34
using Microsoft.Kiota.Abstractions;
@@ -64,6 +65,12 @@ public Command BuildGetCommand() {
6465
public CountRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/$count{?%24search,%24filter}", pathParameters) {
6566
}
6667
/// <summary>
68+
/// Instantiates a new CountRequestBuilder and sets the default values.
69+
/// </summary>
70+
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
71+
public CountRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/$count{?%24search,%24filter}", rawUrl) {
72+
}
73+
/// <summary>
6774
/// Get the number of the resource
6875
/// </summary>
6976
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

src/generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/SharedCookies/Item/BrowserSharedCookieItemRequestBuilder.cs

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// <auto-generated/>
12
using ApiSdk.Models.ODataErrors;
23
using ApiSdk.Models;
34
using Microsoft.Kiota.Abstractions.Serialization;
@@ -20,11 +21,11 @@ namespace ApiSdk.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.It
2021
public class BrowserSharedCookieItemRequestBuilder : BaseCliRequestBuilder {
2122
/// <summary>
2223
/// Delete a browserSharedCookie from a browserSiteList.
23-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0" />
24+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0" />
2425
/// </summary>
2526
public Command BuildDeleteCommand() {
2627
var command = new Command("delete");
27-
command.Description = "Delete a browserSharedCookie from a browserSiteList.\n\nFind more info here:\n https://docs.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0";
28+
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";
2829
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
2930
};
3031
browserSiteListIdOption.IsRequired = true;
@@ -60,11 +61,11 @@ public Command BuildDeleteCommand() {
6061
}
6162
/// <summary>
6263
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
63-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0" />
64+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0" />
6465
/// </summary>
6566
public Command BuildGetCommand() {
6667
var command = new Command("get");
67-
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://docs.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0";
68+
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";
6869
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
6970
};
7071
browserSiteListIdOption.IsRequired = true;
@@ -128,11 +129,11 @@ public Command BuildGetCommand() {
128129
}
129130
/// <summary>
130131
/// Update the properties of a browserSharedCookie object.
131-
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0" />
132+
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0" />
132133
/// </summary>
133134
public Command BuildPatchCommand() {
134135
var command = new Command("patch");
135-
command.Description = "Update the properties of a browserSharedCookie object.\n\nFind more info here:\n https://docs.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0";
136+
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";
136137
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
137138
};
138139
browserSiteListIdOption.IsRequired = true;
@@ -197,6 +198,12 @@ public Command BuildPatchCommand() {
197198
public BrowserSharedCookieItemRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/{browserSharedCookie%2Did}{?%24select,%24expand}", pathParameters) {
198199
}
199200
/// <summary>
201+
/// Instantiates a new BrowserSharedCookieItemRequestBuilder and sets the default values.
202+
/// </summary>
203+
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
204+
public BrowserSharedCookieItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/{browserSharedCookie%2Did}{?%24select,%24expand}", rawUrl) {
205+
}
206+
/// <summary>
200207
/// Delete a browserSharedCookie from a browserSiteList.
201208
/// </summary>
202209
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

0 commit comments

Comments
 (0)