Skip to content

Commit 58c5e9b

Browse files
authored
build: update release version for 2512 (#768)
1 parent ad0ec99 commit 58c5e9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

azext_edge/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import os
99

10-
VERSION = "2.1.0a2"
10+
VERSION = "2.1.0"
1111
EXTENSION_NAME = "azure-iot-ops"
1212
EXTENSION_ROOT = os.path.dirname(os.path.abspath(__file__))
1313
USER_AGENT = "IotOperationsCliExtension/{}".format(VERSION)

azext_edge/edge/providers/orchestration/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ def copy(self) -> "TemplateBlueprint":
12441244
},
12451245
"variables": {
12461246
"VERSIONS": {"iotOperations": "1.2.154"},
1247-
"TRAINS": {"iotOperations": "integration"},
1247+
"TRAINS": {"iotOperations": "stable"},
12481248
"HASH": "[coalesce(tryGet(parameters('advancedConfig'), 'resourceSuffix'), take(uniqueString(resourceGroup().id, parameters('clusterName'), parameters('clusterNamespace')), 5))]",
12491249
"AIO_EXTENSION_SUFFIX": "[take(uniqueString(resourceId('Microsoft.Kubernetes/connectedClusters', parameters('clusterName'))), 5)]",
12501250
"CUSTOM_LOCATION_NAMESPACE": "[parameters('clusterNamespace')]",

azext_edge/tests/edge/orchestration/test_template_unit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def test_template_blueprint(content: dict):
154154
(EXTENSION_TYPE_SSC, "1.1.5", "stable"),
155155
],
156156
"instance": [
157-
(EXTENSION_TYPE_OPS, "1.2.154", "integration"),
157+
(EXTENSION_TYPE_OPS, "1.2.154", "stable"),
158158
],
159159
}
160160

0 commit comments

Comments
 (0)