[Automation] Regenerate SDK based on typespec-go branch main#25506
Merged
jliusan merged 12 commits intoAzure:mainfrom Dec 4, 2025
Merged
[Automation] Regenerate SDK based on typespec-go branch main#25506jliusan merged 12 commits intoAzure:mainfrom
jliusan merged 12 commits intoAzure:mainfrom
Conversation
4f2850b to
023d552
Compare
b534a59 to
d51b447
Compare
3857757 to
9154f37
Compare
...rcemanager/devopsinfrastructure/armdevopsinfrastructure/imageversions_client_example_test.go
Outdated
Show resolved
Hide resolved
Member
|
BreakingChange:
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR regenerates SDK code for multiple Azure resource manager modules based on updates from the TypeSpec Go main branch. The changes are automated and include dependency updates and code generation improvements.
Key Changes
- Updated emitter version from 0.8.3 to 0.8.4 across all modules
- Updated tsp-location.yaml commit references to 1ce64eb6ce4e09437f3455162888e0ec59983919
- Upgraded dependencies: azcore (v1.19.x → v1.20.0), testify (v1.10.0 → v1.11.1), golang.org/x packages
- Added new UniqueIdentifier fields to ConfigTemplateProperties and SolutionTemplateProperties in workloadorchestration
- Converted Update methods to BeginUpdate (async) in servicefabricmanagedclusters for ManagedClustersClient and ApplicationsClient
- New dependency map module (armdependencymap v0.1.0)
- Documentation improvements in dnsresolver client constructors
Reviewed changes
Copilot reviewed 220 out of 279 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Multiple tsp-location.yaml files | Updated commit hash references to new TypeSpec specs |
| Multiple testdata/_metadata.json files | Updated emitter version to 0.8.4 |
| Multiple go.mod/go.sum files | Updated azcore to v1.20.0, testify to v1.11.1, and golang.org/x packages |
| workloadorchestration models.go | Added UniqueIdentifier read-only fields to template properties |
| workloadorchestration models_serde.go | Added serialization for UniqueIdentifier fields |
| servicefabricmanagedclusters clients | Converted Update to async BeginUpdate methods |
| servicefabricmanagedclusters fake servers | Updated fake implementations for async Update methods |
| servicefabricmanagedclusters examples | Updated examples for async Update pattern |
| dnsresolver client files | Improved documentation for options parameters |
| dependencymap/armdependencymap | New module with initial implementation (v0.1.0) |
2dd1193 to
87d36d5
Compare
tadelesh
reviewed
Nov 24, 2025
...esourcemanager/agricultureplatform/armagricultureplatform/agriservice_client_example_test.go
Outdated
Show resolved
Hide resolved
tadelesh
reviewed
Nov 24, 2025
tadelesh
reviewed
Nov 24, 2025
tadelesh
reviewed
Nov 24, 2025
tadelesh
reviewed
Nov 24, 2025
87d36d5 to
addbbbc
Compare
addbbbc to
f9a0a3f
Compare
f9a0a3f to
2c8fe10
Compare
tadelesh
reviewed
Dec 2, 2025
sdk/resourcemanager/workloadorchestration/armworkloadorchestration/models.go
Show resolved
Hide resolved
e631f5c to
6af8321
Compare
JiaqiZhang-Dev
approved these changes
Dec 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Regenerate SDK based on typespec-go branch main