Azure / Azure/azure-functions-durable-js
Update references of `orchestrationClient` to `durableClient`
- Dominant language
- TypeScript
- Stars
- 142
- Forks
- 66
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 4
Description
Previously, the durable client input binding type was called `orchestrationClient`. That name, while still supported, was deprecated in favor of `durableClient` (since durable clients can be used to interact with more than just orchestrations). We should update our templates, samples, and docs to reflect that change and not use `orchestrationClient`.
Contributor guide
Research direction
Search the repository's templates, samples, and documentation for references to `orchestrationClient`, then review each occurrence in context. Update the relevant references to `durableClient` while preserving the documented compatibility note, and confirm that no targeted template, sample, or documentation reference still uses the deprecated name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100