Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

[V3] Package naming #150

Closed christopheranderson closed 5 years ago

christopheranderson commented 5 years ago

There currently exists com.microsoft.azure.cosmos and com.microsoft.azure.cosmosdb packages. To follow spec, there should just be a com.azure.data.cosmos package.

christopheranderson commented 5 years ago

done