Skip to content

Get profile samples working #307

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

Merged
merged 1 commit into from
Apr 29, 2019
Merged

Conversation

damccorm
Copy link

Right now, profile samples are failing under our instructions. This is because when you try to hit https://dev.azure.com/{orgName}/_apis/ResourceAreas it fails, you have to hit https://vssps.dev.azure.com/{orgName}/_apis/ResourceAreas instead because it is considered a deployment level concept, not a project level concept. In general, things around profile don't seem settled so I took out some of the samples here as well (they were failing too).

Maybe we should add this back at some point, for now I think we should prioritize getting things working though.

Fixes #303

@damccorm damccorm merged commit b200d79 into master Apr 29, 2019
@damccorm damccorm deleted the users/damccorm/fix-profile-samples branch April 29, 2019 15:15
@loafoe
Copy link

loafoe commented May 4, 2019

Thanks @damccorm , it took quite a bit of Googling to find out using the vssps. prefix in the host was required to perform this call :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Samples do not work
2 participants