PowerShell / PowerShellGetv2

PowerShellGet is the Package Manager for PowerShell
https://www.PowerShellGallery.com
MIT License
432 stars 138 forks source link

Issues with installing AzureRM in Windows 10. #178

Open cgmeijers opened 7 years ago

cgmeijers commented 7 years ago

Not able to install AzureRM, because it can

Expected Behavior

Install-Module AzureRM should install AzureRM, but does not.

Current Behavior

Package 'AzureRM.ApiManagement' failed to be installed because: The process cannot access the file 'C:\Users\StijnM\AppData\Local\Temp\vosoicvg\Microsoft.Data.OData.dll' because it is being used by another process.

Trying to install the AzureRM module, this error occurs. It seems like the failed to be installed packages and to be accessed files are different everytime I try to install the module.

Steps to Reproduce (for bugs)

PS C:\WINDOWS\system32> Install-Module AzureRM -Verbose -Debug DEBUG: 00:00:00 Calling New() : MethodName = 'GetDynamicOptions'

Confirm Continue with this operation? [Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): a DEBUG: 00:00:00.0001046 Verbose: True DEBUG: 00:00:00.0001610 Debug: True DEBUG: 00:00:00.0002104 Name: AzureRM DEBUG: 00:00:00.0029756 INVOKING PowerShell Fn Get-DynamicOptions with args Provider that has length 1 DEBUG: 00:00:00.0048507 In PowerShellGet Provider - 'Get-DynamicOptions'. DEBUG: 00:00:00.0075138 Done calling powershell «Get-DynamicOptions» «PSModule» DEBUG: 00:00:00.0162474 Calling New() : MethodName = 'GetDynamicOptions' DEBUG: 00:00:00.0163181 Verbose: True DEBUG: 00:00:00.0163686 Debug: True DEBUG: 00:00:00.0164164 Name: AzureRM DEBUG: 00:00:00.0179318 INVOKING PowerShell Fn Get-DynamicOptions with args Source that has length 1 DEBUG: 00:00:00.0196948 In PowerShellGet Provider - 'Get-DynamicOptions'. DEBUG: 00:00:00.0255171 Done calling powershell «Get-DynamicOptions» «PSModule» DEBUG: 00:00:00.0354046 Calling New() : MethodName = 'GetDynamicOptions' DEBUG: 00:00:00.0354382 Verbose: True DEBUG: 00:00:00.0354587 Debug: True DEBUG: 00:00:00.0354781 Name: AzureRM DEBUG: 00:00:00.0364527 INVOKING PowerShell Fn Get-DynamicOptions with args Package that has length 1 DEBUG: 00:00:00.0374199 In PowerShellGet Provider - 'Get-DynamicOptions'. DEBUG: 00:00:00.0478999 Done calling powershell «Get-DynamicOptions» «PSModule» DEBUG: 00:00:00.0541458 Calling New() : MethodName = 'GetDynamicOptions' DEBUG: 00:00:00.0541991 Verbose: True DEBUG: 00:00:00.0542397 Debug: True DEBUG: 00:00:00.0542776 Name: AzureRM DEBUG: 00:00:00.0552922 INVOKING PowerShell Fn Get-DynamicOptions with args Install that has length 1 DEBUG: 00:00:00.0563485 In PowerShellGet Provider - 'Get-DynamicOptions'. DEBUG: 00:00:00.0609143 Done calling powershell «Get-DynamicOptions» «PSModule» DEBUG: 00:00:09.8101966 Calling SearchForPackages. Name='AzureRM' VERBOSE: Using the provider 'PowerShellGet' for searching packages. DEBUG: 00:00:09.8136263 PackageProvider::FindPackage with name AzureRM DEBUG: 00:00:09.8144225 Calling SearchForPackages After Select 1 DEBUG: 00:00:09.8221993 Calling New() : MethodName = 'FindPackage' DEBUG: 00:00:09.8241987 ProviderName: PowerShellGet DEBUG: 00:00:09.8251986 Type: Module DEBUG: 00:00:09.8263051 MessageResolver: Microsoft.PowerShell.PackageManagement.Cmdlets.GetMessageString DEBUG: 00:00:09.8271965 Debug: True DEBUG: 00:00:09.8285655 Scope: AllUsers DEBUG: 00:00:09.8311449 Verbose: True DEBUG: 00:00:09.8323888 Name: AzureRM DEBUG: 00:00:09.8349468 INVOKING PowerShell Fn Find-Package with args System.String[], , , that has length 4 DEBUG: 00:00:09.8374002 In PowerShellGet Provider - 'Find-Package'. DEBUG: 00:00:09.8385679 OPTION: ProviderName => PowerShellGet DEBUG: 00:00:09.8401647 OPTION: Type => Module DEBUG: 00:00:09.8416048 OPTION: MessageResolver => Microsoft.PowerShell.PackageManagement.Cmdlets.GetMessageString DEBUG: 00:00:09.8428893 OPTION: Debug => True DEBUG: 00:00:09.8456518 OPTION: Scope => AllUsers DEBUG: 00:00:09.8467453 OPTION: Verbose => True DEBUG: 00:00:09.8487239 OPTION: Name => AzureRM 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'. DEBUG: 00:00:09.8599555 PackageProvider::FindPackage with name AzureRM DEBUG: 00:00:09.8652244 Calling 'NuGet'::'FindPackage' - name='AzureRM', requiredVersion='',minimumVersion='', maximumVersion='''. DEBUG: 00:00:09.8684910 Iterating 'AzureRM'. DEBUG: 00:00:09.8714260 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:09.8726300 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:10.3929723 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:10.3986489 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM'. DEBUG: 00:00:10.5965014 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM'. DEBUG: 00:00:10.6027480 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'' for ''. DEBUG: 00:00:10.6135541 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=0&$top=40'. DEBUG: 00:00:11.2784656 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=0&$top=40'. DEBUG: 00:00:11.3334526 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=40&$top=40'. DEBUG: 00:00:11.3338920 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=80&$top=40'. DEBUG: 00:00:11.3343570 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=120&$top=40'. DEBUG: 00:00:11.3347234 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=160&$top=40'. DEBUG: 00:00:11.4508600 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=40&$top=40'. DEBUG: 00:00:11.4614340 '3' packages received in the last request. DEBUG: 00:00:11.5434474 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=120&$top=40'. DEBUG: 00:00:11.5526915 '0' packages received in the last request. DEBUG: 00:00:11.7401077 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=80&$top=40'. DEBUG: 00:00:11.7491303 '0' packages received in the last request. DEBUG: 00:00:11.8443709 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=160&$top=40'. DEBUG: 00:00:11.8504651 '0' packages received in the last request. VERBOSE: Total package yield:'1' for the specified package 'AzureRM'. DEBUG: 00:00:11.8575732 Completed iterating for 'AzureRM'. DEBUG: 00:00:11.8976593 Done calling powershell «Find-Package» «PSModule» DEBUG: 00:00:11.9067071 Calling New() : MethodName = 'GetInstalledPackages' DEBUG: 00:00:11.9088866 ProviderName: PowerShellGet DEBUG: 00:00:11.9098573 Type: Module DEBUG: 00:00:11.9107246 MessageResolver: Microsoft.PowerShell.PackageManagement.Cmdlets.GetMessageString DEBUG: 00:00:11.9114865 Debug: True DEBUG: 00:00:11.9123490 Scope: AllUsers DEBUG: 00:00:11.9131026 Verbose: True DEBUG: 00:00:11.9141420 Name: AzureRM DEBUG: 00:00:11.9152094 INVOKING PowerShell Fn Get-InstalledPackage with args AzureRM, 4.4.1, , that has length 4 DEBUG: 00:00:11.9169744 In PowerShellGet Provider - 'Get-InstalledPackage'. DEBUG: 00:00:11.9186154 OPTION: ProviderName => PowerShellGet DEBUG: 00:00:11.9205505 OPTION: Type => Module DEBUG: 00:00:11.9215721 OPTION: MessageResolver => Microsoft.PowerShell.PackageManagement.Cmdlets.GetMessageString DEBUG: 00:00:11.9242601 OPTION: Debug => True DEBUG: 00:00:11.9254688 OPTION: Scope => AllUsers DEBUG: 00:00:11.9272792 OPTION: Verbose => True DEBUG: 00:00:11.9282795 OPTION: Name => AzureRM DEBUG: 00:00:11.9821494 PowerShell Script 'PSModule' Function 'Get-InstalledPackage' returns null. DEBUG: 00:00:11.9840430 Done calling powershell «Get-InstalledPackage» «PSModule»

