-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[mgmt] mobilenetwork release #27604
[mgmt] mobilenetwork release #27604
Conversation
API change check APIView has identified API level changes in this PR and created following API reviews. |
@@ -3292,7 +3412,7 @@ export const PacketCapture: coreClient.CompositeMapper = { | |||
defaultValue: 67108864, | |||
constraints: { | |||
InclusiveMaximum: 4294967295, | |||
InclusiveMinimum: 0 | |||
InclusiveMinimum: 1000 |
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.
feel like this is a breaking change. because what used to work like under 1000 but not now.
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.
this change is approved in api level Azure/azure-rest-api-specs#26133 (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.
we should bump major version here.
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.
We never released PacketCapture in the old API, so we are safe to release without a major bump.
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 last release version is 2023-06-01 which contains PacketCapture, so I think we should bump a major version
last release request: https://github.com/Azure/sdk-release-request/issues/4278
https://github.com/Azure/sdk-release-request/issues/4650