From 29824b78a8cbd9acd0ec03e923783f58ab77db3e Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Thu, 15 Aug 2024 15:26:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20azure-11.1.0=20(#4556)?= 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 2fe55c15b5..bc711db766 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.28", + Version: "11.1.0", ConnectionTypes: []string{ provider.ConnectionType, string(azureinstancesnapshot.SnapshotConnectionType),