Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
696 stars 241 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 3 months ago

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