stefanstranger / AIPAS

AIPAS (Azure IP Address Solution) is built in Azure to let (Network) Administrators keep up-to-date records of IP assignments and available addresses used to configure Azure Virtual Networks (VNets).
Apache License 2.0
75 stars 18 forks source link

Scripts and instructions are not cross-platform #2

Open rwaal opened 3 years ago

rwaal commented 3 years ago

Hi Stefan,

The scripts for creating the storage table and Service Principal do not work for Mac and Linux. The PowerShell scripts contain cmdlets that are exclusive for Windows, like Out-GridView and clip. Additionally, the instructions for setting up a local development environment only describe the prereqs for Windows.

I'd like to update the scripts and the instructions so that they also work on Mac. If you're ok with that, I'll submit a PR within a week or so.

stefanstranger commented 3 years ago

Hi @rwaal

Thanks for the suggestion to make the documentation supporting cross-platform development environments.

Please fork the repo and submit a PR to help solve this.

Regards, Stefan

rwaal commented 3 years ago

Apologies for the delay. I've just created PR https://github.com/stefanstranger/AIPAS/pull/3 which should address my issues. I hope you find it useful. Any feedback is welcome 😄