diff --git a/maps-auth/.gitignore b/maps-auth/.gitignore deleted file mode 100644 index ff5b00c..0000000 --- a/maps-auth/.gitignore +++ /dev/null @@ -1,264 +0,0 @@ -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. - -# Azure Functions localsettings file -local.settings.json - -# User-specific files -*.suo -*.user -*.userosscache -*.sln.docstates - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -bld/ -[Bb]in/ -[Oo]bj/ -[Ll]og/ - -# Visual Studio 2015 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUNIT -*.VisualState.xml -TestResult.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# DNX -project.lock.json -project.fragment.lock.json -artifacts/ - -*_i.c -*_p.c -*_i.h -*.ilk -*.meta -*.obj -*.pch -*.pdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*.log -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opendb -*.opensdf -*.sdf -*.cachefile -*.VC.db -*.VC.VC.opendb - -# Visual Studio profiler -*.psess -*.vsp -*.vspx -*.sap - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# JustCode is a .NET coding add-in -.JustCode - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings -# but database connection strings (with potential passwords) will be unencrypted -#*.pubxml -*.publishproj - -# Microsoft Azure Web App publish settings. Comment the next line if you want to -# checkin your Azure Web App publish settings, but sensitive information contained -# in these scripts will be unencrypted -PublishScripts/ - -# NuGet Packages -*.nupkg -# The packages folder can be ignored because of Package Restore -**/packages/* -# except build/, which is used as an MSBuild target. -!**/packages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/packages/repositories.config -# NuGet v3's project.json files produces more ignoreable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directories and files -AppPackages/ -BundleArtifacts/ -Package.StoreAssociation.xml -_pkginfo.txt - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!*.[Cc]ache/ - -# Others -ClientBin/ -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.publishsettings -node_modules/ -orleans.codegen.cs - -# Since there are multiple workflows, uncomment next line to ignore bower_components -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) -#bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm - -# SQL Server files -*.mdf -*.ldf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# Paket dependency manager -.paket/paket.exe -paket-files/ - -# FAKE - F# Make -.fake/ - -# JetBrains Rider -.idea/ -*.sln.iml - -# CodeRush -.cr/ - -# Python Tools for Visual Studio (PTVS) -__pycache__/ -*.pyc \ No newline at end of file diff --git a/maps-auth/.vscode/extensions.json b/maps-auth/.vscode/extensions.json deleted file mode 100644 index bb76300..0000000 --- a/maps-auth/.vscode/extensions.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "recommendations": [ - "ms-azuretools.vscode-azurefunctions", - "ms-dotnettools.csharp" - ] -} \ No newline at end of file diff --git a/maps-auth/.vscode/launch.json b/maps-auth/.vscode/launch.json deleted file mode 100644 index d526e72..0000000 --- a/maps-auth/.vscode/launch.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": "Attach to .NET Functions", - "type": "coreclr", - "request": "attach", - "processId": "${command:azureFunctions.pickProcess}" - } - ] -} \ No newline at end of file diff --git a/maps-auth/.vscode/settings.json b/maps-auth/.vscode/settings.json deleted file mode 100644 index 529521d..0000000 --- a/maps-auth/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "azureFunctions.deploySubpath": "bin/Release/net6.0/publish", - "azureFunctions.projectLanguage": "C#", - "azureFunctions.projectRuntime": "~4", - "debug.internalConsoleOptions": "neverOpen", - "azureFunctions.preDeployTask": "publish (functions)" -} \ No newline at end of file diff --git a/maps-auth/.vscode/tasks.json b/maps-auth/.vscode/tasks.json deleted file mode 100644 index 5a2491e..0000000 --- a/maps-auth/.vscode/tasks.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "version": "2.0.0", - "tasks": [ - { - "label": "clean (functions)", - "command": "dotnet", - "args": [ - "clean", - "/property:GenerateFullPaths=true", - "/consoleloggerparameters:NoSummary" - ], - "type": "process", - "problemMatcher": "$msCompile" - }, - { - "label": "build (functions)", - "command": "dotnet", - "args": [ - "build", - "/property:GenerateFullPaths=true", - "/consoleloggerparameters:NoSummary" - ], - "type": "process", - "dependsOn": "clean (functions)", - "group": { - "kind": "build", - "isDefault": true - }, - "problemMatcher": "$msCompile" - }, - { - "label": "clean release (functions)", - "command": "dotnet", - "args": [ - "clean", - "--configuration", - "Release", - "/property:GenerateFullPaths=true", - "/consoleloggerparameters:NoSummary" - ], - "type": "process", - "problemMatcher": "$msCompile" - }, - { - "label": "publish (functions)", - "command": "dotnet", - "args": [ - "publish", - "--configuration", - "Release", - "/property:GenerateFullPaths=true", - "/consoleloggerparameters:NoSummary" - ], - "type": "process", - "dependsOn": "clean release (functions)", - "problemMatcher": "$msCompile" - }, - { - "type": "func", - "dependsOn": "build (functions)", - "options": { - "cwd": "${workspaceFolder}/bin/Debug/net6.0" - }, - "command": "host start", - "isBackground": true, - "problemMatcher": "$func-dotnet-watch" - } - ] -} \ No newline at end of file diff --git a/maps-auth/GetAzureMapsToken.cs b/maps-auth/GetAzureMapsToken.cs deleted file mode 100644 index 2f2c418..0000000 --- a/maps-auth/GetAzureMapsToken.cs +++ /dev/null @@ -1,51 +0,0 @@ -using Microsoft.AspNetCore.Http; -using Microsoft.AspNetCore.Mvc; -using Microsoft.Azure.Functions.Worker; -using Azure.Core; -using Azure.Identity; -using Microsoft.Azure.Functions.Worker; - -namespace Microsoft.GetAzureMapsToken -{ - public static class GetAzureMapsToken - { - /// - /// This token provider simplifies access tokens for Azure Resources. It uses the Managed Identity of the deployed resource. - /// For instance if this application was deployed to Azure App Service or Azure Virtual Machine, you can assign an Azure AD - /// identity and this library will use that identity when deployed to production. - /// - /// - /// This tokenProvider will cache the token in memory, if you would like to reduce the dependency on Azure AD we recommend - /// implementing a distributed cache combined with using the other methods available on tokenProvider. - /// - private static readonly DefaultAzureCredential tokenProvider = new(); - - private static readonly string[] allowed = { - "https://microsoft.github.io/" - }; - - - [Function("GetAzureMapsToken")] - public static async Task Run( - [HttpTrigger(AuthorizationLevel.Anonymous, "get", "post", Route = null)] HttpRequest req) - { - string referer = req.Headers["Referer"]; - - if (string.IsNullOrEmpty(referer)) - return new UnauthorizedResult(); - - string result = Array.Find(allowed, site => referer.StartsWith(site, StringComparison.OrdinalIgnoreCase)); - if (string.IsNullOrEmpty(result)) - return new UnauthorizedResult(); - - // Managed identities for Azure resources and Azure Maps - // For the Web SDK to authorize correctly, you still must assign Azure role based access control for the managed identity - // https://docs.microsoft.com/en-us/azure/azure-maps/how-to-manage-authentication - var accessToken = await tokenProvider.GetTokenAsync( - new TokenRequestContext(new[] { "https://atlas.microsoft.com/.default" }) - ); - - return new OkObjectResult(accessToken.Token); - } - } -} diff --git a/maps-auth/Program.cs b/maps-auth/Program.cs deleted file mode 100644 index e0d16c5..0000000 --- a/maps-auth/Program.cs +++ /dev/null @@ -1,13 +0,0 @@ -using Microsoft.Azure.Functions.Worker; -using Microsoft.Extensions.DependencyInjection; -using Microsoft.Extensions.Hosting; - -var host = new HostBuilder() -.ConfigureFunctionsWebApplication() -.ConfigureServices(services => { - services.AddApplicationInsightsTelemetryWorkerService(); - services.ConfigureFunctionsApplicationInsights(); -}) -.Build(); - -host.Run(); \ No newline at end of file diff --git a/maps-auth/Properties/PublishProfiles/spatial-annotation-tool-maps-auth2 - Zip Deploy.pubxml b/maps-auth/Properties/PublishProfiles/spatial-annotation-tool-maps-auth2 - Zip Deploy.pubxml deleted file mode 100644 index 110034b..0000000 --- a/maps-auth/Properties/PublishProfiles/spatial-annotation-tool-maps-auth2 - Zip Deploy.pubxml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - ZipDeploy - AzureWebSite - Release - Any CPU - https://spatial-annotation-tool-maps-auth2.azurewebsites.net - false - /subscriptions/6c784d20-0f6d-4df9-9713-fda1814fab6d/resourceGroups/spatial-annotation-tool/providers/Microsoft.Web/sites/spatial-annotation-tool-maps-auth2 - $spatial-annotation-tool-maps-auth2 - <_SavePWD>true - https://spatial-annotation-tool-maps-auth2.scm.azurewebsites.net/ - AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAFFkBAfpyCke/jR4oaS6fBwAAAAACAAAAAAAQZgAAAAEAACAAAADvX0yrFQqR+bfIWikHgglC4V50f+kcxi+v8bniV7A3cAAAAAAOgAAAAAIAACAAAACIpBr8NbnOel4SsvRVpcWCKuydbGSoTQbEYsPYemEwhYAAAAB/MM0jsbI+XxuQddL99+HlxzTncM3Q47ds/+R+ZS55xv187peEqi3YZ/Uyaw+OGXbzjoRHXI4T+YLV0v5rlV6SC/CFzCBZCjr8GG/oT+nAf0J6SWVTNPn9NLRdMJfgTkk8fGdVmmRlJyKl809PjRYA0VQS5hxTRCeQLG/AhnEad0AAAAB0zqWmq1qKMY+YJlpWdaZ/yFrh+7HCslr9XvT0E1/nP4KcJW8b7SrS/EAs1K+i8z4dKC4qGuD/SJskOQidIS4A - AzureFunctionProfileVisual - <_PublishBasicAuthDisabled>true - - \ No newline at end of file diff --git a/maps-auth/Properties/ServiceDependencies/spatial-annotation-tool-maps-auth2 - Zip Deploy/profile.arm.json b/maps-auth/Properties/ServiceDependencies/spatial-annotation-tool-maps-auth2 - Zip Deploy/profile.arm.json deleted file mode 100644 index 2fcb31a..0000000 --- a/maps-auth/Properties/ServiceDependencies/spatial-annotation-tool-maps-auth2 - Zip Deploy/profile.arm.json +++ /dev/null @@ -1,174 +0,0 @@ -{ - "$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#", - "contentVersion": "1.0.0.0", - "metadata": { - "_dependencyType": "compute.function.windows.appService" - }, - "parameters": { - "resourceGroupName": { - "type": "string", - "defaultValue": "spatial-annotation-tool", - "metadata": { - "description": "Name of the resource group for the resource. It is recommended to put resources under same resource group for better tracking." - } - }, - "resourceGroupLocation": { - "type": "string", - "defaultValue": "westus2", - "metadata": { - "description": "Location of the resource group. Resource groups could have different location than resources, however by default we use API versions from latest hybrid profile which support all locations for resource types we support." - } - }, - "resourceName": { - "type": "string", - "defaultValue": "spatial-annotation-tool-maps-auth2", - "metadata": { - "description": "Name of the main resource to be created by this template." - } - }, - "resourceLocation": { - "type": "string", - "defaultValue": "[parameters('resourceGroupLocation')]", - "metadata": { - "description": "Location of the resource. By default use resource group's location, unless the resource provider is not supported there." - } - } - }, - "resources": [ - { - "type": "Microsoft.Resources/resourceGroups", - "name": "[parameters('resourceGroupName')]", - "location": "[parameters('resourceGroupLocation')]", - "apiVersion": "2019-10-01" - }, - { - "type": "Microsoft.Resources/deployments", - "name": "[concat(parameters('resourceGroupName'), 'Deployment', uniqueString(concat(parameters('resourceName'), subscription().subscriptionId)))]", - "resourceGroup": "[parameters('resourceGroupName')]", - "apiVersion": "2019-10-01", - "dependsOn": [ - "[parameters('resourceGroupName')]" - ], - "properties": { - "mode": "Incremental", - "expressionEvaluationOptions": { - "scope": "inner" - }, - "parameters": { - "resourceGroupName": { - "value": "[parameters('resourceGroupName')]" - }, - "resourceGroupLocation": { - "value": "[parameters('resourceGroupLocation')]" - }, - "resourceName": { - "value": "[parameters('resourceName')]" - }, - "resourceLocation": { - "value": "[parameters('resourceLocation')]" - } - }, - "template": { - "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - "contentVersion": "1.0.0.0", - "parameters": { - "resourceGroupName": { - "type": "string" - }, - "resourceGroupLocation": { - "type": "string" - }, - "resourceName": { - "type": "string" - }, - "resourceLocation": { - "type": "string" - } - }, - "variables": { - "storage_name": "[toLower(concat('storage', uniqueString(concat(parameters('resourceName'), subscription().subscriptionId))))]", - "appServicePlan_name": "[concat('Plan', uniqueString(concat(parameters('resourceName'), subscription().subscriptionId)))]", - "storage_ResourceId": "[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', parameters('resourceGroupName'), '/providers/Microsoft.Storage/storageAccounts/', variables('storage_name'))]", - "appServicePlan_ResourceId": "[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', parameters('resourceGroupName'), '/providers/Microsoft.Web/serverFarms/', variables('appServicePlan_name'))]", - "function_ResourceId": "[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', parameters('resourceGroupName'), '/providers/Microsoft.Web/sites/', parameters('resourceName'))]" - }, - "resources": [ - { - "location": "[parameters('resourceLocation')]", - "name": "[parameters('resourceName')]", - "type": "Microsoft.Web/sites", - "apiVersion": "2015-08-01", - "tags": { - "[concat('hidden-related:', variables('appServicePlan_ResourceId'))]": "empty" - }, - "dependsOn": [ - "[variables('appServicePlan_ResourceId')]", - "[variables('storage_ResourceId')]" - ], - "kind": "functionapp", - "properties": { - "name": "[parameters('resourceName')]", - "kind": "functionapp", - "httpsOnly": true, - "reserved": false, - "serverFarmId": "[variables('appServicePlan_ResourceId')]", - "siteConfig": { - "alwaysOn": true - } - }, - "identity": { - "type": "SystemAssigned" - }, - "resources": [ - { - "name": "appsettings", - "type": "config", - "apiVersion": "2015-08-01", - "dependsOn": [ - "[variables('function_ResourceId')]" - ], - "properties": { - "AzureWebJobsStorage": "[concat('DefaultEndpointsProtocol=https;AccountName=', variables('storage_name'), ';AccountKey=', listKeys(variables('storage_ResourceId'), '2017-10-01').keys[0].value, ';EndpointSuffix=', 'core.windows.net')]", - "FUNCTIONS_EXTENSION_VERSION": "~3", - "FUNCTIONS_WORKER_RUNTIME": "dotnet" - } - } - ] - }, - { - "location": "[parameters('resourceGroupLocation')]", - "name": "[variables('storage_name')]", - "type": "Microsoft.Storage/storageAccounts", - "apiVersion": "2017-10-01", - "tags": { - "[concat('hidden-related:', concat('/providers/Microsoft.Web/sites/', parameters('resourceName')))]": "empty" - }, - "properties": { - "supportsHttpsTrafficOnly": true - }, - "sku": { - "name": "Standard_LRS" - }, - "kind": "Storage" - }, - { - "location": "[parameters('resourceGroupLocation')]", - "name": "[variables('appServicePlan_name')]", - "type": "Microsoft.Web/serverFarms", - "apiVersion": "2015-08-01", - "sku": { - "name": "S1", - "tier": "Standard", - "family": "S", - "size": "S1" - }, - "properties": { - "name": "[variables('appServicePlan_name')]" - } - } - ] - } - } - } - ] -} \ No newline at end of file diff --git a/maps-auth/Properties/ServiceDependencies/spatial-annotation-tool-maps-auth2 - Zip Deploy/storage1.arm.json b/maps-auth/Properties/ServiceDependencies/spatial-annotation-tool-maps-auth2 - Zip Deploy/storage1.arm.json deleted file mode 100644 index 568b67d..0000000 --- a/maps-auth/Properties/ServiceDependencies/spatial-annotation-tool-maps-auth2 - Zip Deploy/storage1.arm.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#", - "contentVersion": "1.0.0.0", - "parameters": { - "resourceGroupName": { - "type": "string", - "defaultValue": "spatial-annotation-tool", - "metadata": { - "_parameterType": "resourceGroup", - "description": "Name of the resource group for the resource. It is recommended to put resources under same resource group for better tracking." - } - }, - "resourceGroupLocation": { - "type": "string", - "defaultValue": "westus2", - "metadata": { - "_parameterType": "location", - "description": "Location of the resource group. Resource groups could have different location than resources." - } - }, - "resourceLocation": { - "type": "string", - "defaultValue": "[parameters('resourceGroupLocation')]", - "metadata": { - "_parameterType": "location", - "description": "Location of the resource. By default use resource group's location, unless the resource provider is not supported there." - } - } - }, - "resources": [ - { - "type": "Microsoft.Resources/resourceGroups", - "name": "[parameters('resourceGroupName')]", - "location": "[parameters('resourceGroupLocation')]", - "apiVersion": "2019-10-01" - }, - { - "type": "Microsoft.Resources/deployments", - "name": "[concat(parameters('resourceGroupName'), 'Deployment', uniqueString(concat('spatialannotationto8fe4', subscription().subscriptionId)))]", - "resourceGroup": "[parameters('resourceGroupName')]", - "apiVersion": "2019-10-01", - "dependsOn": [ - "[parameters('resourceGroupName')]" - ], - "properties": { - "mode": "Incremental", - "template": { - "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", - "contentVersion": "1.0.0.0", - "resources": [ - { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "name": "spatialannotationto8fe4", - "type": "Microsoft.Storage/storageAccounts", - "location": "[parameters('resourceLocation')]", - "apiVersion": "2017-10-01" - } - ] - } - } - } - ], - "metadata": { - "_dependencyType": "storage.azure" - } -} \ No newline at end of file diff --git a/maps-auth/Properties/launchSettings.json b/maps-auth/Properties/launchSettings.json deleted file mode 100644 index fe6e9b4..0000000 --- a/maps-auth/Properties/launchSettings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "profiles": { - "maps_auth": { - "commandName": "Project", - "commandLineArgs": "--port 7260", - "launchBrowser": false - } - } -} \ No newline at end of file diff --git a/maps-auth/Properties/serviceDependencies.json b/maps-auth/Properties/serviceDependencies.json deleted file mode 100644 index fcc92d1..0000000 --- a/maps-auth/Properties/serviceDependencies.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "dependencies": { - "storage1": { - "type": "storage", - "connectionId": "AzureWebJobsStorage" - } - } -} \ No newline at end of file diff --git a/maps-auth/Properties/serviceDependencies.spatial-annotation-tool-maps-auth2 - Zip Deploy.json b/maps-auth/Properties/serviceDependencies.spatial-annotation-tool-maps-auth2 - Zip Deploy.json deleted file mode 100644 index 73e3075..0000000 --- a/maps-auth/Properties/serviceDependencies.spatial-annotation-tool-maps-auth2 - Zip Deploy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "dependencies": { - "storage1": { - "resourceId": "/subscriptions/[parameters('subscriptionId')]/resourceGroups/[parameters('resourceGroupName')]/providers/Microsoft.Storage/storageAccounts/spatialannotationto8fe4", - "type": "storage.azure", - "connectionId": "AzureWebJobsStorage" - } - } -} \ No newline at end of file diff --git a/maps-auth/host.json b/maps-auth/host.json deleted file mode 100644 index cd2486e..0000000 --- a/maps-auth/host.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "version": "2.0", - "logging": { - "applicationInsights": { - "samplingSettings": { - "isEnabled": false, - "excludedTypes": "Request" - } - } - } -} \ No newline at end of file diff --git a/maps-auth/maps-auth.csproj b/maps-auth/maps-auth.csproj deleted file mode 100644 index d2edc49..0000000 --- a/maps-auth/maps-auth.csproj +++ /dev/null @@ -1,31 +0,0 @@ - - - net8.0 - v4 - maps_auth - Exe - enable - enable - - - - - - - - - - - - - PreserveNewest - - - PreserveNewest - Never - - - - - - \ No newline at end of file diff --git a/maps-auth/maps-auth.sln b/maps-auth/maps-auth.sln deleted file mode 100644 index 2a8103f..0000000 --- a/maps-auth/maps-auth.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.5.002.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "maps-auth", "maps-auth.csproj", "{B668B351-7A25-4336-822A-283B1919CACC}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {B668B351-7A25-4336-822A-283B1919CACC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B668B351-7A25-4336-822A-283B1919CACC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B668B351-7A25-4336-822A-283B1919CACC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B668B351-7A25-4336-822A-283B1919CACC}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {A54F903D-4F62-48CF-B078-10957B513D02} - EndGlobalSection -EndGlobal