From 78ce85e2dbd2b884afa28dff961ef1b61c2a6ad9 Mon Sep 17 00:00:00 2001 From: Paymaun Heidari Date: Wed, 6 Nov 2024 09:59:07 -0800 Subject: [PATCH] WIP --- azext_edge/edge/providers/orchestration/template.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azext_edge/edge/providers/orchestration/template.py b/azext_edge/edge/providers/orchestration/template.py index 7b8699700..8af73ebf9 100644 --- a/azext_edge/edge/providers/orchestration/template.py +++ b/azext_edge/edge/providers/orchestration/template.py @@ -351,7 +351,7 @@ def copy(self) -> "TemplateBlueprint": ) M3_INSTANCE_TEMPLATE = TemplateBlueprint( - commit_id="6a59dd88fb990b0ce5a7bfa0f0b5f648954a6b5b", + commit_id="230d9cadd5d881896865992ab95739fdcfc6d9c1", content={ "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "languageVersion": "2.0", @@ -529,7 +529,7 @@ def copy(self) -> "TemplateBlueprint": "variables": { "AIO_EXTENSION_SUFFIX": "[take(uniqueString(resourceId('Microsoft.Kubernetes/connectedClusters', parameters('clusterName'))), 5)]", "AIO_EXTENSION_SCOPE": {"cluster": {"releaseNamespace": "azure-iot-operations"}}, - "VERSIONS": {"iotOperations": "1.0.6"}, + "VERSIONS": {"iotOperations": "1.0.8"}, "TRAINS": {"iotOperations": "integration"}, "MQTT_SETTINGS": { "brokerListenerServiceName": "aio-broker",