You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Identity/AzureStack.Identity.psm1
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -345,11 +345,6 @@ function Register-AzsWithMyDirectoryTenant {
345
345
[ValidateNotNullOrEmpty()]
346
346
[string] $DirectoryTenantName,
347
347
348
-
# Optional: The identifier (GUID) of the Resource Manager application. Pass this parameter to skip the need to complete the guest signup flow via the portal.
349
-
[Parameter(Mandatory=$false)]
350
-
[ValidateNotNullOrEmpty()]
351
-
[string] $ResourceManagerApplicationId,
352
-
353
348
# Optional: A credential used to authenticate with Azure Stack. Must support a non-interactive authentication flow. If not provided, the script will prompt for user credentials.
354
349
[Parameter()]
355
350
[ValidateNotNull()]
@@ -359,6 +354,9 @@ function Register-AzsWithMyDirectoryTenant {
0 commit comments