From 646418485b47ab9fe3341bb0e4312123a99da255 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:30:45 +0000 Subject: [PATCH] kiota: Update to version 1.22.2 --- bucket/kiota.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/kiota.json b/bucket/kiota.json index dfa2e88c6e..855f318526 100644 --- a/bucket/kiota.json +++ b/bucket/kiota.json @@ -1,16 +1,16 @@ { - "version": "1.22.1", + "version": "1.22.2", "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.22.1/win-x64.zip", - "hash": "d49afa3026eee5d10c51337670d9ee612f77351f3b22cbfff1081e51802fb8f7" + "url": "https://github.com/microsoft/kiota/releases/download/v1.22.2/win-x64.zip", + "hash": "564d68bd3c595e4f0a95bc320e5ad54aabfd6f898891c872688f238bde55afc9" }, "32bit": { - "url": "https://github.com/microsoft/kiota/releases/download/v1.22.1/win-x86.zip", - "hash": "ebbb3f6cbcb9d3c8e7fa4fa733d075b5c6556633d9db4aa33cc205661bccf193" + "url": "https://github.com/microsoft/kiota/releases/download/v1.22.2/win-x86.zip", + "hash": "322181765a27eef5a4b643001efbf43e47f18e42a2753afed836df4d5ceca4a2" } }, "bin": "kiota.exe",