Azure / CloudShell

Container Image for Azure Cloud Shell (https://azure.microsoft.com/en-us/features/cloud-shell/)
https://shell.azure.com
MIT License
251 stars 103 forks source link

[BUG] Can't Import - Module AIP Service #120

Open ChristopheLux opened 2 years ago

ChristopheLux commented 2 years ago

To Reproduce

Install-Module AIPService
Import-Module AIPService

Observed Behavior

Import-Module: Could not load file or assembly 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.

Expected behavior

AIPService Module ready to be used

Is this specific to Cloud Shell?

Yes

Interface information

How are you accessing Cloud Shell - https://shell.azure.com, https://portal.azure.com, via Windows Terminal, or some other method? If a browser, which Operating System and browser are you using? (ex. Edge on Windows 10) Portal.azure.com https://shell.azure.com

Additional context

Add any other context about the problem here.

dsajanice commented 1 year ago

Cloud Shell doesn't support this command because it needs administrator privileges on a Windows machine. Both of those requirements are not compatible with Cloud Shell. Sorry!

CosmicKimchee commented 4 months ago

Is there a resolution to this?