Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!--
Please leave this section at the top of the change log.

Changes for the upcoming release should go under the section titled "Upcoming Release", and should adhere to the following format:

## Upcoming Release
* Overview of change #1
- Additional information about change #1
* Overview of change #2
- Additional information about change #2
- Additional information about change #2
* Overview of change #3
* Overview of change #4
- Additional information about change #4

## YYYY.MM.DD - Version X.Y.Z (Previous Release)
* Overview of change #1
- Additional information about change #1
-->

# Change Log

## Upcoming Release

### Version 1.5.1902.5

* Added the Export-PartnerExportPartnerReconciliation command
- This command can be used to export the reconciliation file that match the specified parameters.
* Added the New-PartnerCustomerApplicationConsent command
- This command can be used to create a new application consent for the specified customer.
* Update to version 10.0.3 of Newtonsoft.Json
7 changes: 4 additions & 3 deletions Partner-Center-PowerShell.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerShell", "src\PowerShel
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5C9806B5-F5AE-4D2B-A612-1995BEBDBD84}"
ProjectSection(SolutionItems) = preProject
ChangeLog.md = ChangeLog.md
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
Expand All @@ -19,11 +20,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{68F07DE0-044F-43AF-8057-EB9840DA9A8C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PartnerCenter.TestFramework", "src\PartnerCenter.TestFramework\PartnerCenter.TestFramework.csproj", "{EE69209F-06B2-4836-B8DF-123BBAC2523D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PartnerCenter.TestFramework", "src\PartnerCenter.TestFramework\PartnerCenter.TestFramework.csproj", "{EE69209F-06B2-4836-B8DF-123BBAC2523D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PartnerCenter.Tests", "test\PartnerCenter.Tests\PartnerCenter.Tests.csproj", "{10BD6A73-9CA8-419D-BE1F-75C03B7BFAB6}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PartnerCenter.Tests", "test\PartnerCenter.Tests\PartnerCenter.Tests.csproj", "{10BD6A73-9CA8-419D-BE1F-75C03B7BFAB6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerShell.Tests", "test\PowerShell.Tests\PowerShell.Tests.csproj", "{E6AE0C07-3E0F-4012-943C-B635A4908472}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerShell.Tests", "test\PowerShell.Tests\PowerShell.Tests.csproj", "{E6AE0C07-3E0F-4012-943C-B635A4908472}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Empty file.
4 changes: 2 additions & 2 deletions docs/help/Add-PartnerCustomerCartLineItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Add-PartnerCustomerCartLineItem.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/add-partnercustomercartlineitem
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Add-PartnerCustomerCartLineItem.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Adds a new line item to the specified cart.

## SYNTAX

```
```powershell
Add-PartnerCustomerCartLineItem -CartId <String> -CustomerId <String> -LineItem <PSCartLineItem> [-WhatIf]
[-Confirm] [<CommonParameters>]
```
Expand Down
4 changes: 2 additions & 2 deletions docs/help/Add-PartnerCustomerUserRoleMember.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Add-PartnerCustomerUserRoleMember.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/Add-PartnerCustomerUserRoleMember
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Add-PartnerCustomerUserRoleMember.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Adds a customer user to a specified role.

## SYNTAX

```
```powershell
Add-PartnerCustomerUserRoleMember -CustomerId <String> [-UserId <String>] [-RoleId <String>]
[<CommonParameters>]
```
Expand Down
2 changes: 1 addition & 1 deletion docs/help/Connect-PartnerCenter.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Connect-PartnerCenter.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version: https://go.microsoft.com/fwlink/?linkid=2071364
online version: https://docs.microsoft.com/powershell/module/partnercenter/Connect-PartnerCenter
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Connect-PartnerCenter.md
schema: 2.0.0
---
Expand Down
4 changes: 2 additions & 2 deletions docs/help/Disconnect-PartnerCenter.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Disconnect-PartnerCenter.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/Disconnect-PartnerCenter
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Disconnect-PartnerCenter.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Disconnects the current session from Partner Center.

## SYNTAX

```
```powershell
Disconnect-PartnerCenter [-WhatIf] [-Confirm] [<CommonParameters>]
```

Expand Down
4 changes: 2 additions & 2 deletions docs/help/Get-PartnerAgreementDetail.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerAgreementDetail.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenterGet-PartnerAgreementDetail
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerAgreementDetail.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Gets the agreement metadata for the Microsoft Cloud Agreement.

## SYNTAX

```
```powershell
Get-PartnerAgreementDetail [<CommonParameters>]
```

Expand Down
4 changes: 2 additions & 2 deletions docs/help/Get-PartnerAuditRecord.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerAuditRecord.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerAuditRecord
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerAuditRecord.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Gets audit records from Partner Center.

## SYNTAX

```
```powershell
Get-PartnerAuditRecord [-EndDate <DateTime>] [-StartDate <DateTime>] [<CommonParameters>]
```

Expand Down
4 changes: 2 additions & 2 deletions docs/help/Get-PartnerAzureRateCard.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerAzureRateCard.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerAzureRateCard
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerAzureRateCard.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Gets real-time prices for an Azure offer.

## SYNTAX

```
```powershell
Get-PartnerAzureRateCard [-Currency <String>] [-Region <String>] [-SharedServices] [<CommonParameters>]
```

Expand Down
4 changes: 2 additions & 2 deletions docs/help/Get-PartnerBillingProfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerBillingProfile.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerBillingProfile
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerBillingProfile.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Gets the partner's billing profile.

## SYNTAX

```
```powershell
Get-PartnerBillingProfile [<CommonParameters>]
```

Expand Down
4 changes: 2 additions & 2 deletions docs/help/Get-PartnerCountryValidation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCountryValidation.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerCountryValidation
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCountryValidation.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Gets the rules for validating an address for a specific country.

## SYNTAX

```
```powershell
Get-PartnerCountryValidation -CountryCode <String> [<CommonParameters>]
```

Expand Down
2 changes: 1 addition & 1 deletion docs/help/Get-PartnerCustomer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomer.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerCustomer
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomer.md
schema: 2.0.0
---
Expand Down
4 changes: 2 additions & 2 deletions docs/help/Get-PartnerCustomerAgreement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerAgreement.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerCustomerAgreement
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerAgreement.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Gets confirmation of customer acceptance provided previously.

## SYNTAX

```
```powershell
Get-PartnerCustomerAgreement -CustomerId <String> [<CommonParameters>]
```

Expand Down
4 changes: 2 additions & 2 deletions docs/help/Get-PartnerCustomerBillingProfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerBillingProfile.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerCustomerBillingProfile
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerBillingProfile.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Gets the customer's billing profile.

## SYNTAX

```
```powershell
Get-PartnerCustomerBillingProfile -CustomerId <String> [<CommonParameters>]
```

Expand Down
4 changes: 2 additions & 2 deletions docs/help/Get-PartnerCustomerCart.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerCart.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerCustomerCart
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerCart.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Gets a specific cart for the specified partner.

## SYNTAX

```
```powershell
Get-PartnerCustomerCart -CartId <String> -CustomerId <String> [<CommonParameters>]
```

Expand Down
4 changes: 2 additions & 2 deletions docs/help/Get-PartnerCustomerCompanyProfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerCompanyProfile.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerCustomerCompanyProfile
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerCompanyProfile.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Gets the customer's company profile.

## SYNTAX

```
```powershell
Get-PartnerCustomerCompanyProfile -CustomerId <String> [<CommonParameters>]
```

Expand Down
4 changes: 2 additions & 2 deletions docs/help/Get-PartnerCustomerConfigurationPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerConfigurationPolicy.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerCustomerConfigurationPolicy
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerConfigurationPolicy.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Gets a list of all of a customer's policies.

## SYNTAX

```
```powershell
Get-PartnerCustomerConfigurationPolicy [-CustomerId] <String> [-PolicyId <String>] [<CommonParameters>]
```

Expand Down
4 changes: 2 additions & 2 deletions docs/help/Get-PartnerCustomerDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerDevice.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerCustomerDevice
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerDevice.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Gets a list of devices in the specified device batch for the specified customer.

## SYNTAX

```
```powershell
Get-PartnerCustomerDevice [-CustomerId] <String> -BatchId <String> [<CommonParameters>]
```

Expand Down
4 changes: 2 additions & 2 deletions docs/help/Get-PartnerCustomerDeviceBatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerDeviceBatch.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerCustomerDeviceBatch
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerDeviceBatch.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Gets a list of device batches for the specified customer identifier.

## SYNTAX

```
```powershell
Get-PartnerCustomerDeviceBatch [-CustomerId] <String> [<CommonParameters>]
```

Expand Down
4 changes: 2 additions & 2 deletions docs/help/Get-PartnerCustomerEntitlement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerEntitlements.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerCustomerEntitlement
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerEntitlements.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Gets a collection of entitlements.

## SYNTAX

```
```powershell
Get-PartnerCustomerEntitlement -CustomerId <String> [-OrderId <String>] [<CommonParameters>]
```

Expand Down
4 changes: 2 additions & 2 deletions docs/help/Get-PartnerCustomerLicenseDeploymentInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerLicenseDeploymentInfo.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerCustomerLicenseDeploymentInfo
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerLicenseDeploymentInfo.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Gets aggregated data on deployment for a specified customer.

## SYNTAX

```
```powershell
Get-PartnerCustomerLicenseDeploymentInfo -CustomerId <String> [<CommonParameters>]
```

Expand Down
4 changes: 2 additions & 2 deletions docs/help/Get-PartnerCustomerManagedService.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerManagedService.md
external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml
Module Name: PartnerCenter
online version:
online version: https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerCustomerManagedService
original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerManagedService.md
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ Gets the managed services for a customer.

## SYNTAX

```
```powershell
Get-PartnerCustomerManagedService [-CustomerId] <String> [-ManagedServiceId <String>] [<CommonParameters>]
```

Expand Down
Loading