From 071080c2a7076940f28326edf33ded50d41232bd Mon Sep 17 00:00:00 2001 From: Anusha Kolan Date: Thu, 9 Apr 2026 15:05:13 -0700 Subject: [PATCH] Changed default authentication provider to "Unauthnticated" in dab.draft.schema.json. --- schemas/dab.draft.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/dab.draft.schema.json b/schemas/dab.draft.schema.json index cbb8013f3d..4561b06952 100644 --- a/schemas/dab.draft.schema.json +++ b/schemas/dab.draft.schema.json @@ -436,7 +436,7 @@ "description": "Unauthenticated provider where all operations run as anonymous. Use when Data API builder is behind an app gateway or APIM where authentication is handled externally." } ], - "default": "AppService" + "default": "Unauthenticated" }, "jwt": { "type": "object",