diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2016-08-01/WebApps.json b/specification/web/resource-manager/Microsoft.Web/stable/2016-08-01/WebApps.json index 9827df74b640..954c175050c9 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2016-08-01/WebApps.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2016-08-01/WebApps.json @@ -16094,6 +16094,10 @@ "description": "True if the web app has in app MySql enabled", "type": "boolean", "readOnly": true + }, + "http20Enabled": { + "description": "Is HTTP2 enabled?", + "type": "boolean" } }, "x-ms-client-flatten": true diff --git a/specification/web/resource-manager/readme.md b/specification/web/resource-manager/readme.md index a6bc3c5fd5d9..b122c60bfa74 100644 --- a/specification/web/resource-manager/readme.md +++ b/specification/web/resource-manager/readme.md @@ -289,10 +289,20 @@ go: ``` yaml $(go) && $(multiapi) batch: + - tag: package-2018-02 - tag: package-2016-09 - tag: package-2015-08-preview ``` +### Tag: package-2018-02 and go + +These settings apply only when `--tag=package-2018-02 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag) == 'package-2018-02' && $(go) +output-folder: $(go-sdk-folder)/services/web/mgmt/2018-02-01/web +``` + ### Tag: package-2016-09 and go These settings apply only when `--tag=package-2016-09 --go` is specified on the command line.