- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
- Updated Azure.Core from 1.47.3 to 1.50.0
- Updated Azure.Core from 1.45.0 to 1.47.3
- 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
- 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
- Upgraded nuget package to signed package.
- Removed "Microsoft.Azure.Management.SignalR" Version "1.1.2-preview" PackageReference
- Fixed secrets exposure in example documentation.
- Improve the doc for
Test-AzSignalRName.
- Introduced secrets detection feature to safeguard sensitive data.
- Breaking change:
- Removed
HostNamePrefixproperty of output typePSSignalRResourceof following cmdlets:Get-AzSignalRNew-AzSignalRUpdate-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-AzWebPubSubGet-AzWebPubSubUpdate-AzWebPubSubRestart-AzWebPubSubRemove-AzWebPubSubNew-AzWebPubSubHubGet-AzWebPubSubHubRemove-AzWebPubSubHubNew-AzWebPubSubKeyGet-AzWebPubSubKeyGet-AzWebPubSubSkuGet-AzWebPubSubUsageTest-AzWebPubSubNameAvailability
- 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
- Fixed
Restart-AzSignalRandUpdate-AzSignalRhelp 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.SignalRmodule