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

Mark output blob sas url as mandatory parameter in GetVpnSitesConfigu… #5731

Merged
merged 34 commits into from
Apr 23, 2019
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
701b2c8
Adds base for updating Microsoft.Network from version stable/2018-12-…
MikhailTryakhov Mar 19, 2019
5488167
Updates readme
MikhailTryakhov Mar 19, 2019
0aa5541
Updates API version in new specs and examples
MikhailTryakhov Mar 19, 2019
7a5a276
Remove Alert action from user rules (#5428)
fanymanea Mar 20, 2019
c07128d
Merge remote-tracking branch 'remotes/upstream/master' into merge-mas…
anton-evseev Mar 25, 2019
33d813f
Patch call for DDoS Protection plan (#5426)
mancgupta Mar 25, 2019
96ba604
Merge pull request #5464 from number213/merge-master-into-network
sergey-shandar Mar 25, 2019
68cd0d3
Fixed examples for WAFPolicy (#5454)
EvgenyAgafonchikov Mar 25, 2019
20aa68a
Added missing descriptions in Network specs (#5490)
anton-evseev Mar 27, 2019
a6c548c
Updated VNet Gateways operations: Fix for #4642 (#5223)
EvgenyAgafonchikov Mar 28, 2019
e6822ab
Copy changes for AppGw from 2018-12-01 (#5463)
anton-evseev Mar 28, 2019
ffb2b59
Correct Azure Firewall Rule Action in Examples (#5514)
fanymanea Apr 1, 2019
d3599d6
Swagger has to just enforce a positive fileUploadLimitInMb, It doesnt…
venkatsvpr Apr 2, 2019
c72d012
removed unused flag allowglobalreach (#5539)
syfarogh Apr 4, 2019
48b78a1
Stub YML config for validating NRP PRs (#5550)
anton-evseev Apr 4, 2019
d9d5c60
Add new protocols (#5582)
wdehrich Apr 8, 2019
d9304d9
Update readme.python.md
lmazuel Apr 9, 2019
6e5be11
Remove extra "x-ms-enum" (#5617)
anton-evseev Apr 11, 2019
b3ac379
Added missing x-ms-long-running-operation-options (#5572)
anton-evseev Apr 11, 2019
4870323
Initial commit (#5635)
wdehrich Apr 12, 2019
e2c3ec3
Add new Nat Gateway resource (#5579)
khannarheams Apr 12, 2019
91df3a0
Add application gateway backendHealthOnDemand Operation (#5552)
patoda Apr 15, 2019
462346e
Add disableBgpRoutePropagation (#5585)
wdehrich Apr 15, 2019
478d894
Move Network validation config to azure-pipelines.yml (#5589)
anton-evseev Apr 17, 2019
0b0547d
Resolve issue with unreferenced examples in Network specs (#5674)
anton-evseev Apr 17, 2019
6eca950
Swagger changes for useLocalAzureIpAddress property. (#5678)
nalinrajgupta Apr 18, 2019
ab849d1
Fixed allow Vnet description (#5696)
MikhailTryakhov Apr 18, 2019
63f8b71
Remove duplicate enums from Network specs (#5647)
anton-evseev Apr 19, 2019
059756e
Add missing descriptions (#5662)
anton-evseev Apr 19, 2019
643dd3c
Remove duplicate enum ApplicationGatewayProtocol (#5708)
anton-evseev Apr 19, 2019
c51dd73
Update examples to include custom routes parameter (#5710)
Nilambari Apr 19, 2019
679671f
Mark output blob sas url as mandatory parameter in GetVpnSitesConfigu…
ritwikbasu Apr 22, 2019
ccc2494
Fix linter errors
ritwikbasu Apr 22, 2019
c637f87
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
EvgenyAgafonchikov Apr 23, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2484,6 +2484,9 @@
"description": "The sas-url to download the configurations for vpn-sites"
}
},
"required": [
"outputBlobSasUrl"
],
"description": "List of Vpn-Sites"
},
"VirtualHubProperties": {
Expand Down