-
Notifications
You must be signed in to change notification settings - Fork 324
go release notes for the 2025-06 release #8832
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?
go release notes for the 2025-06 release #8832
Conversation
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 automated pull request adds the Go SDK release notes for the June 2025 release.
- Introduces a new entry for the
armlambdatesthyperexecute
resource manager package - Specifies version, display/service names, visibility, and changelog metadata
Comments suppressed due to low confidence (1)
_data/releases/2025-06/go.yml:2
- [nitpick] The service path and identifier are all lowercase and concatenated. For consistency with other SDK entries, consider using CamelCase segments (e.g.,
LambdaTestHyperExecute
) in identifiers and display names.
- Name: sdk/resourcemanager/lambdatesthyperexecute/armlambdatesthyperexecute
ServiceName: Lambdatesthyperexecute | ||
VersionType: Beta | ||
Hidden: false | ||
ChangelogUrl: https://github.com/Azure/azure-sdk-for-go/tree/sdk/resourcemanager/lambdatesthyperexecute/armlambdatesthyperexecute/v0.1.0/sdk/resourcemanager/lambdatesthyperexecute/armlambdatesthyperexecute/CHANGELOG.md |
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.
The ChangelogUrl contains duplicated path segments (sdk/resourcemanager/lambdatesthyperexecute/armlambdatesthyperexecute
) before and after the version. It should point directly to .../v0.1.0/CHANGELOG.md
without repeating the directory structure.
ChangelogUrl: https://github.com/Azure/azure-sdk-for-go/tree/sdk/resourcemanager/lambdatesthyperexecute/armlambdatesthyperexecute/v0.1.0/sdk/resourcemanager/lambdatesthyperexecute/armlambdatesthyperexecute/CHANGELOG.md | |
ChangelogUrl: https://github.com/Azure/azure-sdk-for-go/tree/sdk/resourcemanager/lambdatesthyperexecute/armlambdatesthyperexecute/v0.1.0/CHANGELOG.md |
Copilot uses AI. Check for mistakes.
This is an automated pull request to gather the go release notes for the 2025-06 release. See Producing Release Notes for details of the processing.