Skip to content

Commit 23500e4

Browse files
authored
add acr token cache token (#234)
1 parent d281a5d commit 23500e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Common/Constants.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ public static class ApiConstants
2828

2929
}
3030

31+
public static class SharedComponentKeys
32+
{
33+
//Will be stored in AzureSession and shared between Az.ContainerRegistry and Az.Accounts
34+
public const string AcrTokenCacheKey = "AcrTokenCache";
35+
}
36+
3137
public static class StorSimpleConstants
3238
{
3339
public const string DefaultStorageAccountEndpoint = "core.windows.net";

0 commit comments

Comments
 (0)