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

Remove all but core, identity #1641

Closed heaths closed 2 months ago

heaths commented 2 months ago

This is the start for our "track2" work. We'll just have core and identity initially. I wanted to leave in Key Vault, but it relies on generated code. In a future PR, I can write a simple SecretClient with which we can test various things like I have been in my prototype repos.

heaths commented 2 months ago

There are a lot of files, yes, but it's almost all deletes. The brunt of the changes is to git rm -rf services and then all the sdk/* crates except core and identity. A few minor changes to a few other files e.g., tests so we don't try to test anything under servces//.