Generated changes for defaults updates

This commit is contained in:
Maciej Szulik
2017-03-07 11:30:05 +01:00
parent 70b8df6742
commit 6e9658ab55
6 changed files with 7 additions and 6 deletions

View File

@@ -43326,7 +43326,7 @@
],
"properties": {
"concurrencyPolicy": {
"description": "ConcurrencyPolicy specifies how to treat concurrent executions of a Job.",
"description": "ConcurrencyPolicy specifies how to treat concurrent executions of a Job. Defaults to Allow.",
"type": "string"
},
"failedJobsHistoryLimit": {

View File

@@ -2186,7 +2186,7 @@
},
"concurrencyPolicy": {
"type": "string",
"description": "ConcurrencyPolicy specifies how to treat concurrent executions of a Job."
"description": "ConcurrencyPolicy specifies how to treat concurrent executions of a Job. Defaults to Allow."
},
"suspend": {
"type": "boolean",