From 0d5acea18090f2e394e31684249ce70b8d448768 Mon Sep 17 00:00:00 2001 From: Usman Hasan Date: Wed, 6 Apr 2022 14:02:01 -0700 Subject: [PATCH] correcting sourceType field --- .../preview/2022-01-01-preview/Watchlists.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-01-01-preview/Watchlists.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-01-01-preview/Watchlists.json index 7e3d27927e33..6fbc0444fe04 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-01-01-preview/Watchlists.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-01-01-preview/Watchlists.json @@ -498,8 +498,8 @@ "sourceType": { "description": "The sourceType of the watchlist", "enum": [ - "Local file", - "Remote storage" + "Local", + "AzureStorage" ], "type": "string", "x-ms-enum": {