Skip to content

Commit

Permalink
Update generated files with build 129710
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Nov 28, 2023
1 parent 0d1e973 commit 38de108
Show file tree
Hide file tree
Showing 3,100 changed files with 12,901 additions and 12,418 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ namespace ApiSdk.Admin.Edge.InternetExplorerMode.SiteLists.Item {
/// </summary>
public class BrowserSiteListItemRequestBuilder : BaseCliRequestBuilder {
/// <summary>
/// Delete a browserSiteList object. This API is available in the following national cloud deployments.
/// Delete a browserSiteList object.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0" />
/// </summary>
public Command BuildDeleteCommand() {
var command = new Command("delete");
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";
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";
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
};
browserSiteListIdOption.IsRequired = true;
Expand Down Expand Up @@ -57,12 +57,12 @@ public Command BuildDeleteCommand() {
return command;
}
/// <summary>
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available in the following national cloud deployments.
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0" />
/// </summary>
public Command BuildGetCommand() {
var command = new Command("get");
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";
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";
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
};
browserSiteListIdOption.IsRequired = true;
Expand Down Expand Up @@ -108,12 +108,12 @@ public Command BuildGetCommand() {
return command;
}
/// <summary>
/// Update the properties of a browserSiteList object. This API is available in the following national cloud deployments.
/// Update the properties of a browserSiteList object.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0" />
/// </summary>
public Command BuildPatchCommand() {
var command = new Command("patch");
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";
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";
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
};
browserSiteListIdOption.IsRequired = true;
Expand Down Expand Up @@ -235,7 +235,7 @@ public BrowserSiteListItemRequestBuilder(Dictionary<string, object> pathParamete
public BrowserSiteListItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}{?%24select,%24expand}", rawUrl) {
}
/// <summary>
/// Delete a browserSiteList object. This API is available in the following national cloud deployments.
/// Delete a browserSiteList object.
/// </summary>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
Expand All @@ -251,7 +251,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
return requestInfo;
}
/// <summary>
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available in the following national cloud deployments.
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources.
/// </summary>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
Expand All @@ -267,7 +267,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<Br
return requestInfo;
}
/// <summary>
/// Update the properties of a browserSiteList object. This API is available in the following national cloud deployments.
/// Update the properties of a browserSiteList object.
/// </summary>
/// <param name="body">The request body</param>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand All @@ -285,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(BrowserSiteList body, Action
return requestInfo;
}
/// <summary>
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources. This API is available in the following national cloud deployments.
/// Get a browserSiteList that contains browserSite and browserSharedCookie resources.
/// </summary>
public class BrowserSiteListItemRequestBuilderGetQueryParameters {
/// <summary>Expand related entities</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ namespace ApiSdk.Admin.Edge.InternetExplorerMode.SiteLists.Item.Publish {
/// </summary>
public class PublishRequestBuilder : BaseCliRequestBuilder {
/// <summary>
/// Publish the specified browserSiteList for devices to download. This API is available in the following national cloud deployments.
/// Publish the specified browserSiteList for devices to download.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-1.0" />
/// </summary>
public Command BuildPostCommand() {
var command = new Command("post");
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";
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";
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
};
browserSiteListIdOption.IsRequired = true;
Expand Down Expand Up @@ -82,7 +82,7 @@ public PublishRequestBuilder(Dictionary<string, object> pathParameters) : base("
public PublishRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/publish", rawUrl) {
}
/// <summary>
/// Publish the specified browserSiteList for devices to download. This API is available in the following national cloud deployments.
/// Publish the specified browserSiteList for devices to download.
/// </summary>
/// <param name="body">The request body</param>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ namespace ApiSdk.Admin.Edge.InternetExplorerMode.SiteLists.Item.SharedCookies.It
/// </summary>
public class BrowserSharedCookieItemRequestBuilder : BaseCliRequestBuilder {
/// <summary>
/// Delete a browserSharedCookie from a browserSiteList. This API is available in the following national cloud deployments.
/// Delete a browserSharedCookie from a browserSiteList.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0" />
/// </summary>
public Command BuildDeleteCommand() {
var command = new Command("delete");
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";
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";
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
};
browserSiteListIdOption.IsRequired = true;
Expand Down Expand Up @@ -60,12 +60,12 @@ public Command BuildDeleteCommand() {
return command;
}
/// <summary>
/// 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.
/// 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 <see href="https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0" />
/// </summary>
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. 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";
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";
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
};
browserSiteListIdOption.IsRequired = true;
Expand Down Expand Up @@ -117,12 +117,12 @@ public Command BuildGetCommand() {
return command;
}
/// <summary>
/// Update the properties of a browserSharedCookie object. This API is available in the following national cloud deployments.
/// Update the properties of a browserSharedCookie object.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0" />
/// </summary>
public Command BuildPatchCommand() {
var command = new Command("patch");
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";
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";
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
};
browserSiteListIdOption.IsRequired = true;
Expand Down Expand Up @@ -185,7 +185,7 @@ public BrowserSharedCookieItemRequestBuilder(Dictionary<string, object> pathPara
public BrowserSharedCookieItemRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies/{browserSharedCookie%2Did}{?%24select,%24expand}", rawUrl) {
}
/// <summary>
/// Delete a browserSharedCookie from a browserSiteList. This API is available in the following national cloud deployments.
/// Delete a browserSharedCookie from a browserSiteList.
/// </summary>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
Expand All @@ -201,7 +201,7 @@ public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration
return requestInfo;
}
/// <summary>
/// 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.
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
/// </summary>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
Expand All @@ -217,7 +217,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<Br
return requestInfo;
}
/// <summary>
/// Update the properties of a browserSharedCookie object. This API is available in the following national cloud deployments.
/// Update the properties of a browserSharedCookie object.
/// </summary>
/// <param name="body">The request body</param>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand All @@ -235,7 +235,7 @@ public RequestInformation ToPatchRequestInformation(BrowserSharedCookie body, Ac
return requestInfo;
}
/// <summary>
/// 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.
/// Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.
/// </summary>
public class BrowserSharedCookieItemRequestBuilderGetQueryParameters {
/// <summary>Expand related entities</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ public Command BuildCountNavCommand() {
return command;
}
/// <summary>
/// Create a new browserSharedCookie object in a browserSiteList. This API is available in the following national cloud deployments.
/// Create a new browserSharedCookie object in a browserSiteList.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0" />
/// </summary>
public Command BuildCreateCommand() {
var command = new Command("create");
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";
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";
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
};
browserSiteListIdOption.IsRequired = true;
Expand Down Expand Up @@ -98,12 +98,12 @@ public Command BuildCreateCommand() {
return command;
}
/// <summary>
/// Get a list of the browserSharedCookie objects and their properties. This API is available in the following national cloud deployments.
/// Get a list of the browserSharedCookie objects and their properties.
/// Find more info here <see href="https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0" />
/// </summary>
public Command BuildListCommand() {
var command = new Command("list");
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";
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";
var browserSiteListIdOption = new Option<string>("--browser-site-list-id", description: "The unique identifier of browserSiteList") {
};
browserSiteListIdOption.IsRequired = true;
Expand Down Expand Up @@ -209,7 +209,7 @@ public SharedCookiesRequestBuilder(Dictionary<string, object> pathParameters) :
public SharedCookiesRequestBuilder(string rawUrl) : base("{+baseurl}/admin/edge/internetExplorerMode/siteLists/{browserSiteList%2Did}/sharedCookies{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}", rawUrl) {
}
/// <summary>
/// Get a list of the browserSharedCookie objects and their properties. This API is available in the following national cloud deployments.
/// Get a list of the browserSharedCookie objects and their properties.
/// </summary>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
Expand All @@ -225,7 +225,7 @@ public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<Sh
return requestInfo;
}
/// <summary>
/// Create a new browserSharedCookie object in a browserSiteList. This API is available in the following national cloud deployments.
/// Create a new browserSharedCookie object in a browserSiteList.
/// </summary>
/// <param name="body">The request body</param>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
Expand All @@ -243,7 +243,7 @@ public RequestInformation ToPostRequestInformation(BrowserSharedCookie body, Act
return requestInfo;
}
/// <summary>
/// Get a list of the browserSharedCookie objects and their properties. This API is available in the following national cloud deployments.
/// Get a list of the browserSharedCookie objects and their properties.
/// </summary>
public class SharedCookiesRequestBuilderGetQueryParameters {
/// <summary>Include count of items</summary>
Expand Down
Loading

0 comments on commit 38de108

Please sign in to comment.