microsoft / retina

eBPF distributed networking observability tool for Kubernetes
https://retina.sh
MIT License
2.52k stars 172 forks source link

deps: bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v5 from 5.1.1 to 5.2.0 #498

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v5 from 5.1.1 to 5.2.0.

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v5's releases.

sdk/resourcemanager/network/armnetwork/v5.2.0

5.2.0 (2024-06-21)

Features Added

  • New value EndpointTypeAzureArcNetwork added to enum type EndpointType
  • New enum type ApplicationGatewaySKUFamily with values ApplicationGatewaySKUFamilyGeneration1, ApplicationGatewaySKUFamilyGeneration2
  • New enum type InboundSecurityRuleType with values InboundSecurityRuleTypeAutoExpire, InboundSecurityRuleTypePermanent
  • New enum type NicTypeInRequest with values NicTypeInRequestPrivateNic, NicTypeInRequestPublicNic
  • New enum type NicTypeInResponse with values NicTypeInResponseAdditionalNic, NicTypeInResponsePrivateNic, NicTypeInResponsePublicNic
  • New enum type SharingScope with values SharingScopeDelegatedServices, SharingScopeTenant
  • New function *ClientFactory.NewFirewallPolicyDeploymentsClient() *FirewallPolicyDeploymentsClient
  • New function *ClientFactory.NewFirewallPolicyDraftsClient() *FirewallPolicyDraftsClient
  • New function *ClientFactory.NewFirewallPolicyRuleCollectionGroupDraftsClient() *FirewallPolicyRuleCollectionGroupDraftsClient
  • New function NewFirewallPolicyDeploymentsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*FirewallPolicyDeploymentsClient, error)
  • New function *FirewallPolicyDeploymentsClient.BeginDeploy(context.Context, string, string, *FirewallPolicyDeploymentsClientBeginDeployOptions) (*runtime.Poller[FirewallPolicyDeploymentsClientDeployResponse], error)
  • New function NewFirewallPolicyDraftsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*FirewallPolicyDraftsClient, error)
  • New function *FirewallPolicyDraftsClient.CreateOrUpdate(context.Context, string, string, FirewallPolicyDraft, *FirewallPolicyDraftsClientCreateOrUpdateOptions) (FirewallPolicyDraftsClientCreateOrUpdateResponse, error)
  • New function *FirewallPolicyDraftsClient.Delete(context.Context, string, string, *FirewallPolicyDraftsClientDeleteOptions) (FirewallPolicyDraftsClientDeleteResponse, error)
  • New function *FirewallPolicyDraftsClient.Get(context.Context, string, string, *FirewallPolicyDraftsClientGetOptions) (FirewallPolicyDraftsClientGetResponse, error)
  • New function NewFirewallPolicyRuleCollectionGroupDraftsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*FirewallPolicyRuleCollectionGroupDraftsClient, error)
  • New function *FirewallPolicyRuleCollectionGroupDraftsClient.CreateOrUpdate(context.Context, string, string, string, FirewallPolicyRuleCollectionGroupDraft, *FirewallPolicyRuleCollectionGroupDraftsClientCreateOrUpdateOptions) (FirewallPolicyRuleCollectionGroupDraftsClientCreateOrUpdateResponse, error)
  • New function *FirewallPolicyRuleCollectionGroupDraftsClient.Delete(context.Context, string, string, string, *FirewallPolicyRuleCollectionGroupDraftsClientDeleteOptions) (FirewallPolicyRuleCollectionGroupDraftsClientDeleteResponse, error)
  • New function *FirewallPolicyRuleCollectionGroupDraftsClient.Get(context.Context, string, string, string, *FirewallPolicyRuleCollectionGroupDraftsClientGetOptions) (FirewallPolicyRuleCollectionGroupDraftsClientGetResponse, error)
  • New function *VirtualAppliancesClient.BeginRestart(context.Context, string, string, *VirtualAppliancesClientBeginRestartOptions) (*runtime.Poller[VirtualAppliancesClientRestartResponse], error)
  • New struct ConnectionMonitorEndpointLocationDetails
  • New struct FirewallPolicyDraft
  • New struct FirewallPolicyDraftProperties
  • New struct FirewallPolicyRuleCollectionGroupDraft
  • New struct FirewallPolicyRuleCollectionGroupDraftProperties
  • New struct HeaderValueMatcher
  • New struct PacketCaptureSettings
  • New struct VirtualApplianceIPConfiguration
  • New struct VirtualApplianceIPConfigurationProperties
  • New struct VirtualApplianceInstanceIDs
  • New struct VirtualApplianceNetworkInterfaceConfiguration
  • New struct VirtualApplianceNetworkInterfaceConfigurationProperties
  • New struct VirtualAppliancePropertiesFormatNetworkProfile
  • New field HeaderValueMatcher in struct ApplicationGatewayHeaderConfiguration
  • New field Family in struct ApplicationGatewaySKU
  • New field LocationDetails, SubscriptionID in struct ConnectionMonitorEndpoint
  • New field EnableDirectPortRateLimit in struct ExpressRouteCircuitPropertiesFormat
  • New field RuleType in struct InboundSecurityRuleProperties
  • New field AppliesOn, DestinationPortRanges, Name in struct InboundSecurityRules
  • New field PrivateIPAddressPrefixLength in struct InterfaceIPConfigurationPropertiesFormat
  • New field CaptureSettings, ContinuousCapture in struct PacketCaptureParameters
  • New field CaptureSettings, ContinuousCapture in struct PacketCaptureResultProperties
  • New field LocalPath in struct PacketCaptureStorageLocation
  • New field JsChallengeCookieExpirationInMins in struct PolicySettings
  • New field SharingScope in struct SubnetPropertiesFormat
  • New field DpdTimeoutSeconds in struct VPNSiteLinkConnectionProperties

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)