Skip to content

Commit

Permalink
chore: Final AIO 0.6.0 template + increment AIO CLI version. (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
digimaun authored Aug 5, 2024
1 parent 4febd9c commit 0ba9e63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion azext_edge/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import os

VERSION = "0.6.0a6"
VERSION = "0.6.0b1"
EXTENSION_NAME = "azure-iot-ops"
EXTENSION_ROOT = os.path.dirname(os.path.abspath(__file__))
USER_AGENT = "IotOperationsCliExtension/{}".format(VERSION)
10 changes: 5 additions & 5 deletions azext_edge/edge/providers/orchestration/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ def get_resource_defs(self, resource_type: str, first=True) -> Union[List[dict],


V1_TEMPLATE = TemplateVer(
commit_id="6a6ce36417fce836dcc9b5b2bc525dcf92534b41",
commit_id="f8fc2737da7d276a8e44f3d3abc74348bc7135c0",
moniker="v0.6.0-preview",
content={
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"metadata": {
"_generator": {"name": "bicep", "version": "0.29.47.4906", "templateHash": "14376074618405923372"},
"_generator": {"name": "bicep", "version": "0.29.47.4906", "templateHash": "13762215607900880500"},
"description": "This template deploys Azure IoT Operations.",
"aziotopsCliVersion": "0.6.0a2",
},
Expand Down Expand Up @@ -120,12 +120,12 @@ def get_resource_defs(self, resource_type: str, first=True) -> Union[List[dict],
"mqServiceType": "[parameters('mqServiceType')]",
},
"VERSIONS": {
"platform": "0.6.0-preview-rc20240722.1",
"aio": "0.6.0-preview-rc20240726.2",
"platform": "0.6.0-preview",
"aio": "0.6.0-preview",
"observability": "0.1.0-preview",
"secretSyncController": "0.3.0-97225789",
},
"TRAINS": {"platform": "integration", "aio": "integration", "secretSyncController": "preview"},
"TRAINS": {"platform": "preview", "aio": "preview", "secretSyncController": "preview"},
"broker_fe_issuer_configuration": {
"name": "mq-fe-issuer-configuration",
"type": "yaml.k8s",
Expand Down

0 comments on commit 0ba9e63

Please sign in to comment.