Azure / service-fabric-rs

Service Fabric Rust
MIT License
7 stars 7 forks source link

Support Reading Fabric Properties safely #98

Open cgettys-microsoft opened 2 weeks ago

cgettys-microsoft commented 2 weeks ago

I would find it very useful to have a higher level wrapper over IFabricPropertyManagementClient Covering at least:

Ideally, I want to avoid a tokio dependency being required for these, but we'll see whether that makes any sense. I'll attempt this myself, but thought I'd raise an issue to track it as well.