We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2488d commit a66ea47Copy full SHA for a66ea47
1 file changed
Registration/RegistrationUtilities.psm1
@@ -74,7 +74,7 @@ function Get-AzureStackActivationRecord{
74
75
$currentContext = Get-AzureRmContext
76
$contextDetails = @{
77
- Account = $currentContext.Account
+ Account = $currentContext.Account.Id
78
Environment = $currentContext.Environment
79
Subscription = $currentContext.Subscription
80
Tenant = $currentContext.Tenant
0 commit comments