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">Resource Identifier if using user assigned managed identity.</param>
22
+
/// <param name="managedIdentityResourceIdFunc">Function to build managed identity resource id based in contemporary environment configuration.</param>
22
23
/// <returns>Environment Configuration</returns>
23
24
/// <exception cref="NotSupportedException">If RuntimeEnvironment is unsupported.</exception>
24
25
/// <exception cref="ArgumentException">If AZ is not authenticated.</exception>
26
+
/// <exception cref="InvalidOperationException">When environment variables are missing.</exception>
0 commit comments