File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## 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
21
34
22
35
## Version 2.1.0
23
36
* Upgraded nuget package to signed package.
You can’t perform that action at this time.
0 commit comments