Skip to content

Commit a66ea47

Browse files
authored
Update Account property to use Account.Id
1 parent 6c2488d commit a66ea47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Registration/RegistrationUtilities.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function Get-AzureStackActivationRecord{
7474

7575
$currentContext = Get-AzureRmContext
7676
$contextDetails = @{
77-
Account = $currentContext.Account
77+
Account = $currentContext.Account.Id
7878
Environment = $currentContext.Environment
7979
Subscription = $currentContext.Subscription
8080
Tenant = $currentContext.Tenant

0 commit comments

Comments
 (0)