We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb0280 commit c542a18Copy full SHA for c542a18
1 file changed
src/NuGet.Services.Configuration/Constants.cs
@@ -1,4 +1,4 @@
1
-// Copyright (c) .NET Foundation. All rights reserved.
+// Copyright (c) .NET Foundation. All rights reserved.
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
4
namespace NuGet.Services.Configuration
@@ -15,5 +15,7 @@ public static class Constants
15
public static string KeyVaultStoreNameKey = "KeyVault_StoreName";
16
public static string KeyVaultStoreLocationKey = "KeyVault_StoreLocation";
17
public static string KeyVaultSendX5c = "KeyVault_SendX5c";
18
+ public static string StorageUseManagedIdentityPropertyName = "Storage_UseManagedIdentity";
19
+ public static string StorageManagedIdentityClientIdPropertyName = "Storage_ManagedIdentityClientId";
20
}
21
0 commit comments