-
Notifications
You must be signed in to change notification settings - Fork 205
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
ValueError: API resource location is not registered #289
Comments
…s not exist at the organization level.
Fixed in #292 Test code:
|
@rilooth thanks for reporting this issue. On a side note, you mention trying to get a list of users. The accounts clients deals with organizations rather than individual users. You may want to look into the Graph APIs. |
Fix for issue #289 - check for location at deployment level if it does not exist at the organization level.
This release has the fix: |
…if it does not exist at the organization level.
Fix for issue microsoft#289 - check for location at deployment level if it does not exist at the organization level.
Hi @tedchamb, I've tested your code snippet, doesn't seem work in my case. still getting error ValueError: API resource location 229a6a53-b428-4ffb-a835-e8f36b5b4b1e is not registered on |
I want to extract users list from azure devOps using but an error appears:
I have already tried to extract the projects list and extracting descriptors for the specific user so connection is ok.
here is my code:
I need to get information about the last access and date created account so maybe another way?
The text was updated successfully, but these errors were encountered: