We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d281a5d commit 23500e4Copy full SHA for 23500e4
src/Common/Constants.cs
@@ -28,6 +28,12 @@ public static class ApiConstants
28
29
}
30
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
+
37
public static class StorSimpleConstants
38
{
39
public const string DefaultStorageAccountEndpoint = "core.windows.net";
0 commit comments