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

Commit 20e6606

Browse files
authored
Update generated code. (#301)
* Update generated code. Schema version: microsoftgraph/msgraph-metadata@452f3ac Generator version: microsoft/kiota@8d3e38c
1 parent fe92c9d commit 20e6606

File tree

3,137 files changed

+34618
-79493
lines changed

Some content is hidden

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

3,137 files changed

+34618
-79493
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"tool": "Credential Scanner",
3+
"suppressions": [
4+
{
5+
"file": "SynchronizationSecret.cs",
6+
"_justification": "False positive."
7+
}
8+
]
9+
}

.azure-pipelines/templates/compliance-checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ steps:
4040
inputs:
4141
scanFolder: '$(Build.SourcesDirectory)\src'
4242
debugMode: false
43+
suppressionsFile: $(System.DefaultWorkingDirectory)/.azure-pipelines/config/CredScanSuppressions.json
4344
verboseOutput: true
4445

4546
- ${{ if eq(parameters.scanBinary, true) }}:

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

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ namespace ApiSdk.Admin.Edge.InternetExplorerMode.SiteLists.Item {
2222
/// </summary>
2323
public class BrowserSiteListItemRequestBuilder : BaseCliRequestBuilder {
2424
/// <summary>
25-
/// Delete navigation property siteLists for admin
25+
/// 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" />
2627
/// </summary>
2728
public Command BuildDeleteCommand() {
2829
var command = new Command("delete");
29-
command.Description = "Delete navigation property siteLists for admin";
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";
3031
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
3132
};
3233
browserSiteListIdOption.IsRequired = true;
@@ -55,11 +56,12 @@ public Command BuildDeleteCommand() {
5556
return command;
5657
}
5758
/// <summary>
58-
/// A collection of site lists to support Internet Explorer mode.
59+
/// 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" />
5961
/// </summary>
6062
public Command BuildGetCommand() {
6163
var command = new Command("get");
62-
command.Description = "A collection of site lists to support Internet Explorer mode.";
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";
6365
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
6466
};
6567
browserSiteListIdOption.IsRequired = true;
@@ -116,11 +118,12 @@ public Command BuildGetCommand() {
116118
return command;
117119
}
118120
/// <summary>
119-
/// Update the navigation property siteLists in admin
121+
/// 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" />
120123
/// </summary>
121124
public Command BuildPatchCommand() {
122125
var command = new Command("patch");
123-
command.Description = "Update the navigation property siteLists in admin";
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";
124127
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
125128
};
126129
browserSiteListIdOption.IsRequired = true;
@@ -244,7 +247,7 @@ public Command BuildSitesNavCommand() {
244247
public BrowserSiteListItemRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}{?%24select,%24expand}", pathParameters) {
245248
}
246249
/// <summary>
247-
/// Delete navigation property siteLists for admin
250+
/// Delete a browserSiteList object.
248251
/// </summary>
249252
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
250253
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -269,7 +272,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
269272
return requestInfo;
270273
}
271274
/// <summary>
272-
/// A collection of site lists to support Internet Explorer mode.
275+
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources.
273276
/// </summary>
274277
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
275278
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -295,7 +298,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<Br
295298
return requestInfo;
296299
}
297300
/// <summary>
298-
/// Update the navigation property siteLists in admin
301+
/// Update the properties of a browserSiteList object.
299302
/// </summary>
300303
/// <param name="body">The request body</param>
301304
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -323,7 +326,7 @@ public RequestInformation ToPatchRequestInformation(BrowserSiteList body, Action
323326
return requestInfo;
324327
}
325328
/// <summary>
326-
/// A collection of site lists to support Internet Explorer mode.
329+
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources.
327330
/// </summary>
328331
public class BrowserSiteListItemRequestBuilderGetQueryParameters {
329332
/// <summary>Expand related entities</summary>

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ namespace ApiSdk.Admin.Edge.InternetExplorerMode.SiteLists.Item.Publish {
1919
/// </summary>
2020
public class PublishRequestBuilder : BaseCliRequestBuilder {
2121
/// <summary>
22-
/// Invoke action publish
22+
/// 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" />
2324
/// </summary>
2425
public Command BuildPostCommand() {
2526
var command = new Command("post");
26-
command.Description = "Invoke action publish";
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";
2728
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
2829
};
2930
browserSiteListIdOption.IsRequired = true;
@@ -82,7 +83,7 @@ public Command BuildPostCommand() {
8283
public PublishRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/publish", pathParameters) {
8384
}
8485
/// <summary>
85-
/// Invoke action publish
86+
/// Publish the specified browserSiteList for devices to download.
8687
/// </summary>
8788
/// <param name="body">The request body</param>
8889
/// <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 & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ namespace ApiSdk.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.It
1919
/// </summary>
2020
public class BrowserSharedCookieItemRequestBuilder : BaseCliRequestBuilder {
2121
/// <summary>
22-
/// Delete navigation property sharedCookies for admin
22+
/// 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" />
2324
/// </summary>
2425
public Command BuildDeleteCommand() {
2526
var command = new Command("delete");
26-
command.Description = "Delete navigation property sharedCookies for admin";
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";
2728
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
2829
};
2930
browserSiteListIdOption.IsRequired = true;
@@ -58,11 +59,12 @@ public Command BuildDeleteCommand() {
5859
return command;
5960
}
6061
/// <summary>
61-
/// A collection of shared cookies defined for the site list.
62+
/// 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" />
6264
/// </summary>
6365
public Command BuildGetCommand() {
6466
var command = new Command("get");
65-
command.Description = "A collection of shared cookies defined for the site list.";
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";
6668
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
6769
};
6870
browserSiteListIdOption.IsRequired = true;
@@ -125,11 +127,12 @@ public Command BuildGetCommand() {
125127
return command;
126128
}
127129
/// <summary>
128-
/// Update the navigation property sharedCookies in admin
130+
/// 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" />
129132
/// </summary>
130133
public Command BuildPatchCommand() {
131134
var command = new Command("patch");
132-
command.Description = "Update the navigation property sharedCookies in admin";
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";
133136
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
134137
};
135138
browserSiteListIdOption.IsRequired = true;
@@ -194,7 +197,7 @@ public Command BuildPatchCommand() {
194197
public BrowserSharedCookieItemRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/{browserSharedCookie%2Did}{?%24select,%24expand}", pathParameters) {
195198
}
196199
/// <summary>
197-
/// Delete navigation property sharedCookies for admin
200+
/// Delete a browserSharedCookie from a browserSiteList.
198201
/// </summary>
199202
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
200203
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -219,7 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
219222
return requestInfo;
220223
}
221224
/// <summary>
222-
/// A collection of shared cookies defined for the site list.
225+
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
223226
/// </summary>
224227
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
225228
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -245,7 +248,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<Br
245248
return requestInfo;
246249
}
247250
/// <summary>
248-
/// Update the navigation property sharedCookies in admin
251+
/// Update the properties of a browserSharedCookie object.
249252
/// </summary>
250253
/// <param name="body">The request body</param>
251254
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -273,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(BrowserSharedCookie body, Ac
273276
return requestInfo;
274277
}
275278
/// <summary>
276-
/// A collection of shared cookies defined for the site list.
279+
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
277280
/// </summary>
278281
public class BrowserSharedCookieItemRequestBuilderGetQueryParameters {
279282
/// <summary>Expand related entities</summary>

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@ public Command BuildCountNavCommand() {
4747
return command;
4848
}
4949
/// <summary>
50-
/// Create new navigation property to sharedCookies for admin
50+
/// Create a new browserSharedCookie object in a browserSiteList.
51+
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0" />
5152
/// </summary>
5253
public Command BuildCreateCommand() {
5354
var command = new Command("create");
54-
command.Description = "Create new navigation property to sharedCookies for admin";
55+
command.Description = "Create a new browserSharedCookie object in a browserSiteList.\n\nFind more info here:\n https://docs.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0";
5556
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
5657
};
5758
browserSiteListIdOption.IsRequired = true;
@@ -104,11 +105,12 @@ public Command BuildCreateCommand() {
104105
return command;
105106
}
106107
/// <summary>
107-
/// A collection of shared cookies defined for the site list.
108+
/// Get a list of the browserSharedCookie objects and their properties.
109+
/// Find more info here <see href="https://docs.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0" />
108110
/// </summary>
109111
public Command BuildListCommand() {
110112
var command = new Command("list");
111-
command.Description = "A collection of shared cookies defined for the site list.";
113+
command.Description = "Get a list of the browserSharedCookie objects and their properties.\n\nFind more info here:\n https://docs.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0";
112114
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
113115
};
114116
browserSiteListIdOption.IsRequired = true;
@@ -220,7 +222,7 @@ public Command BuildListCommand() {
220222
public SharedCookiesRequestBuilder(Dictionary<string, object> pathParameters) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", pathParameters) {
221223
}
222224
/// <summary>
223-
/// A collection of shared cookies defined for the site list.
225+
/// Get a list of the browserSharedCookie objects and their properties.
224226
/// </summary>
225227
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
226228
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -246,7 +248,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<Sh
246248
return requestInfo;
247249
}
248250
/// <summary>
249-
/// Create new navigation property to sharedCookies for admin
251+
/// Create a new browserSharedCookie object in a browserSiteList.
250252
/// </summary>
251253
/// <param name="body">The request body</param>
252254
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -274,7 +276,7 @@ public RequestInformation ToPostRequestInformation(BrowserSharedCookie body, Act
274276
return requestInfo;
275277
}
276278
/// <summary>
277-
/// A collection of shared cookies defined for the site list.
279+
/// Get a list of the browserSharedCookie objects and their properties.
278280
/// </summary>
279281
public class SharedCookiesRequestBuilderGetQueryParameters {
280282
/// <summary>Include count of items</summary>

0 commit comments

Comments
 (0)