[Migrate-Check-Typespec-Mitigate] sdk/resourcemanager/datafactory/armdatafactory #26211
Open
[Migrate-Check-Typespec-Mitigate] sdk/resourcemanager/datafactory/armdatafactory #26211
Conversation
jliusan
commented
Mar 11, 2026
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
Contributor
There was a problem hiding this comment.
Pull request overview
Migrates the sdk/resourcemanager/datafactory/armdatafactory module artifacts to the newer Go Code Generator output for the v11 major version, updating generated clients/examples and adding TypeSpec regeneration metadata.
Changes:
- Add
version.gowith module name/version constants for v11. - Add TypeSpec regeneration metadata via
tsp-location.yaml. - Update generated client code and examples to Go Code Generator output, and remove the AutoRest-specific
time_rfc3339.gohelper.
Reviewed changes
Copilot reviewed 91 out of 94 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/resourcemanager/datafactory/armdatafactory/version.go | Adds module identity constants used when constructing ARM clients. |
| sdk/resourcemanager/datafactory/armdatafactory/tsp-location.yaml | Captures the upstream spec location/commit for regeneration. |
| sdk/resourcemanager/datafactory/armdatafactory/triggers_client.go | Updates generated code/comments and request construction details. |
| sdk/resourcemanager/datafactory/armdatafactory/triggerruns_client.go | Updates generated code/comments and request paths. |
| sdk/resourcemanager/datafactory/armdatafactory/triggerruns_client_example_test.go | Updates examples to v11 import path and new generator format. |
| sdk/resourcemanager/datafactory/armdatafactory/time_rfc3339.go | Removes AutoRest-era time parsing helper no longer needed post-migration. |
sdk/resourcemanager/datafactory/armdatafactory/integrationruntimenodes_client.go
Show resolved
Hide resolved
sdk/resourcemanager/datafactory/armdatafactory/integrationruntimenodes_client.go
Show resolved
Hide resolved
tadelesh
reviewed
Mar 11, 2026
| @@ -1,5 +1,67 @@ | |||
| # Release History | |||
|
|
|||
| ## 11.0.0 (2026-03-11) | |||
Member
There was a problem hiding this comment.
@jliusan Could you please update the version to 11.0.0-beta.1 and we will use this PR as a refresh PR directly.
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.
based on branch:TspMig-DataFactory