Az and AzureStack (Az) modules do not load assemblies when used with PartnerCenter modules in PS7 - Assembly with same name is already loaded - Still does not work under 3.0.10
Same as #313 and #309
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\Users\Administrator> docker run -ti --rm azmoduleazshtest2:v1 pwsh
PowerShell 7.0.1
Copyright (c) Microsoft Corporation. All rights reserved.
https://aka.ms/powershell
Type 'help' to get help.
PS C:\> uninstall-Module -Name PartnerCenter -Verbose -Force
VERBOSE: Acquiring providers for assembly: C:\program files\powershell\7\Modules\PackageManagement\coreclr\netstandard2.
0\Microsoft.PackageManagement.MetaProvider.PowerShell.dll
VERBOSE: Acquiring providers for assembly: C:\program files\powershell\7\Modules\PackageManagement\coreclr\netstandard2.
0\Microsoft.PackageManagement.CoreProviders.dll
VERBOSE: Acquiring providers for assembly: C:\program files\powershell\7\Modules\PackageManagement\coreclr\netstandard2.
0\Microsoft.PackageManagement.ArchiverProviders.dll
VERBOSE: Acquiring providers for assembly: C:\program files\powershell\7\Modules\PackageManagement\coreclr\netstandard2.
0\Microsoft.PackageManagement.NuGetProvider.dll
VERBOSE: Performing the operation "Uninstall-Module" on target "Version '3.0.9' of module 'PartnerCenter'".
VERBOSE: Successfully uninstalled the module 'PartnerCenter' from module base 'C:\Program Files\PowerShell\Modules\Partn
erCenter\3.0.9'.
PS C:\> install-Module -Name PartnerCenter -Verbose -Force
VERBOSE: Using the provider 'PowerShellGet' for searching packages.
VERBOSE: The -Repository parameter was not specified. PowerShellGet will use all of the registered repositories.
VERBOSE: Getting the provider object for the PackageManagement Provider 'NuGet'.
VERBOSE: The specified Location is 'https://www.powershellgallery.com/api/v2' and PackageManagementProvider is 'NuGet'.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='PartnerCenter'' for ''.
VERBOSE: Total package yield:'1' for the specified package 'PartnerCenter'.
VERBOSE: Performing the operation "Install-Module" on target "Version '3.0.10' of module 'PartnerCenter'".
VERBOSE: The installation scope is specified to be 'CurrentUser'.
VERBOSE: The specified module will be installed in 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules'.
VERBOSE: The specified Location is 'NuGet' and PackageManagementProvider is 'NuGet'.
VERBOSE: Downloading module 'PartnerCenter' with version '3.0.10' from the repository 'https://www.powershellgallery.com
/api/v2'.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='PartnerCenter'' for ''.
VERBOSE: InstallPackage' - name='PartnerCenter', version='3.0.10',destination='C:\Users\ContainerAdministrator\AppData\L
ocal\Temp\1681523444'
VERBOSE: DownloadPackage' - name='PartnerCenter', version='3.0.10',destination='C:\Users\ContainerAdministrator\AppData\
Local\Temp\1681523444\PartnerCenter.3.0.10\PartnerCenter.3.0.10.nupkg', uri='https://www.powershellgallery.com/api/v2/pa
ckage/PartnerCenter/3.0.10'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/PartnerCenter/3.0.10'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/PartnerCenter/3.0.10'.
VERBOSE: Completed downloading 'PartnerCenter'.
VERBOSE: InstallPackageLocal' - name='PartnerCenter', version='3.0.10',destination='C:\Users\ContainerAdministrator\AppD
ata\Local\Temp\1681523444'
VERBOSE: Validating the 'PartnerCenter' module contents under 'C:\Users\ContainerAdministrator\AppData\Local\Temp\168152
3444\PartnerCenter.3.0.10' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\ContainerAdministrator\AppData\Lo
cal\Temp\1681523444\PartnerCenter.3.0.10'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module '
PartnerCenter'.
VERBOSE: Catalog file 'PartnerCenter.cat' is not found in the contents of the module 'PartnerCenter' being installed.
VERBOSE: Valid authenticode signature found in the file 'PartnerCenter.psd1' for the module 'PartnerCenter'.
VERBOSE: For publisher validation, current module 'PartnerCenter' with version '3.0.10' with publisher name 'CN=Microsof
t Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' from root certificate authority 'CN=Microsoft Roo
t Certificate Authority 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by Microsof
t: 'True'.
VERBOSE: For publisher validation, using the previously-installed module 'PartnerCenter' with version '3.0.9' under 'C:\
Program Files\WindowsPowerShell\Modules\PartnerCenter\3.0.9' with publisher name 'CN=Microsoft Corporation, O=Microsoft
Corporation, L=Redmond, S=Washington, C=US' from root certificate authority 'CN=Microsoft Root Certificate Authority 201
1, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by Microsoft: 'True'.
VERBOSE: Authenticode issuer 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' of the n
ew module 'PartnerCenter' with version '3.0.10' matches with the authenticode issuer 'CN=Microsoft Corporation, O=Micros
oft Corporation, L=Redmond, S=Washington, C=US' of the previously-installed module 'PartnerCenter' with version '3.0.9'.
VERBOSE: Checking for possible command collisions for the module 'PartnerCenter' commands.
VERBOSE: Module 'PartnerCenter' was installed successfully to path 'C:\Users\ContainerAdministrator\Documents\PowerShell
\Modules\PartnerCenter\3.0.10'.
PS C:\> Import-Module AzureStack -Verbose
VERBOSE: Loading module from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\AzureStack\2.0.0\AzureSt
ack.psd1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureStack.
VERBOSE: Loading module from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\AzureStack\2.0.0\AzureSt
ack.psm1'.
WARNING: Preview version of AzureStack module is loaded, Future versions may have breaking changes
PS C:\> Import-Module PartnerCenter -Verbose
VERBOSE: Loading module from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10\Par
tnerCenter.psd1'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Store.PartnerCenter.PowerShell.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Store.PartnerCenter.PowerShell.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Store.PartnerCenter.Azure.Billing.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Store.PartnerCenter.Azure.Billing.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Store.PartnerCenter.Azure.Subscription.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Store.PartnerCenter.Azure.Subscription.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Graph.Beta.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Graph.Beta.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Graph.Core.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Graph.Core.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Extensions.Caching.Abstractions.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Extensions.Caching.Abstractions.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Extensions.Caching.Memory.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Extensions.Caching.Memory.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Extensions.DependencyInjection.Abstractions.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Extensions.DependencyInjection.Abstractions.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Extensions.Options.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Extensions.Options.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Extensions.Primitives.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Extensions.Primitives.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Identity.Client.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Identity.Client.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Identity.Client.Extensions.Msal.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Identity.Client.Extensions.Msal.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.IdentityModel.JsonWebTokens.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.IdentityModel.JsonWebTokens.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.IdentityModel.Logging.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.IdentityModel.Logging.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.IdentityModel.Tokens.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.IdentityModel.Tokens.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Rest.ClientRuntime.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Rest.ClientRuntime.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Store.PartnerCenter.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Store.PartnerCenter.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\System.Runtime.CompilerServices.Unsafe.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\System.Runtime.CompilerServices.Unsafe.dll'.
VERBOSE: Loading 'FormatsToProcess' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCente
r\3.0.10\Microsoft.Store.PartnerCenter.PowerShell.format.ps1xml'.
Import-Module: Assembly with same name is already loaded
@isaiahwilliams as expected... still does not load ;-(
The other way around also does not work
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\Users\Administrator> docker run -ti --rm azmoduleazshtest2:v1 pwsh
PowerShell 7.0.1
Copyright (c) Microsoft Corporation. All rights reserved.
https://aka.ms/powershell
Type 'help' to get help.
PS C:\> Uninstall-Module PartnerCenter -Verbose
VERBOSE: Acquiring providers for assembly: C:\program files\powershell\7\Modules\PackageManagement\coreclr\netstandard2.
0\Microsoft.PackageManagement.CoreProviders.dll
VERBOSE: Acquiring providers for assembly: C:\program files\powershell\7\Modules\PackageManagement\coreclr\netstandard2.
0\Microsoft.PackageManagement.MetaProvider.PowerShell.dll
VERBOSE: Acquiring providers for assembly: C:\program files\powershell\7\Modules\PackageManagement\coreclr\netstandard2.
0\Microsoft.PackageManagement.ArchiverProviders.dll
VERBOSE: Acquiring providers for assembly: C:\program files\powershell\7\Modules\PackageManagement\coreclr\netstandard2.
0\Microsoft.PackageManagement.NuGetProvider.dll
VERBOSE: Performing the operation "Uninstall-Module" on target "Version '3.0.9' of module 'PartnerCenter'".
VERBOSE: Successfully uninstalled the module 'PartnerCenter' from module base 'C:\Program Files\PowerShell\Modules\Partn
erCenter\3.0.9'.
PS C:\> Install-Module -Name PartnerCenter -Verbose
VERBOSE: Using the provider 'PowerShellGet' for searching packages.
VERBOSE: The -Repository parameter was not specified. PowerShellGet will use all of the registered repositories.
VERBOSE: Getting the provider object for the PackageManagement Provider 'NuGet'.
VERBOSE: The specified Location is 'https://www.powershellgallery.com/api/v2' and PackageManagementProvider is 'NuGet'.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='PartnerCenter'' for ''.
VERBOSE: Total package yield:'1' for the specified package 'PartnerCenter'.
VERBOSE: Performing the operation "Install-Module" on target "Version '3.0.10' of module 'PartnerCenter'".
VERBOSE: The installation scope is specified to be 'CurrentUser'.
VERBOSE: The specified module will be installed in 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules'.
WARNING: Version '3.0.9' of module 'PartnerCenter' is already installed at 'C:\Program Files\WindowsPowerShell\Modules\P
artnerCenter\3.0.9'. To install version '3.0.10', run Install-Module and add the -Force parameter, this command will ins
tall version '3.0.10' side-by-side with version '3.0.9'.
PS C:\> Install-Module -Name PartnerCenter -Verbose -Force
VERBOSE: Using the provider 'PowerShellGet' for searching packages.
VERBOSE: The -Repository parameter was not specified. PowerShellGet will use all of the registered repositories.
VERBOSE: Getting the provider object for the PackageManagement Provider 'NuGet'.
VERBOSE: The specified Location is 'https://www.powershellgallery.com/api/v2' and PackageManagementProvider is 'NuGet'.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='PartnerCenter'' for ''.
VERBOSE: Total package yield:'1' for the specified package 'PartnerCenter'.
VERBOSE: Performing the operation "Install-Module" on target "Version '3.0.10' of module 'PartnerCenter'".
VERBOSE: The installation scope is specified to be 'CurrentUser'.
VERBOSE: The specified module will be installed in 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules'.
VERBOSE: The specified Location is 'NuGet' and PackageManagementProvider is 'NuGet'.
VERBOSE: Downloading module 'PartnerCenter' with version '3.0.10' from the repository 'https://www.powershellgallery.com
/api/v2'.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='PartnerCenter'' for ''.
VERBOSE: InstallPackage' - name='PartnerCenter', version='3.0.10',destination='C:\Users\ContainerAdministrator\AppData\L
ocal\Temp\2038592846'
VERBOSE: DownloadPackage' - name='PartnerCenter', version='3.0.10',destination='C:\Users\ContainerAdministrator\AppData\
Local\Temp\2038592846\PartnerCenter.3.0.10\PartnerCenter.3.0.10.nupkg', uri='https://www.powershellgallery.com/api/v2/pa
ckage/PartnerCenter/3.0.10'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/PartnerCenter/3.0.10'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/PartnerCenter/3.0.10'.
VERBOSE: Completed downloading 'PartnerCenter'.
VERBOSE: InstallPackageLocal' - name='PartnerCenter', version='3.0.10',destination='C:\Users\ContainerAdministrator\AppD
ata\Local\Temp\2038592846'
VERBOSE: Validating the 'PartnerCenter' module contents under 'C:\Users\ContainerAdministrator\AppData\Local\Temp\203859
2846\PartnerCenter.3.0.10' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\ContainerAdministrator\AppData\Lo
cal\Temp\2038592846\PartnerCenter.3.0.10'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module '
PartnerCenter'.
VERBOSE: Catalog file 'PartnerCenter.cat' is not found in the contents of the module 'PartnerCenter' being installed.
VERBOSE: Valid authenticode signature found in the file 'PartnerCenter.psd1' for the module 'PartnerCenter'.
VERBOSE: For publisher validation, current module 'PartnerCenter' with version '3.0.10' with publisher name 'CN=Microsof
t Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' from root certificate authority 'CN=Microsoft Roo
t Certificate Authority 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by Microsof
t: 'True'.
VERBOSE: For publisher validation, using the previously-installed module 'PartnerCenter' with version '3.0.9' under 'C:\
Program Files\WindowsPowerShell\Modules\PartnerCenter\3.0.9' with publisher name 'CN=Microsoft Corporation, O=Microsoft
Corporation, L=Redmond, S=Washington, C=US' from root certificate authority 'CN=Microsoft Root Certificate Authority 201
1, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by Microsoft: 'True'.
VERBOSE: Authenticode issuer 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' of the n
ew module 'PartnerCenter' with version '3.0.10' matches with the authenticode issuer 'CN=Microsoft Corporation, O=Micros
oft Corporation, L=Redmond, S=Washington, C=US' of the previously-installed module 'PartnerCenter' with version '3.0.9'.
VERBOSE: Checking for possible command collisions for the module 'PartnerCenter' commands.
VERBOSE: Module 'PartnerCenter' was installed successfully to path 'C:\Users\ContainerAdministrator\Documents\PowerShell
\Modules\PartnerCenter\3.0.10'.
PS C:\> Import-Module PartnerCenter -Verbose
VERBOSE: Loading module from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10\Par
tnerCenter.psd1'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Store.PartnerCenter.PowerShell.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Store.PartnerCenter.PowerShell.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Store.PartnerCenter.Azure.Billing.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Store.PartnerCenter.Azure.Billing.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Store.PartnerCenter.Azure.Subscription.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Store.PartnerCenter.Azure.Subscription.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Graph.Beta.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Graph.Beta.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Graph.Core.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Graph.Core.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Extensions.Caching.Abstractions.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Extensions.Caching.Abstractions.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Extensions.Caching.Memory.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Extensions.Caching.Memory.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Extensions.DependencyInjection.Abstractions.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Extensions.DependencyInjection.Abstractions.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Extensions.Options.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Extensions.Options.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Extensions.Primitives.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Extensions.Primitives.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Identity.Client.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Identity.Client.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Identity.Client.Extensions.Msal.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Identity.Client.Extensions.Msal.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.IdentityModel.JsonWebTokens.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.IdentityModel.JsonWebTokens.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.IdentityModel.Logging.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.IdentityModel.Logging.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.IdentityModel.Tokens.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.IdentityModel.Tokens.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Rest.ClientRuntime.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Rest.ClientRuntime.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Store.PartnerCenter.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Store.PartnerCenter.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\System.Runtime.CompilerServices.Unsafe.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\System.Runtime.CompilerServices.Unsafe.dll'.
VERBOSE: Loading 'FormatsToProcess' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCente
r\3.0.10\Microsoft.Store.PartnerCenter.PowerShell.format.ps1xml'.
VERBOSE: Populating RepositorySourceLocation property for module PartnerCenter.
VERBOSE: Loading module from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10\Par
tnerCenter.psm1'.
VERBOSE: Exporting function 'Test-DotNet'.
VERBOSE: Exporting cmdlet 'Add-PartnerCustomerCartLineItem'.
VERBOSE: Exporting cmdlet 'Add-PartnerCustomerUserRoleMember'.
VERBOSE: Exporting cmdlet 'Connect-PartnerCenter'.
VERBOSE: Exporting cmdlet 'Disconnect-PartnerCenter'.
VERBOSE: Exporting cmdlet 'Enable-PartnerAzureSubscription'.
VERBOSE: Exporting cmdlet 'Get-PartnerAgreementDetail'.
VERBOSE: Exporting cmdlet 'Get-PartnerAgreementDocument'.
VERBOSE: Exporting cmdlet 'Get-PartnerAgreementStatus'.
VERBOSE: Exporting cmdlet 'Get-PartnerAuditRecord'.
VERBOSE: Exporting cmdlet 'Get-PartnerAzureBillingAccount'.
VERBOSE: Exporting cmdlet 'Get-PartnerAzureBillingPolicy'.
VERBOSE: Exporting cmdlet 'Get-PartnerAzureBillingProfile'.
VERBOSE: Exporting cmdlet 'Get-PartnerAzureRateCard'.
VERBOSE: Exporting cmdlet 'Get-PartnerBillingProfile'.
VERBOSE: Exporting cmdlet 'Get-PartnerContext'.
VERBOSE: Exporting cmdlet 'Get-PartnerCountryValidation'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomer'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerAgreement'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerAzurePlanEntitlement'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerBillingProfile'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerCart'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerCompanyProfile'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerConfigurationPolicy'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerDevice'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerDeviceBatch'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerEntitlement'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerLicenseDeploymentInfo'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerManagedService'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerOrder'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerOrderLineItemActivationLink'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerOrderProvisioningStatus'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerQualification'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerServiceCosts'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerServiceCostsSummary'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscribedSku'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscription'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscriptionAddOn'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscriptionMeterUsage'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscriptionProvisioningStatus'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscriptionRegistrationStatus'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscriptionResourceUsage'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscriptionSupportContact'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscriptionUpgrades'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscriptionUtilization'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerTrialConversion'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerUsageRecord'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerUsageSummary'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerUser'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerUserLicense'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerUserRole'.
VERBOSE: Exporting cmdlet 'Get-PartnerEnvironment'.
VERBOSE: Exporting cmdlet 'Get-PartnerIndirectReseller'.
VERBOSE: Exporting cmdlet 'Get-PartnerInvoice'.
VERBOSE: Exporting cmdlet 'Get-PartnerInvoiceLineItem'.
VERBOSE: Exporting cmdlet 'Get-PartnerInvoiceStatement'.
VERBOSE: Exporting cmdlet 'Get-PartnerInvoiceSummary'.
VERBOSE: Exporting cmdlet 'Get-PartnerInvoiceTaxReceiptStatement'.
VERBOSE: Exporting cmdlet 'Get-PartnerLegalProfile'.
VERBOSE: Exporting cmdlet 'Get-PartnerLicenseDeploymentInfo'.
VERBOSE: Exporting cmdlet 'Get-PartnerLicenseUsageInfo'.
VERBOSE: Exporting cmdlet 'Get-PartnerMpnProfile'.
VERBOSE: Exporting cmdlet 'Get-PartnerOffer'.
VERBOSE: Exporting cmdlet 'Get-PartnerOfferAddon'.
VERBOSE: Exporting cmdlet 'Get-PartnerOfferCategory'.
VERBOSE: Exporting cmdlet 'Get-PartnerOrganizationProfile'.
VERBOSE: Exporting cmdlet 'Get-PartnerProduct'.
VERBOSE: Exporting cmdlet 'Get-PartnerProductAvailability'.
VERBOSE: Exporting cmdlet 'Get-PartnerProductInventory'.
VERBOSE: Exporting cmdlet 'Get-PartnerProductSku'.
VERBOSE: Exporting cmdlet 'Get-PartnerProductUpgradeStatus'.
VERBOSE: Exporting cmdlet 'Get-PartnerProductUpgradeEligibility'.
VERBOSE: Exporting cmdlet 'Get-PartnerResellerRequestLink'.
VERBOSE: Exporting cmdlet 'Get-PartnerRole'.
VERBOSE: Exporting cmdlet 'Get-PartnerRoleMember'.
VERBOSE: Exporting cmdlet 'Get-PartnerServiceIncident'.
VERBOSE: Exporting cmdlet 'Get-PartnerServiceRequest'.
VERBOSE: Exporting cmdlet 'Get-PartnerServiceRequestTopic'.
VERBOSE: Exporting cmdlet 'Get-PartnerSupportProfile'.
VERBOSE: Exporting cmdlet 'Get-PartnerUnbilledInvoiceLineItem'.
VERBOSE: Exporting cmdlet 'Get-PartnerUser'.
VERBOSE: Exporting cmdlet 'Get-PartnerUserSignInActivity'.
VERBOSE: Exporting cmdlet 'Get-PartnerValidationCode'.
VERBOSE: Exporting cmdlet 'New-PartnerAccessToken'.
VERBOSE: Exporting cmdlet 'New-PartnerAzureSubscription'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomer'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerAgreement'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerApplicationConsent'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerCart'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerConfigurationPolicy'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerDeviceBatch'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerOrder'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerSubscriptionActivation'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerSubscriptionRegistration'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerUser'.
VERBOSE: Exporting cmdlet 'New-PartnerProductUpgrade'.
VERBOSE: Exporting cmdlet 'New-PartnerServiceRequest'.
VERBOSE: Exporting cmdlet 'Register-PartnerTokenCache'.
VERBOSE: Exporting cmdlet 'Remove-PartnerCustomerConfigurationPolicy'.
VERBOSE: Exporting cmdlet 'Remove-PartnerCustomerUser'.
VERBOSE: Exporting cmdlet 'Remove-PartnerCustomerUserRoleMember'.
VERBOSE: Exporting cmdlet 'Remove-PartnerResellerRelationship'.
VERBOSE: Exporting cmdlet 'Remove-PartnerSandboxCustomer'.
VERBOSE: Exporting cmdlet 'Resolve-PartnerError'.
VERBOSE: Exporting cmdlet 'Restore-PartnerCustomerUser'.
VERBOSE: Exporting cmdlet 'Set-PartnerAzureBillingPolicy'.
VERBOSE: Exporting cmdlet 'Set-PartnerAzureSubscription'.
VERBOSE: Exporting cmdlet 'Set-PartnerBillingProfile'.
VERBOSE: Exporting cmdlet 'Set-PartnerCustomer'.
VERBOSE: Exporting cmdlet 'Set-PartnerCustomerCart'.
VERBOSE: Exporting cmdlet 'Set-PartnerCustomerConfigurationPolicy'.
VERBOSE: Exporting cmdlet 'Set-PartnerCustomerQualification'.
VERBOSE: Exporting cmdlet 'Set-PartnerCustomerSubscription'.
VERBOSE: Exporting cmdlet 'Set-PartnerCustomerSubscriptionSupportContact'.
VERBOSE: Exporting cmdlet 'Set-PartnerCustomerUser'.
VERBOSE: Exporting cmdlet 'Set-PartnerCustomerUserLicense'.
VERBOSE: Exporting cmdlet 'Set-PartnerLegalProfile'.
VERBOSE: Exporting cmdlet 'Set-PartnerOrganizationProfile'.
VERBOSE: Exporting cmdlet 'Set-PartnerServiceRequest'.
VERBOSE: Exporting cmdlet 'Set-PartnerSupportProfile'.
VERBOSE: Exporting cmdlet 'Submit-PartnerCustomerCart'.
VERBOSE: Exporting cmdlet 'Suspend-PartnerAzureSubscription'.
VERBOSE: Exporting cmdlet 'Test-PartnerAddress'.
VERBOSE: Exporting cmdlet 'Test-PartnerDomainAvailability'.
VERBOSE: Exporting cmdlet 'Test-PartnerSecurityRequirement'.
VERBOSE: Importing cmdlet 'Add-PartnerCustomerCartLineItem'.
VERBOSE: Importing cmdlet 'Add-PartnerCustomerUserRoleMember'.
VERBOSE: Importing cmdlet 'Connect-PartnerCenter'.
VERBOSE: Importing cmdlet 'Disconnect-PartnerCenter'.
VERBOSE: Importing cmdlet 'Enable-PartnerAzureSubscription'.
VERBOSE: Importing cmdlet 'Get-PartnerAgreementDetail'.
VERBOSE: Importing cmdlet 'Get-PartnerAgreementDocument'.
VERBOSE: Importing cmdlet 'Get-PartnerAgreementStatus'.
VERBOSE: Importing cmdlet 'Get-PartnerAuditRecord'.
VERBOSE: Importing cmdlet 'Get-PartnerAzureBillingAccount'.
VERBOSE: Importing cmdlet 'Get-PartnerAzureBillingPolicy'.
VERBOSE: Importing cmdlet 'Get-PartnerAzureBillingProfile'.
VERBOSE: Importing cmdlet 'Get-PartnerAzureRateCard'.
VERBOSE: Importing cmdlet 'Get-PartnerBillingProfile'.
VERBOSE: Importing cmdlet 'Get-PartnerContext'.
VERBOSE: Importing cmdlet 'Get-PartnerCountryValidation'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomer'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerAgreement'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerAzurePlanEntitlement'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerBillingProfile'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerCart'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerCompanyProfile'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerConfigurationPolicy'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerDevice'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerDeviceBatch'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerEntitlement'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerLicenseDeploymentInfo'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerManagedService'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerOrder'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerOrderLineItemActivationLink'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerOrderProvisioningStatus'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerQualification'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerServiceCosts'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerServiceCostsSummary'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscribedSku'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscription'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscriptionAddOn'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscriptionMeterUsage'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscriptionProvisioningStatus'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscriptionRegistrationStatus'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscriptionResourceUsage'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscriptionSupportContact'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscriptionUpgrades'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscriptionUtilization'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerTrialConversion'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerUsageRecord'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerUsageSummary'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerUser'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerUserLicense'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerUserRole'.
VERBOSE: Importing cmdlet 'Get-PartnerEnvironment'.
VERBOSE: Importing cmdlet 'Get-PartnerIndirectReseller'.
VERBOSE: Importing cmdlet 'Get-PartnerInvoice'.
VERBOSE: Importing cmdlet 'Get-PartnerInvoiceLineItem'.
VERBOSE: Importing cmdlet 'Get-PartnerInvoiceStatement'.
VERBOSE: Importing cmdlet 'Get-PartnerInvoiceSummary'.
VERBOSE: Importing cmdlet 'Get-PartnerInvoiceTaxReceiptStatement'.
VERBOSE: Importing cmdlet 'Get-PartnerLegalProfile'.
VERBOSE: Importing cmdlet 'Get-PartnerLicenseDeploymentInfo'.
VERBOSE: Importing cmdlet 'Get-PartnerLicenseUsageInfo'.
VERBOSE: Importing cmdlet 'Get-PartnerMpnProfile'.
VERBOSE: Importing cmdlet 'Get-PartnerOffer'.
VERBOSE: Importing cmdlet 'Get-PartnerOfferAddon'.
VERBOSE: Importing cmdlet 'Get-PartnerOfferCategory'.
VERBOSE: Importing cmdlet 'Get-PartnerOrganizationProfile'.
VERBOSE: Importing cmdlet 'Get-PartnerProduct'.
VERBOSE: Importing cmdlet 'Get-PartnerProductAvailability'.
VERBOSE: Importing cmdlet 'Get-PartnerProductInventory'.
VERBOSE: Importing cmdlet 'Get-PartnerProductSku'.
VERBOSE: Importing cmdlet 'Get-PartnerProductUpgradeEligibility'.
VERBOSE: Importing cmdlet 'Get-PartnerProductUpgradeStatus'.
VERBOSE: Importing cmdlet 'Get-PartnerResellerRequestLink'.
VERBOSE: Importing cmdlet 'Get-PartnerRole'.
VERBOSE: Importing cmdlet 'Get-PartnerRoleMember'.
VERBOSE: Importing cmdlet 'Get-PartnerServiceIncident'.
VERBOSE: Importing cmdlet 'Get-PartnerServiceRequest'.
VERBOSE: Importing cmdlet 'Get-PartnerServiceRequestTopic'.
VERBOSE: Importing cmdlet 'Get-PartnerSupportProfile'.
VERBOSE: Importing cmdlet 'Get-PartnerUnbilledInvoiceLineItem'.
VERBOSE: Importing cmdlet 'Get-PartnerUser'.
VERBOSE: Importing cmdlet 'Get-PartnerUserSignInActivity'.
VERBOSE: Importing cmdlet 'Get-PartnerValidationCode'.
VERBOSE: Importing cmdlet 'New-PartnerAccessToken'.
VERBOSE: Importing cmdlet 'New-PartnerAzureSubscription'.
VERBOSE: Importing cmdlet 'New-PartnerCustomer'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerAgreement'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerApplicationConsent'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerCart'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerConfigurationPolicy'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerDeviceBatch'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerOrder'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerSubscriptionActivation'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerSubscriptionRegistration'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerUser'.
VERBOSE: Importing cmdlet 'New-PartnerProductUpgrade'.
VERBOSE: Importing cmdlet 'New-PartnerServiceRequest'.
VERBOSE: Importing cmdlet 'Register-PartnerTokenCache'.
VERBOSE: Importing cmdlet 'Remove-PartnerCustomerConfigurationPolicy'.
VERBOSE: Importing cmdlet 'Remove-PartnerCustomerUser'.
VERBOSE: Importing cmdlet 'Remove-PartnerCustomerUserRoleMember'.
VERBOSE: Importing cmdlet 'Remove-PartnerResellerRelationship'.
VERBOSE: Importing cmdlet 'Remove-PartnerSandboxCustomer'.
VERBOSE: Importing cmdlet 'Resolve-PartnerError'.
VERBOSE: Importing cmdlet 'Restore-PartnerCustomerUser'.
VERBOSE: Importing cmdlet 'Set-PartnerAzureBillingPolicy'.
VERBOSE: Importing cmdlet 'Set-PartnerAzureSubscription'.
VERBOSE: Importing cmdlet 'Set-PartnerBillingProfile'.
VERBOSE: Importing cmdlet 'Set-PartnerCustomer'.
VERBOSE: Importing cmdlet 'Set-PartnerCustomerCart'.
VERBOSE: Importing cmdlet 'Set-PartnerCustomerConfigurationPolicy'.
VERBOSE: Importing cmdlet 'Set-PartnerCustomerQualification'.
VERBOSE: Importing cmdlet 'Set-PartnerCustomerSubscription'.
VERBOSE: Importing cmdlet 'Set-PartnerCustomerSubscriptionSupportContact'.
VERBOSE: Importing cmdlet 'Set-PartnerCustomerUser'.
VERBOSE: Importing cmdlet 'Set-PartnerCustomerUserLicense'.
VERBOSE: Importing cmdlet 'Set-PartnerLegalProfile'.
VERBOSE: Importing cmdlet 'Set-PartnerOrganizationProfile'.
VERBOSE: Importing cmdlet 'Set-PartnerServiceRequest'.
VERBOSE: Importing cmdlet 'Set-PartnerSupportProfile'.
VERBOSE: Importing cmdlet 'Submit-PartnerCustomerCart'.
VERBOSE: Importing cmdlet 'Suspend-PartnerAzureSubscription'.
VERBOSE: Importing cmdlet 'Test-PartnerAddress'.
VERBOSE: Importing cmdlet 'Test-PartnerDomainAvailability'.
VERBOSE: Importing cmdlet 'Test-PartnerSecurityRequirement'.
PS C:\> Import-Module AzureStack -Verbose
VERBOSE: Loading module from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\AzureStack\2.0.0\AzureSt
ack.psd1'.
Import-Module: Assembly with same name is already loaded
Latest modules also tested - just in case:
PS C:\>
PowerShell 7.0.1
Copyright (c) Microsoft Corporation. All rights reserved.
https://aka.ms/powershell
Type 'help' to get help.
PS C:\> uninstall-module AzureSTack -Verbose
VERBOSE: Acquiring providers for assembly: C:\program files\powershell\7\Modules\PackageManagement\coreclr\netstandard2.
0\Microsoft.PackageManagement.ArchiverProviders.dll
VERBOSE: Acquiring providers for assembly: C:\program files\powershell\7\Modules\PackageManagement\coreclr\netstandard2.
0\Microsoft.PackageManagement.MetaProvider.PowerShell.dll
VERBOSE: Acquiring providers for assembly: C:\program files\powershell\7\Modules\PackageManagement\coreclr\netstandard2.
0\Microsoft.PackageManagement.CoreProviders.dll
VERBOSE: Acquiring providers for assembly: C:\program files\powershell\7\Modules\PackageManagement\coreclr\netstandard2.
0\Microsoft.PackageManagement.NuGetProvider.dll
VERBOSE: Performing the operation "Uninstall-Module" on target "Version '2.0.0-preview' of module 'AzureStack'".
VERBOSE: Successfully uninstalled the module 'AzureStack' from module base 'C:\Users\ContainerAdministrator\Documents\Po
werShell\Modules\AzureStack\2.0.0'.
PS C:\> uninstall-module PartnerCenter -Verbose
VERBOSE: Performing the operation "Uninstall-Module" on target "Version '3.0.9' of module 'PartnerCenter'".
VERBOSE: Successfully uninstalled the module 'PartnerCenter' from module base 'C:\Program Files\PowerShell\Modules\Partn
erCenter\3.0.9'.
PS C:\> Install-Module -Name AzureStack -AllowPrerelease -Force
PS C:\> Install-Module -Name PartnerCenter -Verbose -Force
VERBOSE: Using the provider 'PowerShellGet' for searching packages.
VERBOSE: The -Repository parameter was not specified. PowerShellGet will use all of the registered repositories.
VERBOSE: Getting the provider object for the PackageManagement Provider 'NuGet'.
VERBOSE: The specified Location is 'https://www.powershellgallery.com/api/v2' and PackageManagementProvider is 'NuGet'.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='PartnerCenter'' for ''.
VERBOSE: Total package yield:'1' for the specified package 'PartnerCenter'.
VERBOSE: Performing the operation "Install-Module" on target "Version '3.0.10' of module 'PartnerCenter'".
VERBOSE: The installation scope is specified to be 'CurrentUser'.
VERBOSE: The specified module will be installed in 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules'.
VERBOSE: The specified Location is 'NuGet' and PackageManagementProvider is 'NuGet'.
VERBOSE: Downloading module 'PartnerCenter' with version '3.0.10' from the repository 'https://www.powershellgallery.com
/api/v2'.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='PartnerCenter'' for ''.
VERBOSE: InstallPackage' - name='PartnerCenter', version='3.0.10',destination='C:\Users\ContainerAdministrator\AppData\L
ocal\Temp\125434412'
VERBOSE: DownloadPackage' - name='PartnerCenter', version='3.0.10',destination='C:\Users\ContainerAdministrator\AppData\
Local\Temp\125434412\PartnerCenter.3.0.10\PartnerCenter.3.0.10.nupkg', uri='https://www.powershellgallery.com/api/v2/pac
kage/PartnerCenter/3.0.10'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/PartnerCenter/3.0.10'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/PartnerCenter/3.0.10'.
VERBOSE: Completed downloading 'PartnerCenter'.
VERBOSE: InstallPackageLocal' - name='PartnerCenter', version='3.0.10',destination='C:\Users\ContainerAdministrator\AppD
ata\Local\Temp\125434412'
VERBOSE: Validating the 'PartnerCenter' module contents under 'C:\Users\ContainerAdministrator\AppData\Local\Temp\125434
412\PartnerCenter.3.0.10' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\ContainerAdministrator\AppData\Lo
cal\Temp\125434412\PartnerCenter.3.0.10'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module '
PartnerCenter'.
VERBOSE: Catalog file 'PartnerCenter.cat' is not found in the contents of the module 'PartnerCenter' being installed.
VERBOSE: Valid authenticode signature found in the file 'PartnerCenter.psd1' for the module 'PartnerCenter'.
VERBOSE: For publisher validation, current module 'PartnerCenter' with version '3.0.10' with publisher name 'CN=Microsof
t Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' from root certificate authority 'CN=Microsoft Roo
t Certificate Authority 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by Microsof
t: 'True'.
VERBOSE: For publisher validation, using the previously-installed module 'PartnerCenter' with version '3.0.9' under 'C:\
Program Files\WindowsPowerShell\Modules\PartnerCenter\3.0.9' with publisher name 'CN=Microsoft Corporation, O=Microsoft
Corporation, L=Redmond, S=Washington, C=US' from root certificate authority 'CN=Microsoft Root Certificate Authority 201
1, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'. Is this module signed by Microsoft: 'True'.
VERBOSE: Authenticode issuer 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US' of the n
ew module 'PartnerCenter' with version '3.0.10' matches with the authenticode issuer 'CN=Microsoft Corporation, O=Micros
oft Corporation, L=Redmond, S=Washington, C=US' of the previously-installed module 'PartnerCenter' with version '3.0.9'.
VERBOSE: Checking for possible command collisions for the module 'PartnerCenter' commands.
VERBOSE: Module 'PartnerCenter' was installed successfully to path 'C:\Users\ContainerAdministrator\Documents\PowerShell
\Modules\PartnerCenter\3.0.10'.
PS C:\> Install-Module -Name AzureStack -AllowPrerelease Install-Module -Name AzureStack -AllowPrerelease Install-Module
-Name AzureStack -AllowPrerelease
Install-Module: Cannot bind parameter because parameter 'Name' is specified more than once. To provide multiple values t
o parameters that can accept multiple values, use the array syntax. For example, "-parameter value1,value2,value3".
PS C:\> Import-Module PartnerCenter -Verbose
VERBOSE: Loading module from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10\Par
tnerCenter.psd1'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Store.PartnerCenter.PowerShell.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Store.PartnerCenter.PowerShell.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Store.PartnerCenter.Azure.Billing.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Store.PartnerCenter.Azure.Billing.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Store.PartnerCenter.Azure.Subscription.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Store.PartnerCenter.Azure.Subscription.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Graph.Beta.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Graph.Beta.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Graph.Core.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Graph.Core.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Extensions.Caching.Abstractions.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Extensions.Caching.Abstractions.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Extensions.Caching.Memory.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Extensions.Caching.Memory.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Extensions.DependencyInjection.Abstractions.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Extensions.DependencyInjection.Abstractions.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Extensions.Options.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Extensions.Options.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Extensions.Primitives.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Extensions.Primitives.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Identity.Client.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Identity.Client.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Identity.Client.Extensions.Msal.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Identity.Client.Extensions.Msal.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.IdentityModel.JsonWebTokens.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.IdentityModel.JsonWebTokens.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.IdentityModel.Logging.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.IdentityModel.Logging.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.IdentityModel.Tokens.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.IdentityModel.Tokens.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Rest.ClientRuntime.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Rest.ClientRuntime.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\Microsoft.Store.PartnerCenter.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\Microsoft.Store.PartnerCenter.dll'.
VERBOSE: Loading 'Assembly' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10
\System.Runtime.CompilerServices.Unsafe.dll'.
VERBOSE: Loading 'Executable' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.
10\System.Runtime.CompilerServices.Unsafe.dll'.
VERBOSE: Loading 'FormatsToProcess' from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCente
r\3.0.10\Microsoft.Store.PartnerCenter.PowerShell.format.ps1xml'.
VERBOSE: Populating RepositorySourceLocation property for module PartnerCenter.
VERBOSE: Loading module from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\PartnerCenter\3.0.10\Par
tnerCenter.psm1'.
VERBOSE: Exporting function 'Test-DotNet'.
VERBOSE: Exporting cmdlet 'Add-PartnerCustomerCartLineItem'.
VERBOSE: Exporting cmdlet 'Add-PartnerCustomerUserRoleMember'.
VERBOSE: Exporting cmdlet 'Connect-PartnerCenter'.
VERBOSE: Exporting cmdlet 'Disconnect-PartnerCenter'.
VERBOSE: Exporting cmdlet 'Enable-PartnerAzureSubscription'.
VERBOSE: Exporting cmdlet 'Get-PartnerAgreementDetail'.
VERBOSE: Exporting cmdlet 'Get-PartnerAgreementDocument'.
VERBOSE: Exporting cmdlet 'Get-PartnerAgreementStatus'.
VERBOSE: Exporting cmdlet 'Get-PartnerAuditRecord'.
VERBOSE: Exporting cmdlet 'Get-PartnerAzureBillingAccount'.
VERBOSE: Exporting cmdlet 'Get-PartnerAzureBillingPolicy'.
VERBOSE: Exporting cmdlet 'Get-PartnerAzureBillingProfile'.
VERBOSE: Exporting cmdlet 'Get-PartnerAzureRateCard'.
VERBOSE: Exporting cmdlet 'Get-PartnerBillingProfile'.
VERBOSE: Exporting cmdlet 'Get-PartnerContext'.
VERBOSE: Exporting cmdlet 'Get-PartnerCountryValidation'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomer'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerAgreement'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerAzurePlanEntitlement'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerBillingProfile'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerCart'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerCompanyProfile'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerConfigurationPolicy'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerDevice'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerDeviceBatch'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerEntitlement'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerLicenseDeploymentInfo'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerManagedService'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerOrder'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerOrderLineItemActivationLink'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerOrderProvisioningStatus'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerQualification'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerServiceCosts'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerServiceCostsSummary'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscribedSku'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscription'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscriptionAddOn'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscriptionMeterUsage'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscriptionProvisioningStatus'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscriptionRegistrationStatus'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscriptionResourceUsage'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscriptionSupportContact'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscriptionUpgrades'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerSubscriptionUtilization'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerTrialConversion'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerUsageRecord'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerUsageSummary'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerUser'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerUserLicense'.
VERBOSE: Exporting cmdlet 'Get-PartnerCustomerUserRole'.
VERBOSE: Exporting cmdlet 'Get-PartnerEnvironment'.
VERBOSE: Exporting cmdlet 'Get-PartnerIndirectReseller'.
VERBOSE: Exporting cmdlet 'Get-PartnerInvoice'.
VERBOSE: Exporting cmdlet 'Get-PartnerInvoiceLineItem'.
VERBOSE: Exporting cmdlet 'Get-PartnerInvoiceStatement'.
VERBOSE: Exporting cmdlet 'Get-PartnerInvoiceSummary'.
VERBOSE: Exporting cmdlet 'Get-PartnerInvoiceTaxReceiptStatement'.
VERBOSE: Exporting cmdlet 'Get-PartnerLegalProfile'.
VERBOSE: Exporting cmdlet 'Get-PartnerLicenseDeploymentInfo'.
VERBOSE: Exporting cmdlet 'Get-PartnerLicenseUsageInfo'.
VERBOSE: Exporting cmdlet 'Get-PartnerMpnProfile'.
VERBOSE: Exporting cmdlet 'Get-PartnerOffer'.
VERBOSE: Exporting cmdlet 'Get-PartnerOfferAddon'.
VERBOSE: Exporting cmdlet 'Get-PartnerOfferCategory'.
VERBOSE: Exporting cmdlet 'Get-PartnerOrganizationProfile'.
VERBOSE: Exporting cmdlet 'Get-PartnerProduct'.
VERBOSE: Exporting cmdlet 'Get-PartnerProductAvailability'.
VERBOSE: Exporting cmdlet 'Get-PartnerProductInventory'.
VERBOSE: Exporting cmdlet 'Get-PartnerProductSku'.
VERBOSE: Exporting cmdlet 'Get-PartnerProductUpgradeStatus'.
VERBOSE: Exporting cmdlet 'Get-PartnerProductUpgradeEligibility'.
VERBOSE: Exporting cmdlet 'Get-PartnerResellerRequestLink'.
VERBOSE: Exporting cmdlet 'Get-PartnerRole'.
VERBOSE: Exporting cmdlet 'Get-PartnerRoleMember'.
VERBOSE: Exporting cmdlet 'Get-PartnerServiceIncident'.
VERBOSE: Exporting cmdlet 'Get-PartnerServiceRequest'.
VERBOSE: Exporting cmdlet 'Get-PartnerServiceRequestTopic'.
VERBOSE: Exporting cmdlet 'Get-PartnerSupportProfile'.
VERBOSE: Exporting cmdlet 'Get-PartnerUnbilledInvoiceLineItem'.
VERBOSE: Exporting cmdlet 'Get-PartnerUser'.
VERBOSE: Exporting cmdlet 'Get-PartnerUserSignInActivity'.
VERBOSE: Exporting cmdlet 'Get-PartnerValidationCode'.
VERBOSE: Exporting cmdlet 'New-PartnerAccessToken'.
VERBOSE: Exporting cmdlet 'New-PartnerAzureSubscription'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomer'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerAgreement'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerApplicationConsent'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerCart'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerConfigurationPolicy'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerDeviceBatch'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerOrder'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerSubscriptionActivation'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerSubscriptionRegistration'.
VERBOSE: Exporting cmdlet 'New-PartnerCustomerUser'.
VERBOSE: Exporting cmdlet 'New-PartnerProductUpgrade'.
VERBOSE: Exporting cmdlet 'New-PartnerServiceRequest'.
VERBOSE: Exporting cmdlet 'Register-PartnerTokenCache'.
VERBOSE: Exporting cmdlet 'Remove-PartnerCustomerConfigurationPolicy'.
VERBOSE: Exporting cmdlet 'Remove-PartnerCustomerUser'.
VERBOSE: Exporting cmdlet 'Remove-PartnerCustomerUserRoleMember'.
VERBOSE: Exporting cmdlet 'Remove-PartnerResellerRelationship'.
VERBOSE: Exporting cmdlet 'Remove-PartnerSandboxCustomer'.
VERBOSE: Exporting cmdlet 'Resolve-PartnerError'.
VERBOSE: Exporting cmdlet 'Restore-PartnerCustomerUser'.
VERBOSE: Exporting cmdlet 'Set-PartnerAzureBillingPolicy'.
VERBOSE: Exporting cmdlet 'Set-PartnerAzureSubscription'.
VERBOSE: Exporting cmdlet 'Set-PartnerBillingProfile'.
VERBOSE: Exporting cmdlet 'Set-PartnerCustomer'.
VERBOSE: Exporting cmdlet 'Set-PartnerCustomerCart'.
VERBOSE: Exporting cmdlet 'Set-PartnerCustomerConfigurationPolicy'.
VERBOSE: Exporting cmdlet 'Set-PartnerCustomerQualification'.
VERBOSE: Exporting cmdlet 'Set-PartnerCustomerSubscription'.
VERBOSE: Exporting cmdlet 'Set-PartnerCustomerSubscriptionSupportContact'.
VERBOSE: Exporting cmdlet 'Set-PartnerCustomerUser'.
VERBOSE: Exporting cmdlet 'Set-PartnerCustomerUserLicense'.
VERBOSE: Exporting cmdlet 'Set-PartnerLegalProfile'.
VERBOSE: Exporting cmdlet 'Set-PartnerOrganizationProfile'.
VERBOSE: Exporting cmdlet 'Set-PartnerServiceRequest'.
VERBOSE: Exporting cmdlet 'Set-PartnerSupportProfile'.
VERBOSE: Exporting cmdlet 'Submit-PartnerCustomerCart'.
VERBOSE: Exporting cmdlet 'Suspend-PartnerAzureSubscription'.
VERBOSE: Exporting cmdlet 'Test-PartnerAddress'.
VERBOSE: Exporting cmdlet 'Test-PartnerDomainAvailability'.
VERBOSE: Exporting cmdlet 'Test-PartnerSecurityRequirement'.
VERBOSE: Importing cmdlet 'Add-PartnerCustomerCartLineItem'.
VERBOSE: Importing cmdlet 'Add-PartnerCustomerUserRoleMember'.
VERBOSE: Importing cmdlet 'Connect-PartnerCenter'.
VERBOSE: Importing cmdlet 'Disconnect-PartnerCenter'.
VERBOSE: Importing cmdlet 'Enable-PartnerAzureSubscription'.
VERBOSE: Importing cmdlet 'Get-PartnerAgreementDetail'.
VERBOSE: Importing cmdlet 'Get-PartnerAgreementDocument'.
VERBOSE: Importing cmdlet 'Get-PartnerAgreementStatus'.
VERBOSE: Importing cmdlet 'Get-PartnerAuditRecord'.
VERBOSE: Importing cmdlet 'Get-PartnerAzureBillingAccount'.
VERBOSE: Importing cmdlet 'Get-PartnerAzureBillingPolicy'.
VERBOSE: Importing cmdlet 'Get-PartnerAzureBillingProfile'.
VERBOSE: Importing cmdlet 'Get-PartnerAzureRateCard'.
VERBOSE: Importing cmdlet 'Get-PartnerBillingProfile'.
VERBOSE: Importing cmdlet 'Get-PartnerContext'.
VERBOSE: Importing cmdlet 'Get-PartnerCountryValidation'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomer'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerAgreement'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerAzurePlanEntitlement'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerBillingProfile'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerCart'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerCompanyProfile'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerConfigurationPolicy'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerDevice'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerDeviceBatch'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerEntitlement'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerLicenseDeploymentInfo'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerManagedService'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerOrder'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerOrderLineItemActivationLink'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerOrderProvisioningStatus'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerQualification'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerServiceCosts'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerServiceCostsSummary'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscribedSku'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscription'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscriptionAddOn'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscriptionMeterUsage'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscriptionProvisioningStatus'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscriptionRegistrationStatus'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscriptionResourceUsage'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscriptionSupportContact'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscriptionUpgrades'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerSubscriptionUtilization'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerTrialConversion'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerUsageRecord'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerUsageSummary'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerUser'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerUserLicense'.
VERBOSE: Importing cmdlet 'Get-PartnerCustomerUserRole'.
VERBOSE: Importing cmdlet 'Get-PartnerEnvironment'.
VERBOSE: Importing cmdlet 'Get-PartnerIndirectReseller'.
VERBOSE: Importing cmdlet 'Get-PartnerInvoice'.
VERBOSE: Importing cmdlet 'Get-PartnerInvoiceLineItem'.
VERBOSE: Importing cmdlet 'Get-PartnerInvoiceStatement'.
VERBOSE: Importing cmdlet 'Get-PartnerInvoiceSummary'.
VERBOSE: Importing cmdlet 'Get-PartnerInvoiceTaxReceiptStatement'.
VERBOSE: Importing cmdlet 'Get-PartnerLegalProfile'.
VERBOSE: Importing cmdlet 'Get-PartnerLicenseDeploymentInfo'.
VERBOSE: Importing cmdlet 'Get-PartnerLicenseUsageInfo'.
VERBOSE: Importing cmdlet 'Get-PartnerMpnProfile'.
VERBOSE: Importing cmdlet 'Get-PartnerOffer'.
VERBOSE: Importing cmdlet 'Get-PartnerOfferAddon'.
VERBOSE: Importing cmdlet 'Get-PartnerOfferCategory'.
VERBOSE: Importing cmdlet 'Get-PartnerOrganizationProfile'.
VERBOSE: Importing cmdlet 'Get-PartnerProduct'.
VERBOSE: Importing cmdlet 'Get-PartnerProductAvailability'.
VERBOSE: Importing cmdlet 'Get-PartnerProductInventory'.
VERBOSE: Importing cmdlet 'Get-PartnerProductSku'.
VERBOSE: Importing cmdlet 'Get-PartnerProductUpgradeEligibility'.
VERBOSE: Importing cmdlet 'Get-PartnerProductUpgradeStatus'.
VERBOSE: Importing cmdlet 'Get-PartnerResellerRequestLink'.
VERBOSE: Importing cmdlet 'Get-PartnerRole'.
VERBOSE: Importing cmdlet 'Get-PartnerRoleMember'.
VERBOSE: Importing cmdlet 'Get-PartnerServiceIncident'.
VERBOSE: Importing cmdlet 'Get-PartnerServiceRequest'.
VERBOSE: Importing cmdlet 'Get-PartnerServiceRequestTopic'.
VERBOSE: Importing cmdlet 'Get-PartnerSupportProfile'.
VERBOSE: Importing cmdlet 'Get-PartnerUnbilledInvoiceLineItem'.
VERBOSE: Importing cmdlet 'Get-PartnerUser'.
VERBOSE: Importing cmdlet 'Get-PartnerUserSignInActivity'.
VERBOSE: Importing cmdlet 'Get-PartnerValidationCode'.
VERBOSE: Importing cmdlet 'New-PartnerAccessToken'.
VERBOSE: Importing cmdlet 'New-PartnerAzureSubscription'.
VERBOSE: Importing cmdlet 'New-PartnerCustomer'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerAgreement'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerApplicationConsent'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerCart'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerConfigurationPolicy'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerDeviceBatch'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerOrder'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerSubscriptionActivation'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerSubscriptionRegistration'.
VERBOSE: Importing cmdlet 'New-PartnerCustomerUser'.
VERBOSE: Importing cmdlet 'New-PartnerProductUpgrade'.
VERBOSE: Importing cmdlet 'New-PartnerServiceRequest'.
VERBOSE: Importing cmdlet 'Register-PartnerTokenCache'.
VERBOSE: Importing cmdlet 'Remove-PartnerCustomerConfigurationPolicy'.
VERBOSE: Importing cmdlet 'Remove-PartnerCustomerUser'.
VERBOSE: Importing cmdlet 'Remove-PartnerCustomerUserRoleMember'.
VERBOSE: Importing cmdlet 'Remove-PartnerResellerRelationship'.
VERBOSE: Importing cmdlet 'Remove-PartnerSandboxCustomer'.
VERBOSE: Importing cmdlet 'Resolve-PartnerError'.
VERBOSE: Importing cmdlet 'Restore-PartnerCustomerUser'.
VERBOSE: Importing cmdlet 'Set-PartnerAzureBillingPolicy'.
VERBOSE: Importing cmdlet 'Set-PartnerAzureSubscription'.
VERBOSE: Importing cmdlet 'Set-PartnerBillingProfile'.
VERBOSE: Importing cmdlet 'Set-PartnerCustomer'.
VERBOSE: Importing cmdlet 'Set-PartnerCustomerCart'.
VERBOSE: Importing cmdlet 'Set-PartnerCustomerConfigurationPolicy'.
VERBOSE: Importing cmdlet 'Set-PartnerCustomerQualification'.
VERBOSE: Importing cmdlet 'Set-PartnerCustomerSubscription'.
VERBOSE: Importing cmdlet 'Set-PartnerCustomerSubscriptionSupportContact'.
VERBOSE: Importing cmdlet 'Set-PartnerCustomerUser'.
VERBOSE: Importing cmdlet 'Set-PartnerCustomerUserLicense'.
VERBOSE: Importing cmdlet 'Set-PartnerLegalProfile'.
VERBOSE: Importing cmdlet 'Set-PartnerOrganizationProfile'.
VERBOSE: Importing cmdlet 'Set-PartnerServiceRequest'.
VERBOSE: Importing cmdlet 'Set-PartnerSupportProfile'.
VERBOSE: Importing cmdlet 'Submit-PartnerCustomerCart'.
VERBOSE: Importing cmdlet 'Suspend-PartnerAzureSubscription'.
VERBOSE: Importing cmdlet 'Test-PartnerAddress'.
VERBOSE: Importing cmdlet 'Test-PartnerDomainAvailability'.
VERBOSE: Importing cmdlet 'Test-PartnerSecurityRequirement'.
PS C:\> Import-Module AzureStack -Verbose
VERBOSE: Loading module from path 'C:\Users\ContainerAdministrator\Documents\PowerShell\Modules\AzureStack\2.0.1\AzureSt
ack.psd1'.
Import-Module: Assembly with same name is already loaded
PS C:\>
Using Ubuntu 18.04.4 LTS docker container.
docker run -it azurestacktest:latest
PowerShell 7.0.2
Copyright (c) Microsoft Corporation. All rights reserved.
https://aka.ms/powershell
Type 'help' to get help.
PS /> Import-Module AzureStack -Verbose
VERBOSE: Loading module from path '/root/.local/share/powershell/Modules/AzureStack/2.0.1/AzureStack.psd1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureStack.
VERBOSE: Loading module from path '/root/.local/share/powershell/Modules/AzureStack/2.0.1/AzureStack.psm1'.
WARNING: Preview version of AzureStack module is loaded, Future versions may have breaking changes
PS /> Import-Module PartnerCenter -Verbose
VERBOSE: Loading module from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/PartnerCenter.psd1'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.PowerShell.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.PowerShell.dll'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.Azure.Billing.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.Azure.Billing.dll'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.Azure.Subscription.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.Azure.Subscription.dll'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Graph.Beta.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Graph.Beta.dll'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Graph.Core.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Graph.Core.dll'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.Caching.Abstractions.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.Caching.Abstractions.dll'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.Caching.Memory.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.Caching.Memory.dll'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.DependencyInjection.Abstractions.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.DependencyInjection.Abstractions.dll'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.Options.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.Options.dll'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.Primitives.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.Primitives.dll'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Identity.Client.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Identity.Client.dll'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Identity.Client.Extensions.Msal.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Identity.Client.Extensions.Msal.dll'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.IdentityModel.JsonWebTokens.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.IdentityModel.JsonWebTokens.dll'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.IdentityModel.Logging.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.IdentityModel.Logging.dll'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.IdentityModel.Tokens.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.IdentityModel.Tokens.dll'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Rest.ClientRuntime.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Rest.ClientRuntime.dll'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.dll'.
VERBOSE: Loading 'Assembly' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/System.Runtime.CompilerServices.Unsafe.dll'.
VERBOSE: Loading 'Executable' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/System.Runtime.CompilerServices.Unsafe.dll'.
VERBOSE: Loading 'FormatsToProcess' from path '/root/.local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.PowerShell.format.ps1xml'.
Import-Module: Assembly with same name is already loaded
CentOS 7 also broken.
PS C:\DockerTest> docker run -ti --rm "centospwsh7" pwsh
PowerShell 7.0.2
Copyright (c) Microsoft Corporation. All rights reserved.
https://aka.ms/powershell
Type 'help' to get help.
PS /> Import-Module AzureStack -Verbose
VERBOSE: Loading module from path '/root/.local/share/powershell/Modules/AzureStack/2.0.1/AzureStack.psd1'.
VERBOSE: Populating RepositorySourceLocation property for module AzureStack.
VERBOSE: Loading module from path '/root/.local/share/powershell/Modules/AzureStack/2.0.1/AzureStack.psm1'.
WARNING: Preview version of AzureStack module is loaded, Future versions may have breaking changes
PS /> Import-Module PartnerCenter -Verbose
VERBOSE: Loading module from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/PartnerCenter.psd1'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.PowerShell.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.PowerShell.dll'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.Azure.Billing.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.Azure.Billing.dll'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.Azure.Subscription.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.Azure.Subscription.dll'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Graph.Beta.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Graph.Beta.dll'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Graph.Core.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Graph.Core.dll'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.Caching.Abstractions.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.Caching.Abstractions.dll'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.Caching.Memory.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.Caching.Memory.dll'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.DependencyInjection.Abstractions.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.DependencyInjection.Abstractions.dll'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.Options.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.Options.dll'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.Primitives.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Extensions.Primitives.dll'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Identity.Client.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Identity.Client.dll'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Identity.Client.Extensions.Msal.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Identity.Client.Extensions.Msal.dll'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.IdentityModel.JsonWebTokens.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.IdentityModel.JsonWebTokens.dll'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.IdentityModel.Logging.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.IdentityModel.Logging.dll'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.IdentityModel.Tokens.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.IdentityModel.Tokens.dll'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Rest.ClientRuntime.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Rest.ClientRuntime.dll'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.dll'.
VERBOSE: Loading 'Assembly' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/System.Runtime.CompilerServices.Unsafe.dll'.
VERBOSE: Loading 'Executable' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/System.Runtime.CompilerServices.Unsafe.dll'.
VERBOSE: Loading 'FormatsToProcess' from path '/usr/local/share/powershell/Modules/PartnerCenter/3.0.10/Microsoft.Store.PartnerCenter.PowerShell.format.ps1xml'.
Import-Module: Assembly with same name is already loaded
PS /> cat /etc/redhat-release
CentOS Linux release 7.8.2003 (Core)
PS />
@isaiahwilliams has this repo been abandoned? Is this ever going to have a new release with the fixes we need to make it work with PS 7.x please?
For anyone researching / following this issue, a more detailed explanation is found at https://github.com/Azure/azure-powershell/issues/13423. In short, at issue is the limitation of .NET Core not being able to load the same assemblies of different versions, and Az.Accounts (>1.9.4) loading a newer version of the following assemblies than PartnerCenter does.
- Microsoft.Identity.Client.dll
- Microsoft.Identity.Client.Extensions.Msal.dll
Unfortunately, I've tested manipulating the PartnerCenter code to accept the newer versions of these assemblies, and there are breaking changes in the newer versions that PartnerCenter does not currently handle, so further code changes/testing would be required.
So if you're looking for a workaround, you can limit your Az module version usage to 1.9.4 of Az.Accounts (and any limited versions of other modules that require a higher version of Az.Accounts, ex Az.Sql limited to 2.11.0). Obviously, this isn't ideal, and the further time goes on, the more of an issue this becomes, but it does work at the moment.
Thanks @Get-Ryan - hardly a fix, but we shall see what I can do with it :-) Thanks for sharing!!!
Most definitely not a fix, yet anyway. Though my present environment is starting to heavily rely on PartnerCenter functionality. If this isn't fixed independently, I may be directed to fix it myself. If that happens, I'll of course feed that back into this repo.
Yeah I am in the same boat... everything I do relies on that Module and it sadly prevents the switch to Az.... If I knew how to fix it here, I would, but I am not a .NET / C# dev :-) Thanks again @Get-Ryan
At this point I am seriously considering of abandoning PartnerCenter and trying to find other ways to do things. I do not see anyone picking the development on this module.
Super sad... would love to have some official MSFT reply here if possible, pretty please? @isaiahwilliams ?
It is a waste of time to try to get response from Isaih. He has moved on to another team as far as I know. Microsoft official statement is that this was open-source project and never supported by Microsoft. I have reached Microsoft several times trough different channels and response was always that. I am trying to get them at least may be someone to update the repo saying that currently there is no development done and if someone wants to chime in on that work they can help me. I doubt that someone will really commit to this if it is outside of Microsoft.