From aefaccae32c026132ab503d9ac84318d175239b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Au=C3=B0unn?= Date: Mon, 15 Mar 2021 00:50:52 +0000 Subject: [PATCH] Fix allowLocalNfsUsersWithLdap propertyName (#13388) Co-authored-by: Audunn Baldvinsson --- .../Microsoft.NetApp/stable/2020-12-01/netapp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-12-01/netapp.json b/specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-12-01/netapp.json index 24e17293d865..a00e160ebd94 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-12-01/netapp.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-12-01/netapp.json @@ -3162,7 +3162,7 @@ "type": "boolean", "description": "Specifies whether or not the LDAP traffic needs to be secured via TLS." }, - "allowLocalNfsFSUsersWithLdap": { + "allowLocalNfsUsersWithLdap": { "type": "boolean", "description": " If enabled, NFS client local users can also (in addition to LDAP users) access the NFS volumes." }