Skip to content

Commit d1c5ad5

Browse files
committed
Update ChangeLog
1 parent c0674b8 commit d1c5ad5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/SignalR/SignalR/ChangeLog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Added cmdlets for managing custom domains:
22+
- New-AzSignalRCustomDomain: create or update a custom domain for SignalR
23+
- Get-AzSignalRCustomDomain: get custom domain(s) for SignalR
24+
- Remove-AzSignalRCustomDomain: remove a custom domain from SignalR
25+
- Update-AzSignalRCustomDomain: update a custom domain of SignalR
26+
* Added cmdlets for managing custom certificates:
27+
- New-AzSignalRCustomCertificate: create or update a custom certificate for SignalR
28+
- Get-AzSignalRCustomCertificate: get custom certificate(s) for SignalR
29+
- Remove-AzSignalRCustomCertificate: remove a custom certificate from SignalR
30+
- Update-AzSignalRCustomCertificate: update a custom certificate of SignalR
31+
* Added support for managed identity to SignalR resource create and update cmdlets:
32+
- New-AzSignalR: now supports -EnableSystemAssignedIdentity and -UserAssignedIdentity parameters
33+
- Update-AzSignalR: now supports -EnableSystemAssignedIdentity and -UserAssignedIdentity parameters
2134

2235
## Version 2.1.0
2336
* Upgraded nuget package to signed package.

0 commit comments

Comments
 (0)