AzureSDKForRust icon indicating copy to clipboard operation
AzureSDKForRust copied to clipboard

Microsoft Azure SDK for Rust

Results 14 AzureSDKForRust issues
Sort by recently updated
recently updated
newest added

Currently storage clients for emulator (azurite) can't be initilized with SAS tokens. `KeyClient` struct for emulator are created with hard-coded account key when `with_emulator` function is used. The blob endpoint...

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).

enhancement
Auth AAD

Right now the trait takes ownership of the `ConsistencyLevel` field. This is not ideal: it might be better to accept a `Into` or similar.

enhancement
CosmosDB
ergonomics

In the JS SDK and I presume and other official Cosmos SDK implementations a cache of available regions is used to pick a URL to write to based on a...

enhancement
CosmosDB

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).

enhancement
CosmosDB

https://github.com/MindFlavor/AzureSDKForRust/blob/a7844c1b663b2a9ac53d473ca3276bee58c37adf/azure_sdk_cosmos/src/partition_key_range.rs#L18-L21 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in a7844c1b663b2a9ac53d473ca3276bee58c37adf when #269 was merged. cc @MindFlavor.

enhancement
CosmosDB
todo :spiral_notepad:

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...

enhancement
api

Just tossing the idea - is it possible to autogenerate the SDK for Azure services? Similar to what rusoto does - is it practical to take the [specs](https://github.com/Azure/azure-rest-api-specs/tree/master/specification) and use...

enhancement
dependency

I'd like to add support for a few more APIs (in particular, Get/Set Blob Metadata). It looks to me like the request builder `.rs` files are generated code from the...

documentation
dependency

I am looking for any guidance on how to utilize ARM. Is it just not implemented yet or I am not looking at the right place?

enhancement