ChangeLog.md
May 27, 2026 ยท View on GitHub
Upcoming Release
Version 3.0.0
- Added ChangeSafety Support
- Upgraded code generator
Version 2.3.3
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Version 2.3.2
- Updated Azure.Core from 1.47.3 to 1.50.0
Version 2.3.1
- Updated Azure.Core from 1.45.0 to 1.47.3
Version 2.3.0
- Added cmdlets for managing replicas:
- Get-AzSignalRReplica: get replica(s) for SignalR
- New-AzSignalRReplica: create a new replica for SignalR
- Remove-AzSignalRReplica: remove a replica from SignalR
- Restart-AzSignalRReplica: restart a SignalR replica
- Start-AzSignalRReplica: start a SignalR replica
- Stop-AzSignalRReplica: stop a SignalR replica
- Update-AzSignalRReplica: update a SignalR replica
- Added cmdlets for managing network IP rules
- New-AzSignalRNetworkIpRuleObject: create a new network IP rule object for SignalR
- Add-AzSignalRNetworkIpRule: add network IP rule(s) to SignalR
- Remove-AzSignalRNetworkIpRule: remove network IP rule(s) from SignalR
Version 2.2.0
- Added cmdlets for managing custom domains:
New-AzSignalRCustomDomain,Get-AzSignalRCustomDomain,Remove-AzSignalRCustomDomain,Update-AzSignalRCustomDomain - Added cmdlets for managing custom certificates:
New-AzSignalRCustomCertificate,Get-AzSignalRCustomCertificate,Remove-AzSignalRCustomCertificate,Update-AzSignalRCustomCertificate - Added
-EnableSystemAssignedIdentityandUserAssignedIdentityfor managed identity toNew-AzSignalRandUpdate-AzSignalR
Version 2.1.0
- Upgraded nuget package to signed package.
- Removed "Microsoft.Azure.Management.SignalR" Version "1.1.2-preview" PackageReference
Version 2.0.2
- Fixed secrets exposure in example documentation.
- Improve the doc for
Test-AzSignalRName.
Version 2.0.1
- Introduced secrets detection feature to safeguard sensitive data.
Version 2.0.0
- Breaking change:
- Removed
HostNamePrefixproperty of output typePSSignalRResourceof following cmdlets:Get-AzSignalRNew-AzSignalRUpdate-AzSignalR
- Removed
Version 1.5.0
- 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.
Version 1.4.1
- Fixed the bug of "Update-AzSignalR" cmdlet that resets the resource states by mistake.
Version 1.4.0
- Added Web PubSub cmdlets
New-AzWebPubSubGet-AzWebPubSubUpdate-AzWebPubSubRestart-AzWebPubSubRemove-AzWebPubSubNew-AzWebPubSubHubGet-AzWebPubSubHubRemove-AzWebPubSubHubNew-AzWebPubSubKeyGet-AzWebPubSubKeyGet-AzWebPubSubSkuGet-AzWebPubSubUsageTest-AzWebPubSubNameAvailability
Version 1.3.0
- Changed to
AllowandDenyparameters ofUpdate-AzSignalRNetworkAclcmdlet:- Accepted
Traceas a valid value. - Accepted
@()as empty collection to clear the list.
- Accepted
- Supported
ResourceGroupCompleterandResourceNameCompleterin the applicable cmdlets. - Deprecated the
HostNamePrefixproperty of output typePSSignalRResourceof following cmdlets:Get-AzSignalRNew-AzSignalRUpdate-AzSignalR
Version 1.2.0
- Fixed
Restart-AzSignalRandUpdate-AzSignalRhelp files errors - Added cmdlets
Update-AzSignalRNetworkAcl,Set-AzSignalRUpstream
Version 1.1.1
- Update references in .psd1 to use relative path
Version 1.1.0
- Add Update, Restart, CheckNameAvailability, GetUsage Cmdlets
Version 1.0.3
- Fixed miscellaneous typos across module
Version 1.0.2
- Update incorrect online help URLs
Version 1.0.1
- Fix backward compatibility issue with Az.Accounts module
Version 1.0.0
- General availability of
Az.SignalRmodule