Merged
Conversation
Merged
1505efa to
d160fc5
Compare
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
d160fc5 to
16b344c
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR prepares the azure-mgmt-core package for its 1.6.0 release by updating version metadata, supported Python versions, development dependencies, and the changelog.
- Bump package version to 1.6.0 and add Release date in CHANGELOG
- Drop Python 3.8 support, add Python 3.13 classifier, and update
python_requiresto >=3.9 - Simplify
dev_requirements.txtentries and update paths for local package installs
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sdk/core/azure-mgmt-core/setup.py | Updated classifiers (dropped 3.8, added 3.13) and python_requires to >=3.9 |
| sdk/core/azure-mgmt-core/dev_requirements.txt | Removed version markers, updated local package path |
| sdk/core/azure-mgmt-core/azure/mgmt/core/_version.py | Bumped VERSION constant to "1.6.0" |
| sdk/core/azure-mgmt-core/CHANGELOG.md | Added new 1.6.0 entry with date and Python 3.9+ note |
Comments suppressed due to low confidence (2)
sdk/core/azure-mgmt-core/dev_requirements.txt:4
- The editable requirement for azure-core lost its '-e' flag. Change '../azure-core' to '-e ../azure-core' to ensure the local azure-core package is installed in editable mode.
../azure-core
sdk/core/azure-mgmt-core/CHANGELOG.md:3
- The changelog date is set to 2025-07-02, which appears to be in the future; please update it to today’s date as per the release guidelines.
## 1.6.0 (2025-07-02)
xiangyan99
approved these changes
Jul 3, 2025
Member
Author
|
/check-enforcer override |
1 similar comment
Member
Author
|
/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.
Prepare azure-mgmt-core release.