Skip to content

Commit

Permalink
Mark output blob sas url as mandatory parameter in GetVpnSitesConfigu… (
Browse files Browse the repository at this point in the history
#5731)

* Mark output blob sas url as mandatory parameter in GetVpnSitesConfigurationRequest

* Fix linter errors
  • Loading branch information
ritwikbasu authored and dsgouda committed Apr 23, 2019
1 parent 37c1c01 commit b7ce1e7
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit b7ce1e7

Please sign in to comment.