Skip to content

Commit 5c4d8e6

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

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
@@ -226,9 +226,8 @@ spec:
226226
endpointType: kafka
227227
authentication:
228228
method: systemAssignedManagedIdentity
229-
systemAssignedManagedIdentitySettings: {
229+
systemAssignedManagedIdentitySettings:
230230
audience: "https://eventgrid.azure.net"
231-
}
232231
kafkaSettings:
233232
host: <NAMESPACE>.servicebus.windows.net:9093
234233
tls:

0 commit comments

Comments
 (0)