-
Notifications
You must be signed in to change notification settings - Fork 4k
[PS] MobileNetwork retirement #27822
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?
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
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 service deprecation notices for the upcoming retirement of Azure Private 5G Core on September 30, 2025, and updates generated artifacts and cmdlets to reflect breaking changes.
- Announce deprecation in
ChangeLog.md
- Update solution GUIDs,
generate-info.json
, and docs for version bumps - Add
CmdletBreakingChange
attributes and correct internal function invocations in custom scripts
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
src/MobileNetwork/MobileNetwork/ChangeLog.md | Added deprecation announcement under upcoming release |
src/MobileNetwork/MobileNetwork.sln | Updated project GUID and build configurations |
src/MobileNetwork/MobileNetwork.Autorest/generate-info.json | Updated generate_Id to new GUID |
src/MobileNetwork/MobileNetwork.Autorest/docs/Update-AzMobileNetworkSimGroup.md | Bumped System.Boolean version to 9.0.0.0 |
src/MobileNetwork/MobileNetwork.Autorest/docs/Update-AzMobileNetworkPacketCoreControlPlane.md | Bumped System.Boolean version to 9.0.0.0 |
src/MobileNetwork/MobileNetwork.Autorest/custom/Update-AzMobileNetworkSlice.ps1 | Added breaking-change attribute and corrected function call |
src/MobileNetwork/MobileNetwork.Autorest/custom/Update-AzMobileNetworkService.ps1 | Added breaking-change attribute and corrected function call |
src/MobileNetwork/MobileNetwork.Autorest/custom/New-AzMobileNetworkSite.ps1 | Added breaking-change attribute |
src/MobileNetwork/MobileNetwork.Autorest/README.md | Added breaking-change directive metadata |
src/MobileNetwork/MobileNetwork.Autorest/Properties/AssemblyInfo.cs | Introduced an extra blank line at end of file |
Description
Azure Private 5G Core service will retire on September 30, 2025. To prevent any service disruption, please migrate before September 30, 2025 to a Microsoft partner solution in Azure marketplace such as Nokia 4G & 5G private wireless, Ericsson Private 5G or other private network solution of your choice.
https://learn.microsoft.com/en-us/azure/private-5g-core/private-5g-core-overview
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.