Confirm Are you sure you want to perform this action? Performing the operation "Install-Module" on target "Version '4.4.1' of module 'AzureRM'". [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): a

Untrusted repository You are installing the modules from an untrusted repository. If you trust this repository, change its InstallationPolicy value by running the Set-PSRepository cmdlet. Are you sure you want to install the modules from 'PSGallery'? [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"): a DEBUG: 00:00:13.7271703 Calling New() : MethodName = 'InstallPackage' DEBUG: 00:00:13.7289783 ProviderName: PowerShellGet DEBUG: 00:00:13.7307488 Type: Module DEBUG: 00:00:13.7318675 MessageResolver: Microsoft.PowerShell.PackageManagement.Cmdlets.GetMessageString DEBUG: 00:00:13.7334217 Debug: True DEBUG: 00:00:13.7357938 Scope: AllUsers DEBUG: 00:00:13.7376827 Verbose: True DEBUG: 00:00:13.7387343 Name: AzureRM DEBUG: 00:00:13.7400599 INVOKING PowerShell Fn Install-Package with args NuGet|AzureRM|4.4.1|https://www.powershellgallery.com/api/v2/|Module that has length 1 DEBUG: 00:00:13.7426693 In PowerShellGet Provider - 'Install-Package'. DEBUG: 00:00:13.7442250 In PowerShellGet Provider - 'Install-PackageUtility'. DEBUG: 00:00:13.7457192 The FastPackageReference is 'NuGet|AzureRM|4.4.1|https://www.powershellgallery.com/api/v2/|Module'. DEBUG: 00:00:13.7474818 OPTION: ProviderName => PowerShellGet DEBUG: 00:00:13.7488346 OPTION: Type => Module DEBUG: 00:00:13.7524818 OPTION: MessageResolver => Microsoft.PowerShell.PackageManagement.Cmdlets.GetMessageString DEBUG: 00:00:13.7541007 OPTION: Debug => True DEBUG: 00:00:13.7553627 OPTION: Scope => AllUsers DEBUG: 00:00:13.7571522 OPTION: Verbose => True DEBUG: 00:00:13.7581620 OPTION: Name => AzureRM VERBOSE: The installation scope is specified to be 'AllUsers'. VERBOSE: The specified module will be installed in 'C:\Program Files\WindowsPowerShell\Modules'. DEBUG: 00:00:13.7722809 ArtifactType is Module VERBOSE: The specified Location is 'NuGet' and PackageManagementProvider is 'NuGet'. DEBUG: 00:00:19.1838456 Locally available Item: microsoft.powershell.operation.validation!#!1.0.1 DEBUG: 00:00:19.1849876 Locally available Item: packagemanagement!#!1.1.6.0 DEBUG: 00:00:19.1883004 Locally available Item: packagemanagement!#!1.0.0.1 DEBUG: 00:00:19.1907653 Locally available Item: pester!#!3.4.0 DEBUG: 00:00:19.1917747 Locally available Item: powershellget!#!1.5.0.0 DEBUG: 00:00:19.1929755 Locally available Item: powershellget!#!1.0.0.1 DEBUG: 00:00:19.1969065 Locally available Item: psreadline!#!1.2 DEBUG: 00:00:19.1994405 Locally available Item: appbackgroundtask!#!1.0.0.0 DEBUG: 00:00:19.2007420 Locally available Item: applocker!#!2.0.0.0 DEBUG: 00:00:19.2020372 Locally available Item: appvclient!#!1.0.0.0 DEBUG: 00:00:19.2033478 Locally available Item: appx!#!2.0.0.0 DEBUG: 00:00:19.2057922 Locally available Item: assignedaccess!#!1.0.0.0 DEBUG: 00:00:19.2085799 Locally available Item: bitlocker!#!1.0.0.0 DEBUG: 00:00:19.2099367 Locally available Item: bitstransfer!#!2.0.0.0 DEBUG: 00:00:19.2114443 Locally available Item: branchcache!#!1.0.0.0 DEBUG: 00:00:19.2128212 Locally available Item: cimcmdlets!#!1.0.0.0 DEBUG: 00:00:19.2141298 Locally available Item: configci!#!1.0 DEBUG: 00:00:19.2153157 Locally available Item: defender!#!1.0 DEBUG: 00:00:19.2164751 Locally available Item: deliveryoptimization!#!1.0.0.0 DEBUG: 00:00:19.2176602 Locally available Item: directaccessclientcomponents!#!1.0.0.0 DEBUG: 00:00:19.2201937 Locally available Item: dism!#!3.0 DEBUG: 00:00:19.2211747 Locally available Item: dnsclient!#!1.0.0.0 DEBUG: 00:00:19.2222421 Locally available Item: eventtracingmanagement!#!1.0.0.0 DEBUG: 00:00:19.2240414 Locally available Item: hgsclient!#!1.0.0.0 DEBUG: 00:00:19.2250935 Locally available Item: hgsdiagnostics!#!1.0.0.0 DEBUG: 00:00:19.2271936 Locally available Item: hyper-v!#!2.0.0.0 DEBUG: 00:00:19.2288010 Locally available Item: hyper-v!#!1.1 DEBUG: 00:00:19.2301136 Locally available Item: international!#!2.0.0.0 DEBUG: 00:00:19.2312655 Locally available Item: iscsi!#!1.0.0.0 DEBUG: 00:00:19.2324486 Locally available Item: ise!#!1.0.0.0 DEBUG: 00:00:19.2336064 Locally available Item: kds!#!1.0.0.0 DEBUG: 00:00:19.2366591 Locally available Item: microsoft.powershell.archive!#!1.0.1.0 DEBUG: 00:00:19.2377597 Locally available Item: microsoft.powershell.diagnostics!#!3.0.0.0 DEBUG: 00:00:19.2389143 Locally available Item: microsoft.powershell.host!#!3.0.0.0 DEBUG: 00:00:19.2408676 Locally available Item: microsoft.powershell.localaccounts!#!1.0.0.0 DEBUG: 00:00:19.2420475 Locally available Item: microsoft.powershell.management!#!3.1.0.0 DEBUG: 00:00:19.2432291 Locally available Item: microsoft.powershell.odatautils!#!1.0 DEBUG: 00:00:19.2449530 Locally available Item: microsoft.powershell.security!#!3.0.0.0 DEBUG: 00:00:19.2469674 Locally available Item: microsoft.powershell.utility!#!3.1.0.0 DEBUG: 00:00:19.2480716 Locally available Item: microsoft.wsman.management!#!3.0.0.0 DEBUG: 00:00:19.2490032 Locally available Item: mmagent!#!1.0 DEBUG: 00:00:19.2498417 Locally available Item: msdtc!#!1.0.0.0 DEBUG: 00:00:19.2522923 Locally available Item: netadapter!#!2.0.0.0 DEBUG: 00:00:19.2530949 Locally available Item: netconnection!#!1.0.0.0 DEBUG: 00:00:19.2539590 Locally available Item: neteventpacketcapture!#!1.0.0.0 DEBUG: 00:00:19.2555771 Locally available Item: netlbfo!#!2.0.0.0 DEBUG: 00:00:19.2563532 Locally available Item: netnat!#!1.0.0.0 DEBUG: 00:00:19.2572607 Locally available Item: netqos!#!2.0.0.0 DEBUG: 00:00:19.2581110 Locally available Item: netsecurity!#!2.0.0.0 DEBUG: 00:00:19.2591710 Locally available Item: netswitchteam!#!1.0.0.0 DEBUG: 00:00:19.2600098 Locally available Item: nettcpip!#!1.0.0.0 DEBUG: 00:00:19.2616351 Locally available Item: netwnv!#!1.0.0.0 DEBUG: 00:00:19.2624873 Locally available Item: networkconnectivitystatus!#!1.0.0.0 DEBUG: 00:00:19.2635109 Locally available Item: networkswitchmanager!#!1.0.0.0 DEBUG: 00:00:19.2643482 Locally available Item: networktransition!#!1.0.0.0 DEBUG: 00:00:19.2651681 Locally available Item: pcsvdevice!#!1.0.0.0 DEBUG: 00:00:19.2683092 Locally available Item: pki!#!1.0.0.0 DEBUG: 00:00:19.2691714 Locally available Item: pnpdevice!#!1.0.0.0 DEBUG: 00:00:19.2700024 Locally available Item: printmanagement!#!1.1 DEBUG: 00:00:19.2708507 Locally available Item: provisioning!#!3.0 DEBUG: 00:00:19.2718984 Locally available Item: psdesiredstateconfiguration!#!1.1 DEBUG: 00:00:19.2727696 Locally available Item: psdiagnostics!#!1.0.0.0 DEBUG: 00:00:19.2736029 Locally available Item: psscheduledjob!#!1.1.0.0 DEBUG: 00:00:19.2744355 Locally available Item: psworkflow!#!2.0.0.0 DEBUG: 00:00:19.2755546 Locally available Item: psworkflowutility!#!1.0.0.0 DEBUG: 00:00:19.2763734 Locally available Item: scheduledtasks!#!1.0.0.0 DEBUG: 00:00:19.2786223 Locally available Item: secureboot!#!2.0.0.0 DEBUG: 00:00:19.2798101 Locally available Item: smbshare!#!2.0.0.0 DEBUG: 00:00:19.2813516 Locally available Item: smbwitness!#!2.0.0.0 DEBUG: 00:00:19.2841477 Locally available Item: startlayout!#!1.0.0.0 DEBUG: 00:00:19.2860682 Locally available Item: storage!#!2.0.0.0 DEBUG: 00:00:19.2871487 Locally available Item: tls!#!2.0.0.0 DEBUG: 00:00:19.2882031 Locally available Item: troubleshootingpack!#!1.0.0.0 DEBUG: 00:00:19.2892689 Locally available Item: trustedplatformmodule!#!2.0.0.0 DEBUG: 00:00:19.2906723 Locally available Item: uev!#!2.1.639.0 DEBUG: 00:00:19.2917472 Locally available Item: vpnclient!#!2.0.0.0 DEBUG: 00:00:19.2930065 Locally available Item: wdac!#!1.0.0.0 DEBUG: 00:00:19.2945879 Locally available Item: windowsdeveloperlicense!#!1.0.0.0 DEBUG: 00:00:19.2958878 Locally available Item: windowserrorreporting!#!1.0 DEBUG: 00:00:19.2989677 Locally available Item: windowssearch!#!1.0.0.0 DEBUG: 00:00:19.3010185 Locally available Item: windowsupdate!#!1.0.0.0 VERBOSE: Downloading module 'AzureRM' with version '4.4.1' from the repository 'https://www.powershellgallery.com/api/v2/'. DEBUG: 00:00:19.3089895 Calling 'NuGet'::'InstallPackage', '$aHR0cHM6Ly93d3cucG93ZXJzaGVsbGdhbGxlcnkuY29tL2FwaS92Mi8=\QXp1cmVSTQ==\NC40LjE=\aHR0cHM6Ly93d3cucG93ZXJzaGVsbGdhbGxlcn kuY29tL2FwaS92Mi8=\cG93ZXJzaGVsbGdldA=='. DEBUG: 00:00:19.3118124 Calling 'NuGetRequest'::'GetPackageByFastpath', '$aHR0cHM6Ly93d3cucG93ZXJzaGVsbGdhbGxlcnkuY29tL2FwaS92Mi8=\QXp1cmVSTQ==\NC40LjE=\aHR0cHM6Ly93d3cucG93ZXJzaGVsbGdhbGxlcn kuY29tL2FwaS92Mi8=\cG93ZXJzaGVsbGdldA=='. DEBUG: 00:00:19.3163308 Calling 'NuGetRequest'::'ResolvePackageSource', 'https://www.powershellgallery.com/api/v2/'. DEBUG: 00:00:19.3180231 Calling 'NuGetRequest'::'FindRegisteredSource', 'https://www.powershellgallery.com/api/v2/'. DEBUG: 00:00:19.3192259 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:19.9606066 Calling 'HttpClientPackageRepository'::'FindPackage', 'AzureRM'. DEBUG: 00:00:19.9669188 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'' for ''. DEBUG: 00:00:19.9774178 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=0&$top=40'. DEBUG: 00:00:20.6395154 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=0&$top=40'. DEBUG: 00:00:20.6827221 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=40&$top=40'. DEBUG: 00:00:20.6829143 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=80&$top=40'. DEBUG: 00:00:20.6832207 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=160&$top=40'. DEBUG: 00:00:20.6835578 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=120&$top=40'. DEBUG: 00:00:20.7931545 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=40&$top=40'. DEBUG: 00:00:20.8014693 '3' packages received in the last request. DEBUG: 00:00:20.8081372 'Package version' is '4.4.1'. DEBUG: 00:00:20.8132726 'Request's Destination' is 'C:\Users\myuser\AppData\Local\Temp\280233126'. DEBUG: 00:00:20.8202570 Calling 'NuGetClient'::'GetPackageDependencies'. DEBUG: 00:00:20.8257422 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:20.8324428 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:20.8807384 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=120&$top=40'. DEBUG: 00:00:21.0227033 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:21.0284123 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Profile'. DEBUG: 00:00:21.0700380 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=80&$top=40'. DEBUG: 00:00:21.1745032 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM'&$skip=160&$top=40'. DEBUG: 00:00:21.2134149 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Profile'. DEBUG: 00:00:21.2195696 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Profile'' for ''. DEBUG: 00:00:21.2358621 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Profile'&$skip=0&$top=40'. DEBUG: 00:00:21.3894617 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Profile'&$skip=0&$top=40'. DEBUG: 00:00:21.4086426 '37' packages received in the last request. DEBUG: 00:00:21.4200772 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:21.4269365 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:21.6108899 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:21.6168969 Calling 'NuGetRequest'::'GetPackageById', 'Azure.Storage'. DEBUG: 00:00:21.8005993 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'Azure.Storage'. DEBUG: 00:00:21.8068282 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='Azure.Storage'' for ''. DEBUG: 00:00:21.8184866 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='Azure.Storage'&$skip=0&$top=40'. DEBUG: 00:00:22.0817927 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='Azure.Storage'&$skip=0&$top=40'. DEBUG: 00:00:22.1200961 '39' packages received in the last request. DEBUG: 00:00:22.1262563 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:22.1295825 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:22.3133851 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:22.3193080 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.AnalysisServices'. DEBUG: 00:00:22.5079235 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.AnalysisServices'. DEBUG: 00:00:22.5139294 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.AnalysisServices'' for ''. DEBUG: 00:00:22.5249005 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.AnalysisServices'&$skip=0&$top=40'. DEBUG: 00:00:22.6495052 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.AnalysisServices'&$skip=0&$top=40'. DEBUG: 00:00:22.6581587 '15' packages received in the last request. DEBUG: 00:00:22.6653180 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:22.6714040 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:22.8724851 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:22.8785036 Calling 'NuGetRequest'::'GetPackageById', 'Azure.AnalysisServices'. DEBUG: 00:00:23.0721752 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'Azure.AnalysisServices'. DEBUG: 00:00:23.0783239 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='Azure.AnalysisServices'' for ''. DEBUG: 00:00:23.0917615 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='Azure.AnalysisServices'&$skip=0&$top=40'. DEBUG: 00:00:23.2238539 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='Azure.AnalysisServices'&$skip=0&$top=40'. DEBUG: 00:00:23.2331556 '13' packages received in the last request. DEBUG: 00:00:23.2463232 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:23.2525059 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:23.4359011 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:23.4420909 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.ApiManagement'. DEBUG: 00:00:23.6364189 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.ApiManagement'. DEBUG: 00:00:23.6425373 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ApiManagement'' for ''. DEBUG: 00:00:23.6533584 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ApiManagement'&$skip=0&$top=40'. DEBUG: 00:00:23.8507308 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ApiManagement'&$skip=0&$top=40'. DEBUG: 00:00:23.8838980 '36' packages received in the last request. DEBUG: 00:00:23.8909409 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:23.8939008 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:24.1196887 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:24.1250037 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Automation'. DEBUG: 00:00:24.3905213 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Automation'. DEBUG: 00:00:24.3965149 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Automation'' for ''. DEBUG: 00:00:24.4090141 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Automation'&$skip=0&$top=40'. DEBUG: 00:00:24.5770733 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Automation'&$skip=0&$top=40'. DEBUG: 00:00:24.5922739 '36' packages received in the last request. DEBUG: 00:00:24.5966040 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:24.6000877 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:24.7847860 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:24.7897746 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Backup'. DEBUG: 00:00:24.9791078 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Backup'. DEBUG: 00:00:24.9851969 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Backup'' for ''. DEBUG: 00:00:24.9945993 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Backup'&$skip=0&$top=40'. DEBUG: 00:00:25.1359594 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Backup'&$skip=0&$top=40'. DEBUG: 00:00:25.1457652 '36' packages received in the last request. DEBUG: 00:00:25.1507167 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:25.1539975 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:25.3415756 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:25.3471661 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Batch'. DEBUG: 00:00:25.5391481 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Batch'. DEBUG: 00:00:25.5453300 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Batch'' for ''. DEBUG: 00:00:25.5574085 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Batch'&$skip=0&$top=40'. DEBUG: 00:00:25.7365474 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Batch'&$skip=0&$top=40'. DEBUG: 00:00:25.7646873 '36' packages received in the last request. DEBUG: 00:00:25.7817168 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:25.7912340 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:26.0118459 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:26.0160911 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Billing'. DEBUG: 00:00:26.2611503 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Billing'. DEBUG: 00:00:26.2671897 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Billing'' for ''. DEBUG: 00:00:26.2811326 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Billing'&$skip=0&$top=40'. DEBUG: 00:00:26.4872773 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Billing'&$skip=0&$top=40'. DEBUG: 00:00:26.4953007 '11' packages received in the last request. DEBUG: 00:00:26.5016643 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:26.5111199 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:26.7145234 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:26.7192270 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Cdn'. DEBUG: 00:00:26.9784355 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Cdn'. DEBUG: 00:00:26.9843944 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Cdn'' for ''. DEBUG: 00:00:26.9953458 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Cdn'&$skip=0&$top=40'. DEBUG: 00:00:27.1469724 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Cdn'&$skip=0&$top=40'. DEBUG: 00:00:27.1577288 '25' packages received in the last request. DEBUG: 00:00:27.1681133 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:27.1740496 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:27.3707675 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:27.3765768 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.CognitiveServices'. DEBUG: 00:00:27.5918827 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.CognitiveServices'. DEBUG: 00:00:27.5980164 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.CognitiveServices'' for ''. DEBUG: 00:00:27.6102168 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.CognitiveServices'&$skip=0&$top=40'. DEBUG: 00:00:27.7746005 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.CognitiveServices'&$skip=0&$top=40'. DEBUG: 00:00:27.7876690 '20' packages received in the last request. DEBUG: 00:00:27.7961421 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:27.8027941 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:28.0123965 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:28.0179615 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Compute'. DEBUG: 00:00:28.2709506 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Compute'. DEBUG: 00:00:28.2768502 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Compute'' for ''. DEBUG: 00:00:28.2909005 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Compute'&$skip=0&$top=40'. DEBUG: 00:00:28.5619296 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Compute'&$skip=0&$top=40'. DEBUG: 00:00:28.6076525 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Compute'&$skip=40&$top=40'. DEBUG: 00:00:28.6079466 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Compute'&$skip=80&$top=40'. DEBUG: 00:00:28.6082474 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Compute'&$skip=120&$top=40'. DEBUG: 00:00:28.6084910 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Compute'&$skip=160&$top=40'. DEBUG: 00:00:28.7448302 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Compute'&$skip=40&$top=40'. DEBUG: 00:00:28.7545247 '0' packages received in the last request. DEBUG: 00:00:28.8717635 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Compute'&$skip=160&$top=40'. DEBUG: 00:00:28.8814856 '0' packages received in the last request. DEBUG: 00:00:28.8821701 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Compute'&$skip=80&$top=40'. DEBUG: 00:00:28.8934361 '0' packages received in the last request. DEBUG: 00:00:28.9934651 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Compute'&$skip=120&$top=40'. DEBUG: 00:00:29.0026748 '0' packages received in the last request. DEBUG: 00:00:29.0101780 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:29.0152585 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:29.2302561 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:29.2351570 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Consumption'. DEBUG: 00:00:29.4661925 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Consumption'. DEBUG: 00:00:29.4720215 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Consumption'' for ''. DEBUG: 00:00:29.4839933 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Consumption'&$skip=0&$top=40'. DEBUG: 00:00:29.6482644 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Consumption'&$skip=0&$top=40'. DEBUG: 00:00:29.6570723 '9' packages received in the last request. DEBUG: 00:00:29.6634409 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:29.6700113 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:29.8807869 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:29.8865176 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.ContainerInstance'. DEBUG: 00:00:30.1026833 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.ContainerInstance'. DEBUG: 00:00:30.1085987 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ContainerInstance'' for ''. DEBUG: 00:00:30.1205449 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ContainerInstance'&$skip=0&$top=40'. DEBUG: 00:00:30.2747205 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ContainerInstance'&$skip=0&$top=40'. DEBUG: 00:00:30.2836914 '2' packages received in the last request. DEBUG: 00:00:30.2909332 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:30.2961057 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:30.5102159 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:30.5143545 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.ContainerRegistry'. DEBUG: 00:00:30.7104010 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.ContainerRegistry'. DEBUG: 00:00:30.7164305 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ContainerRegistry'' for ''. DEBUG: 00:00:30.7298282 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ContainerRegistry'&$skip=0&$top=40'. DEBUG: 00:00:30.8752674 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ContainerRegistry'&$skip=0&$top=40'. DEBUG: 00:00:30.8850969 '9' packages received in the last request. DEBUG: 00:00:30.8905374 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:30.8988755 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:31.1207285 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:31.1265251 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.DataFactories'. DEBUG: 00:00:31.3311409 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.DataFactories'. DEBUG: 00:00:31.3360000 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.DataFactories'' for ''. DEBUG: 00:00:31.3471196 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.DataFactories'&$skip=0&$top=40'. DEBUG: 00:00:31.5719446 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.DataFactories'&$skip=0&$top=40'. DEBUG: 00:00:31.6001876 '36' packages received in the last request. DEBUG: 00:00:31.6048442 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:31.6083536 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:31.8348019 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:31.8403092 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.DataFactoryV2'. DEBUG: 00:00:32.0336689 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.DataFactoryV2'. DEBUG: 00:00:32.0387889 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.DataFactoryV2'' for ''. DEBUG: 00:00:32.0506178 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.DataFactoryV2'&$skip=0&$top=40'. DEBUG: 00:00:32.1978875 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.DataFactoryV2'&$skip=0&$top=40'. DEBUG: 00:00:32.2073104 '2' packages received in the last request. DEBUG: 00:00:32.2145380 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:32.2208668 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:32.4177915 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:32.4229088 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.DataLakeAnalytics'. DEBUG: 00:00:32.6517391 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.DataLakeAnalytics'. DEBUG: 00:00:32.6577378 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.DataLakeAnalytics'' for ''. DEBUG: 00:00:32.6770735 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.DataLakeAnalytics'&$skip=0&$top=40'. DEBUG: 00:00:32.8598225 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.DataLakeAnalytics'&$skip=0&$top=40'. DEBUG: 00:00:32.8768480 '36' packages received in the last request. DEBUG: 00:00:32.8872846 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:32.8909942 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:33.1317888 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:33.1368599 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.DataLakeStore'. DEBUG: 00:00:33.3643294 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.DataLakeStore'. DEBUG: 00:00:33.3704048 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.DataLakeStore'' for ''. DEBUG: 00:00:33.3834018 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.DataLakeStore'&$skip=0&$top=40'. DEBUG: 00:00:33.5982513 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.DataLakeStore'&$skip=0&$top=40'. DEBUG: 00:00:33.6163774 '36' packages received in the last request. DEBUG: 00:00:33.6264410 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:33.6342493 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:33.8241952 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:33.8287834 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.DevTestLabs'. DEBUG: 00:00:34.0582442 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.DevTestLabs'. DEBUG: 00:00:34.0674302 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.DevTestLabs'' for ''. DEBUG: 00:00:34.0829438 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.DevTestLabs'&$skip=0&$top=40'. DEBUG: 00:00:34.2612604 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.DevTestLabs'&$skip=0&$top=40'. DEBUG: 00:00:34.2718155 '22' packages received in the last request. DEBUG: 00:00:34.2792855 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:34.2861582 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:34.5065443 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:34.5124135 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Dns'. DEBUG: 00:00:34.7116973 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Dns'. DEBUG: 00:00:34.7178572 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Dns'' for ''. DEBUG: 00:00:34.7289021 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Dns'&$skip=0&$top=40'. DEBUG: 00:00:34.9159386 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Dns'&$skip=0&$top=40'. DEBUG: 00:00:34.9324165 '36' packages received in the last request. DEBUG: 00:00:34.9379838 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:34.9415560 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:35.1612926 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:35.1673095 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.EventGrid'. DEBUG: 00:00:35.3710991 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.EventGrid'. DEBUG: 00:00:35.3771737 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.EventGrid'' for ''. DEBUG: 00:00:35.3908971 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.EventGrid'&$skip=0&$top=40'. DEBUG: 00:00:35.5064586 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.EventGrid'&$skip=0&$top=40'. DEBUG: 00:00:35.5158834 '2' packages received in the last request. DEBUG: 00:00:35.5226307 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:35.5321656 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:35.7423752 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:35.7510121 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.EventHub'. DEBUG: 00:00:35.9776440 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.EventHub'. DEBUG: 00:00:35.9831619 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.EventHub'' for ''. DEBUG: 00:00:35.9976638 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.EventHub'&$skip=0&$top=40'. DEBUG: 00:00:36.1503195 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.EventHub'&$skip=0&$top=40'. DEBUG: 00:00:36.1594704 '14' packages received in the last request. DEBUG: 00:00:36.1671556 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:36.1740358 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:36.3824105 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:36.3882648 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.HDInsight'. DEBUG: 00:00:36.6051028 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.HDInsight'. DEBUG: 00:00:36.6110723 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.HDInsight'' for ''. DEBUG: 00:00:36.6247163 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.HDInsight'&$skip=0&$top=40'. DEBUG: 00:00:36.8205192 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.HDInsight'&$skip=0&$top=40'. DEBUG: 00:00:36.8475798 '38' packages received in the last request. DEBUG: 00:00:36.8565673 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:36.8596685 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:37.0600435 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:37.0658804 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Insights'. DEBUG: 00:00:37.2740391 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Insights'. DEBUG: 00:00:37.2798354 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Insights'' for ''. DEBUG: 00:00:37.2926145 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Insights'&$skip=0&$top=40'. DEBUG: 00:00:37.5953139 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Insights'&$skip=0&$top=40'. DEBUG: 00:00:37.6177567 '36' packages received in the last request. DEBUG: 00:00:37.6272096 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:37.6322199 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:37.8472909 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:37.8528511 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.IoTHub'. DEBUG: 00:00:38.0551536 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.IoTHub'. DEBUG: 00:00:38.0608263 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.IoTHub'' for ''. DEBUG: 00:00:38.0719742 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.IoTHub'&$skip=0&$top=40'. DEBUG: 00:00:38.2169208 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.IoTHub'&$skip=0&$top=40'. DEBUG: 00:00:38.2251432 '15' packages received in the last request. DEBUG: 00:00:38.2322244 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:38.2385077 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:38.4285724 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:38.4338720 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.KeyVault'. DEBUG: 00:00:38.6441692 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.KeyVault'. DEBUG: 00:00:38.6503038 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.KeyVault'' for ''. DEBUG: 00:00:38.6689119 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.KeyVault'&$skip=0&$top=40'. DEBUG: 00:00:38.9037725 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.KeyVault'&$skip=0&$top=40'. DEBUG: 00:00:38.9283482 '37' packages received in the last request. DEBUG: 00:00:38.9373562 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:38.9410949 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:39.1392924 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:39.1450219 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.LogicApp'. DEBUG: 00:00:39.3719952 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.LogicApp'. DEBUG: 00:00:39.3779774 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.LogicApp'' for ''. DEBUG: 00:00:39.3901754 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.LogicApp'&$skip=0&$top=40'. DEBUG: 00:00:39.6235778 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.LogicApp'&$skip=0&$top=40'. DEBUG: 00:00:39.6402437 '26' packages received in the last request. DEBUG: 00:00:39.6485234 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:39.6557262 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:39.8749220 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:39.8840958 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.MachineLearning'. DEBUG: 00:00:40.1017094 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.MachineLearning'. DEBUG: 00:00:40.1079648 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.MachineLearning'' for ''. DEBUG: 00:00:40.1210802 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.MachineLearning'&$skip=0&$top=40'. DEBUG: 00:00:40.2890305 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.MachineLearning'&$skip=0&$top=40'. DEBUG: 00:00:40.2996716 '22' packages received in the last request. DEBUG: 00:00:40.3072549 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:40.3160967 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:40.5126898 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:40.5180242 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.MachineLearningCompute'. DEBUG: 00:00:40.7342459 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.MachineLearningCompute'. DEBUG: 00:00:40.7403043 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.MachineLearningCompute'' for ''. DEBUG: 00:00:40.7538654 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.MachineLearningCompute'&$skip=0&$top=40'. DEBUG: 00:00:40.8868216 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.MachineLearningCompute'&$skip=0&$top=40'. DEBUG: 00:00:40.8959756 '1' packages received in the last request. DEBUG: 00:00:40.9025527 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:40.9094732 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:41.1275677 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:41.1335360 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.MarketplaceOrdering'. DEBUG: 00:00:41.3489295 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.MarketplaceOrdering'. DEBUG: 00:00:41.3548075 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.MarketplaceOrdering'' for ''. DEBUG: 00:00:41.3670221 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.MarketplaceOrdering'&$skip=0&$top=40'. DEBUG: 00:00:41.5371905 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.MarketplaceOrdering'&$skip=0&$top=40'. DEBUG: 00:00:41.5471779 '1' packages received in the last request. DEBUG: 00:00:41.5617417 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:41.5686674 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:41.7924222 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:41.7980720 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Media'. DEBUG: 00:00:42.0035054 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Media'. DEBUG: 00:00:42.0094556 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Media'' for ''. DEBUG: 00:00:42.0187604 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Media'&$skip=0&$top=40'. DEBUG: 00:00:42.1651293 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Media'&$skip=0&$top=40'. DEBUG: 00:00:42.1744669 '19' packages received in the last request. DEBUG: 00:00:42.1816535 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:42.1907511 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:42.3834776 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:42.3897152 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Network'. DEBUG: 00:00:42.5934317 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Network'. DEBUG: 00:00:42.5996342 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Network'' for ''. DEBUG: 00:00:42.6149583 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Network'&$skip=0&$top=40'. DEBUG: 00:00:42.9598905 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Network'&$skip=0&$top=40'. DEBUG: 00:00:43.0100955 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Network'&$skip=40&$top=40'. DEBUG: 00:00:43.0104441 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Network'&$skip=120&$top=40'. DEBUG: 00:00:43.0107686 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Network'&$skip=80&$top=40'. DEBUG: 00:00:43.0110879 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Network'&$skip=160&$top=40'. DEBUG: 00:00:43.1983352 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Network'&$skip=40&$top=40'. DEBUG: 00:00:43.1988365 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Network'&$skip=120&$top=40'. DEBUG: 00:00:43.2141997 '0' packages received in the last request. DEBUG: 00:00:43.2236258 '0' packages received in the last request. DEBUG: 00:00:43.2752151 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Network'&$skip=160&$top=40'. DEBUG: 00:00:43.2847138 '0' packages received in the last request. DEBUG: 00:00:43.2919860 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Network'&$skip=80&$top=40'. DEBUG: 00:00:43.3031056 '0' packages received in the last request. DEBUG: 00:00:43.3103143 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:43.3163071 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:43.5170622 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:43.5232098 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.NotificationHubs'. DEBUG: 00:00:43.7238097 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.NotificationHubs'. DEBUG: 00:00:43.7299486 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.NotificationHubs'' for ''. DEBUG: 00:00:43.7420171 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.NotificationHubs'&$skip=0&$top=40'. DEBUG: 00:00:43.8951091 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.NotificationHubs'&$skip=0&$top=40'. DEBUG: 00:00:43.9107325 '33' packages received in the last request. DEBUG: 00:00:43.9188819 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:43.9278334 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:44.1339517 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:44.1402208 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.OperationalInsights'. DEBUG: 00:00:44.3541013 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.OperationalInsights'. DEBUG: 00:00:44.3589520 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.OperationalInsights'' for ''. DEBUG: 00:00:44.3728187 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.OperationalInsights'&$skip=0&$top=40'. DEBUG: 00:00:44.5865132 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.OperationalInsights'&$skip=0&$top=40'. DEBUG: 00:00:44.6074859 '36' packages received in the last request. DEBUG: 00:00:44.6270868 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:44.6335506 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:44.8703325 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:44.8765784 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.PowerBIEmbedded'. DEBUG: 00:00:45.0732347 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.PowerBIEmbedded'. DEBUG: 00:00:45.0782071 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.PowerBIEmbedded'' for ''. DEBUG: 00:00:45.0903731 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.PowerBIEmbedded'&$skip=0&$top=40'. DEBUG: 00:00:45.2230980 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.PowerBIEmbedded'&$skip=0&$top=40'. DEBUG: 00:00:45.2330932 '20' packages received in the last request. DEBUG: 00:00:45.2415513 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:45.2474001 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:45.4404530 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:45.4456883 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.RecoveryServices'. DEBUG: 00:00:45.6486276 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.RecoveryServices'. DEBUG: 00:00:45.6547199 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.RecoveryServices'' for ''. DEBUG: 00:00:45.6724789 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.RecoveryServices'&$skip=0&$top=40'. DEBUG: 00:00:45.8501722 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.RecoveryServices'&$skip=0&$top=40'. DEBUG: 00:00:45.8640026 '34' packages received in the last request. DEBUG: 00:00:45.8744783 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:45.8803227 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:46.1202457 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:46.1258793 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.RecoveryServices.Backup'. DEBUG: 00:00:46.3263821 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.RecoveryServices.Backup'. DEBUG: 00:00:46.3323970 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.RecoveryServices.Backup'' for ''. DEBUG: 00:00:46.3440440 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.RecoveryServices.Backup'&$skip=0&$top=40'. DEBUG: 00:00:46.5066129 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.RecoveryServices.Backup'&$skip=0&$top=40'. DEBUG: 00:00:46.5229532 '23' packages received in the last request. DEBUG: 00:00:46.5301303 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:46.5336914 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:46.7346139 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:46.7404413 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.RedisCache'. DEBUG: 00:00:46.9560638 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.RedisCache'. DEBUG: 00:00:46.9623455 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.RedisCache'' for ''. DEBUG: 00:00:46.9770542 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.RedisCache'&$skip=0&$top=40'. DEBUG: 00:00:47.1700598 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.RedisCache'&$skip=0&$top=40'. DEBUG: 00:00:47.1880391 '36' packages received in the last request. DEBUG: 00:00:47.2002048 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:47.2040722 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:47.4087468 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:47.4147184 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Relay'. DEBUG: 00:00:47.6002200 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Relay'. DEBUG: 00:00:47.6049377 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Relay'' for ''. DEBUG: 00:00:47.6144021 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Relay'&$skip=0&$top=40'. DEBUG: 00:00:47.7503489 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Relay'&$skip=0&$top=40'. DEBUG: 00:00:47.7582559 '9' packages received in the last request. DEBUG: 00:00:47.7647264 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:47.7713923 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:47.9602115 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:47.9654483 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Resources'. DEBUG: 00:00:48.1511710 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Resources'. DEBUG: 00:00:48.1571157 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Resources'' for ''. DEBUG: 00:00:48.1721461 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Resources'&$skip=0&$top=40'. DEBUG: 00:00:48.3708449 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Resources'&$skip=0&$top=40'. DEBUG: 00:00:48.3950112 '36' packages received in the last request. DEBUG: 00:00:48.4018394 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:48.4057183 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:48.5943685 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:48.5973801 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Scheduler'. DEBUG: 00:00:48.7858250 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Scheduler'. DEBUG: 00:00:48.7926070 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Scheduler'' for ''. DEBUG: 00:00:48.8042911 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Scheduler'&$skip=0&$top=40'. DEBUG: 00:00:49.0846863 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Scheduler'&$skip=0&$top=40'. DEBUG: 00:00:49.0942007 '19' packages received in the last request. DEBUG: 00:00:49.1011599 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:49.1084167 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:49.2931751 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:49.2983519 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.ServerManagement'. DEBUG: 00:00:49.4871127 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.ServerManagement'. DEBUG: 00:00:49.4932216 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ServerManagement'' for ''. DEBUG: 00:00:49.5050189 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ServerManagement'&$skip=0&$top=40'. DEBUG: 00:00:49.6282111 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ServerManagement'&$skip=0&$top=40'. DEBUG: 00:00:49.6394361 '22' packages received in the last request. DEBUG: 00:00:49.6473719 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:49.6528847 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:49.9305734 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:49.9358734 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.ServiceBus'. DEBUG: 00:00:50.1224713 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.ServiceBus'. DEBUG: 00:00:50.1285131 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ServiceBus'' for ''. DEBUG: 00:00:50.1395880 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ServiceBus'&$skip=0&$top=40'. DEBUG: 00:00:50.2888615 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ServiceBus'&$skip=0&$top=40'. DEBUG: 00:00:50.3023255 '14' packages received in the last request. DEBUG: 00:00:50.3102416 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:50.3168159 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:50.5811532 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:50.5873757 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.ServiceFabric'. DEBUG: 00:00:50.7707970 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.ServiceFabric'. DEBUG: 00:00:50.7767373 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ServiceFabric'' for ''. DEBUG: 00:00:50.7902144 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ServiceFabric'&$skip=0&$top=40'. DEBUG: 00:00:50.9087109 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.ServiceFabric'&$skip=0&$top=40'. DEBUG: 00:00:50.9170897 '9' packages received in the last request. DEBUG: 00:00:50.9288464 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:50.9354432 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:51.1344104 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:51.1401340 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.SiteRecovery'. DEBUG: 00:00:51.3609937 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.SiteRecovery'. DEBUG: 00:00:51.3661516 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.SiteRecovery'' for ''. DEBUG: 00:00:51.3798079 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.SiteRecovery'&$skip=0&$top=40'. DEBUG: 00:00:51.5617449 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.SiteRecovery'&$skip=0&$top=40'. DEBUG: 00:00:51.5866671 '37' packages received in the last request. DEBUG: 00:00:51.5958950 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:51.6000921 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:51.8430749 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:51.8492698 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Sql'. DEBUG: 00:00:52.0461563 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Sql'. DEBUG: 00:00:52.0519722 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Sql'' for ''. DEBUG: 00:00:52.0625028 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Sql'&$skip=0&$top=40'. DEBUG: 00:00:52.2548582 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Sql'&$skip=0&$top=40'. DEBUG: 00:00:52.2888825 '36' packages received in the last request. DEBUG: 00:00:52.2957970 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:52.2997178 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:52.4863614 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:52.4924715 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Storage'. DEBUG: 00:00:52.6772981 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Storage'. DEBUG: 00:00:52.6832846 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Storage'' for ''. DEBUG: 00:00:52.6948909 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Storage'&$skip=0&$top=40'. DEBUG: 00:00:52.8761082 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Storage'&$skip=0&$top=40'. DEBUG: 00:00:52.9003377 '39' packages received in the last request. DEBUG: 00:00:52.9095277 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:52.9135882 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:53.0980397 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:53.1040977 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.StreamAnalytics'. DEBUG: 00:00:53.2887210 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.StreamAnalytics'. DEBUG: 00:00:53.2954856 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.StreamAnalytics'' for ''. DEBUG: 00:00:53.3123248 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.StreamAnalytics'&$skip=0&$top=40'. DEBUG: 00:00:53.4841066 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.StreamAnalytics'&$skip=0&$top=40'. DEBUG: 00:00:53.5017547 '36' packages received in the last request. DEBUG: 00:00:53.5080467 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:53.5150414 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:53.7018067 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:53.7061123 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Tags'. DEBUG: 00:00:53.9086288 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Tags'. DEBUG: 00:00:53.9142253 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Tags'' for ''. DEBUG: 00:00:53.9245845 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Tags'&$skip=0&$top=40'. DEBUG: 00:00:54.0541020 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Tags'&$skip=0&$top=40'. DEBUG: 00:00:54.0674993 '36' packages received in the last request. DEBUG: 00:00:54.0772222 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:54.0812842 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:54.2717772 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:54.2755763 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.TrafficManager'. DEBUG: 00:00:54.4633774 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.TrafficManager'. DEBUG: 00:00:54.4677261 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.TrafficManager'' for ''. DEBUG: 00:00:54.4753872 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.TrafficManager'&$skip=0&$top=40'. DEBUG: 00:00:54.6277698 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.TrafficManager'&$skip=0&$top=40'. DEBUG: 00:00:54.6548794 '36' packages received in the last request. DEBUG: 00:00:54.6612547 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:54.6659689 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:54.8661339 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:54.8694151 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.UsageAggregates'. DEBUG: 00:00:55.0503273 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.UsageAggregates'. DEBUG: 00:00:55.0570173 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.UsageAggregates'' for ''. DEBUG: 00:00:55.0731862 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.UsageAggregates'&$skip=0&$top=40'. DEBUG: 00:00:55.2136431 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.UsageAggregates'&$skip=0&$top=40'. DEBUG: 00:00:55.2212035 '36' packages received in the last request. DEBUG: 00:00:55.2294915 There are '1' registered sources in 'NuGet' provider. DEBUG: 00:00:55.2342755 Source 'https://www.powershellgallery.com/api/v2/' is not one of the registered sources in 'NuGet' provider. DEBUG: 00:00:55.4198313 Source 'https://www.powershellgallery.com/api/v2/' is validated. DEBUG: 00:00:55.4270605 Calling 'NuGetRequest'::'GetPackageById', 'AzureRM.Websites'. DEBUG: 00:00:55.6132636 Calling 'HttpClientPackageRepository'::'FindPackagesById', 'AzureRM.Websites'. DEBUG: 00:00:55.6195841 Calling 'NuGetClient'::'FindPackage'. VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Websites'' for ''. DEBUG: 00:00:55.6362444 Downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Websites'&$skip=0&$top=40'. DEBUG: 00:00:55.7907706 Completed downloading 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Websites'&$skip=0&$top=40'. DEBUG: 00:00:55.8123343 '36' packages received in the last request. DEBUG: 00:00:55.8346831 Returning the call 'NuGetClient'::'GetPackageDependencies'. DEBUG: 00:00:55.8950989 Calling 'NuGetClient'::'InstallPackage'. VERBOSE: InstallPackage' - name='AzureRM.profile', version='3.4.1',destination='C:\Users\myuser\AppData\Local\Temp\280233126' VERBOSE: DownloadPackage' - name='AzureRM.profile', version='3.4.1',destination='C:\Users\myuser\AppData\Local\Temp\280233126\AzureRM.profile\AzureRM.profile.nupkg', uri='https://www.powershellgallery.com/api/v2/package/AzureRM.profile/3.4.1' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.profile/3.4.1'. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.profile/3.4.1'. VERBOSE: Completed downloading 'AzureRM.profile'. VERBOSE: Hash for package 'AzureRM.profile' does not match hash provided from the server. DEBUG: 00:00:57.6121176 Calling 'NuGetClient'::'InstallPackageLocal'. VERBOSE: InstallPackageLocal' - name='AzureRM.profile', version='3.4.1',destination='C:\Users\myuser\AppData\Local\Temp\280233126' DEBUG: 00:00:57.6193247 C:\Users\myuser\AppData\Local\Temp\280233126\AzureRM.profile\AzureRM.profile.nupkg DEBUG: 00:00:59.3271566 Returning the call 'NuGetClient'::'InstallPackageLocal'. DEBUG: 00:01:00.1658462 Returning the call 'NuGetClient'::'InstallSinglePackage'. DEBUG: 00:01:00.2359414 Calling 'NuGetClient'::'InstallPackage'. VERBOSE: InstallPackage' - name='Azure.Storage', version='3.4.1',destination='C:\Users\myuser\AppData\Local\Temp\280233126' VERBOSE: DownloadPackage' - name='Azure.Storage', version='3.4.1',destination='C:\Users\myuser\AppData\Local\Temp\280233126\Azure.Storage\Azure.Storage.nupkg', uri='https://www.powershellgallery.com/api/v2/package/Azure.Storage/3.4.1' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/Azure.Storage/3.4.1'. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/Azure.Storage/3.4.1'. VERBOSE: Completed downloading 'Azure.Storage'. VERBOSE: Hash for package 'Azure.Storage' does not match hash provided from the server. DEBUG: 00:01:01.7884537 Calling 'NuGetClient'::'InstallPackageLocal'. VERBOSE: InstallPackageLocal' - name='Azure.Storage', version='3.4.1',destination='C:\Users\myuser\AppData\Local\Temp\280233126' DEBUG: 00:01:01.7982876 C:\Users\myuser\AppData\Local\Temp\280233126\Azure.Storage\Azure.Storage.nupkg DEBUG: 00:01:05.8838333 Returning the call 'NuGetClient'::'InstallPackageLocal'. DEBUG: 00:01:11.7862849 Returning the call 'NuGetClient'::'InstallSinglePackage'. DEBUG: 00:01:11.8456329 Calling 'NuGetClient'::'InstallPackage'. VERBOSE: InstallPackage' - name='AzureRM.AnalysisServices', version='0.4.7',destination='C:\Users\myuser\AppData\Local\Temp\280233126' VERBOSE: DownloadPackage' - name='AzureRM.AnalysisServices', version='0.4.7',destination='C:\Users\myuser\AppData\Local\Temp\280233126\AzureRM.AnalysisServices\AzureRM.AnalysisServ ices.nupkg', uri='https://www.powershellgallery.com/api/v2/package/AzureRM.AnalysisServices/0.4.7' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.AnalysisServices/0.4.7'. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.AnalysisServices/0.4.7'. VERBOSE: Completed downloading 'AzureRM.AnalysisServices'. VERBOSE: Hash for package 'AzureRM.AnalysisServices' does not match hash provided from the server. DEBUG: 00:01:12.5162987 Calling 'NuGetClient'::'InstallPackageLocal'. VERBOSE: InstallPackageLocal' - name='AzureRM.AnalysisServices', version='0.4.7',destination='C:\Users\myuser\AppData\Local\Temp\280233126' DEBUG: 00:01:12.5285501 C:\Users\myuser\AppData\Local\Temp\280233126\AzureRM.AnalysisServices\AzureRM.AnalysisServices.nupkg VERBOSE: Catalog file 'AzureRM.profile.cat' is not found in the contents of the module 'AzureRM.profile' being installed. DEBUG: 00:01:12.8294747 Using the 'AzureRM.profile.psd1' file for getting the authenticode signature. DEBUG: 00:01:13.0445757 For publisher validation, current module 'AzureRM.profile' with version '3.4.1' with publisher name ''. Is this module signed by Microsoft: 'False'. DEBUG: 00:01:14.2312146 Returning the call 'NuGetClient'::'InstallPackageLocal'. DEBUG: 00:01:14.3394514 Returning the call 'NuGetClient'::'InstallSinglePackage'. DEBUG: 00:01:14.3860254 Calling 'NuGetClient'::'InstallPackage'. VERBOSE: InstallPackage' - name='Azure.AnalysisServices', version='0.4.7',destination='C:\Users\myuser\AppData\Local\Temp\280233126' VERBOSE: DownloadPackage' - name='Azure.AnalysisServices', version='0.4.7',destination='C:\Users\myuser\AppData\Local\Temp\280233126\Azure.AnalysisServices\Azure.AnalysisServices .nupkg', uri='https://www.powershellgallery.com/api/v2/package/Azure.AnalysisServices/0.4.7' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/Azure.AnalysisServices/0.4.7'. VERBOSE: Installing the dependency module 'AzureRM.profile' with version '3.4.1' for the module 'AzureRM'. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/Azure.AnalysisServices/0.4.7'. VERBOSE: Completed downloading 'Azure.AnalysisServices'. VERBOSE: Hash for package 'Azure.AnalysisServices' does not match hash provided from the server. DEBUG: 00:01:14.9826764 Calling 'NuGetClient'::'InstallPackageLocal'. VERBOSE: InstallPackageLocal' - name='Azure.AnalysisServices', version='0.4.7',destination='C:\Users\myuser\AppData\Local\Temp\280233126' DEBUG: 00:01:14.9883333 C:\Users\myuser\AppData\Local\Temp\280233126\Azure.AnalysisServices\Azure.AnalysisServices.nupkg VERBOSE: Module 'AzureRM.profile' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\AzureRM.profile\3.4.1'. VERBOSE: Catalog file 'Azure.Storage.cat' is not found in the contents of the module 'Azure.Storage' being installed. DEBUG: 00:01:15.5723477 Using the 'Azure.Storage.psd1' file for getting the authenticode signature. DEBUG: 00:01:15.5985663 For publisher validation, current module 'Azure.Storage' with version '3.4.1' with publisher name ''. Is this module signed by Microsoft: 'False'. DEBUG: 00:01:16.5330053 Returning the call 'NuGetClient'::'InstallPackageLocal'. DEBUG: 00:01:16.6426522 Returning the call 'NuGetClient'::'InstallSinglePackage'. DEBUG: 00:01:16.6929941 Calling 'NuGetClient'::'InstallPackage'. VERBOSE: InstallPackage' - name='AzureRM.ApiManagement', version='4.4.1',destination='C:\Users\myuser\AppData\Local\Temp\280233126' VERBOSE: DownloadPackage' - name='AzureRM.ApiManagement', version='4.4.1',destination='C:\Users\myuser\AppData\Local\Temp\280233126\AzureRM.ApiManagement\AzureRM.ApiManagement.n upkg', uri='https://www.powershellgallery.com/api/v2/package/AzureRM.ApiManagement/4.4.1' VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.ApiManagement/4.4.1'. VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/AzureRM.ApiManagement/4.4.1'. VERBOSE: Completed downloading 'AzureRM.ApiManagement'. VERBOSE: Hash for package 'AzureRM.ApiManagement' does not match hash provided from the server. DEBUG: 00:01:18.5420962 Calling 'NuGetClient'::'InstallPackageLocal'. VERBOSE: InstallPackageLocal' - name='AzureRM.ApiManagement', version='4.4.1',destination='C:\Users\myuser\AppData\Local\Temp\280233126' DEBUG: 00:01:18.5472249 C:\Users\myuser\AppData\Local\Temp\280233126\AzureRM.ApiManagement\AzureRM.ApiManagement.nupkg VERBOSE: Installing the dependency module 'Azure.Storage' with version '3.4.1' for the module 'AzureRM'. DEBUG: 00:01:19.5734258 System.IO.IOException: The process cannot access the file 'C:\Users\myuser\AppData\Local\Temp\vosoicvg\Microsoft.Data.OData.dll' because it is being used by another process. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle) at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc) at System.IO.Compression.ZipFileExtensions.ExtractToFile(ZipArchiveEntry source, String destinationFileName, Boolean overwrite) at System.IO.Compression.ZipFileExtensions.ExtractToDirectory(ZipArchive source, String destinationDirectoryName) at System.IO.Compression.ZipFile.ExtractToDirectory(String sourceArchiveFileName, String destinationDirectoryName, Encoding entryNameEncoding) at Microsoft.PackageManagement.NuGetProvider.PackageUtility.DecompressFile(String fullZipPath) at Microsoft.PackageManagement.NuGetProvider.NuGetClient.InstallPackageLocal(String packageName, String version, NuGetRequest request, PackageSource source, String sourceFilePath, ProgressTracker progressTracker)

Confirm Package 'AzureRM.ApiManagement' failed to be installed because: The process cannot access the file 'C:\Users\myuser\AppData\Local\Temp\vosoicvg\Microsoft.Data.OData.dll' because it is being used by another process. [Y] Yes [A] Yes to All [H] Halt Command [S] Suspend [?] Help (default is "Y"): a PackageManagement\Install-Package : Package 'AzureRM.ApiManagement' failed to be installed because: The process cannot access the file 'C:\Users\myuser\AppData\Local\Temp\vosoicvg\Microsoft.Data.OData.dll' because it is being used by an other process. At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.5.0.0\PSModule.psm1:1877 char:21

Context

Trying to install AzureRM. I am not running the module anywhere else, it is not available on my computer. I have tried to get this question answered within the Azure Powershell community, but was reffered to here: "This seems like an issue with the Install-Module cmdlet and not with this particular module, as the file that is locked is not in the module directory, and looks liek a temporary copy made by Install-Module. I suggest you try updating your PowerShellGet module, or file an issue here: https://github.com/powershell/powershellget"

Your Environment

Name Value


PSVersion 5.1.15063.502 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.15063.502 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1

ModuleType Version Name ExportedCommands


Script 1.1.6.0 PackageManagement {Find-Package, Get-Package, Get-PackageProvider, Get-PackageSource...} Binary 1.0.0.1 PackageManagement {Find-Package, Get-Package, Get-PackageProvider, Get-PackageSource...} Script 1.5.0.0 PowerShellGet {Install-Module, Find-Module, Save-Module, Update-Module...} Script 1.0.0.1 PowerShellGet {Install-Module, Find-Module, Save-Module, Update-Module...}

bmanikm commented 7 years ago

@brywang-msft Please take a look at this issue in NuGet provider. Microsoft.PackageManagement.NuGetProvider.PackageUtility.DecompressFile(String fullZipPath)

brywang-msft commented 7 years ago

Does Save-Module work? Just trying to see if there's a way around this for you until we can get this fixed. Another possibility would be to install the module that you need rather than the whole AzureRM suite, which is a TON of dependencies. For example, Install-Module AzureRM.MachineLearning.

cgmeijers commented 7 years ago

Save-Module does work. How do I go from here?

brywang-msft commented 7 years ago

You should be able to use Save-Module AzureRM -Path $anyModulePath where $anyModulePath is any one of the paths in $env:PSModulePath (e.g. C:\Program Files\WindowsPowerShell\Modules\).

Unless you meant something else?

mviveki commented 6 years ago

Save-Module AzureRM -Path c:\"Program Files"\WindowsPowerShell\Modules\ WARNING: Package 'AzureRM.profile' failed to be installed because: The process cannot access the file 'C:\Users\mviveki\AppData\Local\Temp\lj0ljfh4\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll' because it is being used by another process. WARNING: Dependent Package 'AzureRM.prof

brywang-msft commented 6 years ago

@cgmeijers @mviveki Similar to this I believe this is an environment issue. That said, I've prototyped a risky workaround that might bypass your issue. You can get the zip here.

May I ask you to please retry the scenario?

  1. Unzip
  2. Import-Module <pathToUnzippedModule>\PackageManagement.psd1
  3. Get-Module and make sure the version of PackageManagement is 1.1.7.2.

    If this works, I'll get to fully testing it and releasing a version a couple of days after your confirmation (for testing and signing processes).

alexsalisbury commented 6 years ago

(Edited for clarity and to add info) I've been having this issue both with Install-Module and Save-Module with several different packages (including MicrosoftTeams most recently.) I tried the above and it did not work for me. Near as I can tell it's a timing issue with Trend Micro's Real Time Scan Service. Unfortunately, I'm on a corporate machine and unable to kill this service. I suspect a pause and retry when encountering this error would work.

WARNING: Package 'MicrosoftTeams' failed to be installed because: The process cannot access the file 'C:\Users\username\AppData\Local\Temp\ra5vfcws\Microsoft.IdentityModel.Clients.ActiveDirectory.dll' because it is being used by another process. WARNING: Package 'MicrosoftTeams' failed to install.

The collided file changes with each execution between a few different dll's. I've had one module sneak through and succeed in dozens of tries and that was only with Fiddler and a few other things running and slowing my machine down so I got lucky on thread juggling.

ghost commented 6 years ago

I had exactly the same issue with Install-Module and Save-Module on Windows 10-1607 with Trend OfficeScan installed. IT have it locked down so I can't disable the software to confirm but updating the PackageManagement module to 1.1.7.2 worked for me so thanks for the temporary patch!

My other development machines (Win10-1703 with Windows Defender and 1607, 1703 and 1709 all with McAfee) work without issue.

Cheers,

Mike

MasterOfTheHat commented 6 years ago

The same thing happened to me with Install-Module on Windows 10 build 1709 with Trend Micro OfficeScan. The Trend admin uninstalled it for me, and the install-module command ran without issue.

Not much information, but it looks like it may be a collision of Trend's active scan and the Install-Module command...

BrassStack commented 6 years ago

I am experiencing this as well on Windows 10 with Trend Micro OfficeScan running. It's not a very development-friendly application, I must say, as this is not my first issue with it.

edyoung commented 5 years ago

There's no obvious change we can make to avoid bad behavior by AV products. Marking Won't Fix