This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
param | |
( | |
[Parameter(Mandatory=$true, HelpMessage="Enter Azure Tenant Domain")] | |
[string] $tenant, | |
[Parameter(Mandatory=$true, HelpMessage="Enter Azure Subscription ID")] | |
[string] $subscriptionId, | |
[Parameter(Mandatory=$true, HelpMessage="Provide a unique display name for SPN application")] | |
[string] $appDisplayName, |