79432996

Date: 2025-02-12 12:16:55
Score: 1
Natty:
Report link

Thanks for the pointers.

adding the following to get a token did the trick: $(az account get-access-token --resource 499b84ac-1321-427f-aa17-267ca6975798 --query "accessToken" --output tsv)

I then added the get token as so:

--gitrepo-url "https://azurereposuser:$(az account get-access-token --resource 499b84ac-1321-427f-aa17-267ca6975798 --query "accessToken" --output tsv)@dev.azure.com/org/devops/_git/dbtproject" 
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: marko0o