davidobrien1985 / davidobrien1985.github.io

1 stars 0 forks source link

ms graph python article #19

Open davidobrien1985 opened 4 years ago

davidobrien1985 commented 4 years ago

https://cloud-right.com/2020/06/microsoft-graph-python

linceaerian commented 2 years ago

Hello,

Just for ref, it seems the namespace and object changed: https://stackoverflow.com/questions/69733165/getting-error-while-trying-to-list-users-in-active-directory-using-azure-python

line 14, in <module>
    from msgraph.core import GraphSession
ImportError: cannot import name 'GraphSession' from 'msgraph.core' 

Thanks anyway :)