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
692 stars 241 forks source link

build azure_messaging_eventgrid on top of azure_svc_eventgrid #1451

Open king-11 opened 10 months ago

king-11 commented 10 months ago

except for event most of other modules while present are commented out am not able to see the reason behind that because without them I can't really run the examples or are they stale?

cataggar commented 10 months ago

Have a look at azure_svc_eventgrid. azure_messaging_eventgrid should be updated to use azure_svc_eventgrid. That would be a part of https://github.com/Azure/azure-sdk-for-rust/issues/803.

king-11 commented 10 months ago

edit: keeping it open for further updates on the event grid sdk itself.