├── .editorconfig ├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ ├── BUG_REPORT.md │ └── FEATURE_REQUEST.md └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── Partner-Center-PowerShell.sln ├── README.md ├── SECURITY.md ├── azure-pipelines.yml ├── docs ├── current-breaking-changes.md ├── help-generation.md ├── help │ ├── Add-PartnerCustomerCartLineItem.md │ ├── Add-PartnerCustomerUserRoleMember.md │ ├── Connect-PartnerCenter.md │ ├── Disconnect-PartnerCenter.md │ ├── Enable-PartnerAzureSubscription.md │ ├── Get-PartnerAgreementDetail.md │ ├── Get-PartnerAgreementDocument.md │ ├── Get-PartnerAgreementStatus.md │ ├── Get-PartnerAuditRecord.md │ ├── Get-PartnerAzureBillingAccount.md │ ├── Get-PartnerAzureBillingPolicy.md │ ├── Get-PartnerAzureBillingProfile.md │ ├── Get-PartnerAzureRateCard.md │ ├── Get-PartnerBillingProfile.md │ ├── Get-PartnerContext.md │ ├── Get-PartnerCountryValidation.md │ ├── Get-PartnerCustomer.md │ ├── Get-PartnerCustomerAgreement.md │ ├── Get-PartnerCustomerAzurePlanEntitlement.md │ ├── Get-PartnerCustomerBillingProfile.md │ ├── Get-PartnerCustomerCart.md │ ├── Get-PartnerCustomerCompanyProfile.md │ ├── Get-PartnerCustomerConfigurationPolicy.md │ ├── Get-PartnerCustomerDevice.md │ ├── Get-PartnerCustomerDeviceBatch.md │ ├── Get-PartnerCustomerEntitlement.md │ ├── Get-PartnerCustomerLicenseDeploymentInfo.md │ ├── Get-PartnerCustomerManagedService.md │ ├── Get-PartnerCustomerOrder.md │ ├── Get-PartnerCustomerOrderLineItemActivationLink.md │ ├── Get-PartnerCustomerOrderProvisioningStatus.md │ ├── Get-PartnerCustomerQualification.md │ ├── Get-PartnerCustomerServiceCosts.md │ ├── Get-PartnerCustomerServiceCostsSummary.md │ ├── Get-PartnerCustomerSubscribedSku.md │ ├── Get-PartnerCustomerSubscription.md │ ├── Get-PartnerCustomerSubscriptionAddOn.md │ ├── Get-PartnerCustomerSubscriptionMeterUsage.md │ ├── Get-PartnerCustomerSubscriptionProvisioningStatus.md │ ├── Get-PartnerCustomerSubscriptionRegistrationStatus.md │ ├── Get-PartnerCustomerSubscriptionResourceUsage.md │ ├── Get-PartnerCustomerSubscriptionSupportContact.md │ ├── Get-PartnerCustomerSubscriptionUpgrades.md │ ├── Get-PartnerCustomerSubscriptionUtilization.md │ ├── Get-PartnerCustomerTrialConversion.md │ ├── Get-PartnerCustomerUsageRecord.md │ ├── Get-PartnerCustomerUsageSummary.md │ ├── Get-PartnerCustomerUser.md │ ├── Get-PartnerCustomerUserLicense.md │ ├── Get-PartnerCustomerUserRole.md │ ├── Get-PartnerEnvironment.md │ ├── Get-PartnerIndirectReseller.md │ ├── Get-PartnerInvoice.md │ ├── Get-PartnerInvoiceLineItem.md │ ├── Get-PartnerInvoiceStatement.md │ ├── Get-PartnerInvoiceSummary.md │ ├── Get-PartnerInvoiceTaxReceiptStatement.md │ ├── Get-PartnerLegalProfile.md │ ├── Get-PartnerLicenseDeploymentInfo.md │ ├── Get-PartnerLicenseUsageInfo.md │ ├── Get-PartnerMpnProfile.md │ ├── Get-PartnerOffer.md │ ├── Get-PartnerOfferAddon.md │ ├── Get-PartnerOfferCategory.md │ ├── Get-PartnerOrganizationProfile.md │ ├── Get-PartnerProduct.md │ ├── Get-PartnerProductAvailability.md │ ├── Get-PartnerProductInventory.md │ ├── Get-PartnerProductSku.md │ ├── Get-PartnerProductUpgradeEligibility.md │ ├── Get-PartnerProductUpgradeStatus.md │ ├── Get-PartnerResellerRequestLink.md │ ├── Get-PartnerRole.md │ ├── Get-PartnerRoleMember.md │ ├── Get-PartnerServiceIncident.md │ ├── Get-PartnerServiceRequest.md │ ├── Get-PartnerServiceRequestTopic.md │ ├── Get-PartnerSupportProfile.md │ ├── Get-PartnerUnbilledInvoiceLineItem.md │ ├── Get-PartnerUser.md │ ├── Get-PartnerUserSignInActivity.md │ ├── Get-PartnerValidationCode.md │ ├── New-PartnerAccessToken.md │ ├── New-PartnerAzureSubscription.md │ ├── New-PartnerCustomer.md │ ├── New-PartnerCustomerAgreement.md │ ├── New-PartnerCustomerApplicationConsent.md │ ├── New-PartnerCustomerCart.md │ ├── New-PartnerCustomerConfigurationPolicy.md │ ├── New-PartnerCustomerDeviceBatch.md │ ├── New-PartnerCustomerOrder.md │ ├── New-PartnerCustomerSubscriptionActivation.md │ ├── New-PartnerCustomerSubscriptionRegistration.md │ ├── New-PartnerCustomerUser.md │ ├── New-PartnerProductUpgrade.md │ ├── New-PartnerServiceRequest.md │ ├── PartnerCenter.md │ ├── Register-PartnerTokenCache.md │ ├── Remove-PartnerCustomerConfigurationPolicy.md │ ├── Remove-PartnerCustomerUser.md │ ├── Remove-PartnerCustomerUserRoleMember.md │ ├── Remove-PartnerResellerRelationship.md │ ├── Remove-PartnerSandboxCustomer.md │ ├── Resolve-PartnerError.md │ ├── Restore-PartnerCustomerUser.md │ ├── Set-PartnerAzureBillingPolicy.md │ ├── Set-PartnerAzureSubscription.md │ ├── Set-PartnerBillingProfile.md │ ├── Set-PartnerCustomer.md │ ├── Set-PartnerCustomerCart.md │ ├── Set-PartnerCustomerConfigurationPolicy.md │ ├── Set-PartnerCustomerQualification.md │ ├── Set-PartnerCustomerSubscription.md │ ├── Set-PartnerCustomerSubscriptionSupportContact.md │ ├── Set-PartnerCustomerUser.md │ ├── Set-PartnerCustomerUserLicense.md │ ├── Set-PartnerLegalProfile.md │ ├── Set-PartnerOrganizationProfile.md │ ├── Set-PartnerServiceRequest.md │ ├── Set-PartnerSupportProfile.md │ ├── Submit-PartnerCustomerCart.md │ ├── Suspend-PartnerAzureSubscription.md │ ├── Test-PartnerAddress.md │ ├── Test-PartnerDomainAvailability.md │ └── Test-PartnerSecurityRequirement.md └── upcoming-breaking-changes.md ├── repo.props ├── src ├── Billing │ ├── AddressOperations.cs │ ├── AddressOperationsExtensions.cs │ ├── AgreementsOperations.cs │ ├── AgreementsOperationsExtensions.cs │ ├── AvailableBalancesOperations.cs │ ├── AvailableBalancesOperationsExtensions.cs │ ├── Billing.csproj │ ├── BillingAccountsOperations.cs │ ├── BillingAccountsOperationsExtensions.cs │ ├── BillingManagementClient.cs │ ├── BillingPermissionsOperations.cs │ ├── BillingPermissionsOperationsExtensions.cs │ ├── BillingProfilesOperations.cs │ ├── BillingProfilesOperationsExtensions.cs │ ├── BillingPropertyOperations.cs │ ├── BillingPropertyOperationsExtensions.cs │ ├── BillingRoleAssignmentsOperations.cs │ ├── BillingRoleAssignmentsOperationsExtensions.cs │ ├── BillingRoleDefinitionsOperations.cs │ ├── BillingRoleDefinitionsOperationsExtensions.cs │ ├── BillingSubscriptionsOperations.cs │ ├── BillingSubscriptionsOperationsExtensions.cs │ ├── CustomersOperations.cs │ ├── CustomersOperationsExtensions.cs │ ├── DepartmentsOperations.cs │ ├── DepartmentsOperationsExtensions.cs │ ├── EnrollmentAccountsOperations.cs │ ├── EnrollmentAccountsOperationsExtensions.cs │ ├── IAddressOperations.cs │ ├── IAgreementsOperations.cs │ ├── IAvailableBalancesOperations.cs │ ├── IBillingAccountsOperations.cs │ ├── IBillingManagementClient.cs │ ├── IBillingPermissionsOperations.cs │ ├── IBillingProfilesOperations.cs │ ├── IBillingPropertyOperations.cs │ ├── IBillingRoleAssignmentsOperations.cs │ ├── IBillingRoleDefinitionsOperations.cs │ ├── IBillingSubscriptionsOperations.cs │ ├── ICustomersOperations.cs │ ├── IDepartmentsOperations.cs │ ├── IEnrollmentAccountsOperations.cs │ ├── IInvoiceSectionsOperations.cs │ ├── IInvoicesOperations.cs │ ├── ILineOfCreditsOperations.cs │ ├── IOperations.cs │ ├── IPartnerTransfersOperations.cs │ ├── IPartnerTransfersTransfersOperations.cs │ ├── IPaymentMethodsOperations.cs │ ├── IPoliciesOperations.cs │ ├── IPriceSheetOperations.cs │ ├── IProductsOperations.cs │ ├── IRecipientTransfersOperations.cs │ ├── ITransactionsOperations.cs │ ├── ITransfersOperations.cs │ ├── InvoiceSectionsOperations.cs │ ├── InvoiceSectionsOperationsExtensions.cs │ ├── InvoicesOperations.cs │ ├── InvoicesOperationsExtensions.cs │ ├── LineOfCreditsOperations.cs │ ├── LineOfCreditsOperationsExtensions.cs │ ├── Models │ │ ├── AcceptTransferRequest.cs │ │ ├── AddressDetails.cs │ │ ├── AddressValidationStatus.cs │ │ ├── Agreement.cs │ │ ├── AgreementListResult.cs │ │ ├── AgreementType.cs │ │ ├── Amount.cs │ │ ├── AvailableBalance.cs │ │ ├── AzurePlan.cs │ │ ├── BillingAccount.cs │ │ ├── BillingAccountListResult.cs │ │ ├── BillingAccountUpdateRequest.cs │ │ ├── BillingFrequency.cs │ │ ├── BillingPermissionsListResult.cs │ │ ├── BillingPermissionsProperties.cs │ │ ├── BillingProfile.cs │ │ ├── BillingProfileCreationRequest.cs │ │ ├── BillingProfileListResult.cs │ │ ├── BillingProfilesCreateHeaders.cs │ │ ├── BillingProfilesUpdateHeaders.cs │ │ ├── BillingProperty.cs │ │ ├── BillingRoleAssignment.cs │ │ ├── BillingRoleAssignmentListResult.cs │ │ ├── BillingRoleAssignmentPayload.cs │ │ ├── BillingRoleDefinition.cs │ │ ├── BillingRoleDefinitionListResult.cs │ │ ├── BillingSubscription.cs │ │ ├── BillingSubscriptionStatusType.cs │ │ ├── BillingSubscriptionsListResult.cs │ │ ├── BillingSubscriptionsTransferHeaders.cs │ │ ├── Customer.cs │ │ ├── CustomerPolicy.cs │ │ ├── CustomerType.cs │ │ ├── Department.cs │ │ ├── DepartmentListResult.cs │ │ ├── DetailedTransferStatus.cs │ │ ├── Document.cs │ │ ├── DocumentType.cs │ │ ├── DownloadUrl.cs │ │ ├── EligibleProductType.cs │ │ ├── Enrollment.cs │ │ ├── EnrollmentAccount.cs │ │ ├── EnrollmentAccountContext.cs │ │ ├── EnrollmentAccountListResult.cs │ │ ├── EnrollmentPolicies.cs │ │ ├── Error.cs │ │ ├── ErrorDetails.cs │ │ ├── ErrorResponse.cs │ │ ├── ErrorResponseException.cs │ │ ├── InitiateTransferRequest.cs │ │ ├── Invoice.cs │ │ ├── InvoiceListResult.cs │ │ ├── InvoiceSection.cs │ │ ├── InvoiceSectionCreationRequest.cs │ │ ├── InvoiceSectionListResult.cs │ │ ├── InvoiceSectionWithCreateSubPermission.cs │ │ ├── InvoiceSectionsCreateHeaders.cs │ │ ├── InvoiceSectionsUpdateHeaders.cs │ │ ├── InvoiceStatus.cs │ │ ├── LineOfCredit.cs │ │ ├── LineOfCreditsUpdateHeaders.cs │ │ ├── MarketplacePurchasesPolicy.cs │ │ ├── Operation.cs │ │ ├── OperationDisplay.cs │ │ ├── Page.cs │ │ ├── Participants.cs │ │ ├── PaymentMethod.cs │ │ ├── PaymentMethodFamily.cs │ │ ├── PaymentMethodType.cs │ │ ├── PaymentProperties.cs │ │ ├── Policy.cs │ │ ├── PriceSheetDownloadByBillingProfileHeaders.cs │ │ ├── PriceSheetDownloadHeaders.cs │ │ ├── Product.cs │ │ ├── ProductDetails.cs │ │ ├── ProductStatusType.cs │ │ ├── ProductTransferStatus.cs │ │ ├── ProductTransferValidationErrorCode.cs │ │ ├── ProductType.cs │ │ ├── ProductsListResult.cs │ │ ├── ProductsTransferHeaders.cs │ │ ├── RecipientTransferDetails.cs │ │ ├── Reseller.cs │ │ ├── ReservationPurchasesPolicy.cs │ │ ├── ReservationType.cs │ │ ├── Resource.cs │ │ ├── Status.cs │ │ ├── SubscriptionTransferValidationErrorCode.cs │ │ ├── Transaction.cs │ │ ├── TransactionListResult.cs │ │ ├── TransactionTypeKind.cs │ │ ├── TransferBillingSubscriptionRequest.cs │ │ ├── TransferBillingSubscriptionRequestProperties.cs │ │ ├── TransferBillingSubscriptionResult.cs │ │ ├── TransferDetails.cs │ │ ├── TransferProductRequestProperties.cs │ │ ├── TransferStatus.cs │ │ ├── UpdateAutoRenew.cs │ │ ├── UpdateAutoRenewOperation.cs │ │ ├── UpdateAutoRenewRequest.cs │ │ ├── ValidateAddressResponse.cs │ │ ├── ValidateProductTransferEligibilityError.cs │ │ ├── ValidateProductTransferEligibilityResult.cs │ │ ├── ValidateSubscriptionTransferEligibilityError.cs │ │ ├── ValidateSubscriptionTransferEligibilityResult.cs │ │ ├── ValidateTransferListResponse.cs │ │ ├── ValidateTransferResponse.cs │ │ ├── ValidationResultProperties.cs │ │ ├── ViewCharges.cs │ │ └── ViewChargesPolicy.cs │ ├── Operations.cs │ ├── OperationsExtensions.cs │ ├── PartnerTransfersOperations.cs │ ├── PartnerTransfersOperationsExtensions.cs │ ├── PartnerTransfersTransfersOperations.cs │ ├── PartnerTransfersTransfersOperationsExtensions.cs │ ├── PaymentMethodsOperations.cs │ ├── PaymentMethodsOperationsExtensions.cs │ ├── PoliciesOperations.cs │ ├── PoliciesOperationsExtensions.cs │ ├── PriceSheetOperations.cs │ ├── PriceSheetOperationsExtensions.cs │ ├── ProductsOperations.cs │ ├── ProductsOperationsExtensions.cs │ ├── RecipientTransfersOperations.cs │ ├── RecipientTransfersOperationsExtensions.cs │ ├── SdkInfo_BillingManagementClient.cs │ ├── TransactionsOperations.cs │ ├── TransactionsOperationsExtensions.cs │ ├── TransfersOperations.cs │ └── TransfersOperationsExtensions.cs ├── PowerShell │ ├── Attributes │ │ ├── BreakingChangeAttribute.cs │ │ └── BreakingChangeBaseAttribute.cs │ ├── Authenticators │ │ ├── AccessTokenAuthenticator.cs │ │ ├── AccessTokenParameters.cs │ │ ├── AuthenticationParameters.cs │ │ ├── DefaultAuthenticatorBuilder.cs │ │ ├── DelegatingAuthenticator.cs │ │ ├── DeviceCodeAuthenticator.cs │ │ ├── DeviceCodeParameters.cs │ │ ├── IAuthenticator.cs │ │ ├── IAuthenticatorBuilder.cs │ │ ├── InteractiveParameters.cs │ │ ├── InteractiveUserAuthenticator.cs │ │ ├── RefreshTokenAuthenticator.cs │ │ ├── RefreshTokenParameters.cs │ │ ├── ServicePrincipalAuthenticator.cs │ │ ├── ServicePrincipalParameters.cs │ │ ├── SilentAuthenticator.cs │ │ └── SilentParameters.cs │ ├── Commands │ │ ├── AddPartnerCustomerCartLineItem.cs │ │ ├── AddPartnerCustomerUserRoleMember.cs │ │ ├── ConnectPartnerCenter.cs │ │ ├── DisconnectPartnerCenter.cs │ │ ├── EnablePartnerAzureSubscription.cs │ │ ├── GetPartnerAgreementDetail.cs │ │ ├── GetPartnerAgreementDocument.cs │ │ ├── GetPartnerAgreementStatus.cs │ │ ├── GetPartnerAuditRecord.cs │ │ ├── GetPartnerAzureBillingAccount.cs │ │ ├── GetPartnerAzureBillingPolicy.cs │ │ ├── GetPartnerAzureBillingProfile.cs │ │ ├── GetPartnerAzureRateCard.cs │ │ ├── GetPartnerBillingProfile.cs │ │ ├── GetPartnerContext.cs │ │ ├── GetPartnerCountryValidation.cs │ │ ├── GetPartnerCustomer.cs │ │ ├── GetPartnerCustomerAgreement.cs │ │ ├── GetPartnerCustomerAzurePlanEntitlement.cs │ │ ├── GetPartnerCustomerBillingProfile.cs │ │ ├── GetPartnerCustomerCart.cs │ │ ├── GetPartnerCustomerCompanyProfile.cs │ │ ├── GetPartnerCustomerConfigurationPolicy.cs │ │ ├── GetPartnerCustomerDevice.cs │ │ ├── GetPartnerCustomerDeviceBatch.cs │ │ ├── GetPartnerCustomerEntitlement.cs │ │ ├── GetPartnerCustomerLicenseDeploymentInfo.cs │ │ ├── GetPartnerCustomerManagedService.cs │ │ ├── GetPartnerCustomerOrder.cs │ │ ├── GetPartnerCustomerOrderLineItemActivationLink.cs │ │ ├── GetPartnerCustomerOrderProvisioningStatus.cs │ │ ├── GetPartnerCustomerQualification.cs │ │ ├── GetPartnerCustomerServiceCosts.cs │ │ ├── GetPartnerCustomerServiceCostsSummary.cs │ │ ├── GetPartnerCustomerSubscribedSku.cs │ │ ├── GetPartnerCustomerSubscription.cs │ │ ├── GetPartnerCustomerSubscriptionAddOn.cs │ │ ├── GetPartnerCustomerSubscriptionMeterUsage.cs │ │ ├── GetPartnerCustomerSubscriptionProvisioningStatus.cs │ │ ├── GetPartnerCustomerSubscriptionRegistrationStatus.cs │ │ ├── GetPartnerCustomerSubscriptionResourceUsage.cs │ │ ├── GetPartnerCustomerSubscriptionSupportContact.cs │ │ ├── GetPartnerCustomerSubscriptionUpgrades.cs │ │ ├── GetPartnerCustomerSubscriptionUtilization.cs │ │ ├── GetPartnerCustomerTrialConversion.cs │ │ ├── GetPartnerCustomerUsageRecord.cs │ │ ├── GetPartnerCustomerUsageSummary.cs │ │ ├── GetPartnerCustomerUser.cs │ │ ├── GetPartnerCustomerUserLicense.cs │ │ ├── GetPartnerCustomerUserRole.cs │ │ ├── GetPartnerEnvironment.cs │ │ ├── GetPartnerIndirectReseller.cs │ │ ├── GetPartnerInvoice.cs │ │ ├── GetPartnerInvoiceLineItem.cs │ │ ├── GetPartnerInvoiceStatement.cs │ │ ├── GetPartnerInvoiceSummary.cs │ │ ├── GetPartnerInvoiceTaxReceiptStatement.cs │ │ ├── GetPartnerLegalProfile.cs │ │ ├── GetPartnerLicenseDeploymentInfo.cs │ │ ├── GetPartnerLicenseUsageInfo.cs │ │ ├── GetPartnerMpnProfile.cs │ │ ├── GetPartnerOffer.cs │ │ ├── GetPartnerOfferAddon.cs │ │ ├── GetPartnerOfferCategory.cs │ │ ├── GetPartnerOrganizationProfile.cs │ │ ├── GetPartnerProduct.cs │ │ ├── GetPartnerProductAvailability.cs │ │ ├── GetPartnerProductInventory.cs │ │ ├── GetPartnerProductSku.cs │ │ ├── GetPartnerProductUpgrade.cs │ │ ├── GetPartnerProductUpgradeEligibility.cs │ │ ├── GetPartnerResellerRequestLink.cs │ │ ├── GetPartnerRole.cs │ │ ├── GetPartnerRoleMember.cs │ │ ├── GetPartnerServiceIncident.cs │ │ ├── GetPartnerServiceRequest.cs │ │ ├── GetPartnerServiceRequestTopic.cs │ │ ├── GetPartnerSupportProfile.cs │ │ ├── GetPartnerUnbilledInvoiceLineItems.cs │ │ ├── GetPartnerUser.cs │ │ ├── GetPartnerUserSignInActivity.cs │ │ ├── GetPartnerValidationCode.cs │ │ ├── NewPartnerAccessToken.cs │ │ ├── NewPartnerAzureSubscription.cs │ │ ├── NewPartnerCustomer.cs │ │ ├── NewPartnerCustomerAgreement.cs │ │ ├── NewPartnerCustomerApplicationConsent.cs │ │ ├── NewPartnerCustomerCart.cs │ │ ├── NewPartnerCustomerConfigurationPolicy.cs │ │ ├── NewPartnerCustomerDeviceBatch.cs │ │ ├── NewPartnerCustomerOrder.cs │ │ ├── NewPartnerCustomerSubscriptionActivation.cs │ │ ├── NewPartnerCustomerSubscriptionRegistration.cs │ │ ├── NewPartnerCustomerUser.cs │ │ ├── NewPartnerProductUpgrade.cs │ │ ├── NewPartnerServiceRequest.cs │ │ ├── PartnerAsyncCmdlet.cs │ │ ├── PartnerModule.cs │ │ ├── PartnerPSCmdlet.cs │ │ ├── RegisterPartnerTokenCache.cs │ │ ├── RemovePartnerCustomerConfigurationPolicy.cs │ │ ├── RemovePartnerCustomerUser.cs │ │ ├── RemovePartnerCustomerUserRoleMember.cs │ │ ├── RemovePartnerResellerRelationship.cs │ │ ├── RemovePartnerSandboxCustomer.cs │ │ ├── ResolvePartnerError.cs │ │ ├── RestorePartnerCustomerUser.cs │ │ ├── SetPartnerAzureBillingProfile.cs │ │ ├── SetPartnerAzureSubscription.cs │ │ ├── SetPartnerBillingProfile.cs │ │ ├── SetPartnerCustomer.cs │ │ ├── SetPartnerCustomerCart.cs │ │ ├── SetPartnerCustomerConfigurationPolicy.cs │ │ ├── SetPartnerCustomerQualification.cs │ │ ├── SetPartnerCustomerSubscription.cs │ │ ├── SetPartnerCustomerSubscriptionSupportContact.cs │ │ ├── SetPartnerCustomerUser.cs │ │ ├── SetPartnerCustomerUserLicense.cs │ │ ├── SetPartnerLegalProfile.cs │ │ ├── SetPartnerOrganizationProfile.cs │ │ ├── SetPartnerServiceRequest.cs │ │ ├── SetPartnerSupportProfile.cs │ │ ├── SubmitPartnerCustomerCart.cs │ │ ├── SuspendPartnerAzureSubscription.cs │ │ ├── TestPartnerAddress.cs │ │ ├── TestPartnerDomainAvailability.cs │ │ └── TestPartnerSecurityRequirement.cs │ ├── Exceptions │ │ ├── PartnerPowerShellErrorCategory.cs │ │ └── PartnerPowerShellException.cs │ ├── Extensions │ │ ├── AssertExtensions.cs │ │ ├── ClientApplicationExtensions.cs │ │ ├── DictionaryExtensions.cs │ │ ├── ModelExtensions.cs │ │ ├── ResourceExtensions.cs │ │ ├── SecureStringExtensions.cs │ │ ├── UriExtensions.cs │ │ └── ValidationExtensions.cs │ ├── Factories │ │ ├── AuthenticationFactory.cs │ │ ├── ClientFactory.cs │ │ ├── IAuthenticationFactory.cs │ │ └── IClientFactory.cs │ ├── GlobalSuppressions.cs │ ├── Microsoft.Store.PartnerCenter.PowerShell.format.ps1xml │ ├── Models │ │ ├── Agreements │ │ │ ├── PSAgreement.cs │ │ │ ├── PSAgreementDocument.cs │ │ │ └── PSAgreementMetaData.cs │ │ ├── Analytics │ │ │ ├── PSCustomerLicensesDeploymentInsights.cs │ │ │ ├── PSCustomerLicensesInsightsBase.cs │ │ │ ├── PSLicensesInsightsBase.cs │ │ │ ├── PSPartnerLicensesDeploymentInsight.cs │ │ │ └── PSPartnerLicensesUsageInsight.cs │ │ ├── Auditing │ │ │ └── PSAuditRecord.cs │ │ ├── Authentication │ │ │ ├── AccountType.cs │ │ │ ├── AuthResult.cs │ │ │ ├── ComponentKey.cs │ │ │ ├── EnvironmentConstants.cs │ │ │ ├── EnvironmentName.cs │ │ │ ├── IPartnerAccount.cs │ │ │ ├── ModuleName.cs │ │ │ ├── PSPartnerEnvironment.cs │ │ │ ├── PartnerAccount.cs │ │ │ ├── PartnerAccountPropertyType.cs │ │ │ ├── PartnerContext.cs │ │ │ ├── PartnerEnvironment.cs │ │ │ ├── PartnerSession.cs │ │ │ ├── PowerShellCredentials.cs │ │ │ ├── PowerShellModule.cs │ │ │ ├── ResourceAccount.cs │ │ │ └── TokenCacheItem.cs │ │ ├── Carts │ │ │ ├── PSCart.cs │ │ │ ├── PSCartCheckoutResult.cs │ │ │ └── PSCartLineItem.cs │ │ ├── ConfigurationPolicies │ │ │ └── PSConfigurationPolicy.cs │ │ ├── CountryValidationRules │ │ │ └── PSCountryValidationRules.cs │ │ ├── CustomerRelationshipRequests │ │ │ └── PSCustomerRelationshipRequest.cs │ │ ├── CustomerSubscriptionUpgrades │ │ │ └── PsCustomerSubscriptionUpgrades.cs │ │ ├── CustomerTrialConversion │ │ │ └── PSCustomerTrialConversion.cs │ │ ├── Customers │ │ │ ├── PSCustomer.cs │ │ │ ├── PSCustomerBillingProfile.cs │ │ │ └── PSCustomerCompanyProfile.cs │ │ ├── DevicesDeployment │ │ │ ├── PSBatchUploadDetails.cs │ │ │ ├── PSDevice.cs │ │ │ ├── PSDeviceBatch.cs │ │ │ └── PSDeviceUploadDetails.cs │ │ ├── Entitlements │ │ │ └── PSEntitlement.cs │ │ ├── Errors │ │ │ ├── HttpMessageInfo.cs │ │ │ ├── HttpRequestInfo.cs │ │ │ ├── HttpResponseInfo.cs │ │ │ ├── PartnerErrorRecord.cs │ │ │ ├── PartnerExceptionRecord.cs │ │ │ └── PartnerRestExceptionRecord.cs │ │ ├── IExtensibleModel.cs │ │ ├── Invoices │ │ │ ├── PSBaseUsageBasedLineItem.cs │ │ │ ├── PSDailyRatedUsageLineItem.cs │ │ │ ├── PSDailyUsageLineItem.cs │ │ │ ├── PSInvoice.cs │ │ │ ├── PSInvoiceLineItem.cs │ │ │ ├── PSInvoiceSummary.cs │ │ │ ├── PSLicenseBasedLineItem.cs │ │ │ ├── PSOneTimeInvoiceLineItem.cs │ │ │ └── PSUsageBasedLineItem.cs │ │ ├── Licenses │ │ │ ├── PSLicense.cs │ │ │ ├── PSLicenseAssignment.cs │ │ │ ├── PSLicenseUpdate.cs │ │ │ └── PSSubscribedSku.cs │ │ ├── ManagedServices │ │ │ └── PSManagedService.cs │ │ ├── Offers │ │ │ ├── PSOffer.cs │ │ │ └── PSOfferCategory.cs │ │ ├── Orders │ │ │ ├── PSOrder.cs │ │ │ ├── PSOrderLineItem.cs │ │ │ └── PSOrderLineItemProvisioningStatus.cs │ │ ├── PartnerQosEvent.cs │ │ ├── Partners │ │ │ ├── PSBillingProfile.cs │ │ │ ├── PSLegalBusinessProfile.cs │ │ │ ├── PSMpnProfile.cs │ │ │ ├── PSOrganizationProfile.cs │ │ │ └── PSSupportProfile.cs │ │ ├── Products │ │ │ ├── PSInventoryItem.cs │ │ │ ├── PSProduct.cs │ │ │ ├── PSProductAvailability.cs │ │ │ └── PSSku.cs │ │ ├── RateCards │ │ │ └── PSAzureRateCard.cs │ │ ├── Relationships │ │ │ └── PSPartnerRelationship.cs │ │ ├── Roles │ │ │ ├── PSDirectoryRole.cs │ │ │ ├── PSRole.cs │ │ │ └── PSUserMember.cs │ │ ├── ServiceCosts │ │ │ ├── PSServiceCostLineItem.cs │ │ │ └── PSServiceCostsSummary.cs │ │ ├── ServiceRequests │ │ │ ├── PSServiceRequest.cs │ │ │ └── PSSupportTopic.cs │ │ ├── StreamEventArgs.cs │ │ ├── Subscriptions │ │ │ ├── PSAzureEntitlement.cs │ │ │ ├── PSSubscription.cs │ │ │ ├── PSSubscriptionActivationResult.cs │ │ │ ├── PSSubscriptionProvisioningStatus.cs │ │ │ ├── PSSubscriptionRegistrationStatus.cs │ │ │ └── PSSupportContact.cs │ │ ├── Usage │ │ │ ├── PSCustomerMonthlyUsageRecord.cs │ │ │ ├── PSCustomerUsageSummary.cs │ │ │ ├── PSMeterUsageRecord.cs │ │ │ ├── PSResourceUsageRecord.cs │ │ │ ├── PSSpendingBudget.cs │ │ │ ├── PSUsageRecordBase.cs │ │ │ └── PSUsageSummaryBase.cs │ │ ├── Users │ │ │ └── PSCustomerUser.cs │ │ ├── Utilizations │ │ │ └── PSAzureUtilizationRecord.cs │ │ └── ValidationCodes │ │ │ └── PSValidationCode.cs │ ├── Network │ │ ├── ClientTracingHandler.cs │ │ ├── DefaultOsBrowserWebUi.cs │ │ ├── GraphAuthenticationProvider.cs │ │ ├── HttpListenerInterceptor.cs │ │ ├── MessageAndHttpCode.cs │ │ └── RecordingTracingInterceptor.cs │ ├── PartnerCenter.psd1 │ ├── PartnerCenter.psm1 │ ├── PowerShell.csproj │ ├── Properties │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ └── launchSettings.json │ ├── Utilities │ │ ├── ConcurrencyTaskScheduler.cs │ │ ├── CrossPlatformLock.cs │ │ ├── IPartnerTokenCache.cs │ │ ├── InMemoryTokenCache.cs │ │ ├── LinuxNativeMethods.cs │ │ ├── PartnerTokenCache.cs │ │ ├── PersistentTokenCache.cs │ │ ├── SharedUtilities.cs │ │ └── TaskExceptionEventArgs.cs │ └── Validations │ │ ├── AddressValidator.cs │ │ ├── IValidator.cs │ │ └── ValidationException.cs ├── Subscription │ ├── IOperations.cs │ ├── ISubscriptionClient.cs │ ├── ISubscriptionFactoryOperations.cs │ ├── ISubscriptionOperationOperations.cs │ ├── ISubscriptionOperations.cs │ ├── ISubscriptionsOperations.cs │ ├── ITenantsOperations.cs │ ├── Models │ │ ├── AdPrincipal.cs │ │ ├── CanceledSubscriptionId.cs │ │ ├── EnabledSubscriptionId.cs │ │ ├── ErrorResponse.cs │ │ ├── ErrorResponseException.cs │ │ ├── Location.cs │ │ ├── ModernCspSubscriptionCreationParameters.cs │ │ ├── ModernSubscriptionCreationParameters.cs │ │ ├── OfferType.cs │ │ ├── Operation.cs │ │ ├── OperationDisplay.cs │ │ ├── OperationListResult.cs │ │ ├── Page.cs │ │ ├── Page1.cs │ │ ├── RenamedSubscriptionId.cs │ │ ├── SpendingLimit.cs │ │ ├── SubscriptionCreationParameters.cs │ │ ├── SubscriptionCreationResult.cs │ │ ├── SubscriptionFactoryCreateCspSubscriptionHeaders.cs │ │ ├── SubscriptionFactoryCreateSubscriptionHeaders.cs │ │ ├── SubscriptionFactoryCreateSubscriptionInEnrollmentAccountHeaders.cs │ │ ├── SubscriptionModel.cs │ │ ├── SubscriptionName.cs │ │ ├── SubscriptionOperation.cs │ │ ├── SubscriptionOperationGetHeaders.cs │ │ ├── SubscriptionOperationListResult.cs │ │ ├── SubscriptionPolicies.cs │ │ ├── SubscriptionState.cs │ │ └── TenantIdDescription.cs │ ├── Operations.cs │ ├── OperationsExtensions.cs │ ├── SdkInfo_SubscriptionClient.cs │ ├── Subscription.csproj │ ├── SubscriptionClient.cs │ ├── SubscriptionFactoryOperations.cs │ ├── SubscriptionFactoryOperationsExtensions.cs │ ├── SubscriptionOperationOperations.cs │ ├── SubscriptionOperationOperationsExtensions.cs │ ├── SubscriptionOperations.cs │ ├── SubscriptionOperationsExtensions.cs │ ├── SubscriptionsOperations.cs │ ├── SubscriptionsOperationsExtensions.cs │ ├── TenantsOperations.cs │ └── TenantsOperationsExtensions.cs └── lib │ ├── NetFxPreloadAssemblies │ └── Newtonsoft.Json.dll │ └── System.Security.Cryptography.ProtectedData.dll ├── test └── PowerShell.UnitTests │ ├── Commands │ ├── GetPartnerOfferCategoryTests.cs │ └── GetPartnerOfferTests.cs │ ├── Exceptions │ └── ResponseNotFoundException.cs │ ├── Extensions │ └── EnumerableExtensions.cs │ ├── Factories │ ├── MockAuthenticationFactory.cs │ └── MockClientFactory.cs │ ├── Network │ ├── HttpContentType.cs │ ├── HttpMockHandler.cs │ ├── HttpMockHandlerMode.cs │ ├── HttpRecordMatcher.cs │ ├── HttpResponseRecord.cs │ ├── HttpResponseRecords.cs │ ├── HttpUtilities.cs │ └── IHttpRecordMatcher.cs │ ├── PowerShell.UnitTests.csproj │ ├── ScenarioTests │ ├── Common.ps1 │ ├── GetPartnerCustomerTests.ps1 │ ├── GetPartnerOfferCategoryTests.ps1 │ └── GetPartnerOfferTests.ps1 │ ├── SessionRecords │ ├── GetPartnerCountryValidation.json │ ├── GetPartnerOffer.json │ ├── GetPartnerOfferByOfferId.json │ └── GetPartnerOfferCategory.json │ ├── TestBase.cs │ ├── TestPartnerCredentials.cs │ └── TestPartnerService.cs └── tools ├── GenerateHelp.ps1 ├── HelpGeneration ├── Exceptions │ └── ValidateHelpIssues.csv └── HelpGeneration.psm1 └── StaticAnalysis └── Exceptions └── HelpIssues.csv /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/BUG_REPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/.github/ISSUE_TEMPLATE/BUG_REPORT.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/LICENSE -------------------------------------------------------------------------------- /Partner-Center-PowerShell.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/Partner-Center-PowerShell.sln -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/SECURITY.md -------------------------------------------------------------------------------- /azure-pipelines.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/azure-pipelines.yml -------------------------------------------------------------------------------- /docs/current-breaking-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/current-breaking-changes.md -------------------------------------------------------------------------------- /docs/help-generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help-generation.md -------------------------------------------------------------------------------- /docs/help/Add-PartnerCustomerCartLineItem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Add-PartnerCustomerCartLineItem.md -------------------------------------------------------------------------------- /docs/help/Add-PartnerCustomerUserRoleMember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Add-PartnerCustomerUserRoleMember.md -------------------------------------------------------------------------------- /docs/help/Connect-PartnerCenter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Connect-PartnerCenter.md -------------------------------------------------------------------------------- /docs/help/Disconnect-PartnerCenter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Disconnect-PartnerCenter.md -------------------------------------------------------------------------------- /docs/help/Enable-PartnerAzureSubscription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Enable-PartnerAzureSubscription.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerAgreementDetail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerAgreementDetail.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerAgreementDocument.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerAgreementDocument.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerAgreementStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerAgreementStatus.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerAuditRecord.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerAuditRecord.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerAzureBillingAccount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerAzureBillingAccount.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerAzureBillingPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerAzureBillingPolicy.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerAzureBillingProfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerAzureBillingProfile.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerAzureRateCard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerAzureRateCard.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerBillingProfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerBillingProfile.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerContext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerContext.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCountryValidation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCountryValidation.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomer.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerAgreement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerAgreement.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerAzurePlanEntitlement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerAzurePlanEntitlement.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerBillingProfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerBillingProfile.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerCart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerCart.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerCompanyProfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerCompanyProfile.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerConfigurationPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerConfigurationPolicy.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerDevice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerDevice.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerDeviceBatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerDeviceBatch.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerEntitlement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerEntitlement.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerLicenseDeploymentInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerLicenseDeploymentInfo.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerManagedService.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerManagedService.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerOrder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerOrder.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerOrderLineItemActivationLink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerOrderLineItemActivationLink.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerOrderProvisioningStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerOrderProvisioningStatus.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerQualification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerQualification.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerServiceCosts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerServiceCosts.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerServiceCostsSummary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerServiceCostsSummary.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerSubscribedSku.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerSubscribedSku.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerSubscription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerSubscription.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerSubscriptionAddOn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerSubscriptionAddOn.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerSubscriptionMeterUsage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerSubscriptionMeterUsage.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerSubscriptionProvisioningStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerSubscriptionProvisioningStatus.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerSubscriptionRegistrationStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerSubscriptionRegistrationStatus.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerSubscriptionResourceUsage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerSubscriptionResourceUsage.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerSubscriptionSupportContact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerSubscriptionSupportContact.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerSubscriptionUpgrades.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerSubscriptionUpgrades.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerSubscriptionUtilization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerSubscriptionUtilization.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerTrialConversion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerTrialConversion.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerUsageRecord.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerUsageRecord.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerUsageSummary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerUsageSummary.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerUser.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerUserLicense.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerUserLicense.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerCustomerUserRole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerCustomerUserRole.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerEnvironment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerEnvironment.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerIndirectReseller.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerIndirectReseller.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerInvoice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerInvoice.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerInvoiceLineItem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerInvoiceLineItem.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerInvoiceStatement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerInvoiceStatement.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerInvoiceSummary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerInvoiceSummary.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerInvoiceTaxReceiptStatement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerInvoiceTaxReceiptStatement.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerLegalProfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerLegalProfile.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerLicenseDeploymentInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerLicenseDeploymentInfo.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerLicenseUsageInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerLicenseUsageInfo.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerMpnProfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerMpnProfile.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerOffer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerOffer.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerOfferAddon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerOfferAddon.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerOfferCategory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerOfferCategory.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerOrganizationProfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerOrganizationProfile.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerProduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerProduct.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerProductAvailability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerProductAvailability.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerProductInventory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerProductInventory.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerProductSku.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerProductSku.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerProductUpgradeEligibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerProductUpgradeEligibility.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerProductUpgradeStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerProductUpgradeStatus.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerResellerRequestLink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerResellerRequestLink.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerRole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerRole.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerRoleMember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerRoleMember.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerServiceIncident.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerServiceIncident.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerServiceRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerServiceRequest.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerServiceRequestTopic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerServiceRequestTopic.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerSupportProfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerSupportProfile.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerUnbilledInvoiceLineItem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerUnbilledInvoiceLineItem.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerUser.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerUserSignInActivity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerUserSignInActivity.md -------------------------------------------------------------------------------- /docs/help/Get-PartnerValidationCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Get-PartnerValidationCode.md -------------------------------------------------------------------------------- /docs/help/New-PartnerAccessToken.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/New-PartnerAccessToken.md -------------------------------------------------------------------------------- /docs/help/New-PartnerAzureSubscription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/New-PartnerAzureSubscription.md -------------------------------------------------------------------------------- /docs/help/New-PartnerCustomer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/New-PartnerCustomer.md -------------------------------------------------------------------------------- /docs/help/New-PartnerCustomerAgreement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/New-PartnerCustomerAgreement.md -------------------------------------------------------------------------------- /docs/help/New-PartnerCustomerApplicationConsent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/New-PartnerCustomerApplicationConsent.md -------------------------------------------------------------------------------- /docs/help/New-PartnerCustomerCart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/New-PartnerCustomerCart.md -------------------------------------------------------------------------------- /docs/help/New-PartnerCustomerConfigurationPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/New-PartnerCustomerConfigurationPolicy.md -------------------------------------------------------------------------------- /docs/help/New-PartnerCustomerDeviceBatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/New-PartnerCustomerDeviceBatch.md -------------------------------------------------------------------------------- /docs/help/New-PartnerCustomerOrder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/New-PartnerCustomerOrder.md -------------------------------------------------------------------------------- /docs/help/New-PartnerCustomerSubscriptionActivation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/New-PartnerCustomerSubscriptionActivation.md -------------------------------------------------------------------------------- /docs/help/New-PartnerCustomerSubscriptionRegistration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/New-PartnerCustomerSubscriptionRegistration.md -------------------------------------------------------------------------------- /docs/help/New-PartnerCustomerUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/New-PartnerCustomerUser.md -------------------------------------------------------------------------------- /docs/help/New-PartnerProductUpgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/New-PartnerProductUpgrade.md -------------------------------------------------------------------------------- /docs/help/New-PartnerServiceRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/New-PartnerServiceRequest.md -------------------------------------------------------------------------------- /docs/help/PartnerCenter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/PartnerCenter.md -------------------------------------------------------------------------------- /docs/help/Register-PartnerTokenCache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Register-PartnerTokenCache.md -------------------------------------------------------------------------------- /docs/help/Remove-PartnerCustomerConfigurationPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Remove-PartnerCustomerConfigurationPolicy.md -------------------------------------------------------------------------------- /docs/help/Remove-PartnerCustomerUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Remove-PartnerCustomerUser.md -------------------------------------------------------------------------------- /docs/help/Remove-PartnerCustomerUserRoleMember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Remove-PartnerCustomerUserRoleMember.md -------------------------------------------------------------------------------- /docs/help/Remove-PartnerResellerRelationship.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Remove-PartnerResellerRelationship.md -------------------------------------------------------------------------------- /docs/help/Remove-PartnerSandboxCustomer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Remove-PartnerSandboxCustomer.md -------------------------------------------------------------------------------- /docs/help/Resolve-PartnerError.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Resolve-PartnerError.md -------------------------------------------------------------------------------- /docs/help/Restore-PartnerCustomerUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Restore-PartnerCustomerUser.md -------------------------------------------------------------------------------- /docs/help/Set-PartnerAzureBillingPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Set-PartnerAzureBillingPolicy.md -------------------------------------------------------------------------------- /docs/help/Set-PartnerAzureSubscription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Set-PartnerAzureSubscription.md -------------------------------------------------------------------------------- /docs/help/Set-PartnerBillingProfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Set-PartnerBillingProfile.md -------------------------------------------------------------------------------- /docs/help/Set-PartnerCustomer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Set-PartnerCustomer.md -------------------------------------------------------------------------------- /docs/help/Set-PartnerCustomerCart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Set-PartnerCustomerCart.md -------------------------------------------------------------------------------- /docs/help/Set-PartnerCustomerConfigurationPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Set-PartnerCustomerConfigurationPolicy.md -------------------------------------------------------------------------------- /docs/help/Set-PartnerCustomerQualification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Set-PartnerCustomerQualification.md -------------------------------------------------------------------------------- /docs/help/Set-PartnerCustomerSubscription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Set-PartnerCustomerSubscription.md -------------------------------------------------------------------------------- /docs/help/Set-PartnerCustomerSubscriptionSupportContact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Set-PartnerCustomerSubscriptionSupportContact.md -------------------------------------------------------------------------------- /docs/help/Set-PartnerCustomerUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Set-PartnerCustomerUser.md -------------------------------------------------------------------------------- /docs/help/Set-PartnerCustomerUserLicense.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Set-PartnerCustomerUserLicense.md -------------------------------------------------------------------------------- /docs/help/Set-PartnerLegalProfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Set-PartnerLegalProfile.md -------------------------------------------------------------------------------- /docs/help/Set-PartnerOrganizationProfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Set-PartnerOrganizationProfile.md -------------------------------------------------------------------------------- /docs/help/Set-PartnerServiceRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Set-PartnerServiceRequest.md -------------------------------------------------------------------------------- /docs/help/Set-PartnerSupportProfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Set-PartnerSupportProfile.md -------------------------------------------------------------------------------- /docs/help/Submit-PartnerCustomerCart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Submit-PartnerCustomerCart.md -------------------------------------------------------------------------------- /docs/help/Suspend-PartnerAzureSubscription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Suspend-PartnerAzureSubscription.md -------------------------------------------------------------------------------- /docs/help/Test-PartnerAddress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Test-PartnerAddress.md -------------------------------------------------------------------------------- /docs/help/Test-PartnerDomainAvailability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Test-PartnerDomainAvailability.md -------------------------------------------------------------------------------- /docs/help/Test-PartnerSecurityRequirement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/help/Test-PartnerSecurityRequirement.md -------------------------------------------------------------------------------- /docs/upcoming-breaking-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/docs/upcoming-breaking-changes.md -------------------------------------------------------------------------------- /repo.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/repo.props -------------------------------------------------------------------------------- /src/Billing/AddressOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/AddressOperations.cs -------------------------------------------------------------------------------- /src/Billing/AddressOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/AddressOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/AgreementsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/AgreementsOperations.cs -------------------------------------------------------------------------------- /src/Billing/AgreementsOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/AgreementsOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/AvailableBalancesOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/AvailableBalancesOperations.cs -------------------------------------------------------------------------------- /src/Billing/AvailableBalancesOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/AvailableBalancesOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/Billing.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Billing.csproj -------------------------------------------------------------------------------- /src/Billing/BillingAccountsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/BillingAccountsOperations.cs -------------------------------------------------------------------------------- /src/Billing/BillingAccountsOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/BillingAccountsOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/BillingManagementClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/BillingManagementClient.cs -------------------------------------------------------------------------------- /src/Billing/BillingPermissionsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/BillingPermissionsOperations.cs -------------------------------------------------------------------------------- /src/Billing/BillingPermissionsOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/BillingPermissionsOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/BillingProfilesOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/BillingProfilesOperations.cs -------------------------------------------------------------------------------- /src/Billing/BillingProfilesOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/BillingProfilesOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/BillingPropertyOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/BillingPropertyOperations.cs -------------------------------------------------------------------------------- /src/Billing/BillingPropertyOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/BillingPropertyOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/BillingRoleAssignmentsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/BillingRoleAssignmentsOperations.cs -------------------------------------------------------------------------------- /src/Billing/BillingRoleAssignmentsOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/BillingRoleAssignmentsOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/BillingRoleDefinitionsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/BillingRoleDefinitionsOperations.cs -------------------------------------------------------------------------------- /src/Billing/BillingRoleDefinitionsOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/BillingRoleDefinitionsOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/BillingSubscriptionsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/BillingSubscriptionsOperations.cs -------------------------------------------------------------------------------- /src/Billing/BillingSubscriptionsOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/BillingSubscriptionsOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/CustomersOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/CustomersOperations.cs -------------------------------------------------------------------------------- /src/Billing/CustomersOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/CustomersOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/DepartmentsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/DepartmentsOperations.cs -------------------------------------------------------------------------------- /src/Billing/DepartmentsOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/DepartmentsOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/EnrollmentAccountsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/EnrollmentAccountsOperations.cs -------------------------------------------------------------------------------- /src/Billing/EnrollmentAccountsOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/EnrollmentAccountsOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/IAddressOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IAddressOperations.cs -------------------------------------------------------------------------------- /src/Billing/IAgreementsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IAgreementsOperations.cs -------------------------------------------------------------------------------- /src/Billing/IAvailableBalancesOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IAvailableBalancesOperations.cs -------------------------------------------------------------------------------- /src/Billing/IBillingAccountsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IBillingAccountsOperations.cs -------------------------------------------------------------------------------- /src/Billing/IBillingManagementClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IBillingManagementClient.cs -------------------------------------------------------------------------------- /src/Billing/IBillingPermissionsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IBillingPermissionsOperations.cs -------------------------------------------------------------------------------- /src/Billing/IBillingProfilesOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IBillingProfilesOperations.cs -------------------------------------------------------------------------------- /src/Billing/IBillingPropertyOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IBillingPropertyOperations.cs -------------------------------------------------------------------------------- /src/Billing/IBillingRoleAssignmentsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IBillingRoleAssignmentsOperations.cs -------------------------------------------------------------------------------- /src/Billing/IBillingRoleDefinitionsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IBillingRoleDefinitionsOperations.cs -------------------------------------------------------------------------------- /src/Billing/IBillingSubscriptionsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IBillingSubscriptionsOperations.cs -------------------------------------------------------------------------------- /src/Billing/ICustomersOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/ICustomersOperations.cs -------------------------------------------------------------------------------- /src/Billing/IDepartmentsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IDepartmentsOperations.cs -------------------------------------------------------------------------------- /src/Billing/IEnrollmentAccountsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IEnrollmentAccountsOperations.cs -------------------------------------------------------------------------------- /src/Billing/IInvoiceSectionsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IInvoiceSectionsOperations.cs -------------------------------------------------------------------------------- /src/Billing/IInvoicesOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IInvoicesOperations.cs -------------------------------------------------------------------------------- /src/Billing/ILineOfCreditsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/ILineOfCreditsOperations.cs -------------------------------------------------------------------------------- /src/Billing/IOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IOperations.cs -------------------------------------------------------------------------------- /src/Billing/IPartnerTransfersOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IPartnerTransfersOperations.cs -------------------------------------------------------------------------------- /src/Billing/IPartnerTransfersTransfersOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IPartnerTransfersTransfersOperations.cs -------------------------------------------------------------------------------- /src/Billing/IPaymentMethodsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IPaymentMethodsOperations.cs -------------------------------------------------------------------------------- /src/Billing/IPoliciesOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IPoliciesOperations.cs -------------------------------------------------------------------------------- /src/Billing/IPriceSheetOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IPriceSheetOperations.cs -------------------------------------------------------------------------------- /src/Billing/IProductsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IProductsOperations.cs -------------------------------------------------------------------------------- /src/Billing/IRecipientTransfersOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/IRecipientTransfersOperations.cs -------------------------------------------------------------------------------- /src/Billing/ITransactionsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/ITransactionsOperations.cs -------------------------------------------------------------------------------- /src/Billing/ITransfersOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/ITransfersOperations.cs -------------------------------------------------------------------------------- /src/Billing/InvoiceSectionsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/InvoiceSectionsOperations.cs -------------------------------------------------------------------------------- /src/Billing/InvoiceSectionsOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/InvoiceSectionsOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/InvoicesOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/InvoicesOperations.cs -------------------------------------------------------------------------------- /src/Billing/InvoicesOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/InvoicesOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/LineOfCreditsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/LineOfCreditsOperations.cs -------------------------------------------------------------------------------- /src/Billing/LineOfCreditsOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/LineOfCreditsOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/Models/AcceptTransferRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/AcceptTransferRequest.cs -------------------------------------------------------------------------------- /src/Billing/Models/AddressDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/AddressDetails.cs -------------------------------------------------------------------------------- /src/Billing/Models/AddressValidationStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/AddressValidationStatus.cs -------------------------------------------------------------------------------- /src/Billing/Models/Agreement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/Agreement.cs -------------------------------------------------------------------------------- /src/Billing/Models/AgreementListResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/AgreementListResult.cs -------------------------------------------------------------------------------- /src/Billing/Models/AgreementType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/AgreementType.cs -------------------------------------------------------------------------------- /src/Billing/Models/Amount.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/Amount.cs -------------------------------------------------------------------------------- /src/Billing/Models/AvailableBalance.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/AvailableBalance.cs -------------------------------------------------------------------------------- /src/Billing/Models/AzurePlan.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/AzurePlan.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingAccount.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingAccount.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingAccountListResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingAccountListResult.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingAccountUpdateRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingAccountUpdateRequest.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingFrequency.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingFrequency.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingPermissionsListResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingPermissionsListResult.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingPermissionsProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingPermissionsProperties.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingProfile.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingProfileCreationRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingProfileCreationRequest.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingProfileListResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingProfileListResult.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingProfilesCreateHeaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingProfilesCreateHeaders.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingProfilesUpdateHeaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingProfilesUpdateHeaders.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingProperty.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingProperty.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingRoleAssignment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingRoleAssignment.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingRoleAssignmentListResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingRoleAssignmentListResult.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingRoleAssignmentPayload.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingRoleAssignmentPayload.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingRoleDefinition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingRoleDefinition.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingRoleDefinitionListResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingRoleDefinitionListResult.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingSubscription.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingSubscription.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingSubscriptionStatusType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingSubscriptionStatusType.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingSubscriptionsListResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingSubscriptionsListResult.cs -------------------------------------------------------------------------------- /src/Billing/Models/BillingSubscriptionsTransferHeaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/BillingSubscriptionsTransferHeaders.cs -------------------------------------------------------------------------------- /src/Billing/Models/Customer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/Customer.cs -------------------------------------------------------------------------------- /src/Billing/Models/CustomerPolicy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/CustomerPolicy.cs -------------------------------------------------------------------------------- /src/Billing/Models/CustomerType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/CustomerType.cs -------------------------------------------------------------------------------- /src/Billing/Models/Department.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/Department.cs -------------------------------------------------------------------------------- /src/Billing/Models/DepartmentListResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/DepartmentListResult.cs -------------------------------------------------------------------------------- /src/Billing/Models/DetailedTransferStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/DetailedTransferStatus.cs -------------------------------------------------------------------------------- /src/Billing/Models/Document.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/Document.cs -------------------------------------------------------------------------------- /src/Billing/Models/DocumentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/DocumentType.cs -------------------------------------------------------------------------------- /src/Billing/Models/DownloadUrl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/DownloadUrl.cs -------------------------------------------------------------------------------- /src/Billing/Models/EligibleProductType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/EligibleProductType.cs -------------------------------------------------------------------------------- /src/Billing/Models/Enrollment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/Enrollment.cs -------------------------------------------------------------------------------- /src/Billing/Models/EnrollmentAccount.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/EnrollmentAccount.cs -------------------------------------------------------------------------------- /src/Billing/Models/EnrollmentAccountContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/EnrollmentAccountContext.cs -------------------------------------------------------------------------------- /src/Billing/Models/EnrollmentAccountListResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/EnrollmentAccountListResult.cs -------------------------------------------------------------------------------- /src/Billing/Models/EnrollmentPolicies.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/EnrollmentPolicies.cs -------------------------------------------------------------------------------- /src/Billing/Models/Error.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/Error.cs -------------------------------------------------------------------------------- /src/Billing/Models/ErrorDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ErrorDetails.cs -------------------------------------------------------------------------------- /src/Billing/Models/ErrorResponse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ErrorResponse.cs -------------------------------------------------------------------------------- /src/Billing/Models/ErrorResponseException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ErrorResponseException.cs -------------------------------------------------------------------------------- /src/Billing/Models/InitiateTransferRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/InitiateTransferRequest.cs -------------------------------------------------------------------------------- /src/Billing/Models/Invoice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/Invoice.cs -------------------------------------------------------------------------------- /src/Billing/Models/InvoiceListResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/InvoiceListResult.cs -------------------------------------------------------------------------------- /src/Billing/Models/InvoiceSection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/InvoiceSection.cs -------------------------------------------------------------------------------- /src/Billing/Models/InvoiceSectionCreationRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/InvoiceSectionCreationRequest.cs -------------------------------------------------------------------------------- /src/Billing/Models/InvoiceSectionListResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/InvoiceSectionListResult.cs -------------------------------------------------------------------------------- /src/Billing/Models/InvoiceSectionWithCreateSubPermission.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/InvoiceSectionWithCreateSubPermission.cs -------------------------------------------------------------------------------- /src/Billing/Models/InvoiceSectionsCreateHeaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/InvoiceSectionsCreateHeaders.cs -------------------------------------------------------------------------------- /src/Billing/Models/InvoiceSectionsUpdateHeaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/InvoiceSectionsUpdateHeaders.cs -------------------------------------------------------------------------------- /src/Billing/Models/InvoiceStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/InvoiceStatus.cs -------------------------------------------------------------------------------- /src/Billing/Models/LineOfCredit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/LineOfCredit.cs -------------------------------------------------------------------------------- /src/Billing/Models/LineOfCreditsUpdateHeaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/LineOfCreditsUpdateHeaders.cs -------------------------------------------------------------------------------- /src/Billing/Models/MarketplacePurchasesPolicy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/MarketplacePurchasesPolicy.cs -------------------------------------------------------------------------------- /src/Billing/Models/Operation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/Operation.cs -------------------------------------------------------------------------------- /src/Billing/Models/OperationDisplay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/OperationDisplay.cs -------------------------------------------------------------------------------- /src/Billing/Models/Page.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/Page.cs -------------------------------------------------------------------------------- /src/Billing/Models/Participants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/Participants.cs -------------------------------------------------------------------------------- /src/Billing/Models/PaymentMethod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/PaymentMethod.cs -------------------------------------------------------------------------------- /src/Billing/Models/PaymentMethodFamily.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/PaymentMethodFamily.cs -------------------------------------------------------------------------------- /src/Billing/Models/PaymentMethodType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/PaymentMethodType.cs -------------------------------------------------------------------------------- /src/Billing/Models/PaymentProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/PaymentProperties.cs -------------------------------------------------------------------------------- /src/Billing/Models/Policy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/Policy.cs -------------------------------------------------------------------------------- /src/Billing/Models/PriceSheetDownloadByBillingProfileHeaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/PriceSheetDownloadByBillingProfileHeaders.cs -------------------------------------------------------------------------------- /src/Billing/Models/PriceSheetDownloadHeaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/PriceSheetDownloadHeaders.cs -------------------------------------------------------------------------------- /src/Billing/Models/Product.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/Product.cs -------------------------------------------------------------------------------- /src/Billing/Models/ProductDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ProductDetails.cs -------------------------------------------------------------------------------- /src/Billing/Models/ProductStatusType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ProductStatusType.cs -------------------------------------------------------------------------------- /src/Billing/Models/ProductTransferStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ProductTransferStatus.cs -------------------------------------------------------------------------------- /src/Billing/Models/ProductTransferValidationErrorCode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ProductTransferValidationErrorCode.cs -------------------------------------------------------------------------------- /src/Billing/Models/ProductType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ProductType.cs -------------------------------------------------------------------------------- /src/Billing/Models/ProductsListResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ProductsListResult.cs -------------------------------------------------------------------------------- /src/Billing/Models/ProductsTransferHeaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ProductsTransferHeaders.cs -------------------------------------------------------------------------------- /src/Billing/Models/RecipientTransferDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/RecipientTransferDetails.cs -------------------------------------------------------------------------------- /src/Billing/Models/Reseller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/Reseller.cs -------------------------------------------------------------------------------- /src/Billing/Models/ReservationPurchasesPolicy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ReservationPurchasesPolicy.cs -------------------------------------------------------------------------------- /src/Billing/Models/ReservationType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ReservationType.cs -------------------------------------------------------------------------------- /src/Billing/Models/Resource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/Resource.cs -------------------------------------------------------------------------------- /src/Billing/Models/Status.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/Status.cs -------------------------------------------------------------------------------- /src/Billing/Models/SubscriptionTransferValidationErrorCode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/SubscriptionTransferValidationErrorCode.cs -------------------------------------------------------------------------------- /src/Billing/Models/Transaction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/Transaction.cs -------------------------------------------------------------------------------- /src/Billing/Models/TransactionListResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/TransactionListResult.cs -------------------------------------------------------------------------------- /src/Billing/Models/TransactionTypeKind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/TransactionTypeKind.cs -------------------------------------------------------------------------------- /src/Billing/Models/TransferBillingSubscriptionRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/TransferBillingSubscriptionRequest.cs -------------------------------------------------------------------------------- /src/Billing/Models/TransferBillingSubscriptionRequestProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/TransferBillingSubscriptionRequestProperties.cs -------------------------------------------------------------------------------- /src/Billing/Models/TransferBillingSubscriptionResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/TransferBillingSubscriptionResult.cs -------------------------------------------------------------------------------- /src/Billing/Models/TransferDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/TransferDetails.cs -------------------------------------------------------------------------------- /src/Billing/Models/TransferProductRequestProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/TransferProductRequestProperties.cs -------------------------------------------------------------------------------- /src/Billing/Models/TransferStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/TransferStatus.cs -------------------------------------------------------------------------------- /src/Billing/Models/UpdateAutoRenew.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/UpdateAutoRenew.cs -------------------------------------------------------------------------------- /src/Billing/Models/UpdateAutoRenewOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/UpdateAutoRenewOperation.cs -------------------------------------------------------------------------------- /src/Billing/Models/UpdateAutoRenewRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/UpdateAutoRenewRequest.cs -------------------------------------------------------------------------------- /src/Billing/Models/ValidateAddressResponse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ValidateAddressResponse.cs -------------------------------------------------------------------------------- /src/Billing/Models/ValidateProductTransferEligibilityError.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ValidateProductTransferEligibilityError.cs -------------------------------------------------------------------------------- /src/Billing/Models/ValidateProductTransferEligibilityResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ValidateProductTransferEligibilityResult.cs -------------------------------------------------------------------------------- /src/Billing/Models/ValidateSubscriptionTransferEligibilityError.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ValidateSubscriptionTransferEligibilityError.cs -------------------------------------------------------------------------------- /src/Billing/Models/ValidateSubscriptionTransferEligibilityResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ValidateSubscriptionTransferEligibilityResult.cs -------------------------------------------------------------------------------- /src/Billing/Models/ValidateTransferListResponse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ValidateTransferListResponse.cs -------------------------------------------------------------------------------- /src/Billing/Models/ValidateTransferResponse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ValidateTransferResponse.cs -------------------------------------------------------------------------------- /src/Billing/Models/ValidationResultProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ValidationResultProperties.cs -------------------------------------------------------------------------------- /src/Billing/Models/ViewCharges.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ViewCharges.cs -------------------------------------------------------------------------------- /src/Billing/Models/ViewChargesPolicy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Models/ViewChargesPolicy.cs -------------------------------------------------------------------------------- /src/Billing/Operations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/Operations.cs -------------------------------------------------------------------------------- /src/Billing/OperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/OperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/PartnerTransfersOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/PartnerTransfersOperations.cs -------------------------------------------------------------------------------- /src/Billing/PartnerTransfersOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/PartnerTransfersOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/PartnerTransfersTransfersOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/PartnerTransfersTransfersOperations.cs -------------------------------------------------------------------------------- /src/Billing/PartnerTransfersTransfersOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/PartnerTransfersTransfersOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/PaymentMethodsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/PaymentMethodsOperations.cs -------------------------------------------------------------------------------- /src/Billing/PaymentMethodsOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/PaymentMethodsOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/PoliciesOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/PoliciesOperations.cs -------------------------------------------------------------------------------- /src/Billing/PoliciesOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/PoliciesOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/PriceSheetOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/PriceSheetOperations.cs -------------------------------------------------------------------------------- /src/Billing/PriceSheetOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/PriceSheetOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/ProductsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/ProductsOperations.cs -------------------------------------------------------------------------------- /src/Billing/ProductsOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/ProductsOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/RecipientTransfersOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/RecipientTransfersOperations.cs -------------------------------------------------------------------------------- /src/Billing/RecipientTransfersOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/RecipientTransfersOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/SdkInfo_BillingManagementClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/SdkInfo_BillingManagementClient.cs -------------------------------------------------------------------------------- /src/Billing/TransactionsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/TransactionsOperations.cs -------------------------------------------------------------------------------- /src/Billing/TransactionsOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/TransactionsOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Billing/TransfersOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/TransfersOperations.cs -------------------------------------------------------------------------------- /src/Billing/TransfersOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Billing/TransfersOperationsExtensions.cs -------------------------------------------------------------------------------- /src/PowerShell/Attributes/BreakingChangeAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Attributes/BreakingChangeAttribute.cs -------------------------------------------------------------------------------- /src/PowerShell/Attributes/BreakingChangeBaseAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Attributes/BreakingChangeBaseAttribute.cs -------------------------------------------------------------------------------- /src/PowerShell/Authenticators/AccessTokenAuthenticator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Authenticators/AccessTokenAuthenticator.cs -------------------------------------------------------------------------------- /src/PowerShell/Authenticators/AccessTokenParameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Authenticators/AccessTokenParameters.cs -------------------------------------------------------------------------------- /src/PowerShell/Authenticators/AuthenticationParameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Authenticators/AuthenticationParameters.cs -------------------------------------------------------------------------------- /src/PowerShell/Authenticators/DefaultAuthenticatorBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Authenticators/DefaultAuthenticatorBuilder.cs -------------------------------------------------------------------------------- /src/PowerShell/Authenticators/DelegatingAuthenticator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Authenticators/DelegatingAuthenticator.cs -------------------------------------------------------------------------------- /src/PowerShell/Authenticators/DeviceCodeAuthenticator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Authenticators/DeviceCodeAuthenticator.cs -------------------------------------------------------------------------------- /src/PowerShell/Authenticators/DeviceCodeParameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Authenticators/DeviceCodeParameters.cs -------------------------------------------------------------------------------- /src/PowerShell/Authenticators/IAuthenticator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Authenticators/IAuthenticator.cs -------------------------------------------------------------------------------- /src/PowerShell/Authenticators/IAuthenticatorBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Authenticators/IAuthenticatorBuilder.cs -------------------------------------------------------------------------------- /src/PowerShell/Authenticators/InteractiveParameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Authenticators/InteractiveParameters.cs -------------------------------------------------------------------------------- /src/PowerShell/Authenticators/InteractiveUserAuthenticator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Authenticators/InteractiveUserAuthenticator.cs -------------------------------------------------------------------------------- /src/PowerShell/Authenticators/RefreshTokenAuthenticator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Authenticators/RefreshTokenAuthenticator.cs -------------------------------------------------------------------------------- /src/PowerShell/Authenticators/RefreshTokenParameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Authenticators/RefreshTokenParameters.cs -------------------------------------------------------------------------------- /src/PowerShell/Authenticators/ServicePrincipalAuthenticator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Authenticators/ServicePrincipalAuthenticator.cs -------------------------------------------------------------------------------- /src/PowerShell/Authenticators/ServicePrincipalParameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Authenticators/ServicePrincipalParameters.cs -------------------------------------------------------------------------------- /src/PowerShell/Authenticators/SilentAuthenticator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Authenticators/SilentAuthenticator.cs -------------------------------------------------------------------------------- /src/PowerShell/Authenticators/SilentParameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Authenticators/SilentParameters.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/AddPartnerCustomerCartLineItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/AddPartnerCustomerCartLineItem.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/AddPartnerCustomerUserRoleMember.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/AddPartnerCustomerUserRoleMember.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/ConnectPartnerCenter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/ConnectPartnerCenter.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/DisconnectPartnerCenter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/DisconnectPartnerCenter.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/EnablePartnerAzureSubscription.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/EnablePartnerAzureSubscription.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerAgreementDetail.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerAgreementDetail.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerAgreementDocument.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerAgreementDocument.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerAgreementStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerAgreementStatus.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerAuditRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerAuditRecord.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerAzureBillingAccount.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerAzureBillingAccount.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerAzureBillingPolicy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerAzureBillingPolicy.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerAzureBillingProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerAzureBillingProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerAzureRateCard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerAzureRateCard.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerBillingProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerBillingProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerContext.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCountryValidation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCountryValidation.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomer.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerAgreement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerAgreement.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerAzurePlanEntitlement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerAzurePlanEntitlement.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerBillingProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerBillingProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerCart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerCart.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerCompanyProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerCompanyProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerConfigurationPolicy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerConfigurationPolicy.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerDevice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerDevice.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerDeviceBatch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerDeviceBatch.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerEntitlement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerEntitlement.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerLicenseDeploymentInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerLicenseDeploymentInfo.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerManagedService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerManagedService.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerOrder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerOrder.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerOrderLineItemActivationLink.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerOrderLineItemActivationLink.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerOrderProvisioningStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerOrderProvisioningStatus.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerQualification.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerQualification.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerServiceCosts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerServiceCosts.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerServiceCostsSummary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerServiceCostsSummary.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerSubscribedSku.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerSubscribedSku.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerSubscription.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerSubscription.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerSubscriptionAddOn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerSubscriptionAddOn.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerSubscriptionMeterUsage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerSubscriptionMeterUsage.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerSubscriptionProvisioningStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerSubscriptionProvisioningStatus.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerSubscriptionRegistrationStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerSubscriptionRegistrationStatus.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerSubscriptionResourceUsage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerSubscriptionResourceUsage.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerSubscriptionSupportContact.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerSubscriptionSupportContact.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerSubscriptionUpgrades.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerSubscriptionUpgrades.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerSubscriptionUtilization.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerSubscriptionUtilization.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerTrialConversion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerTrialConversion.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerUsageRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerUsageRecord.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerUsageSummary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerUsageSummary.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerUser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerUser.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerUserLicense.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerUserLicense.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerCustomerUserRole.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerCustomerUserRole.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerEnvironment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerEnvironment.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerIndirectReseller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerIndirectReseller.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerInvoice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerInvoice.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerInvoiceLineItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerInvoiceLineItem.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerInvoiceStatement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerInvoiceStatement.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerInvoiceSummary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerInvoiceSummary.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerInvoiceTaxReceiptStatement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerInvoiceTaxReceiptStatement.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerLegalProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerLegalProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerLicenseDeploymentInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerLicenseDeploymentInfo.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerLicenseUsageInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerLicenseUsageInfo.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerMpnProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerMpnProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerOffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerOffer.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerOfferAddon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerOfferAddon.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerOfferCategory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerOfferCategory.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerOrganizationProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerOrganizationProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerProduct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerProduct.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerProductAvailability.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerProductAvailability.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerProductInventory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerProductInventory.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerProductSku.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerProductSku.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerProductUpgrade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerProductUpgrade.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerProductUpgradeEligibility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerProductUpgradeEligibility.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerResellerRequestLink.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerResellerRequestLink.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerRole.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerRole.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerRoleMember.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerRoleMember.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerServiceIncident.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerServiceIncident.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerServiceRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerServiceRequest.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerServiceRequestTopic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerServiceRequestTopic.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerSupportProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerSupportProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerUnbilledInvoiceLineItems.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerUnbilledInvoiceLineItems.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerUser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerUser.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerUserSignInActivity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerUserSignInActivity.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/GetPartnerValidationCode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/GetPartnerValidationCode.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/NewPartnerAccessToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/NewPartnerAccessToken.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/NewPartnerAzureSubscription.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/NewPartnerAzureSubscription.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/NewPartnerCustomer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/NewPartnerCustomer.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/NewPartnerCustomerAgreement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/NewPartnerCustomerAgreement.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/NewPartnerCustomerApplicationConsent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/NewPartnerCustomerApplicationConsent.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/NewPartnerCustomerCart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/NewPartnerCustomerCart.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/NewPartnerCustomerConfigurationPolicy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/NewPartnerCustomerConfigurationPolicy.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/NewPartnerCustomerDeviceBatch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/NewPartnerCustomerDeviceBatch.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/NewPartnerCustomerOrder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/NewPartnerCustomerOrder.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/NewPartnerCustomerSubscriptionActivation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/NewPartnerCustomerSubscriptionActivation.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/NewPartnerCustomerSubscriptionRegistration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/NewPartnerCustomerSubscriptionRegistration.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/NewPartnerCustomerUser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/NewPartnerCustomerUser.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/NewPartnerProductUpgrade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/NewPartnerProductUpgrade.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/NewPartnerServiceRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/NewPartnerServiceRequest.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/PartnerAsyncCmdlet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/PartnerAsyncCmdlet.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/PartnerModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/PartnerModule.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/PartnerPSCmdlet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/PartnerPSCmdlet.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/RegisterPartnerTokenCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/RegisterPartnerTokenCache.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/RemovePartnerCustomerConfigurationPolicy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/RemovePartnerCustomerConfigurationPolicy.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/RemovePartnerCustomerUser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/RemovePartnerCustomerUser.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/RemovePartnerCustomerUserRoleMember.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/RemovePartnerCustomerUserRoleMember.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/RemovePartnerResellerRelationship.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/RemovePartnerResellerRelationship.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/RemovePartnerSandboxCustomer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/RemovePartnerSandboxCustomer.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/ResolvePartnerError.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/ResolvePartnerError.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/RestorePartnerCustomerUser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/RestorePartnerCustomerUser.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/SetPartnerAzureBillingProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/SetPartnerAzureBillingProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/SetPartnerAzureSubscription.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/SetPartnerAzureSubscription.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/SetPartnerBillingProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/SetPartnerBillingProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/SetPartnerCustomer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/SetPartnerCustomer.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/SetPartnerCustomerCart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/SetPartnerCustomerCart.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/SetPartnerCustomerConfigurationPolicy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/SetPartnerCustomerConfigurationPolicy.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/SetPartnerCustomerQualification.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/SetPartnerCustomerQualification.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/SetPartnerCustomerSubscription.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/SetPartnerCustomerSubscription.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/SetPartnerCustomerSubscriptionSupportContact.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/SetPartnerCustomerSubscriptionSupportContact.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/SetPartnerCustomerUser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/SetPartnerCustomerUser.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/SetPartnerCustomerUserLicense.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/SetPartnerCustomerUserLicense.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/SetPartnerLegalProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/SetPartnerLegalProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/SetPartnerOrganizationProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/SetPartnerOrganizationProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/SetPartnerServiceRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/SetPartnerServiceRequest.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/SetPartnerSupportProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/SetPartnerSupportProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/SubmitPartnerCustomerCart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/SubmitPartnerCustomerCart.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/SuspendPartnerAzureSubscription.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/SuspendPartnerAzureSubscription.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/TestPartnerAddress.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/TestPartnerAddress.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/TestPartnerDomainAvailability.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/TestPartnerDomainAvailability.cs -------------------------------------------------------------------------------- /src/PowerShell/Commands/TestPartnerSecurityRequirement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Commands/TestPartnerSecurityRequirement.cs -------------------------------------------------------------------------------- /src/PowerShell/Exceptions/PartnerPowerShellErrorCategory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Exceptions/PartnerPowerShellErrorCategory.cs -------------------------------------------------------------------------------- /src/PowerShell/Exceptions/PartnerPowerShellException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Exceptions/PartnerPowerShellException.cs -------------------------------------------------------------------------------- /src/PowerShell/Extensions/AssertExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Extensions/AssertExtensions.cs -------------------------------------------------------------------------------- /src/PowerShell/Extensions/ClientApplicationExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Extensions/ClientApplicationExtensions.cs -------------------------------------------------------------------------------- /src/PowerShell/Extensions/DictionaryExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Extensions/DictionaryExtensions.cs -------------------------------------------------------------------------------- /src/PowerShell/Extensions/ModelExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Extensions/ModelExtensions.cs -------------------------------------------------------------------------------- /src/PowerShell/Extensions/ResourceExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Extensions/ResourceExtensions.cs -------------------------------------------------------------------------------- /src/PowerShell/Extensions/SecureStringExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Extensions/SecureStringExtensions.cs -------------------------------------------------------------------------------- /src/PowerShell/Extensions/UriExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Extensions/UriExtensions.cs -------------------------------------------------------------------------------- /src/PowerShell/Extensions/ValidationExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Extensions/ValidationExtensions.cs -------------------------------------------------------------------------------- /src/PowerShell/Factories/AuthenticationFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Factories/AuthenticationFactory.cs -------------------------------------------------------------------------------- /src/PowerShell/Factories/ClientFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Factories/ClientFactory.cs -------------------------------------------------------------------------------- /src/PowerShell/Factories/IAuthenticationFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Factories/IAuthenticationFactory.cs -------------------------------------------------------------------------------- /src/PowerShell/Factories/IClientFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Factories/IClientFactory.cs -------------------------------------------------------------------------------- /src/PowerShell/GlobalSuppressions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/GlobalSuppressions.cs -------------------------------------------------------------------------------- /src/PowerShell/Microsoft.Store.PartnerCenter.PowerShell.format.ps1xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Microsoft.Store.PartnerCenter.PowerShell.format.ps1xml -------------------------------------------------------------------------------- /src/PowerShell/Models/Agreements/PSAgreement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Agreements/PSAgreement.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Agreements/PSAgreementDocument.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Agreements/PSAgreementDocument.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Agreements/PSAgreementMetaData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Agreements/PSAgreementMetaData.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Analytics/PSCustomerLicensesDeploymentInsights.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Analytics/PSCustomerLicensesDeploymentInsights.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Analytics/PSCustomerLicensesInsightsBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Analytics/PSCustomerLicensesInsightsBase.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Analytics/PSLicensesInsightsBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Analytics/PSLicensesInsightsBase.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Analytics/PSPartnerLicensesDeploymentInsight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Analytics/PSPartnerLicensesDeploymentInsight.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Analytics/PSPartnerLicensesUsageInsight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Analytics/PSPartnerLicensesUsageInsight.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Auditing/PSAuditRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Auditing/PSAuditRecord.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Authentication/AccountType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Authentication/AccountType.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Authentication/AuthResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Authentication/AuthResult.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Authentication/ComponentKey.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Authentication/ComponentKey.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Authentication/EnvironmentConstants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Authentication/EnvironmentConstants.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Authentication/EnvironmentName.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Authentication/EnvironmentName.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Authentication/IPartnerAccount.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Authentication/IPartnerAccount.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Authentication/ModuleName.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Authentication/ModuleName.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Authentication/PSPartnerEnvironment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Authentication/PSPartnerEnvironment.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Authentication/PartnerAccount.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Authentication/PartnerAccount.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Authentication/PartnerAccountPropertyType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Authentication/PartnerAccountPropertyType.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Authentication/PartnerContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Authentication/PartnerContext.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Authentication/PartnerEnvironment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Authentication/PartnerEnvironment.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Authentication/PartnerSession.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Authentication/PartnerSession.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Authentication/PowerShellCredentials.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Authentication/PowerShellCredentials.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Authentication/PowerShellModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Authentication/PowerShellModule.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Authentication/ResourceAccount.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Authentication/ResourceAccount.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Authentication/TokenCacheItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Authentication/TokenCacheItem.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Carts/PSCart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Carts/PSCart.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Carts/PSCartCheckoutResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Carts/PSCartCheckoutResult.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Carts/PSCartLineItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Carts/PSCartLineItem.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/ConfigurationPolicies/PSConfigurationPolicy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/ConfigurationPolicies/PSConfigurationPolicy.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/CountryValidationRules/PSCountryValidationRules.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/CountryValidationRules/PSCountryValidationRules.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/CustomerRelationshipRequests/PSCustomerRelationshipRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/CustomerRelationshipRequests/PSCustomerRelationshipRequest.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/CustomerSubscriptionUpgrades/PsCustomerSubscriptionUpgrades.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/CustomerSubscriptionUpgrades/PsCustomerSubscriptionUpgrades.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/CustomerTrialConversion/PSCustomerTrialConversion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/CustomerTrialConversion/PSCustomerTrialConversion.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Customers/PSCustomer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Customers/PSCustomer.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Customers/PSCustomerBillingProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Customers/PSCustomerBillingProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Customers/PSCustomerCompanyProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Customers/PSCustomerCompanyProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/DevicesDeployment/PSBatchUploadDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/DevicesDeployment/PSBatchUploadDetails.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/DevicesDeployment/PSDevice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/DevicesDeployment/PSDevice.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/DevicesDeployment/PSDeviceBatch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/DevicesDeployment/PSDeviceBatch.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/DevicesDeployment/PSDeviceUploadDetails.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/DevicesDeployment/PSDeviceUploadDetails.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Entitlements/PSEntitlement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Entitlements/PSEntitlement.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Errors/HttpMessageInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Errors/HttpMessageInfo.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Errors/HttpRequestInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Errors/HttpRequestInfo.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Errors/HttpResponseInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Errors/HttpResponseInfo.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Errors/PartnerErrorRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Errors/PartnerErrorRecord.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Errors/PartnerExceptionRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Errors/PartnerExceptionRecord.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Errors/PartnerRestExceptionRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Errors/PartnerRestExceptionRecord.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/IExtensibleModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/IExtensibleModel.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Invoices/PSBaseUsageBasedLineItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Invoices/PSBaseUsageBasedLineItem.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Invoices/PSDailyRatedUsageLineItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Invoices/PSDailyRatedUsageLineItem.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Invoices/PSDailyUsageLineItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Invoices/PSDailyUsageLineItem.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Invoices/PSInvoice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Invoices/PSInvoice.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Invoices/PSInvoiceLineItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Invoices/PSInvoiceLineItem.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Invoices/PSInvoiceSummary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Invoices/PSInvoiceSummary.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Invoices/PSLicenseBasedLineItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Invoices/PSLicenseBasedLineItem.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Invoices/PSOneTimeInvoiceLineItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Invoices/PSOneTimeInvoiceLineItem.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Invoices/PSUsageBasedLineItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Invoices/PSUsageBasedLineItem.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Licenses/PSLicense.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Licenses/PSLicense.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Licenses/PSLicenseAssignment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Licenses/PSLicenseAssignment.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Licenses/PSLicenseUpdate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Licenses/PSLicenseUpdate.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Licenses/PSSubscribedSku.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Licenses/PSSubscribedSku.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/ManagedServices/PSManagedService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/ManagedServices/PSManagedService.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Offers/PSOffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Offers/PSOffer.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Offers/PSOfferCategory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Offers/PSOfferCategory.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Orders/PSOrder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Orders/PSOrder.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Orders/PSOrderLineItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Orders/PSOrderLineItem.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Orders/PSOrderLineItemProvisioningStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Orders/PSOrderLineItemProvisioningStatus.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/PartnerQosEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/PartnerQosEvent.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Partners/PSBillingProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Partners/PSBillingProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Partners/PSLegalBusinessProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Partners/PSLegalBusinessProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Partners/PSMpnProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Partners/PSMpnProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Partners/PSOrganizationProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Partners/PSOrganizationProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Partners/PSSupportProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Partners/PSSupportProfile.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Products/PSInventoryItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Products/PSInventoryItem.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Products/PSProduct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Products/PSProduct.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Products/PSProductAvailability.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Products/PSProductAvailability.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Products/PSSku.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Products/PSSku.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/RateCards/PSAzureRateCard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/RateCards/PSAzureRateCard.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Relationships/PSPartnerRelationship.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Relationships/PSPartnerRelationship.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Roles/PSDirectoryRole.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Roles/PSDirectoryRole.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Roles/PSRole.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Roles/PSRole.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Roles/PSUserMember.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Roles/PSUserMember.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/ServiceCosts/PSServiceCostLineItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/ServiceCosts/PSServiceCostLineItem.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/ServiceCosts/PSServiceCostsSummary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/ServiceCosts/PSServiceCostsSummary.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/ServiceRequests/PSServiceRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/ServiceRequests/PSServiceRequest.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/ServiceRequests/PSSupportTopic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/ServiceRequests/PSSupportTopic.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/StreamEventArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/StreamEventArgs.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Subscriptions/PSAzureEntitlement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Subscriptions/PSAzureEntitlement.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Subscriptions/PSSubscription.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Subscriptions/PSSubscription.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Subscriptions/PSSubscriptionActivationResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Subscriptions/PSSubscriptionActivationResult.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Subscriptions/PSSubscriptionProvisioningStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Subscriptions/PSSubscriptionProvisioningStatus.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Subscriptions/PSSubscriptionRegistrationStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Subscriptions/PSSubscriptionRegistrationStatus.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Subscriptions/PSSupportContact.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Subscriptions/PSSupportContact.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Usage/PSCustomerMonthlyUsageRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Usage/PSCustomerMonthlyUsageRecord.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Usage/PSCustomerUsageSummary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Usage/PSCustomerUsageSummary.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Usage/PSMeterUsageRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Usage/PSMeterUsageRecord.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Usage/PSResourceUsageRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Usage/PSResourceUsageRecord.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Usage/PSSpendingBudget.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Usage/PSSpendingBudget.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Usage/PSUsageRecordBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Usage/PSUsageRecordBase.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Usage/PSUsageSummaryBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Usage/PSUsageSummaryBase.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Users/PSCustomerUser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Users/PSCustomerUser.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/Utilizations/PSAzureUtilizationRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/Utilizations/PSAzureUtilizationRecord.cs -------------------------------------------------------------------------------- /src/PowerShell/Models/ValidationCodes/PSValidationCode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Models/ValidationCodes/PSValidationCode.cs -------------------------------------------------------------------------------- /src/PowerShell/Network/ClientTracingHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Network/ClientTracingHandler.cs -------------------------------------------------------------------------------- /src/PowerShell/Network/DefaultOsBrowserWebUi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Network/DefaultOsBrowserWebUi.cs -------------------------------------------------------------------------------- /src/PowerShell/Network/GraphAuthenticationProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Network/GraphAuthenticationProvider.cs -------------------------------------------------------------------------------- /src/PowerShell/Network/HttpListenerInterceptor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Network/HttpListenerInterceptor.cs -------------------------------------------------------------------------------- /src/PowerShell/Network/MessageAndHttpCode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Network/MessageAndHttpCode.cs -------------------------------------------------------------------------------- /src/PowerShell/Network/RecordingTracingInterceptor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Network/RecordingTracingInterceptor.cs -------------------------------------------------------------------------------- /src/PowerShell/PartnerCenter.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/PartnerCenter.psd1 -------------------------------------------------------------------------------- /src/PowerShell/PartnerCenter.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/PartnerCenter.psm1 -------------------------------------------------------------------------------- /src/PowerShell/PowerShell.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/PowerShell.csproj -------------------------------------------------------------------------------- /src/PowerShell/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /src/PowerShell/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Properties/Resources.resx -------------------------------------------------------------------------------- /src/PowerShell/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Properties/launchSettings.json -------------------------------------------------------------------------------- /src/PowerShell/Utilities/ConcurrencyTaskScheduler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Utilities/ConcurrencyTaskScheduler.cs -------------------------------------------------------------------------------- /src/PowerShell/Utilities/CrossPlatformLock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Utilities/CrossPlatformLock.cs -------------------------------------------------------------------------------- /src/PowerShell/Utilities/IPartnerTokenCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Utilities/IPartnerTokenCache.cs -------------------------------------------------------------------------------- /src/PowerShell/Utilities/InMemoryTokenCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Utilities/InMemoryTokenCache.cs -------------------------------------------------------------------------------- /src/PowerShell/Utilities/LinuxNativeMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Utilities/LinuxNativeMethods.cs -------------------------------------------------------------------------------- /src/PowerShell/Utilities/PartnerTokenCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Utilities/PartnerTokenCache.cs -------------------------------------------------------------------------------- /src/PowerShell/Utilities/PersistentTokenCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Utilities/PersistentTokenCache.cs -------------------------------------------------------------------------------- /src/PowerShell/Utilities/SharedUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Utilities/SharedUtilities.cs -------------------------------------------------------------------------------- /src/PowerShell/Utilities/TaskExceptionEventArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Utilities/TaskExceptionEventArgs.cs -------------------------------------------------------------------------------- /src/PowerShell/Validations/AddressValidator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Validations/AddressValidator.cs -------------------------------------------------------------------------------- /src/PowerShell/Validations/IValidator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Validations/IValidator.cs -------------------------------------------------------------------------------- /src/PowerShell/Validations/ValidationException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/PowerShell/Validations/ValidationException.cs -------------------------------------------------------------------------------- /src/Subscription/IOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/IOperations.cs -------------------------------------------------------------------------------- /src/Subscription/ISubscriptionClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/ISubscriptionClient.cs -------------------------------------------------------------------------------- /src/Subscription/ISubscriptionFactoryOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/ISubscriptionFactoryOperations.cs -------------------------------------------------------------------------------- /src/Subscription/ISubscriptionOperationOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/ISubscriptionOperationOperations.cs -------------------------------------------------------------------------------- /src/Subscription/ISubscriptionOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/ISubscriptionOperations.cs -------------------------------------------------------------------------------- /src/Subscription/ISubscriptionsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/ISubscriptionsOperations.cs -------------------------------------------------------------------------------- /src/Subscription/ITenantsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/ITenantsOperations.cs -------------------------------------------------------------------------------- /src/Subscription/Models/AdPrincipal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/AdPrincipal.cs -------------------------------------------------------------------------------- /src/Subscription/Models/CanceledSubscriptionId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/CanceledSubscriptionId.cs -------------------------------------------------------------------------------- /src/Subscription/Models/EnabledSubscriptionId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/EnabledSubscriptionId.cs -------------------------------------------------------------------------------- /src/Subscription/Models/ErrorResponse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/ErrorResponse.cs -------------------------------------------------------------------------------- /src/Subscription/Models/ErrorResponseException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/ErrorResponseException.cs -------------------------------------------------------------------------------- /src/Subscription/Models/Location.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/Location.cs -------------------------------------------------------------------------------- /src/Subscription/Models/ModernCspSubscriptionCreationParameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/ModernCspSubscriptionCreationParameters.cs -------------------------------------------------------------------------------- /src/Subscription/Models/ModernSubscriptionCreationParameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/ModernSubscriptionCreationParameters.cs -------------------------------------------------------------------------------- /src/Subscription/Models/OfferType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/OfferType.cs -------------------------------------------------------------------------------- /src/Subscription/Models/Operation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/Operation.cs -------------------------------------------------------------------------------- /src/Subscription/Models/OperationDisplay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/OperationDisplay.cs -------------------------------------------------------------------------------- /src/Subscription/Models/OperationListResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/OperationListResult.cs -------------------------------------------------------------------------------- /src/Subscription/Models/Page.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/Page.cs -------------------------------------------------------------------------------- /src/Subscription/Models/Page1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/Page1.cs -------------------------------------------------------------------------------- /src/Subscription/Models/RenamedSubscriptionId.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/RenamedSubscriptionId.cs -------------------------------------------------------------------------------- /src/Subscription/Models/SpendingLimit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/SpendingLimit.cs -------------------------------------------------------------------------------- /src/Subscription/Models/SubscriptionCreationParameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/SubscriptionCreationParameters.cs -------------------------------------------------------------------------------- /src/Subscription/Models/SubscriptionCreationResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/SubscriptionCreationResult.cs -------------------------------------------------------------------------------- /src/Subscription/Models/SubscriptionFactoryCreateCspSubscriptionHeaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/SubscriptionFactoryCreateCspSubscriptionHeaders.cs -------------------------------------------------------------------------------- /src/Subscription/Models/SubscriptionFactoryCreateSubscriptionHeaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/SubscriptionFactoryCreateSubscriptionHeaders.cs -------------------------------------------------------------------------------- /src/Subscription/Models/SubscriptionFactoryCreateSubscriptionInEnrollmentAccountHeaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/SubscriptionFactoryCreateSubscriptionInEnrollmentAccountHeaders.cs -------------------------------------------------------------------------------- /src/Subscription/Models/SubscriptionModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/SubscriptionModel.cs -------------------------------------------------------------------------------- /src/Subscription/Models/SubscriptionName.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/SubscriptionName.cs -------------------------------------------------------------------------------- /src/Subscription/Models/SubscriptionOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/SubscriptionOperation.cs -------------------------------------------------------------------------------- /src/Subscription/Models/SubscriptionOperationGetHeaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/SubscriptionOperationGetHeaders.cs -------------------------------------------------------------------------------- /src/Subscription/Models/SubscriptionOperationListResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/SubscriptionOperationListResult.cs -------------------------------------------------------------------------------- /src/Subscription/Models/SubscriptionPolicies.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/SubscriptionPolicies.cs -------------------------------------------------------------------------------- /src/Subscription/Models/SubscriptionState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/SubscriptionState.cs -------------------------------------------------------------------------------- /src/Subscription/Models/TenantIdDescription.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Models/TenantIdDescription.cs -------------------------------------------------------------------------------- /src/Subscription/Operations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Operations.cs -------------------------------------------------------------------------------- /src/Subscription/OperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/OperationsExtensions.cs -------------------------------------------------------------------------------- /src/Subscription/SdkInfo_SubscriptionClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/SdkInfo_SubscriptionClient.cs -------------------------------------------------------------------------------- /src/Subscription/Subscription.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/Subscription.csproj -------------------------------------------------------------------------------- /src/Subscription/SubscriptionClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/SubscriptionClient.cs -------------------------------------------------------------------------------- /src/Subscription/SubscriptionFactoryOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/SubscriptionFactoryOperations.cs -------------------------------------------------------------------------------- /src/Subscription/SubscriptionFactoryOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/SubscriptionFactoryOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Subscription/SubscriptionOperationOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/SubscriptionOperationOperations.cs -------------------------------------------------------------------------------- /src/Subscription/SubscriptionOperationOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/SubscriptionOperationOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Subscription/SubscriptionOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/SubscriptionOperations.cs -------------------------------------------------------------------------------- /src/Subscription/SubscriptionOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/SubscriptionOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Subscription/SubscriptionsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/SubscriptionsOperations.cs -------------------------------------------------------------------------------- /src/Subscription/SubscriptionsOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/SubscriptionsOperationsExtensions.cs -------------------------------------------------------------------------------- /src/Subscription/TenantsOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/TenantsOperations.cs -------------------------------------------------------------------------------- /src/Subscription/TenantsOperationsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/Subscription/TenantsOperationsExtensions.cs -------------------------------------------------------------------------------- /src/lib/NetFxPreloadAssemblies/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/lib/NetFxPreloadAssemblies/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /src/lib/System.Security.Cryptography.ProtectedData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/src/lib/System.Security.Cryptography.ProtectedData.dll -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/Commands/GetPartnerOfferCategoryTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/Commands/GetPartnerOfferCategoryTests.cs -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/Commands/GetPartnerOfferTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/Commands/GetPartnerOfferTests.cs -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/Exceptions/ResponseNotFoundException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/Exceptions/ResponseNotFoundException.cs -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/Extensions/EnumerableExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/Extensions/EnumerableExtensions.cs -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/Factories/MockAuthenticationFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/Factories/MockAuthenticationFactory.cs -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/Factories/MockClientFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/Factories/MockClientFactory.cs -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/Network/HttpContentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/Network/HttpContentType.cs -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/Network/HttpMockHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/Network/HttpMockHandler.cs -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/Network/HttpMockHandlerMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/Network/HttpMockHandlerMode.cs -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/Network/HttpRecordMatcher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/Network/HttpRecordMatcher.cs -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/Network/HttpResponseRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/Network/HttpResponseRecord.cs -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/Network/HttpResponseRecords.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/Network/HttpResponseRecords.cs -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/Network/HttpUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/Network/HttpUtilities.cs -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/Network/IHttpRecordMatcher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/Network/IHttpRecordMatcher.cs -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/PowerShell.UnitTests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/PowerShell.UnitTests.csproj -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/ScenarioTests/Common.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/ScenarioTests/Common.ps1 -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/ScenarioTests/GetPartnerCustomerTests.ps1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/ScenarioTests/GetPartnerOfferCategoryTests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/ScenarioTests/GetPartnerOfferCategoryTests.ps1 -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/ScenarioTests/GetPartnerOfferTests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/ScenarioTests/GetPartnerOfferTests.ps1 -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/SessionRecords/GetPartnerCountryValidation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/SessionRecords/GetPartnerCountryValidation.json -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/SessionRecords/GetPartnerOffer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/SessionRecords/GetPartnerOffer.json -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/SessionRecords/GetPartnerOfferByOfferId.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/SessionRecords/GetPartnerOfferByOfferId.json -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/SessionRecords/GetPartnerOfferCategory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/SessionRecords/GetPartnerOfferCategory.json -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/TestBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/TestBase.cs -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/TestPartnerCredentials.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/TestPartnerCredentials.cs -------------------------------------------------------------------------------- /test/PowerShell.UnitTests/TestPartnerService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/test/PowerShell.UnitTests/TestPartnerService.cs -------------------------------------------------------------------------------- /tools/GenerateHelp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/tools/GenerateHelp.ps1 -------------------------------------------------------------------------------- /tools/HelpGeneration/Exceptions/ValidateHelpIssues.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/HelpGeneration/HelpGeneration.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/tools/HelpGeneration/HelpGeneration.psm1 -------------------------------------------------------------------------------- /tools/StaticAnalysis/Exceptions/HelpIssues.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Partner-Center-PowerShell/HEAD/tools/StaticAnalysis/Exceptions/HelpIssues.csv --------------------------------------------------------------------------------