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 78ce85e commit 0f5018a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azext_edge/edge/providers/orchestration/template.py
Original file line number Diff line number Diff line change
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.8"},
"VERSIONS": {"iotOperations": "1.0.9"},
"TRAINS": {"iotOperations": "integration"},
"MQTT_SETTINGS": {
"brokerListenerServiceName": "aio-broker",
Expand Down

0 comments on commit 0f5018a

Please sign in to comment.