Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHES 3.14: Changes in generated code #127

Open
wants to merge 21 commits into
base: 3.14
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
New updates to generated code
octokitbot committed Jan 15, 2025
commit 662e2868c1d452c113e88b0c1dc9ec8ca8f25fea
6 changes: 3 additions & 3 deletions src/GitHub/Models/CheckAutomatedSecurityFixes.cs
Original file line number Diff line number Diff line change
@@ -8,16 +8,16 @@
namespace GitHub.Models
{
/// <summary>
/// Check Automated Security Fixes
/// Check Dependabot security updates
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.19.0")]
public partial class CheckAutomatedSecurityFixes : IAdditionalDataHolder, IParsable
{
/// <summary>Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.</summary>
public IDictionary<string, object> AdditionalData { get; set; }
/// <summary>Whether automated security fixes are enabled for the repository.</summary>
/// <summary>Whether Dependabot security updates are enabled for the repository.</summary>
public bool? Enabled { get; set; }
/// <summary>Whether automated security fixes are paused for the repository.</summary>
/// <summary>Whether Dependabot security updates are paused for the repository.</summary>
public bool? Paused { get; set; }
/// <summary>
/// Instantiates a new <see cref="global::GitHub.Models.CheckAutomatedSecurityFixes"/> and sets the default values.
Original file line number Diff line number Diff line change
@@ -34,8 +34,8 @@ public AutomatedSecurityFixesRequestBuilder(string rawUrl, IRequestAdapter reque
{
}
/// <summary>
/// Shows whether automated security fixes are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see &quot;[Configuring automated security fixes](https://docs.github.com/[email protected]/articles/configuring-automated-security-fixes)&quot;.
/// API method documentation <see href="https://docs.github.com/[email protected]/rest/repos/repos#check-if-automated-security-fixes-are-enabled-for-a-repository" />
/// Shows whether Dependabot security updates are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see &quot;[Configuring Dependabot security updates](https://docs.github.com/[email protected]/articles/configuring-automated-security-fixes)&quot;.
/// API method documentation <see href="https://docs.github.com/[email protected]/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository" />
/// </summary>
/// <returns>A <see cref="global::GitHub.Models.CheckAutomatedSecurityFixes"/></returns>
/// <param name="cancellationToken">Cancellation token to use when cancelling requests</param>
@@ -53,7 +53,7 @@ public AutomatedSecurityFixesRequestBuilder(string rawUrl, IRequestAdapter reque
return await RequestAdapter.SendAsync<global::GitHub.Models.CheckAutomatedSecurityFixes>(requestInfo, global::GitHub.Models.CheckAutomatedSecurityFixes.CreateFromDiscriminatorValue, default, cancellationToken).ConfigureAwait(false);
}
/// <summary>
/// Shows whether automated security fixes are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see &quot;[Configuring automated security fixes](https://docs.github.com/[email protected]/articles/configuring-automated-security-fixes)&quot;.
/// Shows whether Dependabot security updates are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see &quot;[Configuring Dependabot security updates](https://docs.github.com/[email protected]/articles/configuring-automated-security-fixes)&quot;.
/// </summary>
/// <returns>A <see cref="RequestInformation"/></returns>
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>
2 changes: 1 addition & 1 deletion src/GitHub/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"descriptionHash": "BB4FB125D6890ACC879A2D7FB6CFDAC33FA525555B1B3FBB5C285E9853319703706BE30639CE38986AFC2A1FCE1416EB4D658570B7E726FF24166775F57E33E0",
"descriptionHash": "EE108032A8C8F81CB6824F8597F73BA8C76BF9F567C23F7902154B17C08728CAEBD103A4DC6ABFFA17CA70328908EEC58B1C5825D8B591F815830EE6B8A3D1D2",
"descriptionLocation": "../../../../../schemas/ghes-3.14.json",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.19.0",