-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rich azure integration basics (#3976) #3984
Conversation
7365a7c
to
afe8f8c
Compare
afe8f8c
to
f2bce05
Compare
f2bce05
to
2e58f76
Compare
5f05d75
to
15a2c4c
Compare
2e58f76
to
a317c9c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few minor comments
case 'azure-devops': | ||
return get(HostingIntegrationId.AzureDevOps) as RT; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably need to check the remote's domain here and only return the azure devops id if it's non-enterprise. We don't support azure enterprise yet and should probably return undefined
for that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@axosoft-ramint
Done.
Something like this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't tested it yet, but if you've verified by cloning an azure repo and making sure it passes this check, I think we should be good to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I cloned both: a repo under dev.azure.com
and another one under *.visualstudio.com
Description
Implements #3976
Checklist
Fixes $XXX -
orCloses #XXX -
prefix to auto-close the issue that your PR addresses