Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
digimaun committed Nov 6, 2024
1 parent 24e7df9 commit 78ce85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azext_edge/edge/providers/orchestration/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 78ce85e

Please sign in to comment.