Skip to content

Commit

Permalink
Micorosoft.Security-IngestionSettings examples - use obfuscated value…
Browse files Browse the repository at this point in the history
…s for secrets in examples (#14511)

Co-authored-by: Kunal Chawla <kunal.chawla@microsoft.com>
  • Loading branch information
kunchawla and kunalcha authored May 25, 2021
1 parent 8c213cd commit 4d6ff42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"value": [
{
"location": "CUS",
"value": "InstrumentationKey=7f0bf72c-835a-48d2-b71116dcdc23;IngestionEndpoint=https://centralus2-1.in.applicationinsights.azure.com/"
"value": "<connection string>"
},
{
"location": "WEU",
"value": "InstrumentationKey=8f0bf72c-835a-48d2-b71116dcdc23;IngestionEndpoint=https://westeu-1.in.applicationinsights.azure.com/"
"value": "<connection string>"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"responses": {
"200": {
"body": {
"token": "20ff7fc3-e762-44dd-bd96-b71116dcdc23.c54d4cde-1e22-467c-a70a-3f3876bc1ca8"
"token": "<value>"
}
}
}
Expand Down

0 comments on commit 4d6ff42

Please sign in to comment.