Skip to content

Commit 0a5a142

Browse files
authored
Main (#141)
## Purpose <!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? --> Update quickstart.bicep to fix device config ## 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 288567f commit 0a5a142

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
@@ -70,7 +70,7 @@ resource device 'Microsoft.DeviceRegistry/namespaces/devices@2025-07-01-preview'
7070
assigned: {}
7171
}
7272
inbound: {
73-
[opcUaEndpointName]: {
73+
opcUaEndpointName: {
7474
endpointType: 'Microsoft.OpcUa'
7575
address: 'opc.tcp://opcplc-000000:50000'
7676
authentication: {

0 commit comments

Comments
 (0)