diff --git a/azure-devops-client/main.go b/azure-devops-client/main.go index d832717..22a0387 100644 --- a/azure-devops-client/main.go +++ b/azure-devops-client/main.go @@ -38,9 +38,6 @@ type AzureDevopsClient struct { // azure auth azcreds *azidentity.DefaultAzureCredential - entraIdToken *EntraIdToken - entraIdTokenLastRefreshed int64 - HostUrl *string ApiVersion string @@ -94,8 +91,6 @@ func (c *AzureDevopsClient) Init() { c.SetRetries(3) c.SetConcurrency(10) - c.entraIdTokenLastRefreshed = 0 - c.LimitBuildsPerProject = 100 c.LimitBuildsPerDefinition = 10 c.LimitReleasesPerDefinition = 100