- Breaking change:
- Removed
HostNamePrefix
property of output typePSSignalRResource
of following cmdlets:Get-AzSignalR
New-AzSignalR
Update-AzSignalR
- Removed
- Updated to API version 2022-08-01-preview
- Added support for custom domain. Added new cmdlets New-AzWebPubSubCustomCertificate, Get-AzWebPubSubCustomCertificate, Remove-AzWebPubSubCustomCertificate, New-AzWebPubSubCustomDomain, Get-AzWebPubSubCustomDomain, Remove-AzWebPubSubCustomDomain.
- Added support for event listeners in hub settings. Added new cmdlets New-AzWebPubSubEventHubEndpointObject, New-AzWebPubSubEventNameFilterObject.
- Fixed the bug of "Update-AzSignalR" cmdlet that resets the resource states by mistake.
- Added Web PubSub cmdlets
New-AzWebPubSub
Get-AzWebPubSub
Update-AzWebPubSub
Restart-AzWebPubSub
Remove-AzWebPubSub
New-AzWebPubSubHub
Get-AzWebPubSubHub
Remove-AzWebPubSubHub
New-AzWebPubSubKey
Get-AzWebPubSubKey
Get-AzWebPubSubSku
Get-AzWebPubSubUsage
Test-AzWebPubSubNameAvailability
- Changed to
Allow
andDeny
parameters ofUpdate-AzSignalRNetworkAcl
cmdlet:- Accepted
Trace
as a valid value. - Accepted
@()
as empty collection to clear the list.
- Accepted
- Supported
ResourceGroupCompleter
andResourceNameCompleter
in the applicable cmdlets. - Deprecated the
HostNamePrefix
property of output typePSSignalRResource
of following cmdlets:Get-AzSignalR
New-AzSignalR
Update-AzSignalR
- Fixed
Restart-AzSignalR
andUpdate-AzSignalR
help files errors - Added cmdlets
Update-AzSignalRNetworkAcl
,Set-AzSignalRUpstream
- Update references in .psd1 to use relative path
- Add Update, Restart, CheckNameAvailability, GetUsage Cmdlets
- Fixed miscellaneous typos across module
- Update incorrect online help URLs
- Fix backward compatibility issue with Az.Accounts module
- General availability of
Az.SignalR
module