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

Commit a1f73d2

Browse files
author
Isaiah Williams
authored
Incorporating feedback and preparing for the next release (#294)
1 parent 2626fa3 commit a1f73d2

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020

2121
# Change Log
2222

23-
## 3.0.8 - March 2019
23+
## 3.0.8 - April 2020
2424

2525
* Authentication
26-
* 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
26+
* 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
2727
* Devices
2828
* 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
2929
* Module
@@ -38,7 +38,7 @@
3838

3939
## 3.0.6 - January 2020
4040

41-
* Authentication
41+
* Authentication
4242
* 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
4343
* Agreements
4444
* 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

docs/help/Get-PartnerAgreementDetail.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ schema: 2.0.0
1010
# Get-PartnerAgreementDetail
1111

1212
## SYNOPSIS
13-
Gets the agreement metadata for the Microsoft Cloud Agreement.
13+
Gets the agreement metadata for the Microsoft Customer Agreement.
1414

1515
## SYNTAX
1616

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

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

2424
## EXAMPLES
2525

2626
### Example 1
2727
```powershell
28-
PS C:\> Get-PartnerAgreementDetail
28+
PS C:\> Get-PartnerAgreementDetail -AgreementType MicrosoftCustomerAgreement
2929
```
3030

31-
Gets the agreement metadata for the Microsoft Cloud Agreement.
31+
Gets the agreement metadata for the Microsoft Customer Agreement.
3232

3333
## PARAMETERS
3434

src/PowerShell/PartnerCenter.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 03/06/2020
6+
# Generated on: 04/04/2020
77
#
88

99
@{

src/PowerShell/PartnerCenter.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 03/06/2020
6+
# Generated on: 04/04/2020
77
#
88

99
$PSDefaultParameterValues.Clear()

test/PowerShell.UnitTests/PowerShell.UnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
1818
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.0" />
19-
<PackageReference Include="MSTest.TestAdapter" Version="2.1.0" />
20-
<PackageReference Include="MSTest.TestFramework" Version="2.1.0" />
19+
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
20+
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)