Francesco Cogno
Francesco Cogno
As per [https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow#second-case-access-token-request-with-a-certificate](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow#second-case-access-token-request-with-a-certificate).
Right now the trait takes ownership of the `ConsistencyLevel` field. This is not ideal: it might be better to accept a `Into` or similar.
As per [https://docs.microsoft.com/en-us/azure/cosmos-db/tutorial-global-distribution-sql-api#rest](https://docs.microsoft.com/en-us/azure/cosmos-db/tutorial-global-distribution-sql-api#rest). This API is poorly documented but it is mandatory to allow global endpoint management (see issue https://github.com/MindFlavor/AzureSDKForRust/issues/118).
This will be done after [https://github.com/MindFlavor/AzureSDKForRust/issues/61](https://github.com/MindFlavor/AzureSDKForRust/issues/61): - [ ] Put block blob from URL (new since 2018-03-28). See [https://docs.microsoft.com/en-us/rest/api/storageservices/put-block-from-url](https://docs.microsoft.com/en-us/rest/api/storageservices/put-block-from-url). - [ ] Undelete blob - [ ] Get blob properties...
Reading and writing blobs in a single operation is cumbersome and really not efficient. Since we are aync anyway it would make sense to enable data processing as soon as...
Some elements can and should be reused between calls. Right now the client is very, very dumb.
Right now the task of creating Grafana dashboards is left to every user. If you feel like it please share your dashboards so others can benefit from your Grafana-fu power....