File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/iot-operations/manage-mqtt-broker Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,20 +69,20 @@ Be careful when modifying the default listener using Bicep. Don't change the exi
69
69
param aioInstanceName string = '<AIO_INSTANCE_NAME>'
70
70
param customLocationName string = '<CUSTOM_LOCATION_NAME>'
71
71
72
- resource aioInstance 'Microsoft.IoTOperations/instances@2024-09-15-preview ' existing = {
72
+ resource aioInstance 'Microsoft.IoTOperations/instances@2024-11-01 ' existing = {
73
73
name: aioInstanceName
74
74
}
75
75
76
76
resource customLocation 'Microsoft.ExtendedLocation/customLocations@2021-08-31-preview' existing = {
77
77
name: customLocationName
78
78
}
79
79
80
- resource defaultBroker 'Microsoft.IoTOperations/instances/brokers@2024-09-15-preview ' existing = {
80
+ resource defaultBroker 'Microsoft.IoTOperations/instances/brokers@2024-11-01 ' existing = {
81
81
parent: aioInstance
82
82
name: 'default'
83
83
}
84
84
85
- resource defaultListener 'Microsoft.IoTOperations/instances/brokers/listeners@2024-09-15-preview ' = {
85
+ resource defaultListener 'Microsoft.IoTOperations/instances/brokers/listeners@2024-11-01 ' = {
86
86
parent: defaultBroker
87
87
name: 'default'
88
88
extendedLocation: {
You can’t perform that action at this time.
0 commit comments