-
Notifications
You must be signed in to change notification settings - Fork 326
python release notes for the 2025-07 release #8951
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
Open
azure-sdk
wants to merge
21
commits into
Azure:main
Choose a base branch
from
azure-sdk:CreateOrUpdateReleaseDataFor_python_2025-07
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
python release notes for the 2025-07 release #8951
azure-sdk
wants to merge
21
commits into
Azure:main
from
azure-sdk:CreateOrUpdateReleaseDataFor_python_2025-07
Conversation
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
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 PR adds the release note entry for the azure-mgmt-computeschedule
package in the July 2025 Python release.
- Introduces a new
azure-mgmt-computeschedule
entry at version 1.1.0 (GA) - Specifies display name, service name, version type, visibility, and changelog links
Comments suppressed due to low confidence (3)
_data/releases/2025-07/python.yml:173
- Indent this entry to match the existing list structure (e.g., two spaces before
-
) for consistent YAML formatting.
- Name: azure-mgmt-computeschedule
_data/releases/2025-07/python.yml:179
- Use a
blob
URL instead oftree
so the link points directly to theCHANGELOG.md
file (e.g., replace/tree/
with/blob/
).
ChangelogUrl: https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-computeschedule_1.1.0/sdk/computeschedule/azure-mgmt-computeschedule/CHANGELOG.md
_data/releases/2025-07/python.yml:180
- The
ChangelogContent
field is empty. Consider adding a summary of the key changes or removing the field if not needed to ensure release notes render correctly.
ChangelogContent: ""
xiangyan99
approved these changes
Jun 18, 2025
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.
This is an automated pull request to gather the python release notes for the 2025-07 release. See Producing Release Notes for details of the processing.