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: Registration/RegisterWithAzure.psm1
+7-36Lines changed: 7 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -970,16 +970,11 @@ param(
970
970
<#
971
971
.SYNOPSIS
972
972
973
-
Removes the activation resource created during New-AzsActivationResource
973
+
De-activates Azure Stack in Disconnected Environments
974
974
975
975
.DESCRIPTION
976
976
977
-
Prompts the user to log in to the Azure Stack Administrator account, finds and removes the activation resource created
978
-
during New-AzsActivationResource. This will remove any downloaded marketplace products.
979
-
980
-
.PARAMETERAzureStackAdminSubscriptionId
981
-
982
-
The subscription id of the Azure Stack administrator. This user must have access to the 'marketplace management' blade.
977
+
Takes Azure Stack PrivilegedEndpoint and PrivilegedEndpoint credential as input, and deactivates the activation properties created by New-AzsActivationResource
983
978
984
979
#>
985
980
FunctionRemove-AzsActivationResource{
@@ -989,13 +984,7 @@ Function Remove-AzsActivationResource{
0 commit comments