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
+19-9Lines changed: 19 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,11 @@ function Initialize-UserDataClearEnv
20
20
[ValidateNotNullOrEmpty()]
21
21
[Uri] $AzsArmEndpoint,
22
22
23
+
# The subscription name
24
+
[Parameter(Mandatory=$false)]
25
+
[ValidateNotNullOrEmpty()]
26
+
[string] $SubscriptionName,
27
+
23
28
# 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
29
[pscredential] $AutomationCredential=$null,
25
30
@@ -39,7 +44,7 @@ function Initialize-UserDataClearEnv
0 commit comments