Skip to content

Commit

Permalink
refactor: template refresh ops 0.8.32 preview (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
digimaun authored Oct 30, 2024
1 parent d1ed05b commit a66bd25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azext_edge/edge/providers/orchestration/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,13 +352,13 @@ def copy(self) -> "TemplateBlueprint":
)

M3_INSTANCE_TEMPLATE = TemplateBlueprint(
commit_id="373335547851df70d512b7ec81aedfba0d660ae5",
commit_id="5cd08fe900b47ea82b1fa88643e71520ebfb7b80",
content={
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"languageVersion": "2.0",
"contentVersion": "1.0.0.0",
"metadata": {
"_generator": {"name": "bicep", "version": "0.30.23.60470", "templateHash": "4796673238078710779"}
"_generator": {"name": "bicep", "version": "0.30.23.60470", "templateHash": "6209031414191159933"}
},
"definitions": {
"_1.AdvancedConfig": {
Expand Down Expand Up @@ -530,8 +530,8 @@ 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": "0.8.30"},
"TRAINS": {"iotOperations": "integration"},
"VERSIONS": {"iotOperations": "0.8.32"},
"TRAINS": {"iotOperations": "preview"},
"MQTT_SETTINGS": {
"brokerListenerServiceName": "aio-broker",
"brokerListenerPort": 18883,
Expand Down

0 comments on commit a66bd25

Please sign in to comment.