Skip to content

Commit 1ab0044

Browse files
authored
Merge pull request #10 from archieag/patch-2
Removing comments from json file
2 parents 4591cb7 + 7920265 commit 1ab0044

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

AppCreationScripts/apps.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
/*
3-
This section describes the Azure AD Applications to configure, and their dependencies
4-
*/
5-
62
"Sample": {
73
"Title": "Acquire a token and call Microsoft Graph API from a console app using app's identity",
84
"Level": 300,
@@ -44,7 +40,7 @@
4440
],
4541
"codeConfigurations": [
4642
{
47-
"settingFile": "ms-identity-python-daemon/1-Call-MsGraph-WithSecret/parameters.json",
43+
"settingFile": "/1-Call-MsGraph-WithSecret/parameters.json",
4844
"replaceTokens": {
4945
"appId": "your_client_id",
5046
"tenantId": "Enter_the_Tenant_Name_Here",

0 commit comments

Comments
 (0)