From 831d5b27e2051f8a62e8e5ccdc209c50ccbd5025 Mon Sep 17 00:00:00 2001 From: Nikhil Kumar Mengani Date: Fri, 5 Mar 2021 10:30:01 -0800 Subject: [PATCH] Adding disableLocalAuth property to IothubProperties. --- .../Microsoft.Devices/preview/2021-03-03-preview/iothub.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/iothub/resource-manager/Microsoft.Devices/preview/2021-03-03-preview/iothub.json b/specification/iothub/resource-manager/Microsoft.Devices/preview/2021-03-03-preview/iothub.json index 98d5554a1b74..c4200dd53b3a 100644 --- a/specification/iothub/resource-manager/Microsoft.Devices/preview/2021-03-03-preview/iothub.json +++ b/specification/iothub/resource-manager/Microsoft.Devices/preview/2021-03-03-preview/iothub.json @@ -2283,6 +2283,10 @@ "name": "PublicNetworkAccess" } }, + "disableLocalAuth": { + "description": "If True, authentication of Data Plane service APIs on IotHub will strictly use Azure Active Directory(AAD) based authentication.", + "type": "boolean" + }, "ipFilterRules": { "description": "The IP filter rules.", "type": "array",