Skip to content

Commit b706ef7

Browse files
committed
Remove braces from yaml
1 parent 5c4d8e6 commit b706ef7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-dataflow-endpoint.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,8 @@ spec:
120120
endpointType: mqtt
121121
authentication:
122122
method: systemAssignedManagedIdentity
123-
systemAssignedManagedIdentitySettings:{
123+
systemAssignedManagedIdentitySettings:
124124
audience: "https://eventgrid.azure.net"
125-
}
126125
mqttSettings:
127126
host: example.westeurope-1.ts.eventgrid.azure.net:8883
128127
tls:

0 commit comments

Comments
 (0)