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

Releases: microsoft/Partner-Center-PowerShell

3.0.10

09 Jul 14:56
b062699
Compare
Choose a tag to compare

Through this release the following changes were made

  • Module
    • Added a custom assembly resolve to help address conflicts
  • Network
    • Increased the HTTP timeout to contend with server latency

3.0.8

04 Apr 16:54
a1f73d2
Compare
Choose a tag to compare

Through this release the following changes were made

  • Authentication
    • Addressed issue #266 that was impacting the persistent token cache on Linux when libsecret was not installed
  • Devices
    • Addressed issue #281 that was causing the incorrect output for the creation date of a device batch
  • Module
    • Addressed issue #261 that was preventing the module from being loaded if the Az module was load first
  • Users
    • Addressed issue #290 that was causing unexpected behavior when using ReturnDeletedUsers:$false

3.0.7

14 Feb 04:32
Compare
Choose a tag to compare

Through this release the following changes were made

  • Devices
    • Addressed issue #271 that was preventing the Policies property from being populated

3.0.6

30 Jan 03:33
68627c1
Compare
Choose a tag to compare

Through this release the following changes were made

  • Authentication
    • Addressed issue #268 that was impacting the New-PartnerAccessToken command when trying to get an access token for Exchange Online with a refresh token
  • Agreements
  • Qualifications

3.0.5

11 Jan 04:56
090d93d
Compare
Choose a tag to compare

Through this release the following changes were made

  • Authentication
    • Addressed issue #254 with the New-PartnerAccessToken where the Scope parameter was incorrectly being required
    • Addressed an issue where NullReferenceException exception was being encountered when invoking Connect-PartnerCenter using a certificate
    • Addressed an issue where NullReferenceException exception was being encountered when invoking New-PartnerAccessToken using a certificate
    • Defined the refresh token parameter set for the New-PartnerAccessToken command to make it easier to ensure all the appropriate parameters have been specified when exchanging a refresh token for an access token
  • Module
    • All commands now perform operations asynchronously

3.0.3

27 Dec 16:49
676ad42
Compare
Choose a tag to compare

Through this release the following changes were made

  • Authentication
    • Added the Register-PartnerTokenCache to create, and delete, the control file that determines if a in-memory token cache should be used instead of the default persistent token cache
    • Addressed an issue where an InvalidOperationException exception was being encountering with the Connect-PartnerCenter and New-PartnerAccessToken commands when specifying an environment
    • Addressed an issue where an InvalidOperationException exception was being encountered under certain circumstances when invoking Connect-PartnerCenter and attempting to authenticate interactively
    • Addressed issue #234 that was preventing the New-PartnerAccessToken command from executing successfully when being invoked through an Azure Function app
  • Invoice
  • Network
  • Product Upgrades
    • Addressed an issue with starting the upgrade process for an Azure Plan
  • Subscription
    • Added the PartnerId parameter to the Set-PartnerCustomerSubscription command
    • Addressed issue #228 that was causing issues with enabling and suspend an Azure subscription that is part of an Azure Plan

3.0.2

19 Dec 18:01
d8910b3
Compare
Choose a tag to compare

Through this release the following changes were made

  • Authentication
    • Addressed issue #230 that was caused by a deadlock

3.0.0

06 Dec 05:06
c2e0aca
Compare
Choose a tag to compare

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

2.0.1911.6

27 Nov 04:58
bc4d77c
Compare
Choose a tag to compare

Through this release the following changes were made

2.0.1911.5

23 Nov 01:22
0aaa8b6
Compare
Choose a tag to compare

Through this release the following changes were made