Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/SignalR/SignalR.Autorest/Az.SignalR.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<copyright>Microsoft Corporation. All rights reserved.</copyright>
<tags>Azure ResourceManager ARM PSModule $(service-name)</tags>
<dependencies>
<dependency id="Az.Accounts" version="2.2.3" />
<dependency id="Az.Accounts" version="2.7.5" />
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Az.Accounts dependency version is inconsistent between files. The nuspec file specifies version 2.7.5, but the module manifest (Az.SignalR.psd1) requires version 5.3.2. These versions should be synchronized to ensure consistent dependencies.

Suggested change
<dependency id="Az.Accounts" version="2.7.5" />
<dependency id="Az.Accounts" version="5.3.2" />

Copilot uses AI. Check for mistakes.
</dependencies>
</metadata>
<files>
Expand Down
26 changes: 26 additions & 0 deletions src/SignalR/SignalR.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache License, Version 2.0 (the ""License"");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an ""AS IS"" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
// is regenerated.

using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - WebPubSub")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("2.3.2")]
[assembly: System.Reflection.AssemblyVersionAttribute("2.3.2")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
7 changes: 7 additions & 0 deletions src/SignalR/SignalR.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,13 @@ directive:
- no-inline:
- EventListenerEndpoint
- EventListenerFilter
# Add preview announcement for New/Update WebPubSub cmdlets that will have breaking changes in Az v16.0.0
- where:
verb: New|Update
subject: WebPubSub
set:
preview-announcement:
preview-message: "*****************************************************************************************\\r\\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\\r\\n* At least one change applies to this cmdlet. *\\r\\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\\r\\n**************************************************************************************************"
```

## Azure Web PubSub custom development guidance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ function New-AzWebPubSub
{
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubResource])]
[CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.PreviewMessage("**********************************************************************************************`n
* This cmdlet will undergo a breaking change in Az v16.0.0, to be released on May 2026. *`n
* At least one change applies to this cmdlet. *`n
* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n
Comment on lines +97 to +100
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The preview message in the PreviewMessage attribute contains inconsistent formatting. Line 97 starts with excessive asterisks (88 characters) while line 101 has only 99 asterisks. The message should use consistent border formatting for better readability. Additionally, line 99 has inconsistent spacing with many extra spaces after "cmdlet."

Suggested change
[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.PreviewMessage("**********************************************************************************************`n
* This cmdlet will undergo a breaking change in Az v16.0.0, to be released on May 2026. *`n
* At least one change applies to this cmdlet. *`n
* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n
[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.PreviewMessage("***************************************************************************************************`n
* This cmdlet will undergo a breaking change in Az v16.0.0, to be released on May 2026. *`n
* At least one change applies to this cmdlet. *`n
* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n

Copilot uses AI. Check for mistakes.
***************************************************************************************************")]
param(
[Parameter(Mandatory)]
[Alias('ResourceName')]
Expand Down
2 changes: 1 addition & 1 deletion src/SignalR/SignalR.Autorest/docs/Az.SignalR.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Az.SignalR
Module Guid: 887a3597-2c6e-46ff-a239-c56a20f0bf79
Module Guid: 8b0c00c9-a377-4416-8e9a-f8d98300b69d
Download Help Link: https://learn.microsoft.com/powershell/module/az.signalr
Help Version: 1.0.0.0
Locale: en-US
Expand Down
2 changes: 1 addition & 1 deletion src/SignalR/SignalR.Autorest/generate-info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"generate_Id": "e579b883-8e7e-4d0c-9a90-0935634110ef"
"generate_Id": "ac45d6a2-d611-478f-becf-7fe67bdb1610"
}
11 changes: 11 additions & 0 deletions src/SignalR/SignalR.Autorest/resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Resources
This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder.

## Info
- Modifiable: yes
- Generated: no
- Committed: yes
- Packaged: no

## Purpose
Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact.
Loading
Loading