Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Confirmed problems with NCE and module #397

Open
mprentice22153 opened this issue Jun 24, 2022 · 1 comment
Open

Confirmed problems with NCE and module #397

mprentice22153 opened this issue Jun 24, 2022 · 1 comment

Comments

@mprentice22153
Copy link

As discussed in a separate issue this module is not being actively maintained. We need to move forward with other technologies. At least for now, how about we document known issues with the module and NCE?

@mprentice22153
Copy link
Author

mprentice22153 commented Jun 24, 2022

Get-PartnerCustomerSubscription -CustomerID $CustomerID
Breaks when the customer has a subscription in an "expired" status

Get-PartnerCustomerSubscription : Requested value 'Expired' was not found.
At line:1 char:10
+ $CSubs = Get-PartnerCustomerSubscription -CustomerId $customerid
+          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : CloseError: (:) [Get-PartnerCustomerSubscription], ArgumentException
    + FullyQualifiedErrorId : Microsoft.Store.PartnerCenter.PowerShell.Commands.GetPartnerCustomerSubscription

Get-PartnerCustomerSubscription -CustomerID $CustomerID -debug
Shows the list of subscriptions and you can find at least one that shows
"status": "expired"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant