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

Releases: microsoft/Partner-Center-PowerShell

1.5.1904.1

04 Apr 05:36
ff5604d

Choose a tag to compare

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

23 Mar 00:06
612737a

Choose a tag to compare

The following changes were made with this release

  • Auditing
    • Added new operation and resource types
  • Authentication
    • Added support for the pre-production environment
  • Customers
    • Added the ability to manage customer qualifications
    • Corrected issue #90 that was causing directory role operations to not function as excepted
    • Corrected issue #91 that was causing searching for a customer by domain to not function as expected
  • 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
  • Subscriptions
    • Added the following properties to the subscription model
      • IsMicrosoftProduct
      • PublisherName
      • RefundOptions
      • TermDuration
  • 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

27 Feb 15:00

Choose a tag to compare

Enhancements

#87 Added the ability to manage application consents

Bug fixes

#88 Added the ability to purchase add-ons using the order feature

1.5.1902.3

11 Feb 19:19

Choose a tag to compare

Enhancements

  1. Performed minor code cleanup to address build warnings
  2. Updated the documentation to reflect the recent changes

Bug fixes

#68 - Connect-PartnerCenter with access token not working
#70 - PartnerCenter.NetCore and Az.KeyVault cannot coexist

1.5.1902.1

05 Feb 06:10

Choose a tag to compare

Enhancements

  1. Added debug statements to the Connect-PartnerCenter command to make troubleshooting easier.
  2. Added support for PowerShell Core through the release of the PartnerCenter.NetCore module
  3. Added the Get-PartnerOfferCategory command.
  4. 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

11 Dec 04:18

Choose a tag to compare

Enhancements

  1. Added the ability to perform the secure app model partner consent process using the New-PartnerAccessToken command
  2. Added the ability to obtain an access token using a refresh token through the New-PartnerAccessToken command
  3. Add the ability to update the billing cycle for a subscription using the Set-PartnerCustomerSubscription
  4. 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

21 Nov 23:01
7898a3a

Choose a tag to compare

Updated the NuGet packages and version information. (#43)