Skip to content

Commit e774972

Browse files
Removes 'Microsoft' from the AAD app name in setup.sh
1 parent 640f1a6 commit e774972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ npx -p @pnp/cli-microsoft365 -- m365 login --authType browser
66

77
# create AAD app
88
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)
9+
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)
1010

1111
# write app to env.js
1212
echo "Writing app to env.js..."

0 commit comments

Comments
 (0)