From 0f4e3c91d42af0adf448229df76e0b7850466753 Mon Sep 17 00:00:00 2001 From: Mondoo Date: Wed, 4 Sep 2024 18:57:07 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20azure-11.3.0?= 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 7be1f82999..75d900b22a 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.2.3", + Version: "11.3.0", ConnectionTypes: []string{ provider.ConnectionType, string(azureinstancesnapshot.SnapshotConnectionType),