diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 00000000..6803a343 --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1,31 @@ + + +# 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 \ No newline at end of file diff --git a/Partner-Center-PowerShell.sln b/Partner-Center-PowerShell.sln index 303870db..3f4da045 100644 --- a/Partner-Center-PowerShell.sln +++ b/Partner-Center-PowerShell.sln @@ -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 @@ -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 diff --git a/docs/current-breaking-changes.md b/docs/current-breaking-changes.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/help/Add-PartnerCustomerCartLineItem.md b/docs/help/Add-PartnerCustomerCartLineItem.md index ea49778f..6592d266 100644 --- a/docs/help/Add-PartnerCustomerCartLineItem.md +++ b/docs/help/Add-PartnerCustomerCartLineItem.md @@ -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 --- @@ -14,7 +14,7 @@ Adds a new line item to the specified cart. ## SYNTAX -``` +```powershell Add-PartnerCustomerCartLineItem -CartId -CustomerId -LineItem [-WhatIf] [-Confirm] [] ``` diff --git a/docs/help/Add-PartnerCustomerUserRoleMember.md b/docs/help/Add-PartnerCustomerUserRoleMember.md index 4846a5a6..bca02927 100644 --- a/docs/help/Add-PartnerCustomerUserRoleMember.md +++ b/docs/help/Add-PartnerCustomerUserRoleMember.md @@ -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 --- @@ -14,7 +14,7 @@ Adds a customer user to a specified role. ## SYNTAX -``` +```powershell Add-PartnerCustomerUserRoleMember -CustomerId [-UserId ] [-RoleId ] [] ``` diff --git a/docs/help/Connect-PartnerCenter.md b/docs/help/Connect-PartnerCenter.md index 471c778d..fda3370f 100644 --- a/docs/help/Connect-PartnerCenter.md +++ b/docs/help/Connect-PartnerCenter.md @@ -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 --- diff --git a/docs/help/Disconnect-PartnerCenter.md b/docs/help/Disconnect-PartnerCenter.md index 82e7c5ce..21e444fa 100644 --- a/docs/help/Disconnect-PartnerCenter.md +++ b/docs/help/Disconnect-PartnerCenter.md @@ -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 --- @@ -14,7 +14,7 @@ Disconnects the current session from Partner Center. ## SYNTAX -``` +```powershell Disconnect-PartnerCenter [-WhatIf] [-Confirm] [] ``` diff --git a/docs/help/Get-PartnerAgreementDetail.md b/docs/help/Get-PartnerAgreementDetail.md index a4355e1c..eac81704 100644 --- a/docs/help/Get-PartnerAgreementDetail.md +++ b/docs/help/Get-PartnerAgreementDetail.md @@ -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 --- @@ -14,7 +14,7 @@ Gets the agreement metadata for the Microsoft Cloud Agreement. ## SYNTAX -``` +```powershell Get-PartnerAgreementDetail [] ``` diff --git a/docs/help/Get-PartnerAuditRecord.md b/docs/help/Get-PartnerAuditRecord.md index 77965e5e..11e16e91 100644 --- a/docs/help/Get-PartnerAuditRecord.md +++ b/docs/help/Get-PartnerAuditRecord.md @@ -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 --- @@ -14,7 +14,7 @@ Gets audit records from Partner Center. ## SYNTAX -``` +```powershell Get-PartnerAuditRecord [-EndDate ] [-StartDate ] [] ``` diff --git a/docs/help/Get-PartnerAzureRateCard.md b/docs/help/Get-PartnerAzureRateCard.md index 57225abd..a82550ab 100644 --- a/docs/help/Get-PartnerAzureRateCard.md +++ b/docs/help/Get-PartnerAzureRateCard.md @@ -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 --- @@ -14,7 +14,7 @@ Gets real-time prices for an Azure offer. ## SYNTAX -``` +```powershell Get-PartnerAzureRateCard [-Currency ] [-Region ] [-SharedServices] [] ``` diff --git a/docs/help/Get-PartnerBillingProfile.md b/docs/help/Get-PartnerBillingProfile.md index 3aeaead9..04ebf2ef 100644 --- a/docs/help/Get-PartnerBillingProfile.md +++ b/docs/help/Get-PartnerBillingProfile.md @@ -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 --- @@ -14,7 +14,7 @@ Gets the partner's billing profile. ## SYNTAX -``` +```powershell Get-PartnerBillingProfile [] ``` diff --git a/docs/help/Get-PartnerCountryValidation.md b/docs/help/Get-PartnerCountryValidation.md index a57049f1..993f1777 100644 --- a/docs/help/Get-PartnerCountryValidation.md +++ b/docs/help/Get-PartnerCountryValidation.md @@ -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 --- @@ -14,7 +14,7 @@ Gets the rules for validating an address for a specific country. ## SYNTAX -``` +```powershell Get-PartnerCountryValidation -CountryCode [] ``` diff --git a/docs/help/Get-PartnerCustomer.md b/docs/help/Get-PartnerCustomer.md index db4c812b..831f898f 100644 --- a/docs/help/Get-PartnerCustomer.md +++ b/docs/help/Get-PartnerCustomer.md @@ -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 --- diff --git a/docs/help/Get-PartnerCustomerAgreement.md b/docs/help/Get-PartnerCustomerAgreement.md index 7c074c9e..b073a593 100644 --- a/docs/help/Get-PartnerCustomerAgreement.md +++ b/docs/help/Get-PartnerCustomerAgreement.md @@ -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 --- @@ -14,7 +14,7 @@ Gets confirmation of customer acceptance provided previously. ## SYNTAX -``` +```powershell Get-PartnerCustomerAgreement -CustomerId [] ``` diff --git a/docs/help/Get-PartnerCustomerBillingProfile.md b/docs/help/Get-PartnerCustomerBillingProfile.md index 028dd0c1..70838cd4 100644 --- a/docs/help/Get-PartnerCustomerBillingProfile.md +++ b/docs/help/Get-PartnerCustomerBillingProfile.md @@ -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 --- @@ -14,7 +14,7 @@ Gets the customer's billing profile. ## SYNTAX -``` +```powershell Get-PartnerCustomerBillingProfile -CustomerId [] ``` diff --git a/docs/help/Get-PartnerCustomerCart.md b/docs/help/Get-PartnerCustomerCart.md index aa7cf5e7..29d66e7d 100644 --- a/docs/help/Get-PartnerCustomerCart.md +++ b/docs/help/Get-PartnerCustomerCart.md @@ -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 --- @@ -14,7 +14,7 @@ Gets a specific cart for the specified partner. ## SYNTAX -``` +```powershell Get-PartnerCustomerCart -CartId -CustomerId [] ``` diff --git a/docs/help/Get-PartnerCustomerCompanyProfile.md b/docs/help/Get-PartnerCustomerCompanyProfile.md index 48a6b03e..16b52808 100644 --- a/docs/help/Get-PartnerCustomerCompanyProfile.md +++ b/docs/help/Get-PartnerCustomerCompanyProfile.md @@ -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 --- @@ -14,7 +14,7 @@ Gets the customer's company profile. ## SYNTAX -``` +```powershell Get-PartnerCustomerCompanyProfile -CustomerId [] ``` diff --git a/docs/help/Get-PartnerCustomerConfigurationPolicy.md b/docs/help/Get-PartnerCustomerConfigurationPolicy.md index d9b90127..8693a473 100644 --- a/docs/help/Get-PartnerCustomerConfigurationPolicy.md +++ b/docs/help/Get-PartnerCustomerConfigurationPolicy.md @@ -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 --- @@ -14,7 +14,7 @@ Gets a list of all of a customer's policies. ## SYNTAX -``` +```powershell Get-PartnerCustomerConfigurationPolicy [-CustomerId] [-PolicyId ] [] ``` diff --git a/docs/help/Get-PartnerCustomerDevice.md b/docs/help/Get-PartnerCustomerDevice.md index 3e56eb7f..70959404 100644 --- a/docs/help/Get-PartnerCustomerDevice.md +++ b/docs/help/Get-PartnerCustomerDevice.md @@ -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 --- @@ -14,7 +14,7 @@ Gets a list of devices in the specified device batch for the specified customer. ## SYNTAX -``` +```powershell Get-PartnerCustomerDevice [-CustomerId] -BatchId [] ``` diff --git a/docs/help/Get-PartnerCustomerDeviceBatch.md b/docs/help/Get-PartnerCustomerDeviceBatch.md index aa2a7f21..fce36a9d 100644 --- a/docs/help/Get-PartnerCustomerDeviceBatch.md +++ b/docs/help/Get-PartnerCustomerDeviceBatch.md @@ -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 --- @@ -14,7 +14,7 @@ Gets a list of device batches for the specified customer identifier. ## SYNTAX -``` +```powershell Get-PartnerCustomerDeviceBatch [-CustomerId] [] ``` diff --git a/docs/help/Get-PartnerCustomerEntitlement.md b/docs/help/Get-PartnerCustomerEntitlement.md index 028f87d8..6581f680 100644 --- a/docs/help/Get-PartnerCustomerEntitlement.md +++ b/docs/help/Get-PartnerCustomerEntitlement.md @@ -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 --- @@ -14,7 +14,7 @@ Gets a collection of entitlements. ## SYNTAX -``` +```powershell Get-PartnerCustomerEntitlement -CustomerId [-OrderId ] [] ``` diff --git a/docs/help/Get-PartnerCustomerLicenseDeploymentInfo.md b/docs/help/Get-PartnerCustomerLicenseDeploymentInfo.md index 00b179dd..b0b57b30 100644 --- a/docs/help/Get-PartnerCustomerLicenseDeploymentInfo.md +++ b/docs/help/Get-PartnerCustomerLicenseDeploymentInfo.md @@ -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 --- @@ -14,7 +14,7 @@ Gets aggregated data on deployment for a specified customer. ## SYNTAX -``` +```powershell Get-PartnerCustomerLicenseDeploymentInfo -CustomerId [] ``` diff --git a/docs/help/Get-PartnerCustomerManagedService.md b/docs/help/Get-PartnerCustomerManagedService.md index d275511c..13692d7e 100644 --- a/docs/help/Get-PartnerCustomerManagedService.md +++ b/docs/help/Get-PartnerCustomerManagedService.md @@ -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 --- @@ -14,7 +14,7 @@ Gets the managed services for a customer. ## SYNTAX -``` +```powershell Get-PartnerCustomerManagedService [-CustomerId] [-ManagedServiceId ] [] ``` diff --git a/docs/help/Get-PartnerCustomerOrder.md b/docs/help/Get-PartnerCustomerOrder.md index c48e776b..2d3877f6 100644 --- a/docs/help/Get-PartnerCustomerOrder.md +++ b/docs/help/Get-PartnerCustomerOrder.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerOrder.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-PartnerCustomerOrder original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerOrder.md schema: 2.0.0 --- diff --git a/docs/help/Get-PartnerCustomerServiceCosts.md b/docs/help/Get-PartnerCustomerServiceCosts.md index 7db461b8..f1fef178 100644 --- a/docs/help/Get-PartnerCustomerServiceCosts.md +++ b/docs/help/Get-PartnerCustomerServiceCosts.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerServiceCosts.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-PartnerCustomerServiceCosts original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerServiceCosts.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets a customer's service cost line items for the specified billing period. ## SYNTAX -``` +```powershell Get-PartnerCustomerServiceCosts -BillingPeriod -CustomerId [] ``` diff --git a/docs/help/Get-PartnerCustomerServiceCostsSummary.md b/docs/help/Get-PartnerCustomerServiceCostsSummary.md index 9e7d7013..1af9f611 100644 --- a/docs/help/Get-PartnerCustomerServiceCostsSummary.md +++ b/docs/help/Get-PartnerCustomerServiceCostsSummary.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerServiceCostsSummary.md external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml Module Name: PartnerCenter -online version: https://go.microsoft.com/fwlink/?linkid=2072712 +online version: https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerCustomerServiceCostsSummary original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerServiceCostsSummary.md schema: 2.0.0 --- diff --git a/docs/help/Get-PartnerCustomerSubscribedSku.md b/docs/help/Get-PartnerCustomerSubscribedSku.md index 6a9d2679..2a626a73 100644 --- a/docs/help/Get-PartnerCustomerSubscribedSku.md +++ b/docs/help/Get-PartnerCustomerSubscribedSku.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerSubscribedSku.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-PartnerCustomerSubscribedSku original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerSubscribedSku.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets a list of licenses available to users of the specified customer. ## SYNTAX -``` +```powershell Get-PartnerCustomerSubscribedSku -CustomerId [-LicenseGroup ] [] ``` diff --git a/docs/help/Get-PartnerCustomerSubscription.md b/docs/help/Get-PartnerCustomerSubscription.md index ba4c25cf..5458fe3f 100644 --- a/docs/help/Get-PartnerCustomerSubscription.md +++ b/docs/help/Get-PartnerCustomerSubscription.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerSubscription.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-PartnerCustomerSubscription original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerSubscription.md schema: 2.0.0 --- diff --git a/docs/help/Get-PartnerCustomerSubscriptionProvisioningStatus.md b/docs/help/Get-PartnerCustomerSubscriptionProvisioningStatus.md index 7123c0fb..aa4c50c6 100644 --- a/docs/help/Get-PartnerCustomerSubscriptionProvisioningStatus.md +++ b/docs/help/Get-PartnerCustomerSubscriptionProvisioningStatus.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerSubscriptionProvisioningStatus.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-PartnerCustomerSubscriptionProvisioningStatus original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerSubscriptionProvisioningStatus.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets the provisioning status for the specified subscription. ## SYNTAX -``` +```powershell Get-PartnerCustomerSubscriptionProvisioningStatus -CustomerId -SubscriptionId [] ``` diff --git a/docs/help/Get-PartnerCustomerSubscriptionRegistrationStatus.md b/docs/help/Get-PartnerCustomerSubscriptionRegistrationStatus.md index f7a4b9c6..ae6b65a8 100644 --- a/docs/help/Get-PartnerCustomerSubscriptionRegistrationStatus.md +++ b/docs/help/Get-PartnerCustomerSubscriptionRegistrationStatus.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerSubscriptionRegistrationStatus.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-PartnerCustomerSubscriptionRegistrationStatus original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerSubscriptionRegistrationStatus.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets the subscription registration status. ## SYNTAX -``` +```powershell Get-PartnerCustomerSubscriptionRegistrationStatus -CustomerId -SubscriptionId [] ``` diff --git a/docs/help/Get-PartnerCustomerSubscriptionSupportContact.md b/docs/help/Get-PartnerCustomerSubscriptionSupportContact.md index 1fc115d7..a68e4bc6 100644 --- a/docs/help/Get-PartnerCustomerSubscriptionSupportContact.md +++ b/docs/help/Get-PartnerCustomerSubscriptionSupportContact.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerSubscriptionSupportContact.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-PartnerCustomerSubscriptionSupportContact original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerSubscriptionSupportContact.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets the support contact for the specified subscription. ## SYNTAX -``` +```powershell Get-PartnerCustomerSubscriptionSupportContact -CustomerId -SubscriptionId [] ``` diff --git a/docs/help/Get-PartnerCustomerSubscriptionUpgrades.md b/docs/help/Get-PartnerCustomerSubscriptionUpgrades.md index 31eebec2..dd9ac894 100644 --- a/docs/help/Get-PartnerCustomerSubscriptionUpgrades.md +++ b/docs/help/Get-PartnerCustomerSubscriptionUpgrades.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerSubscriptionUpgrades.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-PartnerCustomerSubscriptionUpgrades original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerSubscriptionUpgrades.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets the available upgrade offers for the specified subscription. ## SYNTAX -``` +```powershell Get-PartnerCustomerSubscriptionUpgrades -CustomerId -SubscriptionId [] ``` diff --git a/docs/help/Get-PartnerCustomerSubscriptionUsage.md b/docs/help/Get-PartnerCustomerSubscriptionUsage.md index cad17652..c8cea8b2 100644 --- a/docs/help/Get-PartnerCustomerSubscriptionUsage.md +++ b/docs/help/Get-PartnerCustomerSubscriptionUsage.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerSubscriptionUsage.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-PartnerCustomerSubscriptionUsage original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerSubscriptionUsage.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets a collection resource that contains a list of services within a customer's ## SYNTAX -``` +```powershell Get-PartnerCustomerSubscriptionUsage -CustomerId -SubscriptionId [] ``` diff --git a/docs/help/Get-PartnerCustomerSubscriptionUtilization.md b/docs/help/Get-PartnerCustomerSubscriptionUtilization.md index ee1e6090..1c8e21a9 100644 --- a/docs/help/Get-PartnerCustomerSubscriptionUtilization.md +++ b/docs/help/Get-PartnerCustomerSubscriptionUtilization.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerSubscriptionUtilization.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-PartnerCustomerSubscriptionUtilization original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerSubscriptionUtilization.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets the utilization of a customer's Azure subscription. ## SYNTAX -``` +```powershell Get-PartnerCustomerSubscriptionUtilization -CustomerId [-EndDate ] [-Granularity ] [-ShowDetails] -StartDate -SubscriptionId [] diff --git a/docs/help/Get-PartnerCustomerTrialConversion.md b/docs/help/Get-PartnerCustomerTrialConversion.md index 506dc36f..45058741 100644 --- a/docs/help/Get-PartnerCustomerTrialConversion.md +++ b/docs/help/Get-PartnerCustomerTrialConversion.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerTrialConversion.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-PartnerCustomerTrialConversion original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerTrialConversion.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets a list of trial conversions available for the specified subscription. ## SYNTAX -``` +```powershell Get-PartnerCustomerTrialConversion -CustomerId -SubscriptionId [] ``` diff --git a/docs/help/Get-PartnerCustomerUsageSummary.md b/docs/help/Get-PartnerCustomerUsageSummary.md index 41b7e300..f17ca76d 100644 --- a/docs/help/Get-PartnerCustomerUsageSummary.md +++ b/docs/help/Get-PartnerCustomerUsageSummary.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerUsageSummary.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-PartnerCustomerUsageSummary original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerUsageSummary.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets the customer's usage of a specific Azure service or resource during the cur ## SYNTAX -``` +```powershell Get-PartnerCustomerUsageSummary -CustomerId [] ``` diff --git a/docs/help/Get-PartnerCustomerUser.md b/docs/help/Get-PartnerCustomerUser.md index f842f0e2..fa4f85ee 100644 --- a/docs/help/Get-PartnerCustomerUser.md +++ b/docs/help/Get-PartnerCustomerUser.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerUser.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-PartnerCustomerUser original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerUser.md schema: 2.0.0 --- diff --git a/docs/help/Get-PartnerCustomerUserLicense.md b/docs/help/Get-PartnerCustomerUserLicense.md index 849b26d6..9104afd7 100644 --- a/docs/help/Get-PartnerCustomerUserLicense.md +++ b/docs/help/Get-PartnerCustomerUserLicense.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerUserLicense.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-PartnerCustomerUserLicense original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerUserLicense.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets a list of licenses assigned to a user within a customer account. ## SYNTAX -``` +```powershell Get-PartnerCustomerUserLicense -CustomerId [-LicenseGroup ] -UserId [] ``` diff --git a/docs/help/Get-PartnerCustomerUserRole.md b/docs/help/Get-PartnerCustomerUserRole.md index f7f503a8..93e8e08f 100644 --- a/docs/help/Get-PartnerCustomerUserRole.md +++ b/docs/help/Get-PartnerCustomerUserRole.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerUserRole.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-PartnerCustomerUserRole original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerCustomerUserRole.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets a list of directory roles for a customer. ## SYNTAX -``` +```powershell Get-PartnerCustomerUserRole -CustomerId [-UserId ] [] ``` diff --git a/docs/help/Get-PartnerIndirectReseller.md b/docs/help/Get-PartnerIndirectReseller.md index ad4dd092..c1774bf9 100644 --- a/docs/help/Get-PartnerIndirectReseller.md +++ b/docs/help/Get-PartnerIndirectReseller.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerIndirectReseller.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-PartnerIndirectReseller original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerIndirectReseller.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets a list of indirect resellers. ## SYNTAX -``` +```powershell Get-PartnerIndirectReseller [-CustomerId ] [] ``` diff --git a/docs/help/Get-PartnerInvoice.md b/docs/help/Get-PartnerInvoice.md index ac948960..337969b5 100644 --- a/docs/help/Get-PartnerInvoice.md +++ b/docs/help/Get-PartnerInvoice.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerInvoice.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-PartnerInvoice original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerInvoice.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets a list of invoices available to the partner. ## SYNTAX -``` +```powershell Get-PartnerInvoice [-InvoiceId ] [] ``` diff --git a/docs/help/Get-PartnerInvoiceLineItem.md b/docs/help/Get-PartnerInvoiceLineItem.md index 2f6d3685..3ef748c6 100644 --- a/docs/help/Get-PartnerInvoiceLineItem.md +++ b/docs/help/Get-PartnerInvoiceLineItem.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerInvoiceLineItem.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-PartnerInvoiceLineItem original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerInvoiceLineItem.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets the line items for the specified invoice. ## SYNTAX -``` +```powershell Get-PartnerInvoiceLineItem -BillingProvider -InvoiceId -LineItemType [] ``` diff --git a/docs/help/Get-PartnerInvoiceStatement.md b/docs/help/Get-PartnerInvoiceStatement.md index 91b1a34c..96fae79b 100644 --- a/docs/help/Get-PartnerInvoiceStatement.md +++ b/docs/help/Get-PartnerInvoiceStatement.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerInvoiceStatement.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-PartnerInvoiceStatement original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerInvoiceStatement.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets an invoice statement using the invoice identifier. ## SYNTAX -``` +```powershell Get-PartnerInvoiceStatement -InvoiceId [-OutputPath ] [-Overwrite] [] ``` diff --git a/docs/help/Get-PartnerInvoiceSummary.md b/docs/help/Get-PartnerInvoiceSummary.md index 7de75afd..bf6a85e0 100644 --- a/docs/help/Get-PartnerInvoiceSummary.md +++ b/docs/help/Get-PartnerInvoiceSummary.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerInvoiceSummary.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-PartnerInvoiceSummary original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerInvoiceSummary.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets a summary view of the invoice. ## SYNTAX -``` +```powershell Get-PartnerInvoiceSummary [] ``` diff --git a/docs/help/Get-PartnerLegalProfile.md b/docs/help/Get-PartnerLegalProfile.md index 129be86c..fa7fcea2 100644 --- a/docs/help/Get-PartnerLegalProfile.md +++ b/docs/help/Get-PartnerLegalProfile.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerLegalProfile.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-PartnerLegalProfile original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerLegalProfile.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets the partner legal business profile from Partner Center. ## SYNTAX -``` +```powershell Get-PartnerLegalProfile [] ``` diff --git a/docs/help/Get-PartnerLicenseDeploymentInfo.md b/docs/help/Get-PartnerLicenseDeploymentInfo.md index 95d62fa2..39236035 100644 --- a/docs/help/Get-PartnerLicenseDeploymentInfo.md +++ b/docs/help/Get-PartnerLicenseDeploymentInfo.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerLicenseDeploymentInfo.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-PartnerLicenseDeploymentInfo original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerLicenseDeploymentInfo.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets aggregated data on licenses deployment ## SYNTAX -``` +```powershell Get-PartnerLicenseDeploymentInfo [] ``` diff --git a/docs/help/Get-PartnerLicenseUsageInfo.md b/docs/help/Get-PartnerLicenseUsageInfo.md index 5a4a4a32..ed5793d7 100644 --- a/docs/help/Get-PartnerLicenseUsageInfo.md +++ b/docs/help/Get-PartnerLicenseUsageInfo.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerLicenseUsageInfo.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-PartnerLicenseUsageInfo original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerLicenseUsageInfo.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets aggregated data on licenses deployment ## SYNTAX -``` +```powershell Get-PartnerLicenseUsageInfo [] ``` diff --git a/docs/help/Get-PartnerMpnProfile.md b/docs/help/Get-PartnerMpnProfile.md index de781dd5..91199d80 100644 --- a/docs/help/Get-PartnerMpnProfile.md +++ b/docs/help/Get-PartnerMpnProfile.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerMpnProfile.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-PartnerMpnProfile original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerMpnProfile.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets the partner MPN from Partner Center. ## SYNTAX -``` +```powershell Get-PartnerMpnProfile [-MpnId ] [] ``` diff --git a/docs/help/Get-PartnerOffer.md b/docs/help/Get-PartnerOffer.md index dbf69978..78ab8314 100644 --- a/docs/help/Get-PartnerOffer.md +++ b/docs/help/Get-PartnerOffer.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerOffer.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-PartnerOffer original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerOffer.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets a specific offer or a list of available offers from Partner Center. ## SYNTAX -``` +```powershell Get-PartnerOffer [-AddOn] [-Category ] [-CountryCode ] [-OfferId ] [-Trial] [] ``` diff --git a/docs/help/Get-PartnerOfferAddon.md b/docs/help/Get-PartnerOfferAddon.md index d9373e7f..631266fe 100644 --- a/docs/help/Get-PartnerOfferAddon.md +++ b/docs/help/Get-PartnerOfferAddon.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerOfferAddon.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-PartnerOfferAddon original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerOfferAddon.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets the add-ons for an offer by identifier. ## SYNTAX -``` +```powershell Get-PartnerOfferAddon [-CountryCode ] [-OfferId] [] ``` diff --git a/docs/help/Get-PartnerOfferCategory.md b/docs/help/Get-PartnerOfferCategory.md index 74a3ec8a..42e87b6a 100644 --- a/docs/help/Get-PartnerOfferCategory.md +++ b/docs/help/Get-PartnerOfferCategory.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerOfferCategory.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-PartnerOfferCategory original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerOfferCategory.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets a list of offer categories. ## SYNTAX -``` +```powershell Get-PartnerOfferCategory -CountryCode [] ``` diff --git a/docs/help/Get-PartnerOrganizationProfile.md b/docs/help/Get-PartnerOrganizationProfile.md index b89abc58..75d5a7a3 100644 --- a/docs/help/Get-PartnerOrganizationProfile.md +++ b/docs/help/Get-PartnerOrganizationProfile.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerOrganizationProfile.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-PartnerOrganizationProfile original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerOrganizationProfile.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets the partner organization profile from Partner Center. ## SYNTAX -``` +```powershell Get-PartnerOrganizationProfile [] ``` diff --git a/docs/help/Get-PartnerProduct.md b/docs/help/Get-PartnerProduct.md index d660910d..c3c476ab 100644 --- a/docs/help/Get-PartnerProduct.md +++ b/docs/help/Get-PartnerProduct.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerProduct.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-PartnerProduct original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerProduct.md schema: 2.0.0 --- diff --git a/docs/help/Get-PartnerProductAvailability.md b/docs/help/Get-PartnerProductAvailability.md index 18681671..8875dd84 100644 --- a/docs/help/Get-PartnerProductAvailability.md +++ b/docs/help/Get-PartnerProductAvailability.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerProductAvailability.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-PartnerProductAvailability original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerProductAvailability.md schema: 2.0.0 --- diff --git a/docs/help/Get-PartnerProductInventory.md b/docs/help/Get-PartnerProductInventory.md index 8706f071..d1cc237a 100644 --- a/docs/help/Get-PartnerProductInventory.md +++ b/docs/help/Get-PartnerProductInventory.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerProductInventory.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-PartnerProductInventory original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerProductInventory.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Checks the inventory for the specified product. ## SYNTAX -``` +```powershell Get-PartnerProductInventory [-CountryCode ] -ProductId [-SkuId ] [-Variables ] [] ``` diff --git a/docs/help/Get-PartnerProductSKU.md b/docs/help/Get-PartnerProductSKU.md index fdc72d3f..915e95a8 100644 --- a/docs/help/Get-PartnerProductSKU.md +++ b/docs/help/Get-PartnerProductSKU.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerProductSku.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-PartnerProductSku original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerProductSku.md schema: 2.0.0 --- diff --git a/docs/help/Get-PartnerResellerRequestLink.md b/docs/help/Get-PartnerResellerRequestLink.md index ed3c4e0a..905d5574 100644 --- a/docs/help/Get-PartnerResellerRequestLink.md +++ b/docs/help/Get-PartnerResellerRequestLink.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerResellerRequestLink.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-PartnerResellerRequestLink original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerResellerRequestLink.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets a relationship request URL to send to a customer. ## SYNTAX -``` +```powershell Get-PartnerResellerRequestLink [] ``` diff --git a/docs/help/Get-PartnerServiceIncident.md b/docs/help/Get-PartnerServiceIncident.md index 2295e421..0d15bb01 100644 --- a/docs/help/Get-PartnerServiceIncident.md +++ b/docs/help/Get-PartnerServiceIncident.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerServiceIncident.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-PartnerServiceIncident original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerServiceIncident.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets a list of service incidents. ## SYNTAX -``` +```powershell Get-PartnerServiceIncident [-Status ] [-Resolved] [] ``` diff --git a/docs/help/Get-PartnerServiceRequest.md b/docs/help/Get-PartnerServiceRequest.md index 4df7e279..0a0367d1 100644 --- a/docs/help/Get-PartnerServiceRequest.md +++ b/docs/help/Get-PartnerServiceRequest.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerServiceRequest.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-PartnerServiceRequest original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerServiceRequest.md schema: 2.0.0 --- diff --git a/docs/help/Get-PartnerServiceRequestTopic.md b/docs/help/Get-PartnerServiceRequestTopic.md index 6ed9334a..be1f4d5a 100644 --- a/docs/help/Get-PartnerServiceRequestTopic.md +++ b/docs/help/Get-PartnerServiceRequestTopic.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerServiceRequestTopic.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-PartnerServiceRequestTopic original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerServiceRequestTopic.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets a list of service request topics. ## SYNTAX -``` +```powershell Get-PartnerServiceRequestTopic [-SupportTopicId ] [] ``` diff --git a/docs/help/Get-PartnerSupportProfile.md b/docs/help/Get-PartnerSupportProfile.md index ca617222..29e97b21 100644 --- a/docs/help/Get-PartnerSupportProfile.md +++ b/docs/help/Get-PartnerSupportProfile.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerSupportProfile.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-PartnerSupportProfile original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Get-PartnerSupportProfile.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Gets the partner's support profile. ## SYNTAX -``` +```powershell Get-PartnerSupportProfile [] ``` diff --git a/docs/help/New-PartnerAccessToken.md b/docs/help/New-PartnerAccessToken.md index 411700c4..7a758ca3 100644 --- a/docs/help/New-PartnerAccessToken.md +++ b/docs/help/New-PartnerAccessToken.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-PartnerAccessToken.md external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml Module Name: PartnerCenter -online version: https://go.microsoft.com/fwlink/?linkid=2071443 +online version: https://docs.microsoft.com/powershell/module/partnercenter/New-PartnerAccessToken original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-PartnerAccessToken.md schema: 2.0.0 --- diff --git a/docs/help/New-PartnerCustomer.md b/docs/help/New-PartnerCustomer.md index e7867ed7..3d25292f 100644 --- a/docs/help/New-PartnerCustomer.md +++ b/docs/help/New-PartnerCustomer.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-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/New-PartnerCustomer original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-PartnerCustomer.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Creates a new customer. ## SYNTAX -``` +```powershell New-PartnerCustomer [-AssociatedPartnerId ] -BillingAddressLine1 [-BillingAddressLine2 ] [-BillingAddressCity ] -BillingAddressCountry [-BillingAddressPostalCode ] [-BillingAddressRegion ] [-BillingAddressState ] diff --git a/docs/help/New-PartnerCustomerAgreement.md b/docs/help/New-PartnerCustomerAgreement.md index 25a01f7a..98384dae 100644 --- a/docs/help/New-PartnerCustomerAgreement.md +++ b/docs/help/New-PartnerCustomerAgreement.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-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/New-PartnerCustomerAgreement original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-PartnerCustomerAgreement.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Confirms the customer acceptance of the Microsoft Cloud agreement. ## SYNTAX -``` +```powershell New-PartnerCustomerAgreement -AgreementType -ContactEmail -ContactFirstName -ContactLastName [-ContactPhoneNumber ] -CustomerId [-DateAgreed ] -TemplateId [-UserId ] [] diff --git a/docs/help/New-PartnerCustomerApplicationConsent.md b/docs/help/New-PartnerCustomerApplicationConsent.md new file mode 100644 index 00000000..51bdfa5e --- /dev/null +++ b/docs/help/New-PartnerCustomerApplicationConsent.md @@ -0,0 +1,112 @@ +--- +content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-PartnerCustomerApplicationConsent.md +external help file: Microsoft.Store.PartnerCenter.PowerShell.dll-Help.xml +Module Name: PartnerCenter +online version: https://docs.microsoft.com/powershell/module/partnercenter/New-PartnerCustomerApplicationConsent +original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-PartnerCustomerApplicationConsent.md +schema: 2.0.0 +--- + +# New-PartnerCustomerApplicationConsent + +## SYNOPSIS +Creates a new application consent for the specified customer. + +## SYNTAX + +```powershell +New-PartnerCustomerApplicationConsent -ApplicationGrants -ApplicationId + -CustomerId -DisplayName [] +``` + +## DESCRIPTION +This cmdlet creates a new application consent for the specified customer. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> $grant = New-Object -TypeName Microsoft.Store.PartnerCenter.Models.ApplicationConsents.ApplicationGrant +PS C:\> $grant.EnterpriseApplicationId = '00000002-0000-0000-c000-000000000000' +PS C:\> $grant.Scope = "Domain.ReadWrite.All,User.ReadWrite.All,Directory.Read.All" +PS C:\> New-PartnerCustomerApplicationConsent -ApplicationId 'c33c2273-9329-42ec-948d-152ead47cf65' -ApplicationGrants @($grant) -CustomerId 'f1c5e45f-7dea-4863-a55d-b5a5479201df' -DisplayName 'CPV Web App' +``` + +{{ Add example description here }} + +## PARAMETERS + +### -ApplicationGrants +The grants for the application. + +```yaml +Type: ApplicationGrant[] +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ApplicationId +The identifier for application. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CustomerId +The identifier for the customer. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DisplayName +The display name for the application. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### None + +## OUTPUTS + +### Microsoft.Store.PartnerCenter.Models.ApplicationConsents.ApplicationConsent + +## NOTES + +## RELATED LINKS diff --git a/docs/help/New-PartnerCustomerCart.md b/docs/help/New-PartnerCustomerCart.md index 8fc1269d..dc0f935e 100644 --- a/docs/help/New-PartnerCustomerCart.md +++ b/docs/help/New-PartnerCustomerCart.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-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/New-PartnerCustomerCart original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-PartnerCustomerCart.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Creates an order for a customer. ## SYNTAX -``` +```powershell New-PartnerCustomerCart -CustomerId -LineItems [-WhatIf] [-Confirm] [] ``` diff --git a/docs/help/New-PartnerCustomerConfigurationPolicy.md b/docs/help/New-PartnerCustomerConfigurationPolicy.md index 4f953c8a..f19db8df 100644 --- a/docs/help/New-PartnerCustomerConfigurationPolicy.md +++ b/docs/help/New-PartnerCustomerConfigurationPolicy.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-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/New-PartnerCustomerConfigurationPolicy original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-PartnerCustomerConfigurationPolicy.md schema: 2.0.0 --- @@ -15,7 +15,7 @@ Creates a new configuration policy for the specified customer. ## SYNTAX -``` +```powershell New-PartnerCustomerConfigurationPolicy [-CustomerId] [-Name] [-Description ] [-RemoveOemPreinstalls ] [-OobeUserNotLocalAdmin ] [-SkipExpressSettings ] [-SkipEula ] [-SkipOemRegistration ] [-WhatIf] [-Confirm] [] diff --git a/docs/help/New-PartnerCustomerDeviceBatch.md b/docs/help/New-PartnerCustomerDeviceBatch.md index d9e6c0b0..fbb02e03 100644 --- a/docs/help/New-PartnerCustomerDeviceBatch.md +++ b/docs/help/New-PartnerCustomerDeviceBatch.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-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/ New-PartnerCustomerDeviceBatch original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-PartnerCustomerDeviceBatch.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Creates a new device batch for the specified customer. ## SYNTAX -``` +```powershell New-PartnerCustomerDeviceBatch -BatchId -CustomerId -Devices [-WhatIf] [-Confirm] [] ``` diff --git a/docs/help/New-PartnerCustomerOrder.md b/docs/help/New-PartnerCustomerOrder.md index 8c0740ce..4d98001e 100644 --- a/docs/help/New-PartnerCustomerOrder.md +++ b/docs/help/New-PartnerCustomerOrder.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-PartnerCustomerOrder.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/New-PartnerCustomerOrder original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-PartnerCustomerOrder.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Create a new order for the specified services on behalf of the customer. ## SYNTAX -``` +```powershell New-PartnerCustomerOrder -CustomerId -LineItems [-WhatIf] [-Confirm] [] ``` diff --git a/docs/help/New-PartnerCustomerSubscriptionRegistration.md b/docs/help/New-PartnerCustomerSubscriptionRegistration.md index 346c0501..0d0c8aff 100644 --- a/docs/help/New-PartnerCustomerSubscriptionRegistration.md +++ b/docs/help/New-PartnerCustomerSubscriptionRegistration.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-PartnerCustomerSubscriptionRegistration.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/New-PartnerCustomerSubscriptionRegistration original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-PartnerCustomerSubscriptionRegistration.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Registers the specified subscription. ## SYNTAX -``` +```powershell New-PartnerCustomerSubscriptionRegistration -CustomerId -SubscriptionId [-WhatIf] [-Confirm] [] ``` diff --git a/docs/help/New-PartnerCustomerUser.md b/docs/help/New-PartnerCustomerUser.md index 83e15557..13481e08 100644 --- a/docs/help/New-PartnerCustomerUser.md +++ b/docs/help/New-PartnerCustomerUser.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-PartnerCustomerUser.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/New-PartnerCustomerUser original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-PartnerCustomerUser.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Creates a new user in the specified customer Azure Active Directory tenant. ## SYNTAX -``` +```powershell New-PartnerCustomerUser -CustomerId [-FirstName ] [-LastName ] -DisplayName -UserPrincipalName -Password [-ForceChangePassword] [-UsageLocation ] [-WhatIf] [-Confirm] [] diff --git a/docs/help/New-PartnerServiceRequest.md b/docs/help/New-PartnerServiceRequest.md index cd2b5a8c..a6e72d15 100644 --- a/docs/help/New-PartnerServiceRequest.md +++ b/docs/help/New-PartnerServiceRequest.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-PartnerServiceRequest.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/New-PartnerServiceRequest original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/New-PartnerServiceRequest.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Creates a service request at the partner level. ## SYNTAX -``` +```powershell New-PartnerServiceRequest [-AgentLocale ] -Description -Severity -SupportTopicId -Title [-WhatIf] [-Confirm] [] ``` diff --git a/docs/help/PartnerCenter.md b/docs/help/PartnerCenter.md index 3b2ac28c..c6a1379f 100644 --- a/docs/help/PartnerCenter.md +++ b/docs/help/PartnerCenter.md @@ -194,6 +194,9 @@ Creates a new customer. ### [New-PartnerCustomerAgreement](New-PartnerCustomerAgreement.md) Confirms the customer acceptance of the Microsoft Cloud agreement. +### [New-PartnerCustomerApplicationConsent](New-PartnerCustomerApplicationConsent.md) +Creates a new application consent for the specified customer. + ### [New-PartnerCustomerCart](New-PartnerCustomerCart.md) Creates an order for a customer. @@ -276,5 +279,4 @@ Checks out the specified cart. Tests whether or not the specified address is valid. ### [Test-PartnerDomainAvailability](Test-PartnerDomainAvailability.md) -Tests if the specified domain name is available for creating a new tenant. - +Tests if the specified domain name is available for creating a new tenant. \ No newline at end of file diff --git a/docs/help/Remove-PartnerCustomerConfigurationPolicy.md b/docs/help/Remove-PartnerCustomerConfigurationPolicy.md index d720dabc..ff555f50 100644 --- a/docs/help/Remove-PartnerCustomerConfigurationPolicy.md +++ b/docs/help/Remove-PartnerCustomerConfigurationPolicy.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Remove-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/Remove-PartnerCustomerConfigurationPolicy original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Remove-PartnerCustomerConfigurationPolicy.md schema: 2.0.0 --- @@ -15,7 +15,7 @@ Removes the specified configuration policy. ## SYNTAX -``` +```powershell Remove-PartnerCustomerConfigurationPolicy [-CustomerId] -PolicyId [] ``` diff --git a/docs/help/Remove-PartnerCustomerUser.md b/docs/help/Remove-PartnerCustomerUser.md index 3031a968..6426f95f 100644 --- a/docs/help/Remove-PartnerCustomerUser.md +++ b/docs/help/Remove-PartnerCustomerUser.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Remove-PartnerCustomerUser.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/emove-PartnerCustomerUser original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Remove-PartnerCustomerUser.md schema: 2.0.0 --- diff --git a/docs/help/Remove-PartnerCustomerUserRoleMember.md b/docs/help/Remove-PartnerCustomerUserRoleMember.md index 6760ed09..40245c9e 100644 --- a/docs/help/Remove-PartnerCustomerUserRoleMember.md +++ b/docs/help/Remove-PartnerCustomerUserRoleMember.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Remove-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/Remove-PartnerCustomerUserRoleMember original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Remove-PartnerCustomerUserRoleMember.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Removes a customer user from a specified role. ## SYNTAX -``` +```powershell Remove-PartnerCustomerUserRoleMember -CustomerId [-UserId ] [-RoleId ] [] ``` diff --git a/docs/help/Remove-PartnerResellerRelationship.md b/docs/help/Remove-PartnerResellerRelationship.md index bb8b3c16..08091f7f 100644 --- a/docs/help/Remove-PartnerResellerRelationship.md +++ b/docs/help/Remove-PartnerResellerRelationship.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Remove-PartnerResellerRelationship.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/Remove-PartnerResellerRelationship original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Remove-PartnerResellerRelationship.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Removes the reseller relationship between the specified customer and the partner ## SYNTAX -``` +```powershell Remove-PartnerResellerRelationship -CustomerId [-WhatIf] [-Confirm] [] ``` diff --git a/docs/help/Remove-PartnerSandboxCustomer.md b/docs/help/Remove-PartnerSandboxCustomer.md index d35c0c1a..b48d28b2 100644 --- a/docs/help/Remove-PartnerSandboxCustomer.md +++ b/docs/help/Remove-PartnerSandboxCustomer.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Remove-PartnerSandboxCustomer.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/Remove-PartnerSandboxCustomer original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Remove-PartnerSandboxCustomer.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Removes the specified customer. ## SYNTAX -``` +```powershell Remove-PartnerSandboxCustomer [-CustomerId] [-WhatIf] [-Confirm] [] ``` diff --git a/docs/help/Restore-PartnerCustomerUser.md b/docs/help/Restore-PartnerCustomerUser.md index 8f6df213..17a337d0 100644 --- a/docs/help/Restore-PartnerCustomerUser.md +++ b/docs/help/Restore-PartnerCustomerUser.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Restore-PartnerCustomerUser.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/Restore-PartnerCustomerUser original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Restore-PartnerCustomerUser.md schema: 2.0.0 --- diff --git a/docs/help/Set-PartnerBillingProfile.md b/docs/help/Set-PartnerBillingProfile.md index 63f13ba3..06f79684 100644 --- a/docs/help/Set-PartnerBillingProfile.md +++ b/docs/help/Set-PartnerBillingProfile.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-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/Set-PartnerBillingProfile original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerBillingProfile.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Updates the partner's billing profile. ## SYNTAX -``` +```powershell Set-PartnerBillingProfile [-AddressLine1 ] [-AddressLine2 ] [-City ] [-EmailAddress ] [-FirstName ] [-LastName ] [-PhoneNumber ] [-PostalCode ] [-PurchaseOrderNumber ] [-Region ] [-State ] [-TaxId ] diff --git a/docs/help/Set-PartnerCustomer.md b/docs/help/Set-PartnerCustomer.md index a71d12de..29b919e1 100644 --- a/docs/help/Set-PartnerCustomer.md +++ b/docs/help/Set-PartnerCustomer.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-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/Set-PartnerCustomer original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerCustomer.md schema: 2.0.0 --- diff --git a/docs/help/Set-PartnerCustomerCart.md b/docs/help/Set-PartnerCustomerCart.md index 43c535ab..f59b3193 100644 --- a/docs/help/Set-PartnerCustomerCart.md +++ b/docs/help/Set-PartnerCustomerCart.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-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/Set-PartnerCustomerCart original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerCustomerCart.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Updates an order for a customer in a cart. ## SYNTAX -``` +```powershell Set-PartnerCustomerCart -CartId -CustomerId -LineItems [-WhatIf] [-Confirm] [] ``` diff --git a/docs/help/Set-PartnerCustomerConfigurationPolicy.md b/docs/help/Set-PartnerCustomerConfigurationPolicy.md index fea01594..563777ca 100644 --- a/docs/help/Set-PartnerCustomerConfigurationPolicy.md +++ b/docs/help/Set-PartnerCustomerConfigurationPolicy.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-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/Set-PartnerCustomerConfigurationPolicy original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerCustomerConfigurationPolicy.md schema: 2.0.0 --- @@ -15,7 +15,7 @@ Updates an existing configuration policy with the specified options. ## SYNTAX -``` +```powershell Set-PartnerCustomerConfigurationPolicy [-CustomerId] -PolicyId [-Name ] [-Description ] [-RemoveOemPreinstalls ] [-OobeUserNotLocalAdmin ] [-SkipExpressSettings ] [-SkipEula ] [-SkipOemRegistration ] [-WhatIf] [-Confirm] diff --git a/docs/help/Set-PartnerCustomerSubscription.md b/docs/help/Set-PartnerCustomerSubscription.md index 62151baf..b809e3ef 100644 --- a/docs/help/Set-PartnerCustomerSubscription.md +++ b/docs/help/Set-PartnerCustomerSubscription.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerCustomerSubscription.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/Set-PartnerCustomerSubscription original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerCustomerSubscription.md schema: 2.0.0 --- diff --git a/docs/help/Set-PartnerCustomerSubscriptionSupportContact.md b/docs/help/Set-PartnerCustomerSubscriptionSupportContact.md index 646f4554..368d236b 100644 --- a/docs/help/Set-PartnerCustomerSubscriptionSupportContact.md +++ b/docs/help/Set-PartnerCustomerSubscriptionSupportContact.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerCustomerSubscriptionSupportContact.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/Set-PartnerCustomerSubscriptionSupportContact original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerCustomerSubscriptionSupportContact.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Update a subscription's support contact to one of the partner's value added rese ## SYNTAX -``` +```powershell Set-PartnerCustomerSubscriptionSupportContact -CustomerId -Name -SubscriptionId -SupportMpnId -SupportTenantId [-WhatIf] [-Confirm] [] ``` diff --git a/docs/help/Set-PartnerCustomerUser.md b/docs/help/Set-PartnerCustomerUser.md index 07d98a0a..919dcf54 100644 --- a/docs/help/Set-PartnerCustomerUser.md +++ b/docs/help/Set-PartnerCustomerUser.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerCustomerUser.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/Set-PartnerCustomerUser original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerCustomerUser.md schema: 2.0.0 --- diff --git a/docs/help/Set-PartnerCustomerUserLicense.md b/docs/help/Set-PartnerCustomerUserLicense.md index 40066330..50bb5a35 100644 --- a/docs/help/Set-PartnerCustomerUserLicense.md +++ b/docs/help/Set-PartnerCustomerUserLicense.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerCustomerUserLicense.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/Set-PartnerCustomerUserLicense original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerCustomerUserLicense.md schema: 2.0.0 --- @@ -10,11 +10,11 @@ schema: 2.0.0 # Set-PartnerCustomerUserLicense ## SYNOPSIS -Adds or removes licenses for a Microsoft online service to the list of assigned licenses for a user. +Adds or removes licenses for a Microsoft online service to the list of assigned licenses for a user. ## SYNTAX -``` +```powershell Set-PartnerCustomerUserLicense -CustomerId -LicenseUpdate -UserId [-WhatIf] [-Confirm] [] ``` diff --git a/docs/help/Set-PartnerLegalProfile.md b/docs/help/Set-PartnerLegalProfile.md index 0d857aa7..644d50cc 100644 --- a/docs/help/Set-PartnerLegalProfile.md +++ b/docs/help/Set-PartnerLegalProfile.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerLegalProfile.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/Set-PartnerLegalProfile original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerLegalProfile.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Updates the partner's legal profile. ## SYNTAX -``` +```powershell Set-PartnerLegalProfile [-AddressLine1 ] [-AddressLine2 ] [-City ] [-Country ] [-EmailAddress ] [-FirstName ] [-LastName ] [-PhoneNumber ] [-PostalCode ] [-Region ] [-State ] [-WhatIf] [-Confirm] [] diff --git a/docs/help/Set-PartnerOrganizationProfile.md b/docs/help/Set-PartnerOrganizationProfile.md index 4ba68fbd..7f6df44f 100644 --- a/docs/help/Set-PartnerOrganizationProfile.md +++ b/docs/help/Set-PartnerOrganizationProfile.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerOrganizationProfile.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/Set-PartnerOrganizationProfile original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerOrganizationProfile.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Updates the partner's organization profile ## SYNTAX -``` +```powershell Set-PartnerOrganizationProfile [-CompanyName ] [-AddressLine1 ] [-AddressLine2 ] [-City ] [-Country ] [-Culture ] [-Email ] [-FirstName ] [-Language ] [-LastName ] [-PhoneNumber ] [-PostalCode ] [-State ] diff --git a/docs/help/Set-PartnerServiceRequest.md b/docs/help/Set-PartnerServiceRequest.md index d049c88b..41fa8b33 100644 --- a/docs/help/Set-PartnerServiceRequest.md +++ b/docs/help/Set-PartnerServiceRequest.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerServiceRequest.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/Set-PartnerServiceRequest original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerServiceRequest.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Updates a service request at the partner level. ## SYNTAX -``` +```powershell Set-PartnerServiceRequest [-NewNote ] [-ServiceRequestId] [-Status ] [-WhatIf] [-Confirm] [] ``` diff --git a/docs/help/Set-PartnerSupportProfile.md b/docs/help/Set-PartnerSupportProfile.md index 1356b1a1..3d820db6 100644 --- a/docs/help/Set-PartnerSupportProfile.md +++ b/docs/help/Set-PartnerSupportProfile.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerSupportProfile.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/Set-PartnerSupportProfile original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Set-PartnerSupportProfile.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Updates the partner's support profile. ## SYNTAX -``` +```powershell Set-PartnerSupportProfile [-SupportEmail ] [-SupportPhoneNumber ] [-SupportWebsite ] [-WhatIf] [-Confirm] [] ``` diff --git a/docs/help/Submit-PartnerCustomerCart.md b/docs/help/Submit-PartnerCustomerCart.md index d9afd569..4a66c1ae 100644 --- a/docs/help/Submit-PartnerCustomerCart.md +++ b/docs/help/Submit-PartnerCustomerCart.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Submit-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/Submit-PartnerCustomerCart original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Submit-PartnerCustomerCart.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Checks out the specified cart. ## SYNTAX -``` +```powershell Submit-PartnerCustomerCart -CartId -CustomerId [-WhatIf] [-Confirm] [] ``` diff --git a/docs/help/Test-PartnerAddress.md b/docs/help/Test-PartnerAddress.md index 13fd77a0..7fc53685 100644 --- a/docs/help/Test-PartnerAddress.md +++ b/docs/help/Test-PartnerAddress.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Test-PartnerAddress.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/Test-PartnerAddress original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Test-PartnerAddress.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Tests whether or not the specified address is valid. ## SYNTAX -``` +```powershell Test-PartnerAddress -AddressLine1 [-AddressLine2 ] [-City ] [-Country ] -PostalCode [-Region ] [-State ] [-WhatIf] [-Confirm] [] ``` diff --git a/docs/help/Test-PartnerDomainAvailability.md b/docs/help/Test-PartnerDomainAvailability.md index e6bd845f..a5cbaf02 100644 --- a/docs/help/Test-PartnerDomainAvailability.md +++ b/docs/help/Test-PartnerDomainAvailability.md @@ -2,7 +2,7 @@ content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Test-PartnerDomainAvailability.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/Test-PartnerDomainAvailability original_content_git_url: https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/docs/help/Test-PartnerDomainAvailability.md schema: 2.0.0 --- @@ -14,7 +14,7 @@ Tests if the specified domain name is available for creating a new tenant. ## SYNTAX -``` +```powershell Test-PartnerDomainAvailability [-Domain] [] ``` diff --git a/docs/upcoming-breaking-changes.md b/docs/upcoming-breaking-changes.md new file mode 100644 index 00000000..e69de29b diff --git a/src/PartnerCenter/ApplicationConsents/ApplicationConsentCollectionOperations.cs b/src/PartnerCenter/ApplicationConsents/ApplicationConsentCollectionOperations.cs new file mode 100644 index 00000000..6ddd5add --- /dev/null +++ b/src/PartnerCenter/ApplicationConsents/ApplicationConsentCollectionOperations.cs @@ -0,0 +1,62 @@ +// ----------------------------------------------------------------------- +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// +// ----------------------------------------------------------------------- + +namespace Microsoft.Store.PartnerCenter.ApplicationConsents +{ + using System; + using System.Globalization; + using System.Threading; + using System.Threading.Tasks; + using Extensions; + using Models; + using Models.ApplicationConsents; + + internal class ApplicationConsentCollectionOperations : BasePartnerComponent, IApplicationConsentCollection + { + /// + /// Initializes a new instance of the class. + /// + /// The root partner operations instance. + /// Identifier for the customer. + public ApplicationConsentCollectionOperations(IPartner rootPartnerOperations, string customerId) + : base(rootPartnerOperations, customerId) + { + customerId.AssertNotEmpty(nameof(customerId)); + } + + /// + /// Creates a new application consent. + /// + /// The new application consent to be created. + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// The customer information that was just created. + public ApplicationConsent Create(ApplicationConsent newEntity, CancellationToken cancellationToken = default(CancellationToken)) + { + return PartnerService.SynchronousExecute(() => CreateAsync(newEntity, cancellationToken)); + } + + /// + /// Creates a new application consent. + /// + /// The new application consent to be created. + /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. + /// The customer information that was just created. + public async Task CreateAsync(ApplicationConsent newEntity, CancellationToken cancellationToken = default(CancellationToken)) + { + newEntity.AssertNotNull(nameof(newEntity)); + + return await Partner.ServiceClient.PostAsync( + new Uri( + string.Format( + CultureInfo.InvariantCulture, + $"/{PartnerService.Instance.ApiVersion}/{PartnerService.Instance.Configuration.Apis.CreateCustomerApplicationConsent.Path}", + Context), + UriKind.Relative), + newEntity, + cancellationToken).ConfigureAwait(false); + } + } +} \ No newline at end of file diff --git a/src/PartnerCenter/ApplicationConsents/IApplicationConsentCollection.cs b/src/PartnerCenter/ApplicationConsents/IApplicationConsentCollection.cs new file mode 100644 index 00000000..4687972a --- /dev/null +++ b/src/PartnerCenter/ApplicationConsents/IApplicationConsentCollection.cs @@ -0,0 +1,16 @@ +// ----------------------------------------------------------------------- +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// +// ----------------------------------------------------------------------- + +namespace Microsoft.Store.PartnerCenter.ApplicationConsents +{ + using GenericOperations; + using Models; + using Models.ApplicationConsents; + + public interface IApplicationConsentCollection : IPartnerComponent, IEntityCreateOperations + { + } +} \ No newline at end of file diff --git a/src/PartnerCenter/Configuration/PartnerService.json b/src/PartnerCenter/Configuration/PartnerService.json index d293a577..ffff4fe1 100644 --- a/src/PartnerCenter/Configuration/PartnerService.json +++ b/src/PartnerCenter/Configuration/PartnerService.json @@ -36,6 +36,15 @@ "GetCustomerAgreements": { "Path": "customers/{0}/agreements" }, + "GetCustomerApplicationConsents": { + "Path": "customers/{0}/applicationconsents" + }, + "CreateCustomerApplicationConsent": { + "Path": "customers/{0}/applicationconsents" + }, + "DeleteCustomerApplicationConsent": { + "Path": "customers/{0}/applicationconsents/{1}" + }, "GetOffer": { "Path": "offers/{0}", "Parameters": { diff --git a/src/PartnerCenter/Customers/CustomerCollectionOperations.cs b/src/PartnerCenter/Customers/CustomerCollectionOperations.cs index 483ef880..2f66acec 100644 --- a/src/PartnerCenter/Customers/CustomerCollectionOperations.cs +++ b/src/PartnerCenter/Customers/CustomerCollectionOperations.cs @@ -75,7 +75,7 @@ public ICustomer ById(string id) /// /// Creates a new customer. /// - /// The new customer information. + /// The new customer information. /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// The customer information that was just created. public Customer Create(Customer newEntity, CancellationToken cancellationToken = default(CancellationToken)) @@ -86,7 +86,7 @@ public ICustomer ById(string id) /// /// Creates a new customer. /// - /// The new customer information. + /// The new customer information. /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// The customer information that was just created. public async Task CreateAsync(Customer newEntity, CancellationToken cancellationToken = default(CancellationToken)) diff --git a/src/PartnerCenter/Customers/CustomerOperations.cs b/src/PartnerCenter/Customers/CustomerOperations.cs index 1ef4821a..f32466cc 100644 --- a/src/PartnerCenter/Customers/CustomerOperations.cs +++ b/src/PartnerCenter/Customers/CustomerOperations.cs @@ -12,6 +12,7 @@ namespace Microsoft.Store.PartnerCenter.Customers using System.Threading.Tasks; using Agreements; using Analytics; + using ApplicationConsents; using Carts; using CustomerDirectoryRoles; using Customers.Products; @@ -47,6 +48,11 @@ internal class CustomerOperations : BasePartnerComponent, ICustomer /// private readonly Lazy analytics; + /// + /// Provides access to the application consent collection operations. + /// + private readonly Lazy applicationConsents; + /// /// Provides access to the batch status collection operations. /// @@ -169,6 +175,7 @@ public CustomerOperations(IPartner rootPartnerOperations, string customerId) agreements = new Lazy(() => new CustomerAgreementCollectionOperations(rootPartnerOperations, customerId)); analytics = new Lazy(() => new CustomerAnalyticsCollectionOperations(rootPartnerOperations, customerId)); + applicationConsents = new Lazy(() => new ApplicationConsentCollectionOperations(rootPartnerOperations, customerId)); batchUploadStatus = new Lazy(() => new BatchJobStatusCollectionOperations(rootPartnerOperations, customerId)); carts = new Lazy(() => new CartCollectionOperations(rootPartnerOperations, customerId)); configurationPolicies = new Lazy(() => new ConfigurationPolicyCollectionOperations(rootPartnerOperations, customerId)); @@ -203,6 +210,11 @@ public CustomerOperations(IPartner rootPartnerOperations, string customerId) /// public ICustomerAnalyticsCollection Analytics => analytics.Value; + /// + /// Gets the application consent collection behavior for the customer. + /// + public IApplicationConsentCollection ApplicationConsents => applicationConsents.Value; + /// /// Gets the devices batch upload status behavior of the customer. /// diff --git a/src/PartnerCenter/Customers/ICustomer.cs b/src/PartnerCenter/Customers/ICustomer.cs index e1975fb2..9e47345b 100644 --- a/src/PartnerCenter/Customers/ICustomer.cs +++ b/src/PartnerCenter/Customers/ICustomer.cs @@ -8,6 +8,7 @@ namespace Microsoft.Store.PartnerCenter.Customers { using Agreements; using Analytics; + using ApplicationConsents; using Carts; using CustomerDirectoryRoles; using Customers.Products; @@ -43,6 +44,11 @@ public interface ICustomer : IPartnerComponent, IEntityGetOperations ICustomerAnalyticsCollection Analytics { get; } + /// + /// Gets the application consent collection behavior for the customer. + /// + IApplicationConsentCollection ApplicationConsents { get; } + /// /// Gets the devices batch upload status behavior of the customer. /// diff --git a/src/PartnerCenter/Models/ApplicationConsents/ApplicationConsent.cs b/src/PartnerCenter/Models/ApplicationConsents/ApplicationConsent.cs new file mode 100644 index 00000000..8922f4ef --- /dev/null +++ b/src/PartnerCenter/Models/ApplicationConsents/ApplicationConsent.cs @@ -0,0 +1,39 @@ +// ----------------------------------------------------------------------- +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// +// ----------------------------------------------------------------------- + +namespace Microsoft.Store.PartnerCenter.Models.ApplicationConsents +{ + using System.Collections.Generic; + + /// + /// Represents an application consent associated with a customer. + /// + public sealed class ApplicationConsent + { + /// + /// Initializes an instance of the class. + /// + public ApplicationConsent() + { + ApplicationGrants = new List(); + } + + /// + /// Gets the application grant associated with the application consent. + /// + public List ApplicationGrants { get; private set; } + + /// + /// Gets or sets the application identifier. + /// + public string ApplicationId { get; set; } + + /// + /// Gets or sets the display name of the application. + /// + public string DisplayName { get; set; } + } +} \ No newline at end of file diff --git a/src/PartnerCenter/Models/ApplicationConsents/ApplicationGrant.cs b/src/PartnerCenter/Models/ApplicationConsents/ApplicationGrant.cs new file mode 100644 index 00000000..a732c872 --- /dev/null +++ b/src/PartnerCenter/Models/ApplicationConsents/ApplicationGrant.cs @@ -0,0 +1,30 @@ +// ----------------------------------------------------------------------- +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// +// ----------------------------------------------------------------------- + +namespace Microsoft.Store.PartnerCenter.Models.ApplicationConsents +{ + /// + /// Represents an application grant associated with an application consent. + /// + public sealed class ApplicationGrant + { + /// + /// Gets or sets the enterprise application identifier. + /// + /// + /// This is the identifier of the application in Azure AD. + /// + public string EnterpriseApplicationId { get; set; } + + /// + /// Gets or sets the a scopes configured for the application grant. + /// + /// + /// This is a comma delimited string that represents the scopes for this application grant. + /// + public string Scope { get; set; } + } +} \ No newline at end of file diff --git a/src/PartnerCenter/PartnerCenter.csproj b/src/PartnerCenter/PartnerCenter.csproj index 33a59143..3cbf9891 100644 --- a/src/PartnerCenter/PartnerCenter.csproj +++ b/src/PartnerCenter/PartnerCenter.csproj @@ -17,7 +17,7 @@ - + ..\lib\Microsoft.IdentityModel.Clients.ActiveDirectory\NetFx\Microsoft.IdentityModel.Clients.ActiveDirectory.dll @@ -50,7 +50,7 @@ runtime; build; native; contentfiles; analyzers - + diff --git a/src/PowerShell/Commands/NewPartnerCustomerApplicationConsent.cs b/src/PowerShell/Commands/NewPartnerCustomerApplicationConsent.cs new file mode 100644 index 00000000..c4a29280 --- /dev/null +++ b/src/PowerShell/Commands/NewPartnerCustomerApplicationConsent.cs @@ -0,0 +1,70 @@ +// ----------------------------------------------------------------------- +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// +// ----------------------------------------------------------------------- + +namespace Microsoft.Store.PartnerCenter.PowerShell.Commands +{ + using System.Management.Automation; + using System.Text.RegularExpressions; + using Authentication; + using PartnerCenter.Models.ApplicationConsents; + + /// + /// Create a new application consent for the specified customer. + /// + [Cmdlet(VerbsCommon.New, "PartnerCustomerApplicationConsent"), OutputType(typeof(ApplicationConsent))] + public class NewPartnerCustomerApplicationConsent : PartnerPSCmdlet + { + /// + /// Gets or sets the application grants. + /// + [Parameter(HelpMessage = "The grants for the application.", Mandatory = true)] + [ValidateNotNull] + public ApplicationGrant[] ApplicationGrants { get; set; } + + /// + /// Gets or sets the application identifier. + /// + [Parameter(HelpMessage = "The identifier for application.", Mandatory = true)] + [ValidatePattern(@"^(\{){0,1}[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}(\}){0,1}$", Options = RegexOptions.Compiled | RegexOptions.IgnoreCase)] + public string ApplicationId { get; set; } + + /// + /// Gets or sets the customer identifier. + /// + [Parameter(HelpMessage = "The identifier for the customer.", Mandatory = true)] + [ValidatePattern(@"^(\{){0,1}[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}(\}){0,1}$", Options = RegexOptions.Compiled | RegexOptions.IgnoreCase)] + public string CustomerId { get; set; } + + /// + /// Gets or sets the display name of the application. + /// + [Parameter(HelpMessage = "The display name for the application.", Mandatory = true)] + public string DisplayName { get; set; } + + /// + /// Gets or sets the types of authentication supported by the command. + /// + public override AuthenticationTypes SupportedAuthentication => AuthenticationTypes.AppPlusUser; + + /// + /// Executes the operations associated with the cmdlet. + /// + public override void ExecuteCmdlet() + { + ApplicationConsent consent = new ApplicationConsent + { + ApplicationId = ApplicationId, + DisplayName = DisplayName + }; + + consent.ApplicationGrants.AddRange(ApplicationGrants); + + consent = Partner.Customers[CustomerId].ApplicationConsents.Create(consent); + + WriteObject(consent); + } + } +} \ No newline at end of file diff --git a/src/PowerShell/Factories/AuthenticationFactory.cs b/src/PowerShell/Factories/AuthenticationFactory.cs index 83270c9b..97f8029f 100644 --- a/src/PowerShell/Factories/AuthenticationFactory.cs +++ b/src/PowerShell/Factories/AuthenticationFactory.cs @@ -8,11 +8,7 @@ namespace Microsoft.Store.PartnerCenter.PowerShell.Factories { using System; using System.Globalization; -#if !NETSTANDARD - using Tokens = System.IdentityModel.Tokens; -#else - using Tokens = System.IdentityModel.Tokens.Jwt; -#endif + using System.IdentityModel.Tokens.Jwt; using System.Linq; using System.Security.Claims; using Authentication; @@ -45,8 +41,8 @@ public AuthenticationToken Authenticate(PartnerContext context, Action d AuthenticationResult authResult; Claim claim; DateTimeOffset expiration; - Tokens.JwtSecurityToken token; - Tokens.JwtSecurityTokenHandler tokenHandler; + JwtSecurityToken token; + JwtSecurityTokenHandler tokenHandler; PartnerEnvironment environment; environment = PartnerEnvironment.PublicEnvironments[context.Environment]; @@ -56,13 +52,8 @@ public AuthenticationToken Authenticate(PartnerContext context, Action d if (context.Account.Type == AccountType.AccessToken) { - tokenHandler = new Tokens.JwtSecurityTokenHandler(); - -#if !NETSTANDARD - token = tokenHandler.ReadToken(context.Account.Properties[AzureAccountPropertyType.AccessToken]) as Tokens.JwtSecurityToken; -#else + tokenHandler = new JwtSecurityTokenHandler(); token = tokenHandler.ReadJwtToken(context.Account.Properties[AzureAccountPropertyType.AccessToken]); -#endif claim = token.Claims.SingleOrDefault(c => c.Type.Equals("oid", StringComparison.InvariantCultureIgnoreCase)); context.Account.Properties[AzureAccountPropertyType.UserIdentifier] = claim?.Value; @@ -75,7 +66,7 @@ public AuthenticationToken Authenticate(PartnerContext context, Action d claim = token.Claims.SingleOrDefault(c => c.Type.Equals("unique_name", StringComparison.InvariantCultureIgnoreCase)); - context.AuthenticationType = claim == null ? Authentication.AuthenticationTypes.AppOnly : Authentication.AuthenticationTypes.AppPlusUser; + context.AuthenticationType = claim == null ? AuthenticationTypes.AppOnly : AuthenticationTypes.AppPlusUser; debugAction( string.Format( diff --git a/src/PowerShell/GlobalSuppressions.cs b/src/PowerShell/GlobalSuppressions.cs index 09d140e5..850ac614 100644 --- a/src/PowerShell/GlobalSuppressions.cs +++ b/src/PowerShell/GlobalSuppressions.cs @@ -1,8 +1,8 @@ - -// This file is used by Code Analysis to maintain SuppressMessage -// attributes that are applied to this project. -// Project-level suppressions either have no target or are given -// a specific target and scoped to a namespace, type, member, etc. +// ----------------------------------------------------------------------- +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// +// ----------------------------------------------------------------------- [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "CA1812:NativeWrapper.DOCHOSTUIINFO is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it static (Shared in Visual Basic).", Justification = "Required for the native operations.", Scope = "type", Target = "~T:Microsoft.Store.PartnerCenter.PowerShell.Platforms.NativeWrapper.DOCHOSTUIINFO")] [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Performance", "CA1819:Properties should not return arrays", Justification = "Property used as part of a PowerShell cmdlet", Scope = "member", Target = "~P:Microsoft.Store.PartnerCenter.PowerShell.Commands.NewPartnerCustomerOrder.LineItems")] @@ -11,6 +11,7 @@ [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Performance", "CA1819:Properties should not return arrays", Justification = "Property used as part of a PowerShell cmdlet", Scope = "member", Target = "~P:Microsoft.Store.PartnerCenter.PowerShell.Commands.GetPartnerCustomerSubscribedSku.LicenseGroup")] [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Performance", "CA1819:Properties should not return arrays", Justification = "Property used as part of a PowerShell cmdlet", Scope = "member", Target = "~P:Microsoft.Store.PartnerCenter.PowerShell.Commands.GetPartnerCustomerUserLicense.LicenseGroup")] [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Performance", "CA1819:Properties should not return arrays", Justification = "Property used as part of a PowerShell cmdlet", Scope = "member", Target = "~P:Microsoft.Store.PartnerCenter.PowerShell.Commands.NewPartnerCustomerDeviceBatch.Devices")] +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Performance", "CA1819:Properties should not return arrays", Justification = "Property used as part of a PowerShell cmdlet", Scope = "member", Target = "~P:Microsoft.Store.PartnerCenter.PowerShell.Commands.NewPartnerCustomerApplicationConsent.ApplicationGrants")] [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Usage", "CA2227:Collection properties should be read only", Justification = "Property used as part of a PowerShell cmdlet", Scope = "member", Target = "~P:Microsoft.Store.PartnerCenter.PowerShell.Commands.NewPartnerCustomerOrderLineItem.ProvisioningContext")] [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Usage", "CA2227:Collection properties should be read only", Justification = "Property used as part of a PowerShell cmdlet", Scope = "member", Target = "~P:Microsoft.Store.PartnerCenter.PowerShell.Commands.NewPartnerCustomerCartLineItem.ProvisioningContext")] [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Usage", "CA2227:Collection properties should be read only", Justification = "Property used as part of a PowerShell cmdlet", Scope = "member", Target = "~P:Microsoft.Store.PartnerCenter.PowerShell.Commands.GetPartnerProductInventory.Variables")] \ No newline at end of file diff --git a/src/PowerShell/PartnerCenter.NetCore.psd1 b/src/PowerShell/PartnerCenter.NetCore.psd1 index 5a5dad2e..7a6786fe 100644 --- a/src/PowerShell/PartnerCenter.NetCore.psd1 +++ b/src/PowerShell/PartnerCenter.NetCore.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 02/13/2019 +# Generated on: 02/16/2019 # @{ @@ -11,7 +11,7 @@ RootModule = 'Microsoft.Store.PartnerCenter.PowerShell.dll' # Version number of this module. - ModuleVersion = '1.5.1902.4' + ModuleVersion = '1.5.1902.5' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -132,6 +132,7 @@ 'New-PartnerAccessToken', 'New-PartnerCustomer', 'New-PartnerCustomerAgreement', + 'New-PartnerCustomerApplicationConsent', 'New-PartnerCustomerCart', 'New-PartnerCustomerConfigurationPolicy', 'New-PartnerCustomerDeviceBatch', @@ -192,7 +193,7 @@ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = 'Addressed compatibility issues with the Azure PowerShell module.' + ReleaseNotes = 'Added commands to manage application consents.' # Prerelease string of this module # Prerelease = 'preview' diff --git a/src/PowerShell/PartnerCenter.psd1 b/src/PowerShell/PartnerCenter.psd1 index c06d93e5..3dfe1c2e 100644 --- a/src/PowerShell/PartnerCenter.psd1 +++ b/src/PowerShell/PartnerCenter.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 02/13/2019 +# Generated on: 02/16/2019 # @{ @@ -11,7 +11,7 @@ RootModule = 'Microsoft.Store.PartnerCenter.PowerShell.dll' # Version number of this module. - ModuleVersion = '1.5.1902.4' + ModuleVersion = '1.5.1902.5' # Supported PSEditions # CompatiblePSEditions = @() @@ -133,6 +133,7 @@ 'New-PartnerAccessToken', 'New-PartnerCustomer', 'New-PartnerCustomerAgreement', + 'New-PartnerCustomerApplicationConsent', 'New-PartnerCustomerCart', 'New-PartnerCustomerConfigurationPolicy', 'New-PartnerCustomerDeviceBatch', @@ -193,7 +194,7 @@ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = 'Addressed compatibility issues with the Azure PowerShell module.' + ReleaseNotes = 'Added commands to manage application consents.' # Prerelease string of this module # Prerelease = 'preview' diff --git a/src/PowerShell/PowerShell.csproj b/src/PowerShell/PowerShell.csproj index 9a48809c..8640eb5a 100644 --- a/src/PowerShell/PowerShell.csproj +++ b/src/PowerShell/PowerShell.csproj @@ -28,9 +28,7 @@ - - @@ -51,7 +49,6 @@ - ..\lib\Microsoft.IdentityModel.Clients.ActiveDirectory\NetCore\Microsoft.IdentityModel.Clients.ActiveDirectory.dll @@ -70,6 +67,7 @@ runtime; build; native; contentfiles; analyzers +