Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.34k stars 1.98k forks source link

[BUG]Follow up questions for Management SDK #33245

Open xinlian12 opened 1 year ago

xinlian12 commented 1 year ago

Few questions to follow up for Management SDK:

  1. Offer query - instead of 400 (Bad request) it is returning 404 when querying throughput on the wrong level (for example, throughput is configured on database level, but trying to query throughput on container level)
  2. The ts() of throughput response has always been null, where it should track the last modified time
  3. When using createAndUpdateDatabase* API - there is no way to differentiate whether the database already exists(no status code)
  4. When deleting a database/container does not exists, no exceptions will be thrown
  5. Why resourceGroupName is required
ghost commented 1 year ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @kushagraThapar, @TheovanKraay