* Added support for Cosmos Key Credential
Added new tests
Updated existing tests
Updated azure-cosmos version to 3.1.0
Added secondary key to application.properties
Updated build.xml with secondary key
* add cosmosdb.secondaryKey for CI
* add cosmosdb.secondaryKey in setup.bat for CI
* Removing getter, as its not required and we don't want to expose public
API for cosmosClient
* Adding private getter back because of compilation issues
* Allow Integer type for domain Id field.
* Add IT test for Integer Id.
Signed-off-by: Pan Li <panli@microsoft.com>
Signed-off-by: Weiping Pan <Weiping.Pan@microsoft.com>
* Diable Appveyor for now.
* Make push only focus on build in branch other than master
* Make PR and push on master run full test.
Signed-off-by: Pan Li <panli@microsoft.com>