Azure / azure-sdk-for-rust

This repository is for the active development of the Azure SDK for Rust. For consumers of the SDK we recommend visiting Docs.rs and looking up the docs for any of libraries in the SDK.
MIT License
717 stars 249 forks source link

Storage SDK permissions builder #1078

Open yoshuawuyts opened 2 years ago

yoshuawuyts commented 2 years ago

While pairing with Ryan last week we noticed that the permissions in the storage SDK is currently setup as a struct with public fields rather than a builder. We should change this over to be a builder.

heaths commented 5 months ago

@seanmcc-msft this may be worth considering in the track 2 clients.