Merge pull request #35721 from dnephin/fix-swagger-spec-errors

Fix codegen problems in swagger spec
This commit is contained in:
Sebastiaan van Stijn 2017-12-06 13:36:52 -08:00 committed by GitHub
commit 7f4cf43637
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,6 +254,7 @@ definitions:
properties:
Propagation:
description: "A propagation mode with the value `[r]private`, `[r]shared`, or `[r]slave`."
type: "string"
enum:
- "private"
- "rprivate"