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
awaitReportTelemetryAsync($"Credential clientId in refreshed config '{refreshedClientId??"Empty"}' does not match the current credential clientId '{clientId}'.");
198
198
return;
199
199
}
200
+
201
+
// make sure the credential authorizationUrl in the refreshed config match the current credential authorizationUrl for OAuth auth scheme
Trace.Error($"Credential authorizationUrl in refreshed config '{refreshedAuthorizationUrl??"Empty"}' does not match the current credential authorizationUrl '{authorizationUrl}'.");
207
+
awaitReportTelemetryAsync($"Credential authorizationUrl in refreshed config '{refreshedAuthorizationUrl??"Empty"}' does not match the current credential authorizationUrl '{authorizationUrl}'.");
208
+
return;
209
+
}
200
210
}
201
211
202
212
// save the refreshed runner credentials as a separate file
0 commit comments