Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions specification/web/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<path to the root directory of your azure-sdk-for-go clone>`.

``` 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.
Expand Down