You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not use workspace dependency for AMQP, EH (#2595)
Fixes#2551 in a different way since #2574 effectively turns off default features.
I successfully ran the following as a test:
```bash
eng/scripts/verify-dependencies.rs
cargo test -p azure_security_keyvault_secrets
cargo +nightly -Zpackage-workspace package --allow-dirty -p typespec -p typespec_client_core -p typespec_macros -p azure_core -p azure_core_amqp -p azure_messaging_eventhubs -p azure_security_keyvault_secrets
```
This proves that `azure_core`'s default features were enabled - specifically the `reqwest_deflate` and `reqwest_gzip` feautres to enable their corresponding headers - and that we could package (and publish) versions this way.
0 commit comments