Skip to content

Commit

Permalink
Regen CLI client with 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjoh committed Aug 9, 2023
1 parent 8de0712 commit 09387a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion get-started/quickstart/cli/makesdk.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kiota generate -l Shell -c PostsClient -n KiotaPostsCLI.Client -d ../posts-api.yml -o ./src/Client --co
kiota generate -l CLI -c PostsClient -n KiotaPostsCLI.Client -d ../posts-api.yml -o ./src/Client --co
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ namespace KiotaPostsCLI.Client.Posts {
/// Builds and executes requests for operations under \posts
/// </summary>
public class PostsRequestBuilder : BaseCliRequestBuilder {
/// <summary>Gets an item from the KiotaPostsCLI.Client.posts.item collection</summary>
// [Obsolete("This indexer is deprecated and will be removed in the next major version. Use the one with the typed parameter instead.")]
// public PostItemRequestBuilder this[string position] { get {
// var urlTplParams = new Dictionary<string, object>(PathParameters);
// if (!string.IsNullOrWhiteSpace(position)) urlTplParams.Add("post%2Did", position);
// } }
/// <summary>
/// Gets an item from the KiotaPostsCLI.Client.posts.item collection
/// </summary>
Expand Down
6 changes: 3 additions & 3 deletions get-started/quickstart/cli/src/Client/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"descriptionHash": "37FE8D63AB108F248AAA5632A5D37D625F8B9E3A6C439952B4029B0AF49579F337028FE07768B89D6F9210460D77E116F312CB505A43E8EB877131E772464F3B",
"descriptionLocation": "/home/runner/work/kiota-samples/kiota-samples/get-started/quickstart/cli/../posts-api.yml",
"descriptionLocation": "C:\\Source\\Repos\\kiota-samples\\get-started\\quickstart\\cli\\..\\posts-api.yml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.5.0",
"kiotaVersion": "1.5.1",
"clientClassName": "PostsClient",
"clientNamespaceName": "KiotaPostsCLI.Client",
"language": "Shell",
"language": "CLI",
"usesBackingStore": false,
"includeAdditionalData": true,
"serializers": [
Expand Down

0 comments on commit 09387a7

Please sign in to comment.