You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="managedIdentityResourceIdFunc">Function to build managed identity resource id based in contemporary environment configuration.</param>
28
+
/// <param name="keyVaultUriFuncs">Function to build key vault URIs based in contemporary environment configuration.
29
+
/// Secrets with the same key is overwritten by later URIs.</param>
29
30
/// <returns>Environment Configuration</returns>
30
31
/// <exception cref="NotSupportedException">If RuntimeEnvironment is unsupported.</exception>
31
32
/// <exception cref="ArgumentException">If AZ is not authenticated.</exception>
@@ -35,9 +36,9 @@ public static EnvironmentConfiguration AddEnvironmentConfiguration(
0 commit comments