* draft commit
* package cleanup
* minor clean up
* add sample for microsoft graph part 1
* cleanup
* sample / user app version should be independent of starters' verson
* rework demo
* clean up and unit test
* more unit tests
* minor cleanup
* cleanup
* correct typos
* resolve code review feedbacks
* fix typo
* fix typo
* fix test failure
* bind goal cobertura to test phase
* Use Project version for starters directly
* removes version from sample projects to use dynamic version
* adds missing dependency where dynamic version is not specified
* Fix Intendation
* collect user mac hash for bi
* change getmac way, update readme
* add claimer for gethashmac, add more tests
* unset properties in new test
* rename bi.enabled to allow.telemetry
* fix typo
* Polish gitignore
adds checkstyle and factorypath to git ingore to prevent unnecessary files being commited
* Spring Boot Starter for Azure Media Services
* removes tabs and replaces with spaces
* Implement few code review comments
* adds missing change
* JUNIT Testcases and polish
* Polish
* optimize documentdb query
* minor
* resolve comments
* add userAgentSuffix to documentdb starters
* update checkstyle, set constants name upper case
* update variable name, fix readme link
* auto configure for service bus
* add sample code for service bus starter
* add README
* code cleanup
* fix bugs
* fix test case failure
* fix typos
* use maven-compiler-plugin to specify Java version
* move checkstyle.xml to config folder
* use pluginManagement for plugin version management
* update README
* add not null validation for connection string
* intial checkin for documentdb spring data
* fix typo
* cleanup pom file and add spring-data-azure-documentdb as child of document db starter
* correct typo in pom files
* resolve comments, and enable autoconfigure documentdb spring data
* fix local merge issue
* add license info
* minor
* use connection string instead of name and key
* avoid singleton for CloudStorageAccount bean
* add cosmos db auto configure
* minor cleanup
* allow user to override ConnectionPolicy and ConsistencyLevel for DocumentClient
* add test cases for cosmosdb autoconfigure
* add test cases for Azure Storage auto configure
* update azure storage package to the latest version 5.3.0
* resolve code review feedbacks
* Remove ConnectionPolicy related properties and use ConnectionPolicy bean instead
* minor cleanup
* fix typo
* use RuntimeException instead