Skip to content

Commit f9fe1b4

Browse files
authored
Changes in generated code (#125)
* New updates to generated code * New updates to generated code
1 parent 9d9419a commit f9fe1b4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/GitHub/Models/CopilotOrganizationDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace GitHub.Models
99
{
1010
/// <summary>
11-
/// Information about the seat breakdown and policies set for an organization with a Copilot Business subscription.
11+
/// Information about the seat breakdown and policies set for an organization with a Copilot Business or Copilot Enterprise subscription.
1212
/// </summary>
1313
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.18.0")]
1414
public partial class CopilotOrganizationDetails : IAdditionalDataHolder, IParsable

src/GitHub/Repos/Item/Item/Codespaces/Secrets/PublicKey/PublicKeyRequestBuilder.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public PublicKeyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
3434
{
3535
}
3636
/// <summary>
37-
/// Gets your public key, which you need to encrypt secrets. You need toencrypt a secret before you can create or update secrets.Anyone with read access to the repository can use this endpoint.If the repository is private, OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.
37+
/// Gets your public key, which you need to encrypt secrets. You need toencrypt a secret before you can create or update secrets.If the repository is private, OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.
3838
/// API method documentation <see href="https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key" />
3939
/// </summary>
4040
/// <returns>A <see cref="global::GitHub.Models.CodespacesPublicKey"/></returns>
@@ -53,7 +53,7 @@ public PublicKeyRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) :
5353
return await RequestAdapter.SendAsync<global::GitHub.Models.CodespacesPublicKey>(requestInfo, global::GitHub.Models.CodespacesPublicKey.CreateFromDiscriminatorValue, default, cancellationToken).ConfigureAwait(false);
5454
}
5555
/// <summary>
56-
/// Gets your public key, which you need to encrypt secrets. You need toencrypt a secret before you can create or update secrets.Anyone with read access to the repository can use this endpoint.If the repository is private, OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.
56+
/// Gets your public key, which you need to encrypt secrets. You need toencrypt a secret before you can create or update secrets.If the repository is private, OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.
5757
/// </summary>
5858
/// <returns>A <see cref="RequestInformation"/></returns>
5959
/// <param name="requestConfiguration">Configuration for the request such as headers, query parameters, and middleware options.</param>

src/GitHub/Repos/Item/Item/Pulls/Item/UpdateBranch/UpdateBranchRequestBuilder.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public UpdateBranchRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
3434
{
3535
}
3636
/// <summary>
37-
/// Updates the pull request branch with the latest upstream changes by merging HEAD from the base branch into the pull request branch.
37+
/// Updates the pull request branch with the latest upstream changes by merging HEAD from the base branch into the pull request branch.Note: If making a request on behalf of a GitHub App you must also have permissions to write the contents of the head repository.
3838
/// API method documentation <see href="https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch" />
3939
/// </summary>
4040
/// <returns>A <see cref="global::GitHub.Repos.Item.Item.Pulls.Item.UpdateBranch.UpdateBranchPutResponse"/></returns>
@@ -62,7 +62,7 @@ public UpdateBranchRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
6262
return await RequestAdapter.SendAsync<global::GitHub.Repos.Item.Item.Pulls.Item.UpdateBranch.UpdateBranchPutResponse>(requestInfo, global::GitHub.Repos.Item.Item.Pulls.Item.UpdateBranch.UpdateBranchPutResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false);
6363
}
6464
/// <summary>
65-
/// Updates the pull request branch with the latest upstream changes by merging HEAD from the base branch into the pull request branch.
65+
/// Updates the pull request branch with the latest upstream changes by merging HEAD from the base branch into the pull request branch.Note: If making a request on behalf of a GitHub App you must also have permissions to write the contents of the head repository.
6666
/// </summary>
6767
/// <returns>A <see cref="RequestInformation"/></returns>
6868
/// <param name="body">The request body</param>

src/GitHub/kiota-lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"descriptionHash": "11D419AEAD68F5350A454AAE7BAD01217037B032C174A309C07FB7E75BD9D04E4386D54207B36A516C83791BB42A872A50FE8F58897903B9BB04324AD2F60BAA",
2+
"descriptionHash": "59564BC4056B932C210E840166B6B0323AC854A3A17378C23965D01C1CE7C19925C5D6803251F152AB77772EC28EB43237470850DA6661671E90C4B50C64E652",
33
"descriptionLocation": "../../../../../schemas/api.github.com.json",
44
"lockFileVersion": "1.0.0",
55
"kiotaVersion": "1.18.0",

0 commit comments

Comments
 (0)