Ayan Mullick
Ayan Mullick
Any update on this?
@rjmholt, @andschwa, PFB the features missing from the VSC PowerShell extension's Command Explorer, [as discussed during the Community call for October 21](https://www.youtube.com/embed/_j5bO9yTexY?start=2971&end=3133). ### 1. Filter by modules ### 2. Search...
I found the module very useful. It captures the various boundaries better than the virtual network diagram in the portal. It would be really convenient if one could edit the...
You are welcome @PrateekKumarSingh. Yes, that worked :+1: Maybe, it's worth specifying in the [Capabilities documentation](https://azviz.readthedocs.io/en/latest/#capabilities) that the SVG export is editable on Visio.
I would like to have this sooner rather than later. One needs to learn **YAML** to do any CI\CD thru GitHubActions or AzPipelines. This would make consuming modules\scripts from GitHub...
@danielniccoli, my understanding is that PowerShell supports this for other providers like Cloudsmith repo but not for GitHub or ADO. https://help.cloudsmith.io/docs/powershell-modules-repository#upload-a-package-via-native-powershell-module-tooling
Support for [Wilderness Labs' Medow](http://developer.wildernesslabs.co/Meadow/Meadow.Foundation/Getting_Started/) would be helpful too. It supports full .Net Standard. There probably needs to be a [more minimal version of PowerShell running only on .Net Standard...
A [PowerShell SDK for the Azure Sphere](https://feedback.azure.com/forums/915433-azure-sphere/suggestions/40895797-powershell-sdk-for-azsphere) devices would be helpful too. https://azure.microsoft.com/en-us/services/azure-sphere/get-started/ Seeed MT3620 Mini Dev Board
@DanielSSilva , An AzSphere device might not be able to run PowerShell with a 4Mb RAM. However, there could be a [PowerShell SDK for AzSphere](https://feedback.azure.com/forums/915433-azure-sphere/suggestions/40895797-powershell-sdk-for-azsphere) that one could use to...
I would like to use the `-UseNewRunspace` parameter for the `ForEach-Object` cmdlet in AzFunctions. Currently it doesn't work.