* added initial support for windows containers
* initial support for nanoserver
* corrected az cli path
* only az not working
* all dependencies correctly working
* added required pip packages
* removed unneeded file
* removed external dependencies
* completed support for nanoserver
* fixed all issued mentioned in PR comments
* installing both python2 and python3 on nanoserver
* set path to point to python3, since python2 is not working yet
* added missing parenthesis
* set python3 as default python
* mapped folder set automatically
* improved build script
* added setuptools install
* set to use latest tag
* added support for powershell script
* automatically map folder
* added sock mapping
* removed pip from requirements since it may generate errors
* ignored .backup files
* fixed spacings
* install modules locally
* fixed bug the prevented arguments to be handled correctly
* fixed bug the prevented arguments to be handled correctly
* added build script alpha version
* comments cleanup
* build will now also push docker images
* Bump version: 0.86.0 → 0.87.0
* version set back to 0.81.0
* fixed some bugs, added parameter for pipy login
* modularized build script
* fixed syntax
* removed renaming of python3 executables
* switch to docker folder if needed
* exit on error
* correctly handled directory switching
* switched to ubuntu 18.04 for python 3.6 default support
* using double slash to make script work
* improved docker image build performances
* file system cleanup
* added platform parameter
* Add quickstart video
Add quickstart video
* Search for subscriptions with a lowercased token; fixes#154
* Handle ambiguous or empty subscription results; related #154
* Add prompt to supply more characters when multiple subs are found
* add log level as envvar and testing (#178)
* add contributing.md and modify readme to point to wiki (#181)
* add contributing.md and modify readme to point to wiki
* update readme.md
* remove overview section and move resources to bottom
* add overview section with link to wiki at top
* add Contributing.md content and fix link (#182)
* Add test_azurecli and initial token casing tests
* Fix IoT Hub SKU prompt, changing duplicate S3 to S2
* Update subscription search to support contains for name matches
* Add RUNTIME_LOG_LEVEL to .env.tmp (#186)
* Add envvars clean to work around the py2 unicode in envvar issue