PowerShell DevOps tool: PSReadLine and how to install it using PowerShell v5.0 and OneGet What is PSReadLine It's someone at work that told me about PSReadLine. I just took me 5 minutes to realize that this module is a life changer for everyone doing serious PowerShell. Here is what is does This module replaces the command
Azure SDK Testing code that rely on Microsoft Azure Management Libraries using Microsoft Fakes I've played with Azure a lot since last year and I can tell you that the Microsoft Azure Management Libraries (MAML) from and Azure SDK are very well designed and that writing tests against code that use them is a charm. What