Open cblackuk opened 4 years ago
Quick update, just to be even more sure that it is broken:
PS C:\AzureStackDeployment\modules> (Get-PartnerCustomerCart -CartId $CartId.CartId -CustomerId $Customer.CustomerId).Li
neItems
AddonItems :
BillingCycle : Monthly
CatalogItemId : DZH318Z0BPS6:0001:DZH318Z0BMGV
CurrencyCode : GBP
Error :
FriendlyName : Microsoft Azure Plan - UKCloud
Id : 0
OrderGroup : 0
Participants :
ProvisioningContext : {}
Quantity : 1
RenewsTo :
TermDuration :
PS C:\AzureStackDeployment\modules> (Get-PartnerCustomerCart -CartId $AddCartId.CartId -CustomerId $Customer.CustomerId)
.LineItems
AddonItems :
BillingCycle : Monthly
CatalogItemId : DZH318Z0BPS6:0001:DZH318Z0BMGV
CurrencyCode : GBP
Error :
FriendlyName : Microsoft Azure Plan - UKCloud
Id : 0
OrderGroup : 0
Participants :
ProvisioningContext : {}
Quantity : 1
RenewsTo :
TermDuration :
Steps to reproduce
Expected behavior
Actual behavior
I am running the latest module on PS5.1 and the $LineItem.FriendlyName is not getting correctly pushed into the submitted order. Can we fix that please? @isaiahwilliams
TLDR: $LineItem.FriendlyName = "Microsoft Azure Plan - UKCloud" is not getting applied correctly, it is getting reset to defaults.
I also tried originally with just:
Same results.