Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ACS JobRouter Pre-release] Execute prelease script #37594

Merged
merged 7 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 23 additions & 2 deletions sdk/communication/Azure.Communication.JobRouter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,30 @@

## 1.0.0-beta.1 (Unreleased)

This is the beta release of Azure Communication Router .NET SDK. For more information, please see the [README][read_me].
This is the beta release of Azure Communication Job Router .NET SDK. For more information, please see the [README][read_me].

This is a Public Preview version, so breaking changes are possible in subsequent releases as we improve the product. To provide feedback, please submit an issue in our [Azure SDK for .NET GitHub repo][issues].

### Features Added
- Using `JobRouterAdministrationClient`
- Create, update, get, list and delete `DistributionPolicy`.
- Create, update, get, list and delete `RouterQueue`.
- Create, update, get, list and delete `ClassificationPolicy`.
- Create, update, get, list and delete `ExceptionPolicy`.
- Using `JobRouterClient`
- Create, update, get, list and delete `RouterJob`.
- `RouterJob` can be created and updated with different matching modes: `QueueAndMatchMode`, `ScheduleAndSuspendMode` and `SuspendMode`.
- Re-classify a `RouterJob`.
- Close a `RouterJob`.
- Complete a `RouterJob`.
- Cancel a `RouterJob`.
- Un-assign a `RouterJob`, with option to suspend matching.
- Get the position of a `RouterJob` in a queue.
- Create, update, get, list and delete `RouterWorker`.
- Accept an offer.
- Decline an offer.
- Get queue statistics.

This is a private Preview version, so breaking changes are possible in subsequent releases as we improve the product. To provide feedback, please submit an issue in our [Azure SDK for .NET GitHub repo][issues].

<!-- LINKS -->
[read_me]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.JobRouter/README.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>
Expand Down