Azure / pcs-cli

A CLI for deploying Azure IoT PCS
MIT License
33 stars 37 forks source link

Fix for aks version outdated issue #501

Closed isaac-dasan closed 5 years ago

isaac-dasan commented 5 years ago

Description and Motivation

AKS orchestrator versions gets updated every 3 months so it's not efficient to hard code the version number in CLI code. This fix will get the latest default version before doing kubernetes deployment. ...

Change type

Checklist:


This change is Reviewable