diff --git a/demo/graphtutorial/config.cfg b/demo/graphtutorial/config.cfg index 9c20755..bc9d497 100644 --- a/demo/graphtutorial/config.cfg +++ b/demo/graphtutorial/config.cfg @@ -3,4 +3,4 @@ clientId = YOUR_CLIENT_ID_HERE clientSecret = YOUR_CLIENT_SECRET_HERE_IF_USING_APP_ONLY tenantId = YOUR_TENANT_ID_HERE_IF_USING_APP_ONLY authTenant = common -graphUserScopes = user.read mail.read mail.send +graphUserScopes = User.Read Mail.Read Mail.Send diff --git a/demo/graphtutorial/graph.py b/demo/graphtutorial/graph.py index 43a6223..4449be3 100644 --- a/demo/graphtutorial/graph.py +++ b/demo/graphtutorial/graph.py @@ -115,7 +115,6 @@ def get_users(self): # # - # pylint: disable-next=no-self-use def make_graph_call(self): # INSERT YOUR CODE HERE # Note: if using app_client, be sure to call diff --git a/demo/graphtutorial/requirements.txt b/demo/graphtutorial/requirements.txt index 554af59..2e04743 100644 --- a/demo/graphtutorial/requirements.txt +++ b/demo/graphtutorial/requirements.txt @@ -1,17 +1,17 @@ -azure-core==1.24.0 +azure-core==1.25.0 azure-identity==1.10.0 -certifi==2022.5.18.1 -cffi==1.15.0 -charset-normalizer==2.0.12 -cryptography==37.0.2 +certifi==2022.6.15 +cffi==1.15.1 +charset-normalizer==2.1.0 +cryptography==37.0.4 idna==3.3 -msal==1.17.0 +msal==1.18.0 msal-extensions==1.0.0 msgraph-core==0.2.2 -portalocker==2.4.0 +portalocker==2.5.1 pycparser==2.21 PyJWT==2.4.0 -requests==2.27.1 +requests==2.28.1 six==1.16.0 -typing_extensions==4.2.0 -urllib3==1.26.9 +typing_extensions==4.3.0 +urllib3==1.26.11