Skip to content

Latest commit

 

History

History
122 lines (99 loc) · 4.59 KB

File metadata and controls

122 lines (99 loc) · 4.59 KB

Upcoming Release

Version 2.3.3

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 -EnableSystemAssignedIdentity and UserAssignedIdentity for managed identity to New-AzSignalR and Update-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 HostNamePrefix property of output type PSSignalRResource of following cmdlets:
      • Get-AzSignalR
      • New-AzSignalR
      • Update-AzSignalR

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-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

Version 1.3.0

  • Changed to Allow and Deny parameters of Update-AzSignalRNetworkAcl cmdlet:
    • Accepted Trace as a valid value.
    • Accepted @() as empty collection to clear the list.
  • Supported ResourceGroupCompleter and ResourceNameCompleter in the applicable cmdlets.
  • Deprecated the HostNamePrefix property of output type PSSignalRResource of following cmdlets:
    • Get-AzSignalR
    • New-AzSignalR
    • Update-AzSignalR

Version 1.2.0

  • Fixed Restart-AzSignalR and Update-AzSignalR help 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.SignalR module