Chris Black

Results 3 issues of Chris Black

Same as #313 and #309 ```powershell Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. PS C:\Users\Administrator> docker run -ti --rm azmoduleazshtest2:v1 pwsh PowerShell 7.0.1 Copyright (c) Microsoft Corporation. All...

# Steps to reproduce ```powershell $LineItem = New-Object -TypeName Microsoft.Store.PartnerCenter.PowerShell.Models.Carts.PSCartLineItem $LineItem.BillingCycle = "Monthly" $LineItem.CatalogItemId = $ProductAvailability.CatalogItemId $LineItem.FriendlyName = "Microsoft Azure Plan - UKCloud" $LineItem.CurrencyCode = "GBP" $LineItem.Quantity = 1 $CartId...

# Steps to reproduce Run Get-PartnerInvoice inside an Automation Runbook ```powershell Get-PartnerInvoice Write-Output -InputObject "Should continue" ``` Returns: ```powershell Account : Microsoft.Store.PartnerCenter.PowerShell.Models.Authentication.PartnerAccount CountryCode : GB Environment : Microsoft.Store.PartnerCenter.PowerShell.Models.Authentication.PartnerEnvironment ExtendedProperties :...