-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
New-AzNetworkWatcherPacketCapture - TotalBytesPerSession with incorrect data type #16061
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @netwatchsuppgithub. Issue DetailsGood morning, I think the Type Int32 is wrong because it allows a MaxValue of 2147483647, instead of the Maximum Value allowed in Azure Portal that is 4294967295 as you can see in this screenshot --> Is it possible to fix the Type of TotalBytesPerSession with Unsigned-Int32 [Uint32]? I keep waiting your feedback. Document Details⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
|
Good morning, Thanks a lot |
Good morning, @dingmeng-xue this issue is still unassigned. Any update? Thanks, |
Good morning, this issue is already 1 year old... Any news? Thanks, |
Sorry for slow response. I pinged owner team just now. Let's wait their response. Ping me again please if there is no update in the next week. |
Closing this issue, PR has been merged, #20504 |
Good morning,
I'm getting an error with "New-AzNetworkWatcherPacketCapture" command, in detail with this parameter: [-TotalBytesPerSession Int32] --> Cannot convert value "4294967295" to type "System.Int32". Error: "Value was either too large or too small for an Int32."Exception --> screenshot:
I think the Type Int32 is wrong because it allows a MaxValue of 2147483647, instead of the Maximum Value allowed in Azure Portal that is 4294967295 as you can see in this screenshot -->
Is it possible to fix the Type of TotalBytesPerSession with Unsigned-Int32 [Uint32]?
I keep waiting your feedback.
Thanks in advance for your cooperation and helpfulness.
Luca Bovo - beanTech
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: