Skip to content

Commit 6b15940

Browse files
authored
Fix the keystore cache file name (#20575)
1 parent ee54b4c commit 6b15940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Accounts/Authentication/AzureSessionInitializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ static IAzureSession CreateInstance(IDataStore dataStore = null, Action<string>
268268
session.ARMProfileFile = autoSave.ContextFile;
269269
session.TokenCacheDirectory = autoSave.CacheDirectory;
270270
session.TokenCacheFile = autoSave.CacheFile;
271-
session.KeyStoreFile = "azkeystore.cache";
271+
session.KeyStoreFile = "keystore.cache";
272272
autoSave.Settings.TryGetValue("InstallationId", out string installationId);
273273
session.ExtendedProperties.Add("InstallationId", installationId);
274274
InitializeConfigs(session, profilePath, writeWarning);

0 commit comments

Comments
 (0)