Hi everybody! I wrote a little wrapper module for AzureRM that makes working in an interactive console a little easier. This module will modify your prompt to add the name of the subscription you are currently connected to, and provides some tab-completion of subscription names when you need to change subs. Not useful for automation, but it’s a QoL improvement if you have to work with the console interactively much.
I would love any comments/critique (please be gentle, it’s my first time) as there isn’t much PowerShell knowledge at my current job, and I feel like I could use some other opinions to improve.
GitHub page for the module can be found here
Thank you for your time!
submitted by /u/madleprakahn
[link] [comments]
The post AzureRM Wrapper appeared first on How to Code .NET.