We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640f1a6 commit e774972Copy full SHA for e774972
samples/scripts/setup.sh
@@ -6,7 +6,7 @@ npx -p @pnp/cli-microsoft365 -- m365 login --authType browser
6
7
# create AAD app
8
echo "Creating AAD app..."
9
-appId=$(npx -p @pnp/cli-microsoft365 -- m365 aad app add --name "Microsoft Graph Chaos Proxy Samples" --multitenant --redirectUris "http://localhost:5500/withsdk.html,http://localhost:5500/nosdk.html" --apisDelegated "https://graph.microsoft.com/User.Read.All,https://graph.microsoft.com/Presence.Read.All" --platform spa --query "appId" -o text)
+appId=$(npx -p @pnp/cli-microsoft365 -- m365 aad app add --name "Graph Chaos Proxy Samples" --multitenant --redirectUris "http://localhost:5500/withsdk.html,http://localhost:5500/nosdk.html" --apisDelegated "https://graph.microsoft.com/User.Read.All,https://graph.microsoft.com/Presence.Read.All" --platform spa --query "appId" -o text)
10
11
# write app to env.js
12
echo "Writing app to env.js..."
0 commit comments