Skip to content

Commit

Permalink
Merge pull request Azure#4 from henry416/ritwikFix
Browse files Browse the repository at this point in the history
VPN profile response
  • Loading branch information
ritwikbasu authored Aug 24, 2018
2 parents fde7322 + 419a6c7 commit 73a269c
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2240,7 +2240,7 @@
"200": {
"description": "VPN profile package URL.",
"schema": {
"type": "string"
"$ref": "#/definitions/VpnProfileResponse"
}
},
"202": {
Expand Down Expand Up @@ -3315,6 +3315,15 @@
}
},
"description": "Vpn Client Parameters for package generation"
},
"VpnProfileResponse": {
"properties": {
"profileUrl": {
"type": "string",
"description": "URL to the VPN profile"
}
},
"description": "Vpn Profile Response for package generation"
}
}
}

0 comments on commit 73a269c

Please sign in to comment.