Skip to content
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

Add "FlowTimeout" property under Virtual Networks #17702

Closed
Satya-anshu opened this issue Apr 15, 2021 · 2 comments
Closed

Add "FlowTimeout" property under Virtual Networks #17702

Satya-anshu opened this issue Apr 15, 2021 · 2 comments
Assignees
Labels
Doing feature-request Network az network vnet/lb/nic/dns/etc...
Milestone

Comments

@Satya-anshu
Copy link

Satya-anshu commented Apr 15, 2021

Resource Provider

Microsoft.Network

Description of Feature or Work Requested

Need addition of FlowTimeout property under Virtual Networks.

FlowTimeout enables connection tracking for intra-VM flows. The value should be between 4 and 30 minutes (inclusive) to enable tracking, or null to disable tracking.

It is similar to the 'idleTimeoutInMinutes' property of public IP address.

In SDK, the property name is 'FlowTimeoutInMinutes'.

Under Powershell, it has been implemented as FlowTimeout in the request, but in the response, we get 'FlowTimeoutInMinutes'.
Azure/azure-powershell#14665

az network vnet create \
  --name myVNet \
  --resource-group CreateVNetQS-rg \
  --subnet-name default \
  --flowtimeout 10

Minimum API Version Required

2020-11-01 (In Swagger / PS, it is 2021-02-01 API version)

Swagger Link

Azure/azure-rest-api-specs#13519

Target Date

NRP 155 Manifest update release (Target May 2021)

@ghost ghost added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Apr 15, 2021
@Satya-anshu Satya-anshu changed the title Adding "FlowTimeout" property under Virtual Networks Add "FlowTimeout" property under Virtual Networks Apr 15, 2021
@yonzhan yonzhan added the Network az network vnet/lb/nic/dns/etc... label Apr 15, 2021
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Apr 15, 2021
@yonzhan yonzhan added feature-request needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Apr 15, 2021
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Apr 15, 2021
@yonzhan yonzhan added this to the S187 milestone Apr 15, 2021
@yonzhan
Copy link
Collaborator

yonzhan commented Apr 15, 2021

network

@yonzhan yonzhan modified the milestones: S187, S186 Apr 15, 2021
@msyyc
Copy link
Member

msyyc commented Apr 23, 2021

waiting for 'network-february-release' merge into 'master'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Doing feature-request Network az network vnet/lb/nic/dns/etc...
Projects
None yet
Development

No branches or pull requests

3 participants