We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ae68a commit 20a433eCopy full SHA for 20a433e
1 file changed
packages/server/api/src/app/benchmark/providers/azure/azure-option-resolver.ts
@@ -50,12 +50,6 @@ async function getSubscriptionsList(
50
51
const credentials = (connection.value as CustomAuthConnectionValue)?.props;
52
53
- if (!credentials || typeof credentials !== 'object') {
54
- throwValidationError(
55
- 'Selected connection is misconfigured or missing Azure credentials.',
56
- );
57
- }
58
-
59
let subscriptions: { subscriptionId: string; displayName: string }[];
60
try {
61
const tokenResult = await authenticateUserWithAzure(credentials);
0 commit comments