From 07382a2610f42c01bd423029e68fd8947b0396f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 04:29:34 +0000 Subject: [PATCH] kiota: Update to version 1.26.1 --- bucket/kiota.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/kiota.json b/bucket/kiota.json index 58e6e5faf3..22d603ff4a 100644 --- a/bucket/kiota.json +++ b/bucket/kiota.json @@ -1,16 +1,16 @@ { - "version": "1.26.0", + "version": "1.26.1", "description": "Kiota is a command line tool for generating an API client to call any OpenAPI described API you are interested in. The goal is to eliminate the need to take a dependency on a different API SDK for every API that you need to call. Kiota API clients provide a strongly typed experience with all the features you expect from a high quality API SDK, but without having to learn a new library for every HTTP API.", "homepage": "https://aka.ms/kiota/docs", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/microsoft/kiota/releases/download/v1.26.0/win-x64.zip", - "hash": "35d5d60762b8d179ae0d46756d695b320b16ae626bf388855ca8fa2ad6f8e19e" + "url": "https://github.com/microsoft/kiota/releases/download/v1.26.1/win-x64.zip", + "hash": "42c516b32ac8cbec218b0b052ea4e03e6c20042a52d7c884316955f94fc7c75a" }, "32bit": { - "url": "https://github.com/microsoft/kiota/releases/download/v1.26.0/win-x86.zip", - "hash": "61240d614217869f44ca015e8f33b571f2781b4889e67b18de69ae41b15dd22f" + "url": "https://github.com/microsoft/kiota/releases/download/v1.26.1/win-x86.zip", + "hash": "783289e78958bc11a1dc37b761b98bad2651e2c51dbc60c675438ffee7e61233" } }, "bin": "kiota.exe",