Skip to content

Commit

Permalink
Updating based on b6e8fb82
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-azure committed Jun 24, 2024
1 parent 6b7f92e commit ea59b74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ package azurefirewalls
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.

type FirewallPacketCaptureParameters struct {
Id *string `json:"id,omitempty"`
Properties *FirewallPacketCaptureParametersFormat `json:"properties,omitempty"`
DurationInSeconds *int64 `json:"durationInSeconds,omitempty"`
FileName *string `json:"fileName,omitempty"`
Filters *[]AzureFirewallPacketCaptureRule `json:"filters,omitempty"`
Flags *[]AzureFirewallPacketCaptureFlags `json:"flags,omitempty"`
NumberOfPacketsToCapture *int64 `json:"numberOfPacketsToCapture,omitempty"`
Protocol *AzureFirewallNetworkRuleProtocol `json:"protocol,omitempty"`
SasUrl *string `json:"sasUrl,omitempty"`
}

This file was deleted.

0 comments on commit ea59b74

Please sign in to comment.