Skip to content

Commit df3d206

Browse files
author
Gabe Stocco
committed
Remove appsettings.json telemetry key.
1 parent 41767a2 commit df3d206

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

Gui/AttackSurfaceAnalyzerGui.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
1212
<AssemblyName>AttackSurfaceAnalyzer-GUI</AssemblyName>
1313
<ReleaseVersion>2.0.0.0-pre-alpha</ReleaseVersion>
14-
<ApplicationInsightsResourceId>/subscriptions/743195b0-d049-4532-bb00-4abf3bc37af9/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/AttackSurfaceAnalyzerGui</ApplicationInsightsResourceId>
1514
<ApplicationInsightsAnnotationResourceId>/subscriptions/743195b0-d049-4532-bb00-4abf3bc37af9/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/AttackSurfaceAnalyzerGui</ApplicationInsightsAnnotationResourceId>
15+
<ApplicationInsightsResourceId>/subscriptions/743195b0-d049-4532-bb00-4abf3bc37af9/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/AttackSurfaceAnalyzerGui</ApplicationInsightsResourceId>
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<PackageReference Include="ElectronNet.API" Version="0.0.11" />

Gui/Views/Shared/_Layout.cshtml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@using Microsoft.ApplicationInsights.Extensibility;
2-
@inject Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet JavaScriptSnippet
1+
@inject Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet JavaScriptSnippet
2+
@using Microsoft.ApplicationInsights.Extensibility;
33
<!DOCTYPE html>
44
<html lang="en">
55
<head>
@@ -15,6 +15,7 @@
1515
}
1616
}
1717
<script defer src="https://use.fontawesome.com/releases/v5.7.2/js/all.js" integrity="sha384-0pzryjIRos8mFBWMzSSZApWtPl/5++eIfzYmTgBBmXYdhvxPc+XcFEk+zJwDgWbP" crossorigin="anonymous"></script>
18+
@Html.Raw(JavaScriptSnippet.FullScript)
1819
</head>
1920
<body>
2021
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">

Gui/appsettings.json

-11
This file was deleted.

0 commit comments

Comments
 (0)