Skip to content

Commit a1a42a9

Browse files
authored
Cleanup unused code (Azure#47632)
1 parent 67ba9e8 commit a1a42a9

22 files changed

+70
-906
lines changed

sdk/identity/Azure.Identity/src/AppServiceManagedIdentitySource.cs

Lines changed: 0 additions & 80 deletions
This file was deleted.

sdk/identity/Azure.Identity/src/AppServiceV2017ManagedIdentitySource.cs

Lines changed: 0 additions & 27 deletions
This file was deleted.

sdk/identity/Azure.Identity/src/AppServiceV2019ManagedIdentitySource.cs

Lines changed: 0 additions & 27 deletions
This file was deleted.

sdk/identity/Azure.Identity/src/AzureArcManagedIdentitySource.cs

Lines changed: 0 additions & 153 deletions
This file was deleted.

sdk/identity/Azure.Identity/src/CloudShellManagedIdentitySource.cs

Lines changed: 0 additions & 67 deletions
This file was deleted.

sdk/identity/Azure.Identity/src/Constants.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,12 @@ internal class Constants
1616
// TODO: Currently this is piggybacking off the Azure CLI client ID, but needs to be switched once the Developer Sign On application is available
1717
public const string DeveloperSignOnClientId = "04b07795-8ddb-461a-bbee-02f9e1bf7b46";
1818

19-
public static string SharedTokenCacheFilePath { get { return Path.Combine(DefaultMsalTokenCacheDirectory, DefaultMsalTokenCacheName); } }
20-
21-
public const int SharedTokenCacheAccessRetryCount = 100;
22-
23-
public static readonly TimeSpan SharedTokenCacheAccessRetryDelay = TimeSpan.FromMilliseconds(600);
24-
2519
public const string DefaultRedirectUrl = "http://localhost";
2620

2721
public static readonly string DefaultMsalTokenCacheDirectory = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), ".IdentityService");
2822

2923
public const string DefaultMsalTokenCacheKeychainService = "Microsoft.Developer.IdentityService";
3024

31-
public const string DefaultMsalTokenCacheKeychainAccount = "MSALCache";
32-
33-
public const string DefaultMsalTokenCacheKeyringLabel = "MSALCache";
34-
3525
public const string DefaultMsalTokenCacheKeyringSchema = "msal.cache";
3626

3727
public const string DefaultMsalTokenCacheKeyringCollection = "default";

0 commit comments

Comments
 (0)