Skip to content

Commit

Permalink
support subdomainsuffix parameter when create application (#6150)
Browse files Browse the repository at this point in the history
  • Loading branch information
aim-for-better authored and kpajdzik committed May 31, 2019
1 parent 1e497e5 commit 0f54208
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,14 @@
"type": "integer",
"format": "int32",
"description": "The public port to connect to."
},
"subDomainSuffix":{
"type": "string",
"description": "The subDomainSuffix of the application and can not greater than 3 characters."
},
"disableGatewayAuth":{
"type": "boolean",
"description": "The value indicates whether to disable GatewayAuth."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"WebPage"
]
}],
"provisioningState": "",
"applicationType": "CustomApplication",
"errors": []
}
Expand Down

0 comments on commit 0f54208

Please sign in to comment.