Skip to content

Commit 72c5299

Browse files
authored
Fix example error Anca pointed out
1 parent dbb5ce1 commit 72c5299

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/iot-operations/manage-mqtt-broker/howto-configure-authentication.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ resource myBrokerAuthentication 'Microsoft.IoTOperations/instances/brokers/authe
242242
{
243243
method: 'X509'
244244
x509Settings: {
245+
trustedClientCaCert: 'client-ca'
245246
authorizationAttributes: {
246247
root: {
247248
attributes: {
@@ -305,8 +306,8 @@ spec:
305306
- my-audience
306307
- method: X509
307308
x509Settings:
309+
trustedClientCaCert: client-ca
308310
authorizationAttributes:
309-
trustedClientCaCert: client-ca
310311
root:
311312
attributes:
312313
organization: contoso

0 commit comments

Comments
 (0)