From 4d6ff42014f291675c2cad46a022d1bd6ddf3b4e Mon Sep 17 00:00:00 2001 From: kunchawla <74390470+kunchawla@users.noreply.github.com> Date: Mon, 24 May 2021 19:08:46 -0700 Subject: [PATCH] Micorosoft.Security-IngestionSettings examples - use obfuscated values for secrets in examples (#14511) Co-authored-by: Kunal Chawla --- .../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": "" } } }