Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
b42dc7e
Created folder for 2018-07-01 api version (#3509)
MikhailTryakhov Jul 26, 2018
a09c1b7
Fix lint diff and improve output on failure (#3528)
anton-evseev Jul 27, 2018
526f843
Python conf for Network 2018-06 (#3535)
lmazuel Jul 27, 2018
6eba83d
Py conf for Network 2018-07-01 (#3539)
lmazuel Jul 30, 2018
7f44963
Merge remote-tracking branch 'upstream/master' into Network-August-Re…
lmazuel Jul 30, 2018
3dab8a0
Introduce Publicipprefix to swagger (#3520)
anilingle-ms Jul 31, 2018
d3ed09f
Publicipprefixaugust (#3573)
anilingle-ms Aug 3, 2018
65683a8
Service Endpoint Policies Swagger (#3558)
chandrasekarsrinivasan Aug 3, 2018
984fe8d
Updated Network Usage location parameter pattern (#3583)
anton-evseev Aug 6, 2018
0dfdf47
Add enableTcpReset property to load balancer (#3545)
dumahesh-msft Aug 6, 2018
fdef80e
added global reach flag (#3542)
syfarogh Aug 7, 2018
5f6d6d5
Merge remote-tracking branch 'upstream/master' into Network-August-Re…
lmazuel Aug 7, 2018
c1be2e6
fix query packet capture status in latest version (#3601)
junyezhu Aug 7, 2018
37a0eec
Publicipprefixaugust (#3618)
anilingle-ms Aug 10, 2018
2f0ca66
Publicipprefixaugust (#3631)
anilingle-ms Aug 13, 2018
b6822af
Changes to Support MSEEv2 Datapath for ExpressRoute. (#3647)
pashukl Aug 15, 2018
d7c69d9
Added new API to networkwatcher.json and examples (#3650)
irrogozh Aug 15, 2018
a8d30be
Fix name from ServiceEndpointDefinition to ServiceEndpointDefinitions…
chandrasekarsrinivasan Aug 16, 2018
2ca2757
Add/Edit Outbound Rule on Load Balancer and Examples (#3592)
khannarhea Aug 16, 2018
880a171
Removed QueryConnectionMOnitors API (#3661)
irrogozh Aug 16, 2018
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
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -6817,6 +6817,10 @@
"$ref": "#/definitions/VirtualMachineScaleSetIpTag"
},
"description": "The list of IP tags associated with the public IP address."
},
"publicIPPrefix" : {
"$ref":"#/definitions/SubResource",
"description": "The PublicIPPrefix from which to allocate publicIP addresses."
}
},
"description": "Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration"
Expand Down
Loading