From 8c74a96b05380108f5790c8b366d7961029f7ef4 Mon Sep 17 00:00:00 2001 From: Daniel Haiman Date: Wed, 7 Apr 2021 14:24:58 +0300 Subject: [PATCH] new flags added to component --- .../preview/2020-02-02-preview/components_API.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2020-02-02-preview/components_API.json b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2020-02-02-preview/components_API.json index d890209a607b..12cbbfbb6023 100644 --- a/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2020-02-02-preview/components_API.json +++ b/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2020-02-02-preview/components_API.json @@ -600,6 +600,14 @@ "x-ms-enum": { "name": "IngestionMode", "modelAsString": true + }, + "DisableNonAADAuth": { + "type": "boolean", + "description": "Disable Non-AAD based Auth." + }, + "ForceCustomerStorageForProfiler": { + "type": "boolean", + "description": "Force users to create their own storage account for profiler and debugger." } } },