support subdomainsuffix parameter when create application (#6150)
This commit is contained in:
Родитель
1e497e5bc4
Коммит
0f54208a7f
|
@ -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": []
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче