Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a143caf
Bump msal from 1.17.0 to 1.18.0 in /demo/graphtutorial
dependabot[bot] Jun 6, 2022
bb43a37
Removed unneeded pylint disable statement
jasonjoh Jun 7, 2022
d8fc221
Merge pull request #12 from microsoftgraph/dependabot/pip/demo/grapht…
github-actions[bot] Jun 7, 2022
acf92d8
Bump azure-core from 1.24.0 to 1.24.1 in /demo/graphtutorial
dependabot[bot] Jun 7, 2022
47e3654
Merge pull request #11 from microsoftgraph/dependabot/pip/demo/grapht…
github-actions[bot] Jun 7, 2022
81a801d
Bump requests from 2.27.1 to 2.28.0 in /demo/graphtutorial
dependabot[bot] Jun 13, 2022
3c46c73
Merge pull request #13 from microsoftgraph/dependabot/pip/demo/grapht…
github-actions[bot] Jun 13, 2022
fdef654
Bump certifi from 2022.5.18.1 to 2022.6.15 in /demo/graphtutorial
dependabot[bot] Jun 20, 2022
87afe06
Merge pull request #15 from microsoftgraph/dependabot/pip/demo/grapht…
github-actions[bot] Jun 20, 2022
88b8487
Bump azure-core from 1.24.1 to 1.24.2 in /demo/graphtutorial
dependabot[bot] Jul 4, 2022
33a132a
Bump cffi from 1.15.0 to 1.15.1 in /demo/graphtutorial
dependabot[bot] Jul 4, 2022
d13c78e
Bump requests from 2.28.0 to 2.28.1 in /demo/graphtutorial
dependabot[bot] Jul 4, 2022
6504180
Bump typing-extensions from 4.2.0 to 4.3.0 in /demo/graphtutorial
dependabot[bot] Jul 4, 2022
4fa0145
Merge pull request #16 from microsoftgraph/dependabot/pip/demo/grapht…
github-actions[bot] Jul 4, 2022
7ce435b
Merge pull request #17 from microsoftgraph/dependabot/pip/demo/grapht…
github-actions[bot] Jul 4, 2022
a60a9ad
Merge pull request #18 from microsoftgraph/dependabot/pip/demo/grapht…
github-actions[bot] Jul 4, 2022
b2d312f
Merge pull request #19 from microsoftgraph/dependabot/pip/demo/grapht…
github-actions[bot] Jul 4, 2022
781f035
Bump charset-normalizer from 2.0.12 to 2.1.0 in /demo/graphtutorial
dependabot[bot] Jul 4, 2022
0a1f2ae
Merge pull request #14 from microsoftgraph/dependabot/pip/demo/grapht…
github-actions[bot] Jul 4, 2022
1201772
Bump urllib3 from 1.26.9 to 1.26.10 in /demo/graphtutorial
dependabot[bot] Jul 11, 2022
162b647
Bump portalocker from 2.4.0 to 2.5.1 in /demo/graphtutorial
dependabot[bot] Jul 11, 2022
dfd6c12
Bump cryptography from 37.0.2 to 37.0.4 in /demo/graphtutorial
dependabot[bot] Jul 11, 2022
48ec79f
Merge pull request #20 from microsoftgraph/dependabot/pip/demo/grapht…
github-actions[bot] Jul 11, 2022
0a5afb2
Merge pull request #21 from microsoftgraph/dependabot/pip/demo/grapht…
github-actions[bot] Jul 11, 2022
d00fc99
Merge pull request #22 from microsoftgraph/dependabot/pip/demo/grapht…
github-actions[bot] Jul 11, 2022
b61ea22
Bump urllib3 from 1.26.10 to 1.26.11 in /demo/graphtutorial
dependabot[bot] Jul 25, 2022
ffe5225
Merge pull request #23 from microsoftgraph/dependabot/pip/demo/grapht…
github-actions[bot] Jul 25, 2022
1ce2c17
Bump azure-core from 1.24.2 to 1.25.0 in /demo/graphtutorial
dependabot[bot] Aug 8, 2022
5390757
Merge pull request #24 from microsoftgraph/dependabot/pip/demo/grapht…
github-actions[bot] Aug 8, 2022
fec8411
Made scopes capitalized
jasonjoh Aug 10, 2022
29c8402
Merge pull request #25 from microsoftgraph/scope-case
jasonjoh Aug 10, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demo/graphtutorial/config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion demo/graphtutorial/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def get_users(self):
# </GetUsersSnippet>

# <MakeGraphCallSnippet>
# pylint: disable-next=no-self-use
def make_graph_call(self):
# INSERT YOUR CODE HERE
# Note: if using app_client, be sure to call
Expand Down
20 changes: 10 additions & 10 deletions demo/graphtutorial/requirements.txt
Original file line number Diff line number Diff line change
@@ -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