From 39c5032aea4df0bd69cd960ef6384468954a6639 Mon Sep 17 00:00:00 2001 From: Kunal Chawla Date: Thu, 20 May 2021 20:20:34 -0700 Subject: [PATCH] Micorosoft.Security-IngestionSettings examples - use obfuscated values for secrets in examples --- .../IngestionSettings/ListConnectionStrings_example.json | 4 ++-- .../IngestionSettings/ListTokensIngestionSetting_example.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2021-01-15-preview/examples/IngestionSettings/ListConnectionStrings_example.json b/specification/security/resource-manager/Microsoft.Security/preview/2021-01-15-preview/examples/IngestionSettings/ListConnectionStrings_example.json index faedb75b6012..a83f04b81872 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2021-01-15-preview/examples/IngestionSettings/ListConnectionStrings_example.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2021-01-15-preview/examples/IngestionSettings/ListConnectionStrings_example.json @@ -10,11 +10,11 @@ "value": [ { "location": "CUS", - "value": "InstrumentationKey=7f0bf72c-835a-48d2-b71116dcdc23;IngestionEndpoint=https://centralus2-1.in.applicationinsights.azure.com/" + "value": "" }, { "location": "WEU", - "value": "InstrumentationKey=8f0bf72c-835a-48d2-b71116dcdc23;IngestionEndpoint=https://westeu-1.in.applicationinsights.azure.com/" + "value": "" } ] } diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2021-01-15-preview/examples/IngestionSettings/ListTokensIngestionSetting_example.json b/specification/security/resource-manager/Microsoft.Security/preview/2021-01-15-preview/examples/IngestionSettings/ListTokensIngestionSetting_example.json index c94a4467d6fa..1d0e37ecd760 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2021-01-15-preview/examples/IngestionSettings/ListTokensIngestionSetting_example.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2021-01-15-preview/examples/IngestionSettings/ListTokensIngestionSetting_example.json @@ -7,7 +7,7 @@ "responses": { "200": { "body": { - "token": "20ff7fc3-e762-44dd-bd96-b71116dcdc23.c54d4cde-1e22-467c-a70a-3f3876bc1ca8" + "token": "" } } }