We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3373f commit b10d6afCopy full SHA for b10d6af
2 files changed
AppCreationScripts/Cleanup.ps1
@@ -7,7 +7,7 @@ param(
7
[string] $azureEnvironmentName
8
)
9
10
-#Requires -Modules AzureAD
+#Requires -Modules AzureAD -RunAsAdministrator
11
12
13
if ($null -eq (Get-Module -ListAvailable -Name "AzureAD")) {
AppCreationScripts/Configure.ps1
<#
This script creates the Azure AD applications needed for this sample and updates the configuration files
0 commit comments