From 6bf68abc3d2e13688d56ca09ccb13d802d1e77d4 Mon Sep 17 00:00:00 2001 From: Mondoo Date: Fri, 21 Jun 2024 18:08:18 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20azure-11.0.20?= 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`. --- 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 50c9c2c866..04c294c74a 100644 --- a/providers/azure/config/config.go +++ b/providers/azure/config/config.go @@ -14,7 +14,7 @@ import ( var Config = plugin.Provider{ Name: "azure", ID: "go.mondoo.com/cnquery/v9/providers/azure", - Version: "11.0.19", + Version: "11.0.20", ConnectionTypes: []string{ provider.ConnectionType, string(azureinstancesnapshot.SnapshotConnectionType),