This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://stackoverflow.com/questions/42145440/powershell-capture-mouse-click-event-inside-a-powershell-console | |
Add-Type -ReferencedAssemblies System.Drawing @" | |
using System; | |
using System.Drawing; | |
using System.Runtime.InteropServices; | |
public class Window | |
{ | |
[DllImport("user32.dll")] | |
[return: MarshalAs(UnmanagedType.Bool)] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some interesting github projects around ARM templates: | |
* https://github.com/Azure/azure-xplat-arm-tooling | |
* https://github.com/sam-cogan/arm-snippets-vscode | |
* https://github.com/benc-uk/armview-vscode | |
* https://github.com/microsoft/vscode-azurearmtools | |
* https://github.com/ChrisLGardner/ArmTemplateValidation | |
* https://github.com/CompositionalIT/farmer | |
* [possibly outdated] https://github.com/aumathew/AzureArmTemplateCompiler |
OlderNewer