File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ resource aioExtension 'Microsoft.KubernetesConfiguration/extensions@2022-11-01'
3232 scope : connectedCluster
3333}
3434
35- resource aioInstance 'Microsoft.IoTOperations/instances@2026-07 -01' existing = {
35+ resource aioInstance 'Microsoft.IoTOperations/instances@2026-03 -01' existing = {
3636 name : aioInstanceName
3737}
3838
39- resource defaultDataflowEndpoint 'Microsoft.IoTOperations/instances/dataflowEndpoints@2026-07 -01' existing = {
39+ resource defaultDataflowEndpoint 'Microsoft.IoTOperations/instances/dataflowEndpoints@2026-03 -01' existing = {
4040 name : defaultDataflowEndpointName
4141}
4242
43- resource defaultDataflowProfile 'Microsoft.IoTOperations/instances/dataflowProfiles@2026-07 -01' existing = {
43+ resource defaultDataflowProfile 'Microsoft.IoTOperations/instances/dataflowProfiles@2026-03 -01' existing = {
4444 name : defaultDataflowProfileName
4545 parent : aioInstance
4646}
@@ -88,7 +88,7 @@ resource eventHub 'Microsoft.EventHub/namespaces/eventhubs@2024-01-01' = {
8888/* Data flow */
8989/*****************************************************************************/
9090
91- resource dataflowEndpointEventHub 'Microsoft.IoTOperations/instances/dataflowEndpoints@2026-07 -01' = {
91+ resource dataflowEndpointEventHub 'Microsoft.IoTOperations/instances/dataflowEndpoints@2026-03 -01' = {
9292 parent : aioInstance
9393 name : 'thermostat-eh-endpoint'
9494 extendedLocation : {
@@ -119,7 +119,7 @@ resource dataflowEndpointEventHub 'Microsoft.IoTOperations/instances/dataflowEnd
119119 ]
120120}
121121
122- resource dataflowThermostat 'Microsoft.IoTOperations/instances/dataflowProfiles/dataflows@2026-07 -01' = {
122+ resource dataflowThermostat 'Microsoft.IoTOperations/instances/dataflowProfiles/dataflows@2026-03 -01' = {
123123 parent : defaultDataflowProfile
124124 name : 'thermostat-data-flow'
125125 extendedLocation : {
Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ resource aioExtension 'Microsoft.KubernetesConfiguration/extensions@2022-11-01'
3232 scope : connectedCluster
3333}
3434
35- resource aioInstance 'Microsoft.IoTOperations/instances@2026-07 -01' existing = {
35+ resource aioInstance 'Microsoft.IoTOperations/instances@2026-03 -01' existing = {
3636 name : aioInstanceName
3737}
3838
39- resource defaultDataflowEndpoint 'Microsoft.IoTOperations/instances/dataflowEndpoints@2026-07 -01' existing = {
39+ resource defaultDataflowEndpoint 'Microsoft.IoTOperations/instances/dataflowEndpoints@2026-03 -01' existing = {
4040 name : defaultDataflowEndpointName
4141}
4242
43- resource defaultDataflowProfile 'Microsoft.IoTOperations/instances/dataflowProfiles@2026-07 -01' existing = {
43+ resource defaultDataflowProfile 'Microsoft.IoTOperations/instances/dataflowProfiles@2026-03 -01' existing = {
4444 name : defaultDataflowProfileName
4545 parent : aioInstance
4646}
You can’t perform that action at this time.
0 commit comments