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 237 forks source link

move away from directory listings for finding generated crates #1509

Closed demoray closed 9 months ago

demoray commented 9 months ago

As identified in #1479, we do not currently handle deleted/renamed specifications well.

This update addresses this via the following:

As a byproduct, this identifies that the previously existing spec that would result in azure_svc_codesigning was removed.

ref: https://github.com/Azure/azure-rest-api-specs/pull/26635