Skip to content

Commit 00ddbc6

Browse files
committed
upgraded from preview to GA release
1 parent 49a33a5 commit 00ddbc6

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/build-vm.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
kubectl get pods -A -v6 --kubeconfig C:\\scripts\\config; \
188188
az login --identity; \
189189
az extension add --name connectedk8s --yes; \
190-
az extension add --name azure-iot-ops --version 0.8.0b1 --yes; \
190+
az extension add --name azure-iot-ops --yes; \
191191
az connectedk8s connect --debug -n $clusterName -l $location -g $resourceGroup --kube-config C:\\Scripts\\config --subscription $subscriptionId; \
192192
Remove-Item -LiteralPath C:\\Windows\\System32\\config\\systemprofile\\.azure\\AzureArcCharts -Recurse -Force; \
193193
az connectedk8s enable-features --debug -n $clusterName -g $resourceGroup --kube-config C:\\Scripts\\config --custom-locations-oid \"\"${{ secrets.CUSTOM_LOCATIONS_OBJECT_ID }}\"\" --features cluster-connect custom-locations; \
@@ -212,7 +212,7 @@ jobs:
212212
decodedSecret=\$(echo $encodedBase64Secret | base64 -d) && \
213213
az login --service-principal -u ${{ secrets.AZURE_SP_CLIENT_ID }} -p \"\"\$decodedSecret\"\" --tenant $tenantId && \
214214
az extension add --name connectedk8s --yes && \
215-
az extension add --name azure-iot-ops --version 0.8.0b1 --yes && \
215+
az extension add --name azure-iot-ops --yes && \
216216
az connectedk8s connect --debug -n $clusterName -l $location -g $resourceGroup --subscription $subscriptionId && \
217217
az connectedk8s enable-features --debug -n $clusterName -g $resourceGroup --custom-locations-oid \"\"${{ secrets.CUSTOM_LOCATIONS_OBJECT_ID }}\"\" --features cluster-connect custom-locations && \
218218
saId=$(az storage account create -n $saName -g $resourceGroup --enable-hierarchical-namespace -o tsv --query id) && \

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Pre-Built Azure IoT Operations Environments
22

3-
> [!IMPORTANT]
4-
> This repositories is compatible with Azure IoT Operations Preview [v0.8.32](https://github.com/Azure/azure-iot-operations/releases/tag/v0.8.32).
5-
6-
This repository sets up the infrastructure to create vhdx images and VMs for Azure IoT Operations on Arc-enabled servers.
3+
This repository sets up the infrastructure to create vhdx images and VMs for [Azure IoT Operations](https://learn.microsoft.com/en-us/azure/iot-operations/overview-iot-operations) on Arc-enabled servers.
74
This infrastructure enables you to install instrumentation tools and collect memory dumps for applications and core components.
85

96
## Getting Started

0 commit comments

Comments
 (0)