Azure / azure-sdk

This is the Azure SDK parent repository and mostly contains documentation around guidelines and policies as well as the releases for the various languages supported by the Azure SDK.
http://azure.github.io/azure-sdk
MIT License
488 stars 297 forks source link

Rust features should use underscores #7966

Closed heaths closed 2 months ago

heaths commented 2 months ago

@RickWinter @JeffreyRichter I'd like to introduce this requirement for the reason stated in the content - to provide a consistent experience using underscores since they are required to use crates (so we use them in crate naming), and when specifying features so Azure devs can always expect to use underscores everywhere.

JeffreyRichter commented 2 months ago

Sounds good to me.

RickWinter commented 2 months ago

@heaths, Are the pipeline changes intended?

heaths commented 2 months ago

No. I'm not even sure how those got in there. I'll remove them...done.

I don't even remember touching that file in a long time.