-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Az.SignalR] PR Reopen_Migrate Autorest Generation v3 to v4 #29050
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request migrates the Az.SignalR module from AutoRest generation v3 to v4, which is a significant infrastructure upgrade. The migration introduces breaking changes in type signatures and parameter handling for WebPubSub cmdlets.
Changes:
- Migrated AutoRest-generated code from v3 to v4 framework
- Updated 79 breaking changes documented in exception file for backwards compatibility tracking
- Added new cmdlets: Update-AzWebPubSubHub and Update-AzWebPubSubCustomDomain
- Updated help documentation for all affected cmdlets with cleaner parameter descriptions
- Modified test files to reflect new parameter naming (e.g.,
-IdentityType SystemAssignedto-EnableSystemAssignedIdentity $true)
Reviewed changes
Copilot reviewed 123 out of 128 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/StaticAnalysis/Exceptions/Az.SignalR/BreakingChangeIssues.csv | Documents 79 breaking changes from AutoRest v3 to v4 migration |
| src/SignalR/SignalR/ChangeLog.md | Adds changelog entry with link to breaking changes documentation |
| src/SignalR/SignalR/help/*.md | Updates help documentation for all WebPubSub cmdlets with cleaner parameter syntax |
| src/SignalR/SignalR.Autorest/test/*.ps1 | Updates tests to use new parameter patterns |
| src/SignalR/SignalR.Autorest/test/env.json | Updates test environment subscription and tenant IDs |
| src/SignalR/SignalR.Autorest/examples/*.md | Adds examples for new Update cmdlets |
| src/SignalR/SignalR/Az.SignalR.psd1 | Updates module manifest with new cmdlets and generation date |
| src/SignalR/SignalR.sln | Updates solution file structure for AutoRest v4 |
| mydomain wps.manual-test.dev.signalr.azure.com Succeeded | ||
| ``` | ||
|
|
||
| Update a custom domian. No newline at end of file |
Copilot
AI
Jan 12, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in the documentation: "domian" should be "domain".
| mydomain wps.manual-test.dev.signalr.azure.com Succeeded | ||
| ``` | ||
|
|
||
| Update a custom domian. |
Copilot
AI
Jan 12, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in the documentation: "domian" should be "domain".
|
To the author of the pull request, |
b5b722b to
60ad598
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 123 out of 128 changed files in this pull request and generated no new comments.
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.