Conversation
…st TypeSpec Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
|
PR base on main branch from swagger tag: package-2025-04 |
jliusan
reviewed
Mar 10, 2026
sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/CHANGELOG.md
Outdated
Show resolved
Hide resolved
tadelesh
commented
Mar 11, 2026
Member
Author
tadelesh
left a comment
There was a problem hiding this comment.
This service does not need release.
Contributor
There was a problem hiding this comment.
Pull request overview
Regenerates the armfluxconfigurations (kubernetesconfiguration/fluxConfigurations) ARM Go SDK using the latest TypeSpec source, replacing prior AutoRest-generated artifacts and updating generated clients, models, fakes, and examples accordingly.
Changes:
- Migrates generated code headers and module metadata to the TypeSpec Go Code Generator pattern (adds
version.go, removes AutoRest config/build files). - Updates model serialization (notably time handling) and refreshes client/fake server implementations for the latest API surface.
- Refreshes examples and testdata metadata, and updates
go.mod/go.sumdependencies.
Reviewed changes
Copilot reviewed 21 out of 23 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/version.go | Adds module name/version constants for the regenerated package. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/tsp-location.yaml | Adds TypeSpec source location metadata for regeneration. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/time_rfc3339.go | Removes legacy AutoRest RFC3339 time helper. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/testdata/_metadata.json | Adds emitter metadata (apiVersions + emitterVersion). |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/responses.go | Updates generator header to Go Code Generator. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/options.go | Updates generator header to Go Code Generator. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/models_serde.go | Updates (un)marshal logic and switches time handling to azcore datetime helpers. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/models.go | Updates model docs/shape details to match regenerated output. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/go.sum | Updates dependency checksums after regeneration/tidy. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/go.mod | Updates required/indirect module versions after regeneration/tidy. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/fluxconfigoperationstatus_client_example_test.go | Refreshes generated examples for operation status client. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/fluxconfigoperationstatus_client.go | Regenerated operation status client implementation and docs. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/fake/server_factory.go | Updates fake server factory to new initServer helper signature. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/fake/server.go | Regenerates main fake server routing/parsing logic. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/fake/internal.go | Adds shared fake helpers (initServer) and updates imports. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/fake/fluxconfigoperationstatus_server.go | Regenerates fake server for operation status endpoints. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/constants.go | Updates constants/enums and removes module constants moved to version.go. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/client_factory.go | Regenerates client factory header/docs and wiring. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/client_example_test.go | Refreshes generated examples for main client operations. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/client.go | Regenerates main client implementation (polling options, headers, request building). |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/build.go | Removes legacy AutoRest go:generate entrypoint. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/autorest.md | Removes legacy AutoRest configuration. |
| sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/CHANGELOG.md | Minor formatting update consistent with regenerated content. |
sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/tsp-location.yaml
Outdated
Show resolved
Hide resolved
sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations/client_example_test.go
Show resolved
Hide resolved
...bernetesconfiguration/armfluxconfigurations/fluxconfigoperationstatus_client_example_test.go
Show resolved
Hide resolved
JiaqiZhang-Dev
approved these changes
Mar 12, 2026
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.
Automated regeneration of the
kubernetesconfigurationfluxconfigurationsGo SDK using the latest TypeSpec definitions.