Skip to content

Commit 99d69aa

Browse files
authored
Merge pull request #197731 from spelluru/patch-101
removed extra space
2 parents 6f1d533 + 403c85b commit 99d69aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/service-bus-messaging/transport-layer-security-audit-minimum-version.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To create a policy with an audit effect for the minimum TLS version with the Azu
3939
},
4040
{
4141
"not": {
42-
"field": " Microsoft.ServiceBus/namespaces/minimumTlsVersion",
42+
"field": "Microsoft.ServiceBus/namespaces/minimumTlsVersion",
4343
"equals": "1.2"
4444
}
4545
}
@@ -97,11 +97,11 @@ To create a policy with a deny effect for a minimum TLS version that is less tha
9797
"allOf": [
9898
{
9999
"field": "type",
100-
"equals": " Microsoft.ServiceBus/namespaces"
100+
"equals": "Microsoft.ServiceBus/namespaces"
101101
},
102102
{
103103
"not": {
104-
"field": " Microsoft.ServiceBus/namespaces/minimumTlsVersion",
104+
"field": "Microsoft.ServiceBus/namespaces/minimumTlsVersion",
105105
"equals": "1.2"
106106
}
107107
}
@@ -124,4 +124,4 @@ See the following documentation for more information.
124124

125125
- [Enforce a minimum required version of Transport Layer Security (TLS) for requests to a Service Bus namespace](transport-layer-security-enforce-minimum-version.md)
126126
- [Configure the minimum TLS version for a Service Bus namespace](transport-layer-security-configure-minimum-version.md)
127-
- [Configure Transport Layer Security (TLS) for a Service Bus client application](transport-layer-security-configure-client-version.md)
127+
- [Configure Transport Layer Security (TLS) for a Service Bus client application](transport-layer-security-configure-client-version.md)

0 commit comments

Comments
 (0)