rsimac

Results 6 comments of rsimac

Same problem here. Our production software relies on functionalities currently provided by azure graphrbac, which is about to be depreciated. We need to rewrite our python code to use new...

@shemogumbe thanks for the clarification. I am too relatively happy with current msgraph.core and have already updated our code to use it. If the library methods calling syntax stays unchanged...

@baywet thanks much for the update! I appreciate the effort. But... (there is always one...)... upon first glance over the GA version, it appears the method signatures are changed, and...

Until this issue gets addressed :) this is the workaround that worked for me. I just override the problematic `__new__()` method, and avoided all that `__instance` business, returning plain new...

This may be related to the threading issue I just found... #245

Same problem on ubuntu 18.04. I wanted to remain in control as whether to start fahclient at boot, and opted for no. That apparently caused the above bug. Suggested solution...