From 678fc6952e2615ff827f722957989c19be441fe5 Mon Sep 17 00:00:00 2001 From: Preslav Gerchev Date: Mon, 8 Jan 2024 13:07:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20azure-9.2.0=20(#2977)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This release was created by cnquery's provider versioning bot. You can find me under: `providers-sdk/v1/util/version`. Co-authored-by: Mondoo --- providers/azure/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/azure/config/config.go b/providers/azure/config/config.go index 2274d84db6..44e7ef8565 100644 --- a/providers/azure/config/config.go +++ b/providers/azure/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "azure", ID: "go.mondoo.com/cnquery/v9/providers/azure", - Version: "9.1.16", + Version: "9.2.0", ConnectionTypes: []string{ provider.ConnectionType, string(azureinstancesnapshot.SnapshotConnectionType),