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
thrownewArgumentException("Number of tenants (tenants other than the one in the current context), that the requested resources belong to, exceeds maximum allowed number of "+MAX_NUMBER_OF_TOKENS_ALLOWED_IN_AUX_HEADER);
157
+
thrownewArgumentException($"Number of tenants (tenants other than the one in the current context), that the requested resources belong to, exceeds maximum allowed number of {MAX_NUMBER_OF_TOKENS_ALLOWED_IN_AUX_HEADER}");
158
158
}
159
159
160
160
//get the tokens for each tenant and prepare the string in the following format :
0 commit comments