Skip to content

Commit

Permalink
Update azure.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
kzhuklinets authored Aug 26, 2024
1 parent fc236f8 commit d706fa0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions updater/lib/tinglesoftware/dependabot/clients/azure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ class Azure < ::Dependabot::Clients::Azure
# https://learn.microsoft.com/en-us/javascript/api/azure-devops-extension-api/connectiondata
def get_user_id(token = nil)
# https://stackoverflow.com/a/53227325
puts "auth_header = #{auth_header}"
puts "credentials = #{credentials}"
response = if token
get_with_token(source.api_endpoint + source.organization + "/_apis/connectionData", token)
else
Expand Down

0 comments on commit d706fa0

Please sign in to comment.