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: DatacenterIntegration/Portal/PortalUserDataGdprUtilities.psm1
+11-18Lines changed: 11 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ function Initialize-UserDataClearEnv
10
10
{
11
11
param
12
12
(
13
-
# The directory tenant identifier of Azure Stack Administrator.
13
+
# The directory tenant identifier of Azure Stack.
14
14
[Parameter(Mandatory=$true)]
15
15
[ValidateNotNullOrEmpty()]
16
-
[string] $AzsAdminDirectoryTenantId,
16
+
[string] $AzsDirectoryTenantId,
17
17
18
18
# The Azure Stack ARM endpoint URI.
19
19
[Parameter(Mandatory=$true)]
20
20
[ValidateNotNullOrEmpty()]
21
-
[Uri] $AzsAdminArmEndpoint,
21
+
[Uri] $AzsArmEndpoint,
22
22
23
23
# 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.
24
24
[pscredential] $AutomationCredential=$null,
@@ -38,10 +38,10 @@ function Initialize-UserDataClearEnv
0 commit comments