Skip to content

Commit 3a4ec5b

Browse files
authored
Quickstart-bicep-fix (#139)
## Purpose Change the asset config in the quickstart ## Does this introduce a breaking change? <!-- Mark one with an "x". --> ``` [ ] Yes [x] No ``` ## Pull Request Type What kind of change does this Pull Request introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [x] Documentation content changes [ ] Other... Please describe: ```
1 parent 137764d commit 3a4ec5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/quickstarts/quickstart.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ resource asset 'Microsoft.DeviceRegistry/namespaces/assets@2025-07-01-preview' =
136136
target: 'Mqtt'
137137
configuration: {
138138
topic: 'azure-iot-operations/data/oven'
139-
retain: 'Keep'
139+
retain: 'Never'
140140
qos: 'Qos1'
141141
}
142142
}

0 commit comments

Comments
 (0)