We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badcbb6 commit 203955dCopy full SHA for 203955d
azure-devops-client/main.go
@@ -38,9 +38,6 @@ type AzureDevopsClient struct {
38
// azure auth
39
azcreds *azidentity.DefaultAzureCredential
40
41
- entraIdToken *EntraIdToken
42
- entraIdTokenLastRefreshed int64
43
-
44
HostUrl *string
45
46
ApiVersion string
@@ -94,8 +91,6 @@ func (c *AzureDevopsClient) Init() {
94
91
c.SetRetries(3)
95
92
c.SetConcurrency(10)
96
93
97
- c.entraIdTokenLastRefreshed = 0
98
99
c.LimitBuildsPerProject = 100
100
c.LimitBuildsPerDefinition = 10
101
c.LimitReleasesPerDefinition = 100
0 commit comments