-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Deperecate Mobilenetwork package #47568
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
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 PR deprecates the MobileNetwork package following the service's End of Life on 09-30-2025 and retirement. The deprecation involves updating version metadata, adding deprecation notices, and ensuring users are informed through appropriate documentation channels.
Key Changes:
- Version downgraded from 1.4.0-beta.1 to 1.3.1 to create a final stable release with deprecation notice
- Added deprecation warnings to user-facing documentation (README.md, pom.xml description, CHANGELOG.md)
- Updated version tracking in eng/versioning/version_client.txt
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| sdk/mobilenetwork/azure-resourcemanager-mobilenetwork/pom.xml | Updated version to 1.3.1 and replaced package description with deprecation notice |
| sdk/mobilenetwork/azure-resourcemanager-mobilenetwork/README.md | Added prominent deprecation notice at the top of the README |
| sdk/mobilenetwork/azure-resourcemanager-mobilenetwork/CHANGELOG.md | Added version 1.3.1 release entry with deprecation message |
| eng/versioning/version_client.txt | Updated version tracking from 1.4.0-beta.1 to 1.3.1 |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews com.azure.resourcemanager:azure-resourcemanager-mobilenetwork |
weidongxu-microsoft
left a comment
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.
Do you have a migration guide for customer?
No. All customers offboarded now. |
1 similar comment
No. All customers offboarded now. |
|
PR merged. Let me know if you want SDK dev to release it. Or you'd go release it yourself. |
That would be great. Please proceed with release. |
|
Thank you for the quick action! |
Description
Deprecate MobileNetwork package as service has reached End of life on 09-30-2025 and is retired now. REST APi spec have been removed for Microsoft.Mobilenetwork.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines