microsoft / Partner-Center-PowerShell

PowerShell module for managing Partner Center resources.
https://docs.microsoft.com/powershell/partnercenter/
MIT License
130 stars 59 forks source link

Get-PartnerCustomerLicenseDeploymentInfo not working anymore #378

Open marcelbraak opened 2 years ago

marcelbraak commented 2 years ago

The Get-PartnerCustomerLicenseDeploymentInfo function stopped returning any info about a week ago. It doesn't matter which customer or CSP tenant we use, it simple doesn't return anything anymore

Steps to reproduce Connect-PartnerCenter $CustomerId = [CustomerId] Get-PartnerCustomerLicenseDeploymentInfo -CustomerId $CustomerId

Using PartnerCenter Module 3.0.10

mprentice22153 commented 2 years ago

I've not used that command before but can confirm there is no output when I attempt it. Tested in production and sandbox with multiple customer IDs.

jdarre commented 2 years ago

I can confirm that this is not working. Also using module 3.0.10

iambigred commented 2 years ago

Not working here either, it definitely used to work in the past.