Я добавил область действия vso.entitlements в расширении VSTS, которое прекрасно работало, но теперь, когда я запускаю расширение с такими же областями в службе Azure Devops, оно выдает мне ошибку.
VS30063: Вы не авторизованы для доступа https://app.vssps.visualstudio.com.
VssConnection connection = new VssConnection(new Uri("https://dev.azure.com/accountname"), new VssBasicCredential("", oAuthAccessToken));
LicensingHttpClient licensingHttpClient = connection.GetClient<LicensingHttpClient>();
AccountEntitlement accountEntitlement = licensingHttpClient.GetAccountEntitlementAsync().Result;
License license = accountEntitlement.License;