support subdomainsuffix parameter when create application (#6150)

This commit is contained in:
aim-for-better 2019-05-31 23:17:43 +08:00 коммит произвёл Kamil Pajdzik
Родитель 1e497e5bc4
Коммит 0f54208a7f
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -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."
}
}
},

Просмотреть файл

@ -32,7 +32,6 @@
"WebPage"
]
}],
"provisioningState": "",
"applicationType": "CustomApplication",
"errors": []
}