Skip to content

Commit 770a6f7

Browse files
Update databricks-sdk-java/src/main/java/com/databricks/sdk/core/oauth/AzureDevOpsIDTokenSource.java
Co-authored-by: Renaud Hartert <[email protected]>
1 parent f17200b commit 770a6f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

databricks-sdk-java/src/main/java/com/databricks/sdk/core/oauth/AzureDevOpsIDTokenSource.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
* the IDTokenSource interface and provides a method for obtaining ID tokens specifically from Azure
1616
* DevOps Pipeline environment.
1717
*
18-
* <p>This implementation follows the Azure DevOps OIDC token API as documented at:
19-
* https://learn.microsoft.com/en-us/rest/api/azure/devops/distributedtask/oidctoken/create
18+
* <p>This implementation relies on the <a href="https://learn.microsoft.com/en-us/rest/api/azure/devops/distributedtask/oidctoken/create">Azure DevOps OIDC token API</a>.
2019
*/
2120
public class AzureDevOpsIDTokenSource implements IDTokenSource {
2221
/* Access token for authenticating with Azure DevOps API */

0 commit comments

Comments
 (0)