update-emitter

star 876

Update the TypeSpec emitter for Rust and optionally regenerate all clients

Azure By Azure schedule Updated 3/2/2026

name: update-emitter description: Update the TypeSpec emitter for Rust and optionally regenerate all clients

Run eng/scripts/Update-Emitter.ps1 to update eng/emitter-package.json to the latest @azure-tools/typespec-rust version and regenerate the lock file.

Regenerating clients

After updating the emitter, service crates should be regenerated to pick up the new version.

Service owners should regenerate only their own service crates. To regenerate a single crate, run tsp-client update from within the crate directory:

cd sdk/{service-directory}/{crate-directory}
tsp-client update

To regenerate all crates under a service directory:

find sdk/{service-directory} -name tsp-location.yaml -execdir tsp-client update \;

After regenerating

  • Build and test each affected crate to verify correctness.
  • Review any changes to public APIs and update each crate's CHANGELOG.md accordingly.
Install via CLI
npx skills add https://github.com/Azure/azure-sdk-for-rust --skill update-emitter
Repository Details
star Stars 876
call_split Forks 355
navigation Branch main
article Path SKILL.md
More from Creator