diff --git a/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/applications.json b/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/applications.json index 81828bee681f..af8555a1f064 100644 --- a/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/applications.json +++ b/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/applications.json @@ -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." } } }, diff --git a/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/examples/CreateApplication.json b/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/examples/CreateApplication.json index 7b9a96e506d9..bc3beb2eb9cc 100644 --- a/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/examples/CreateApplication.json +++ b/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2018-06-01-preview/examples/CreateApplication.json @@ -32,7 +32,6 @@ "WebPage" ] }], - "provisioningState": "", "applicationType": "CustomApplication", "errors": [] }