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
6969param aioInstanceName string = '<AIO_INSTANCE_NAME>'
7070param customLocationName string = '<CUSTOM_LOCATION_NAME>'
7171
72- resource aioInstance 'Microsoft.IoTOperations/instances@2024-09-15-preview ' existing = {
72+ resource aioInstance 'Microsoft.IoTOperations/instances@2024-11-01 ' existing = {
7373 name: aioInstanceName
7474}
7575
7676resource customLocation 'Microsoft.ExtendedLocation/customLocations@2021-08-31-preview' existing = {
7777 name: customLocationName
7878}
7979
80- resource defaultBroker 'Microsoft.IoTOperations/instances/brokers@2024-09-15-preview ' existing = {
80+ resource defaultBroker 'Microsoft.IoTOperations/instances/brokers@2024-11-01 ' existing = {
8181 parent: aioInstance
8282 name: 'default'
8383}
8484
85- resource defaultListener 'Microsoft.IoTOperations/instances/brokers/listeners@2024-09-15-preview ' = {
85+ resource defaultListener 'Microsoft.IoTOperations/instances/brokers/listeners@2024-11-01 ' = {
8686 parent: defaultBroker
8787 name: 'default'
8888 extendedLocation: {
You can’t perform that action at this time.
0 commit comments