You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Az.Network] Updated New-AzNetworkWatcherPacketCaptureV2 command and added a new sub command 'New-AzPacketCaptureSettingsConfig' for Network watcher Packet capture include ring buffer change. (#27880)
Copy file name to clipboardExpand all lines: src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.NetworkWatcherAPITests/TestPacketCaptureVMSSWithRingBuffer.json
Copy file name to clipboardExpand all lines: src/Network/Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.NetworkWatcherAPITests/TestPacketCaptureVMWithRingBuffer.json
Copy file name to clipboardExpand all lines: src/Network/Network/ChangeLog.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,12 @@
19
19
--->
20
20
21
21
## Upcoming Release
22
+
* Added a new command which creates an object for CaptureSetting, and added properties 'FileCount', 'FileSizeInBytes', and 'SessionTimeLimitInSeconds', which helps to configure the capture setting for packet capture as well as support for it for the following cmdlets:
23
+
- `New-AzPacketCaptureSettingsConfig`
24
+
* Added properties 'ContinuousCapture', 'LocalPath', and 'CaptureSetting' reference in Packet capture V2 command, as well as support for it for the following cmdlets:
* Added properties 'PublicIpAddressesV6', 'PublicIpPrefixesV6', and 'SourceVirtualNetwork' to NatGateway, as well as support for it for the following cmdlets:
@@ -1443,4 +1447,4 @@
1443
1447
- New-AzApplicationGatewaySslCertificate
1444
1448
- Set-AzApplicationGatewaySslCertificate
1445
1449
- New-AzApplicationGateway cmdlet updated with optional parameter -UserAssignedIdentityId, -UserAssignedIdentity
1446
-
* Add MaxCapacity property in ApplicationGatewayAutoscaleConfiguration
1450
+
* Add MaxCapacity property in ApplicationGatewayAutoscaleConfiguration
0 commit comments