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

Commit

Permalink
Incorporating feedback and preparing for the next release (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaiah Williams authored Apr 4, 2020
1 parent 2626fa3 commit a1f73d2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

# Change Log

## 3.0.8 - March 2019
## 3.0.8 - April 2020

* Authentication
* Addressed issue [#266](https://github.com/microsoft/Partner-Center-PowerShell/issues/266) that was impacting the presistent token cache on Linux when libsecret was not installed
* Addressed issue [#266](https://github.com/microsoft/Partner-Center-PowerShell/issues/266) that was impacting the persistent token cache on Linux when libsecret was not installed
* Devices
* Addressed issue [#281](https://github.com/microsoft/Partner-Center-PowerShell/issues/281) that was causing the incorrect output for the creation date of a device batch
* Module
Expand All @@ -38,7 +38,7 @@

## 3.0.6 - January 2020

* Authentication
* Authentication
* Addressed issue [#268](https://github.com/microsoft/Partner-Center-PowerShell/issues/268) that was impacting the [New-PartnerAccessToken](https://docs.microsoft.com/powershell/module/partnercenter/New-PartnerAccessToken) command when trying to get an access token for Exchange Online with a refresh token
* Agreements
* Addressed issue [#262](https://github.com/microsoft/Partner-Center-PowerShell/issues/262) that was preventing [Get-PartnerAgreementDocument](https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerAgreementDocument) from being invoked when the `Language` parameter was specified
Expand Down
8 changes: 4 additions & 4 deletions docs/help/Get-PartnerAgreementDetail.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ schema: 2.0.0
# Get-PartnerAgreementDetail

## SYNOPSIS
Gets the agreement metadata for the Microsoft Cloud Agreement.
Gets the agreement metadata for the Microsoft Customer Agreement.

## SYNTAX

Expand All @@ -19,16 +19,16 @@ Get-PartnerAgreementDetail [-AgreementType <String>] [<CommonParameters>]
```

## DESCRIPTION
Gets the agreement metadata for the Microsoft Cloud Agreement. This operation is currently supported by Partner Center in the Microsoft public cloud only.
Gets the agreement metadata for the Microsoft Customer Agreement. This operation is currently supported by Partner Center in the Microsoft public cloud only.

## EXAMPLES

### Example 1
```powershell
PS C:\> Get-PartnerAgreementDetail
PS C:\> Get-PartnerAgreementDetail -AgreementType MicrosoftCustomerAgreement
```

Gets the agreement metadata for the Microsoft Cloud Agreement.
Gets the agreement metadata for the Microsoft Customer Agreement.

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion src/PowerShell/PartnerCenter.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 03/06/2020
# Generated on: 04/04/2020
#

@{
Expand Down
2 changes: 1 addition & 1 deletion src/PowerShell/PartnerCenter.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 03/06/2020
# Generated on: 04/04/2020
#

$PSDefaultParameterValues.Clear()
Expand Down
4 changes: 2 additions & 2 deletions test/PowerShell.UnitTests/PowerShell.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a1f73d2

Please sign in to comment.