Skip to content

Commit

Permalink
Remove appsettings.json telemetry key.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Stocco committed Mar 29, 2019
1 parent 41767a2 commit df3d206
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gui/AttackSurfaceAnalyzerGui.csproj
Expand Up @@ -11,8 +11,8 @@
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<AssemblyName>AttackSurfaceAnalyzer-GUI</AssemblyName>
<ReleaseVersion>2.0.0.0-pre-alpha</ReleaseVersion>
<ApplicationInsightsResourceId>/subscriptions/743195b0-d049-4532-bb00-4abf3bc37af9/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/AttackSurfaceAnalyzerGui</ApplicationInsightsResourceId>
<ApplicationInsightsAnnotationResourceId>/subscriptions/743195b0-d049-4532-bb00-4abf3bc37af9/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/AttackSurfaceAnalyzerGui</ApplicationInsightsAnnotationResourceId>
<ApplicationInsightsResourceId>/subscriptions/743195b0-d049-4532-bb00-4abf3bc37af9/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/AttackSurfaceAnalyzerGui</ApplicationInsightsResourceId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ElectronNet.API" Version="0.0.11" />
Expand Down
5 changes: 3 additions & 2 deletions Gui/Views/Shared/_Layout.cshtml
@@ -1,5 +1,5 @@
@using Microsoft.ApplicationInsights.Extensibility;
@inject Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet JavaScriptSnippet
@inject Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet JavaScriptSnippet
@using Microsoft.ApplicationInsights.Extensibility;
<!DOCTYPE html>
<html lang="en">
<head>
Expand All @@ -15,6 +15,7 @@
}
}
<script defer src="https://use.fontawesome.com/releases/v5.7.2/js/all.js" integrity="sha384-0pzryjIRos8mFBWMzSSZApWtPl/5++eIfzYmTgBBmXYdhvxPc+XcFEk+zJwDgWbP" crossorigin="anonymous"></script>
@Html.Raw(JavaScriptSnippet.FullScript)
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
Expand Down
11 changes: 0 additions & 11 deletions Gui/appsettings.json

This file was deleted.

0 comments on commit df3d206

Please sign in to comment.