[AutoPR sdk-resourcemanager/resourceconnector/armresourceconnector]-generated-from-SDK Generation - Go-5737607#25855
Merged
AzureMarker merged 1 commit intoAzure:mainfrom Jan 12, 2026
Conversation
…rosoft.ResourceConnector/ResourceConnector/tspconfig.yaml', API Version: 2025-03-01-preview, SDK Release Type: beta, and CommitSHA: 'c2d959beecc6e4fe6337792990c762988478aa97' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5737607 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
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
This PR updates the Azure Resource Connector SDK from AutoRest-generated code to TypeSpec-based Go Code Generator output, introducing API version 2025-03-01-preview with new network configuration features.
- Migrates code generation from AutoRest to Microsoft Go Code Generator
- Adds network profile support including DNS, proxy, and Arc Gateway configurations
- Introduces event tracking for appliance lifecycle and health monitoring
- Updates dependency versions to latest stable releases
Reviewed changes
Copilot reviewed 20 out of 21 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| version.go | New file defining module version v1.2.0-beta.1 |
| tsp-location.yaml | New file specifying TypeSpec source location and commit |
| time_rfc3339.go | Enhanced date/time handling with support for formats without 'T' separator |
| testdata/_metadata.json | New metadata file specifying API version 2025-03-01-preview |
| responses.go | Updated response type comments from AutoRest to TypeSpec generator |
| options.go | Updated LRO resume token documentation |
| models_serde.go | Added serialization for new Event, NetworkProfile, DNS, Gateway, and Proxy types |
| models.go | Added Event, NetworkProfile, DNSConfiguration, GatewayConfiguration, ProxyConfiguration structs |
| go.sum | Updated dependency checksums for golang.org/x packages |
| go.mod | Updated golang.org/x dependencies to v0.46.0, v0.48.0, v0.40.0, v0.32.0 |
| fake/time_rfc3339.go | Removed (consolidated into parent package) |
| fake/server_factory.go | Updated to TypeSpec generator with improved documentation |
| fake/internal.go | Added result struct and updated to TypeSpec generator |
| fake/appliances_server.go | Enhanced with goroutine-based dispatch and interceptor support |
| constants.go | Added ArtifactType and SSHKeyType enums; added 12 new Status values for network updates |
| client_factory.go | Simplified factory pattern removing credential/options storage |
| build.go | Removed (build directive no longer needed with TypeSpec) |
| autorest.md | Removed (replaced by tsp-location.yaml) |
| appliances_client_example_test.go | Completely regenerated examples for all client operations |
| appliances_client.go | Updated API version to 2025-03-01-preview with improved documentation |
| CHANGELOG.md | Added v1.2.0-beta.1 release notes documenting new features |
tadelesh
approved these changes
Jan 12, 2026
Member
|
/check-enforcer evaluate |
Member
|
/check-enforcer override |
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.
Configurations: 'specification/resourceconnector/resource-manager/Microsoft.ResourceConnector/ResourceConnector/tspconfig.yaml', API Version: 2025-03-01-preview, SDK Release Type: beta, and CommitSHA: 'c2d959beecc6e4fe6337792990c762988478aa97' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5737607 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
Release Plan Details