mikeplavsky / test-graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Service Principle:

az ad sp create-for-rbac --skip-assignment true

SP must be added to Directory Readers role.

Set up environment:

export AAD_TENANT=...
export CLIENT_ID=...
export CLIENT_SECRET=...

users.py:

  • nextLink in init_read can be not empty multiple times w/o any data returned.
  • when while True: patch_all, it can happen that init_read does not stop for a long time.
  • when while True: patch_all, it can happen that delta_read does not stop.

About


Languages

Language:Python 100.0%