Skip to content

Commit 0908f3c

Browse files
andrueastmanMicrosoft Graph DevX Tooling
and
Microsoft Graph DevX Tooling
authored
Update generated files with build 129710 (#400)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
1 parent 0d1e973 commit 0908f3c

File tree

3,100 files changed

+12901
-12418
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,100 files changed

+12901
-12418
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ namespace ApiSdk.Admin.Edge.InternetExplorerMode.SiteLists.Item {
2323
/// </summary>
2424
public class BrowserSiteListItemRequestBuilder : BaseCliRequestBuilder {
2525
/// <summary>
26-
/// Delete a browserSiteList object. This API is available in the following national cloud deployments.
26+
/// Delete a browserSiteList object.
2727
/// Find more info here <see href="https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0" />
2828
/// </summary>
2929
public Command BuildDeleteCommand() {
3030
var command = new Command("delete");
31-
command.Description = "Delete a browserSiteList object. This API is available in the following national cloud deployments.\n\nFind more info here:\n https://learn.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";
3232
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
3333
};
3434
browserSiteListIdOption.IsRequired = true;
@@ -57,12 +57,12 @@ public Command BuildDeleteCommand() {
5757
return command;
5858
}
5959
/// <summary>
60-
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available in the following national cloud deployments.
60+
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources.
6161
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0" />
6262
/// </summary>
6363
public Command BuildGetCommand() {
6464
var command = new Command("get");
65-
command.Description = "Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available in the following national cloud deployments.\n\nFind more info here:\n https://learn.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";
6666
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
6767
};
6868
browserSiteListIdOption.IsRequired = true;
@@ -108,12 +108,12 @@ public Command BuildGetCommand() {
108108
return command;
109109
}
110110
/// <summary>
111-
/// Update the properties of a browserSiteList object. This API is available in the following national cloud deployments.
111+
/// Update the properties of a browserSiteList object.
112112
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0" />
113113
/// </summary>
114114
public Command BuildPatchCommand() {
115115
var command = new Command("patch");
116-
command.Description = "Update the properties of a browserSiteList object. This API is available in the following national cloud deployments.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0";
116+
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";
117117
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
118118
};
119119
browserSiteListIdOption.IsRequired = true;
@@ -235,7 +235,7 @@ public BrowserSiteListItemRequestBuilder(Dictionary<string, object> pathParamete
235235
public BrowserSiteListItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}{?%24select,%24expand}", rawUrl) {
236236
}
237237
/// <summary>
238-
/// Delete a browserSiteList object. This API is available in the following national cloud deployments.
238+
/// Delete a browserSiteList object.
239239
/// </summary>
240240
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
241241
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -251,7 +251,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
251251
return requestInfo;
252252
}
253253
/// <summary>
254-
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available in the following national cloud deployments.
254+
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources.
255255
/// </summary>
256256
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
257257
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -267,7 +267,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<Br
267267
return requestInfo;
268268
}
269269
/// <summary>
270-
/// Update the properties of a browserSiteList object. This API is available in the following national cloud deployments.
270+
/// Update the properties of a browserSiteList object.
271271
/// </summary>
272272
/// <param name="body">The request body</param>
273273
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -285,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(BrowserSiteList body, Action
285285
return requestInfo;
286286
}
287287
/// <summary>
288-
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available in the following national cloud deployments.
288+
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources.
289289
/// </summary>
290290
public class BrowserSiteListItemRequestBuilderGetQueryParameters {
291291
/// <summary>Expand related entities</summary>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ namespace ApiSdk.Admin.Edge.InternetExplorerMode.SiteLists.Item.Publish {
2020
/// </summary>
2121
public class PublishRequestBuilder : BaseCliRequestBuilder {
2222
/// <summary>
23-
/// Publish the specified browserSiteList for devices to download. This API is available in the following national cloud deployments.
23+
/// Publish the specified browserSiteList for devices to download.
2424
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-1.0" />
2525
/// </summary>
2626
public Command BuildPostCommand() {
2727
var command = new Command("post");
28-
command.Description = "Publish the specified browserSiteList for devices to download. This API is available in the following national cloud deployments.\n\nFind more info here:\n https://learn.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";
2929
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
3030
};
3131
browserSiteListIdOption.IsRequired = true;
@@ -82,7 +82,7 @@ public PublishRequestBuilder(Dictionary<string, object> pathParameters) : base("
8282
public PublishRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/publish", rawUrl) {
8383
}
8484
/// <summary>
85-
/// Publish the specified browserSiteList for devices to download. This API is available in the following national cloud deployments.
85+
/// Publish the specified browserSiteList for devices to download.
8686
/// </summary>
8787
/// <param name="body">The request body</param>
8888
/// <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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ namespace ApiSdk.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.It
2020
/// </summary>
2121
public class BrowserSharedCookieItemRequestBuilder : BaseCliRequestBuilder {
2222
/// <summary>
23-
/// Delete a browserSharedCookie from a browserSiteList. This API is available in the following national cloud deployments.
23+
/// Delete a browserSharedCookie from a browserSiteList.
2424
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0" />
2525
/// </summary>
2626
public Command BuildDeleteCommand() {
2727
var command = new Command("delete");
28-
command.Description = "Delete a browserSharedCookie from a browserSiteList. This API is available in the following national cloud deployments.\n\nFind more info here:\n https://learn.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";
2929
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
3030
};
3131
browserSiteListIdOption.IsRequired = true;
@@ -60,12 +60,12 @@ public Command BuildDeleteCommand() {
6060
return command;
6161
}
6262
/// <summary>
63-
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode. This API is available in the following national cloud deployments.
63+
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
6464
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0" />
6565
/// </summary>
6666
public Command BuildGetCommand() {
6767
var command = new Command("get");
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. This API is available in the following national cloud deployments.\n\nFind more info here:\n https://learn.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";
6969
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
7070
};
7171
browserSiteListIdOption.IsRequired = true;
@@ -117,12 +117,12 @@ public Command BuildGetCommand() {
117117
return command;
118118
}
119119
/// <summary>
120-
/// Update the properties of a browserSharedCookie object. This API is available in the following national cloud deployments.
120+
/// Update the properties of a browserSharedCookie object.
121121
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0" />
122122
/// </summary>
123123
public Command BuildPatchCommand() {
124124
var command = new Command("patch");
125-
command.Description = "Update the properties of a browserSharedCookie object. This API is available in the following national cloud deployments.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0";
125+
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";
126126
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
127127
};
128128
browserSiteListIdOption.IsRequired = true;
@@ -185,7 +185,7 @@ public BrowserSharedCookieItemRequestBuilder(Dictionary<string, object> pathPara
185185
public BrowserSharedCookieItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/{browserSharedCookie%2Did}{?%24select,%24expand}", rawUrl) {
186186
}
187187
/// <summary>
188-
/// Delete a browserSharedCookie from a browserSiteList. This API is available in the following national cloud deployments.
188+
/// Delete a browserSharedCookie from a browserSiteList.
189189
/// </summary>
190190
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
191191
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -201,7 +201,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
201201
return requestInfo;
202202
}
203203
/// <summary>
204-
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode. This API is available in the following national cloud deployments.
204+
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
205205
/// </summary>
206206
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
207207
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -217,7 +217,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<Br
217217
return requestInfo;
218218
}
219219
/// <summary>
220-
/// Update the properties of a browserSharedCookie object. This API is available in the following national cloud deployments.
220+
/// Update the properties of a browserSharedCookie object.
221221
/// </summary>
222222
/// <param name="body">The request body</param>
223223
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -235,7 +235,7 @@ public RequestInformation ToPatchRequestInformation(BrowserSharedCookie body, Ac
235235
return requestInfo;
236236
}
237237
/// <summary>
238-
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode. This API is available in the following national cloud deployments.
238+
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
239239
/// </summary>
240240
public class BrowserSharedCookieItemRequestBuilderGetQueryParameters {
241241
/// <summary>Expand related entities</summary>

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ public Command BuildCountNavCommand() {
4848
return command;
4949
}
5050
/// <summary>
51-
/// Create a new browserSharedCookie object in a browserSiteList. This API is available in the following national cloud deployments.
51+
/// Create a new browserSharedCookie object in a browserSiteList.
5252
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0" />
5353
/// </summary>
5454
public Command BuildCreateCommand() {
5555
var command = new Command("create");
56-
command.Description = "Create a new browserSharedCookie object in a browserSiteList. This API is available in the following national cloud deployments.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0";
56+
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";
5757
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
5858
};
5959
browserSiteListIdOption.IsRequired = true;
@@ -98,12 +98,12 @@ public Command BuildCreateCommand() {
9898
return command;
9999
}
100100
/// <summary>
101-
/// Get a list of the browserSharedCookie objects and their properties. This API is available in the following national cloud deployments.
101+
/// Get a list of the browserSharedCookie objects and their properties.
102102
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0" />
103103
/// </summary>
104104
public Command BuildListCommand() {
105105
var command = new Command("list");
106-
command.Description = "Get a list of the browserSharedCookie objects and their properties. This API is available in the following national cloud deployments.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0";
106+
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";
107107
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
108108
};
109109
browserSiteListIdOption.IsRequired = true;
@@ -209,7 +209,7 @@ public SharedCookiesRequestBuilder(Dictionary<string, object> pathParameters) :
209209
public SharedCookiesRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
210210
}
211211
/// <summary>
212-
/// Get a list of the browserSharedCookie objects and their properties. This API is available in the following national cloud deployments.
212+
/// Get a list of the browserSharedCookie objects and their properties.
213213
/// </summary>
214214
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
215215
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
@@ -225,7 +225,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<Sh
225225
return requestInfo;
226226
}
227227
/// <summary>
228-
/// Create a new browserSharedCookie object in a browserSiteList. This API is available in the following national cloud deployments.
228+
/// Create a new browserSharedCookie object in a browserSiteList.
229229
/// </summary>
230230
/// <param name="body">The request body</param>
231231
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
@@ -243,7 +243,7 @@ public RequestInformation ToPostRequestInformation(BrowserSharedCookie body, Act
243243
return requestInfo;
244244
}
245245
/// <summary>
246-
/// Get a list of the browserSharedCookie objects and their properties. This API is available in the following national cloud deployments.
246+
/// Get a list of the browserSharedCookie objects and their properties.
247247
/// </summary>
248248
public class SharedCookiesRequestBuilderGetQueryParameters {
249249
/// <summary>Include count of items</summary>

0 commit comments

Comments
 (0)