Skip to content

Commit

Permalink
resolves issue #125
Browse files Browse the repository at this point in the history
  • Loading branch information
kdcllc committed Jul 7, 2020
1 parent decb55f commit 44da6ce
Show file tree
Hide file tree
Showing 32 changed files with 1 addition and 2,027 deletions.
9 changes: 0 additions & 9 deletions Bet.AspNetCore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bet.Extensions.Hosting", "s
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{D08248C1-62F0-4011-9CB2-406FDE28EEA3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cli-tools", "cli-tools", "{D5655917-C1A5-44AA-85D2-BF9132205E4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppAuthentication", "src\AppAuthentication\AppAuthentication.csproj", "{47756F33-5FF7-4FDB-8E7D-F30CCFBE8F34}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bet.AspNetCore.ReCapture", "src\Bet.AspNetCore.ReCapture\Bet.AspNetCore.ReCapture.csproj", "{6472D7D3-D27B-4B57-ABE1-1708AB64E1D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bet.Extensions.ML", "src\Bet.Extensions.ML\Bet.Extensions.ML.csproj", "{5FD99A79-7BFB-4112-9B7F-6E308306FC46}"
Expand Down Expand Up @@ -151,10 +147,6 @@ Global
{AA34055E-D487-44B7-BD4C-FEEB29FFDA05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA34055E-D487-44B7-BD4C-FEEB29FFDA05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA34055E-D487-44B7-BD4C-FEEB29FFDA05}.Release|Any CPU.Build.0 = Release|Any CPU
{47756F33-5FF7-4FDB-8E7D-F30CCFBE8F34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47756F33-5FF7-4FDB-8E7D-F30CCFBE8F34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47756F33-5FF7-4FDB-8E7D-F30CCFBE8F34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47756F33-5FF7-4FDB-8E7D-F30CCFBE8F34}.Release|Any CPU.Build.0 = Release|Any CPU
{6472D7D3-D27B-4B57-ABE1-1708AB64E1D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6472D7D3-D27B-4B57-ABE1-1708AB64E1D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6472D7D3-D27B-4B57-ABE1-1708AB64E1D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -246,7 +238,6 @@ Global
{2B077466-D1D8-4D93-8324-90898D286719} = {C4F77FEB-4C40-4285-AE27-D9B361A3A46F}
{50B38E2B-E33D-4BAF-B6D0-7BBA49D8824A} = {C4F77FEB-4C40-4285-AE27-D9B361A3A46F}
{AA34055E-D487-44B7-BD4C-FEEB29FFDA05} = {C4F77FEB-4C40-4285-AE27-D9B361A3A46F}
{47756F33-5FF7-4FDB-8E7D-F30CCFBE8F34} = {D5655917-C1A5-44AA-85D2-BF9132205E4E}
{6472D7D3-D27B-4B57-ABE1-1708AB64E1D1} = {8DBACFCC-6031-44F4-AF8C-556A3946AB0A}
{5FD99A79-7BFB-4112-9B7F-6E308306FC46} = {C4F77FEB-4C40-4285-AE27-D9B361A3A46F}
{028AAF57-302B-422E-AF8B-A7CC18F69C5E} = {D08248C1-62F0-4011-9CB2-406FDE28EEA3}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This goal of this repo is to provide with a reusable functionality for developin

## `DotNetCore` CLI global tools

1. [AppAuthentication](./src/AppAuthentication/) - enables `Azure Key Vault` or `Azure Blob Storage` access from Docker Container in Local development based on token authentication.
1. [AppAuthentication](https://github.com/kdcllc/AppAuthentication) - enables Microsoft Managed Identity (MSI) testing `Azure Key Vault` or `Azure Blob Storage` access from Docker Container in Local development based on token authentication.

## Generic functionally that extends `Microsoft.Extensions` namespace

Expand Down
35 changes: 0 additions & 35 deletions src/AppAuthentication/AppAuthentication.csproj

This file was deleted.

135 changes: 0 additions & 135 deletions src/AppAuthentication/AzureCli/AzureCliAccessTokenProvider.cs

This file was deleted.

28 changes: 0 additions & 28 deletions src/AppAuthentication/Constants.cs

This file was deleted.

24 changes: 0 additions & 24 deletions src/AppAuthentication/Dockerfile

This file was deleted.

37 changes: 0 additions & 37 deletions src/AppAuthentication/Dockerfile.original

This file was deleted.

78 changes: 0 additions & 78 deletions src/AppAuthentication/EnvironmentHostedService.cs

This file was deleted.

Loading

0 comments on commit 44da6ce

Please sign in to comment.