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
tenantId:Environment.GetEnvironmentVariable("APP_REG_TENANT_ID")??thrownewInvalidOperationException("APP_REG_TENANT_ID environment variable is not set."),
65
-
clientId:Environment.GetEnvironmentVariable("APP_REG_CLIENT_ID")??thrownewInvalidOperationException("APP_REG_CLIENT_ID environment variable is not set."),
66
-
serviceConnectionId:Environment.GetEnvironmentVariable("APP_REG_SERVICE_CONNECTION_ID")??thrownewInvalidOperationException("APP_REG_SERVICE_CONNECTION_ID environment variable is not set."),
67
-
systemAccessToken:Environment.GetEnvironmentVariable("SYSTEM_ACCESS_TOKEN")??thrownewInvalidOperationException("SYSTEM_ACCESS_TOKEN environment variable is not set.")),
tenantId:Environment.GetEnvironmentVariable("AZURE_TENANT_ID")??thrownewInvalidOperationException("AZURE_TENANT_ID environment variable is not set."),
65
+
clientId:Environment.GetEnvironmentVariable("AZURE_CLIENT_ID")??thrownewInvalidOperationException("AZURE_CLIENT_ID environment variable is not set."),
66
+
clientSecret:Environment.GetEnvironmentVariable("AZURE_CLIENT_SECRET")??thrownewInvalidOperationException("AZURE_CLIENT_SECRET environment variable is not set.")),
68
67
_ =>thrownewNotSupportedException(
69
68
$"Runtime environment {environmentConfiguration.RuntimeEnvironment} is not supported"),
0 commit comments