We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564dec3 commit 01fd633Copy full SHA for 01fd633
2-WebApp-graph-user/2-1-Call-MSGraph/AppCreationScripts/Configure.ps1
@@ -5,6 +5,8 @@ param(
5
[string] $tenantId
6
)
7
8
+#Requires -Modules AzureAD -RunAsAdministrator
9
+
10
<#
11
This script creates the Azure AD applications needed for this sample and updates the configuration files
12
for the visual Studio projects from the data in the Azure AD applications.
@@ -248,4 +250,4 @@ if ((Get-Module -ListAvailable -Name "AzureAD") -eq $null) {
248
250
Import-Module AzureAD
249
251
252
# Run interactively (will ask you for the tenant ID)
-ConfigureApplications -Credential $Credential -tenantId $TenantId
253
+ConfigureApplications -Credential $Credential -tenantId $TenantId
0 commit comments