This repository was archived by the owner on Jul 22, 2024. It is now read-only.
Releases: microsoft/Partner-Center-PowerShell
Releases · microsoft/Partner-Center-PowerShell
1.5.1904.1
The following changes were made with this release
- Auditing
- Renamed the CreateInvoice operation type to ReadyInvoice.
- Invoices
- Renamed the reconciliation line item objects
- Users
- No longer throw an error when searching for a user with UPN that does not exists.
- Utilization
- Modified the default end date value for the Get-PartnerCustomerSubscriptionUtilization command to use UTC time.
1.5.1903.5
The following changes were made with this release
- Auditing
- Added new operation and resource types
- Authentication
- Added support for the pre-production environment
- Customers
- Carts
- Added the Status property to the Cart model
- Added the TermDuration property to the CartLineItem model
- Entitlements
- Added the ability to obtain the expiration date for the entitlement (if applicable)
- Added the AlternateId property to the reference order object
- Added the following properties to the Entitlement model
- FulfillmentState
- ExpiryDate
- Invoice
- Added the ability to download the tax receipt
- Added the following properties to the OneTimeInvoiceLineItem model
- AlternateId
- ChargeEndDate
- ChargeStartDate
- PublisherId
- PublisherName
- SubscriptionDescription
- SubscriptionId
- TermAndBillingCycle
- UnitType
- Removed Azure Data Market billing provider type and models because this is no longer supported
- Orders
- Added the ability to get the activation link for an order line item
- Added the ability to get the provisioning status of an order
- Added the ability to include pricing details when requesting order information
- Addressed an issue with requesting an order by the billing cycle
- Products
- Added the following properties to the Availability model
- IsPurchasable
- IsRenewable
- Terms
- Added the following properties to the Product model
- IsMicrosoftProduct
- PublisherName
- Corrected an issue with requesting products by country, target view, and target segment
- Removed the SKU download operations. No commands where impacted by this change
- Added the following properties to the Availability model
- Subscriptions
- Added the following properties to the subscription model
- IsMicrosoftProduct
- PublisherName
- RefundOptions
- TermDuration
- Added the following properties to the subscription model
- Users
- Corrected an issue with performing a query for users from a customer
- Utilization
- Addressed an issue caused by the Partner Center API return a HTTP 204 no content when Azure utilization data is not yet ready in a dependent system.
- Validations
- Added the ability to request validation codes used to create Government Community Cloud customers
1.5.1902.5
1.5.1902.3
1.5.1902.1
Enhancements
- Added debug statements to the Connect-PartnerCenter command to make troubleshooting easier.
- Added support for PowerShell Core through the release of the PartnerCenter.NetCore module
- Added the Get-PartnerOfferCategory command.
- Removed the Get-PartnerCustomerRelationship command because the name was misleading. The Get-PartnerIndirectReseller should be used to get a list of resellers.
Bug fixes
#52 - New-PartnerCustomerAgreement Breaking change
#55 - Get-PartnerCustomerCompanyProfile output is blank
#59 - Unable to Debug Connect-PartnerCenter cmdlet
1.5.1812.1
Enhancements
- Added the ability to perform the secure app model partner consent process using the New-PartnerAccessToken command
- Added the ability to obtain an access token using a refresh token through the New-PartnerAccessToken command
- Add the ability to update the billing cycle for a subscription using the Set-PartnerCustomerSubscription
- Restricted the list of available status for updating a subscription to statuses that a user can actually configure. The system events are now filtered out.
Bug fixes
#45 - Importing the module into Azure automation will now function as excepted
1.5.1811.4
Updated the NuGet packages and version information. (#43)