From 8b582008a3dc2b5dd9fb848815e0eccf5835c731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20H=C3=A9zs=C5=91?= Date: Sun, 5 Jul 2026 16:10:49 +0200 Subject: [PATCH] fix Azure config example typo --- config/azure_example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/azure_example.json b/config/azure_example.json index 1a38d4f..6c72a09 100644 --- a/config/azure_example.json +++ b/config/azure_example.json @@ -7,6 +7,6 @@ "clientSecret":"", "tenantId":"38997009-9dad-42b2-b187-53f1cb71560e", "subscriptionId":"", - "resourceGroupName:":"" + "resourceGroupName":"" } }