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 Feb 7, 2025
commit 2f5673d494738f120f3df8d3a2d5e67c51c0206b
Original file line number Diff line number Diff line change
@@ -173,7 +173,7 @@ public partial class GroupsRequestBuilderGetQueryParameters
[QueryParameter("excludedAttributes")]
public string ExcludedAttributes { get; set; }
#endif
/// <summary>If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are `externalId`, `id`, and `displayName`. For example, `?filter=&quot;externalId eq &apos;9138790-10932-109120392-12321&apos;&quot;`.</summary>
/// <summary>If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are `externalId`, `id`, and `displayName`. For example, `?filter=&apos;externalId eq &quot;9138790-10932-109120392-12321&quot;&apos;`.</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
[QueryParameter("filter")]
Original file line number Diff line number Diff line change
@@ -163,7 +163,7 @@ public partial class UsersRequestBuilderGetQueryParameters
/// <summary>Used for pagination: the number of results to return per page.</summary>
[QueryParameter("count")]
public int? Count { get; set; }
/// <summary>If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are `userName`, `externalId`, `id`, and `displayName`. For example, `?filter=&quot;externalId eq &apos;9138790-10932-109120392-12321&apos;&quot;`.</summary>
/// <summary>If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are `userName`, `externalId`, `id`, and `displayName`. For example, `?filter=&apos;externalId eq &quot;9138790-10932-109120392-12321&quot;&apos;`.</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
[QueryParameter("filter")]
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": "492DED165CBE3207F99C24E854F2D4C09FC4CCC3BC88AE561E88A23B9AE58F5F5B15A4C55F2E61AE5667F8B23994E44CFF1AFD6F2573C5B82D72866F3C3F849E",
"descriptionHash": "B9B16113802FBB991BB09A04685B76AE935A3D626732B45717F1E8AB8CFF3A135BE6EB941E281EDAEB3982E1CE079CBDF754155D1292407610B11EA630EB6FAB",
"descriptionLocation": "../../../../../schemas/ghes-3.14.json",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.19.0",