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

3.0.0

Compare
Choose a tag to compare
released this 06 Dec 05:06
· 43 commits to master since this release
c2e0aca

Through this release the following changes were made

  • Agreement
    • Added the Get-PartnerAgreementStatus command to get the status of acceptance of the Microsoft Partner Agreement for the specified partner
  • Authentication
  • Azure
  • Build
    • Updating the test project from .NET Core 2.2 to .NET 3.0
  • Dependency
    • Updated to the latest version of the Partner Center SDK for .NET
  • Invoice
    • Added the Period parameter to the Get-PartnerInvoiceLineItem command to provide a way for the user to specify if they want the current or previous unbilled line items
    • Addressed issue #202 that was returning request for invoice line items with no errors
  • Module
    • Addressed issue #217 that was impacting executing commands through Azure Automation
    • Updated the transient error strategy for network operations
    • When running any command with with the Debug parameter the request and response from the API will be written to the console in addition to any operation specific debug information
  • Security
  • Subscription
  • Validation
    • Addressed a scenario where a NullReferenceException could be thrown when running the Test-PartnerAddress command