From 90258d114df8aed8a36839261c86940e35d3d533 Mon Sep 17 00:00:00 2001 From: kzhuklinets <53328474+kzhuklinets@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:19:56 +0100 Subject: [PATCH] Update azure.rb --- updater/lib/tinglesoftware/dependabot/clients/azure.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater/lib/tinglesoftware/dependabot/clients/azure.rb b/updater/lib/tinglesoftware/dependabot/clients/azure.rb index 3b561946..6aec73fb 100644 --- a/updater/lib/tinglesoftware/dependabot/clients/azure.rb +++ b/updater/lib/tinglesoftware/dependabot/clients/azure.rb @@ -12,7 +12,7 @@ module TingleSoftware module Dependabot module Clients class Azure < ::Dependabot::Clients::Azure - API_VERSION = "7.1" + API_VERSION = "7.0" # https://learn.microsoft.com/en-us/javascript/api/azure-devops-extension-api/connectiondata def get_user_id(token = nil)