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
685 stars 232 forks source link

address example name collisions #1558

Closed demoray closed 6 months ago

demoray commented 6 months ago

As identified in recent builds, an example in azure_storage_blobs and azure_storage_queues have the same name (service_properties). This issue currently causes a warning that could become a hard error in the future.

This PR renames the examples to resolve the issue.

Ref: https://github.com/Azure/azure-sdk-for-rust/actions/runs/7451526251/job/20272841803#step:4:145