rsimac

Results 4 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...