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

Network november release #13224

Merged
merged 18 commits into from
Mar 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
194942d
Adds base for updating Microsoft.Network from version stable/2020-08-…
MikhailTryakhov Jan 19, 2021
c7163e7
Updates readme
MikhailTryakhov Jan 19, 2021
f7fa292
Updates API version in new specs and examples
MikhailTryakhov Jan 19, 2021
7bcd5c9
No snat firewall policy (#12505)
nikhilpadhye1 Jan 25, 2021
17dc295
Insights on Firewall Policy (#12509)
saisujithreddym Jan 26, 2021
06771ad
Firewall Policy Insights with region (#12711)
saisujithreddym Jan 29, 2021
8232e78
Support for Listing IKE Security Associations for VPN Link Connection…
abhi7860 Feb 1, 2021
ac01baa
Added 'Subnet' property to LoadBalancerBackendAddress (#12625)
irrogozh Feb 2, 2021
399d92f
Support for ResetConnection for VNG and VPN Link connections (#12715)
akshatkale Feb 2, 2021
a1ce8e0
fix the name mismatch (#12826)
litchiyangMSFT Feb 7, 2021
34dcf04
Add support for Traffic selector param in VpnConnection for virtualWa…
akshatkale Feb 22, 2021
b143498
Revert "Add support for Traffic selector param in VpnConnection for v…
akshatkale Feb 23, 2021
7154655
Re - Add support for Traffic selector param in VpnConnection for virt…
akshatkale Feb 24, 2021
b1546b4
add auth type property to vng config (#13183)
neethirshetty Mar 1, 2021
4935ee9
solved merging conflict
MikhailTryakhov Mar 2, 2021
7087ce4
added reverted by mistake api version
MikhailTryakhov Mar 3, 2021
e0fdf51
fixed mistyping
MikhailTryakhov Mar 3, 2021
0dcf8c0
Fix name mismatch for virtual network local gateway (#13266)
litchiyangMSFT Mar 3, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1469,6 +1469,7 @@ Reregister
Rescan
reservationorders
resetapikey
resetconnection
resetvpnclientsharedkey
Resolvability
resourcegraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2432,11 +2432,11 @@
"readOnly": true,
"description": "The IP address allocated by the gateway to which dns requests can be sent."
},
"virtualNetworkExtendedLocationResourceId": {
"vNetExtendedLocationResourceId": {
"type": "string",
"description": "MAS FIJI customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet."
},
"extendedLocation": {
"virtualNetworkExtendedLocation": {
"description": "The extended location of type local virtual network gateway.",
"$ref": "./network.json#/definitions/ExtendedLocation"
}
Expand Down
Loading