Skip to content

Commit

Permalink
typo: Microsoft.Batch (#4631)
Browse files Browse the repository at this point in the history
- coordianation -> coordination
- updateable -> updatable
- behaviour -> behavior
- performExitOptionsJobAction camelcase
- noAction camel case
- terminateJob camel case
- taskwithin -> task within
- erro -> error
- VNETs -> VNets
  • Loading branch information
nschonni authored and sarangan12 committed Nov 30, 2018
1 parent d6ad727 commit f47ba7f
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11370,7 +11370,7 @@
},
"commandLine": {
"type": "string",
"description": "Gets or sets the command line of the task. For multi-instance tasks, the command line is executed on the primary subtask after all the subtasks have finished executing the coordianation command line."
"description": "Gets or sets the command line of the task. For multi-instance tasks, the command line is executed on the primary subtask after all the subtasks have finished executing the coordination command line."
},
"resourceFiles": {
"type": "array",
Expand Down Expand Up @@ -11433,7 +11433,7 @@
},
"commandLine": {
"type": "string",
"description": "Gets or sets the command line of the task. For multi-instance tasks, the command line is executed on the primary subtask after all the subtasks have finished executing the coordianation command line."
"description": "Gets or sets the command line of the task. For multi-instance tasks, the command line is executed on the primary subtask after all the subtasks have finished executing the coordination command line."
},
"resourceFiles": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11812,7 +11812,7 @@
},
"commandLine": {
"type": "string",
"description": "The command line of the task. For multi-instance tasks, the command line is executed on the primary subtask after all the subtasks have finished executing the coordianation command line."
"description": "The command line of the task. For multi-instance tasks, the command line is executed on the primary subtask after all the subtasks have finished executing the coordination command line."
},
"resourceFiles": {
"type": "array",
Expand Down Expand Up @@ -11875,7 +11875,7 @@
},
"commandLine": {
"type": "string",
"description": "The command line of the task. For multi-instance tasks, the command line is executed on the primary subtask after all the subtasks have finished executing the coordianation command line."
"description": "The command line of the task. For multi-instance tasks, the command line is executed on the primary subtask after all the subtasks have finished executing the coordination command line."
},
"resourceFiles": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2990,7 +2990,7 @@
],
"operationId": "JobSchedule_Update",
"summary": "Updates the properties of the specified job schedule.",
"description": "This fully replaces all the updateable properties of the job schedule. For example, if the schedule property is not specified with this request, then the Batch service will remove the existing schedule. Changes to a job schedule only impact jobs created by the schedule after the update has taken place; currently running jobs are unaffected.",
"description": "This fully replaces all the updatable properties of the job schedule. For example, if the schedule property is not specified with this request, then the Batch service will remove the existing schedule. Changes to a job schedule only impact jobs created by the schedule after the update has taken place; currently running jobs are unaffected.",
"x-ms-request-id": "request-id",
"parameters": [
{
Expand Down Expand Up @@ -4255,7 +4255,7 @@
],
"operationId": "Job_Update",
"summary": "Updates the properties of the specified job.",
"description": "This fully replaces all the updateable properties of the job. For example, if the job has constraints associated with it and if constraints is not specified with this request, then the Batch service will remove the existing constraints.",
"description": "This fully replaces all the updatable properties of the job. For example, if the job has constraints associated with it and if constraints is not specified with this request, then the Batch service will remove the existing constraints.",
"x-ms-request-id": "request-id",
"parameters": [
{
Expand Down Expand Up @@ -6878,7 +6878,7 @@
],
"operationId": "Pool_UpdateProperties",
"summary": "Updates the properties of the specified pool.",
"description": "This fully replaces all the updateable properties of the pool. For example, if the pool has a start task associated with it and if start task is not specified with this request, then the Batch service will remove the existing start task.",
"description": "This fully replaces all the updatable properties of the pool. For example, if the pool has a start task associated with it and if start task is not specified with this request, then the Batch service will remove the existing start task.",
"x-ms-request-id": "request-id",
"parameters": [
{
Expand Down Expand Up @@ -8759,7 +8759,7 @@
],
"operationId": "ComputeNode_UpdateUser",
"summary": "Updates the password or expiration time of a user account on the specified compute node.",
"description": "This operation replaces of all the updateable properties of the account. For example, if the expiryTime element is not specified, the current value is replaced with the default value, not left unmodified. You can update a user account on a node only when it is in the idle or running state.",
"description": "This operation replaces of all the updatable properties of the account. For example, if the expiryTime element is not specified, the current value is replaced with the default value, not left unmodified. You can update a user account on a node only when it is in the idle or running state.",
"x-ms-request-id": "request-id",
"parameters": [
{
Expand Down Expand Up @@ -10457,7 +10457,7 @@
"default": {
"$ref": "#/definitions/ExitOptions",
"title": "How the Batch service should respond if the task fails with an exit condition not covered by any of the other properties – that is, any nonzero exit code not listed in the exitCodes or exitCodeRanges collection, or a scheduling error if the schedulingError property is not present.",
"description": "Note that the default condition does not include exit code 0. If you want non-default behaviour on exit code 0, you must list it explicitly using the exitCodes or exitCodeRanges collection."
"description": "Note that the default condition does not include exit code 0. If you want non-default behavior on exit code 0, you must list it explicitly using the exitCodes or exitCodeRanges collection."
}
},
"title": "Specifies how the Batch service should respond when the task completes."
Expand Down Expand Up @@ -10502,8 +10502,8 @@
"properties": {
"jobAction": {
"type": "string",
"title": "An action to take on the job containing the task, if the task completes with the given exit condition and the job’s onTaskFailed property is 'performexitoptionsjobaction'.",
"description": "The default is none for exit code 0 and terminate for all other exit conditions. It is an error to specify this if the job's onTaskFailed is noaction. The add task request fails with an invalid property value error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).",
"title": "An action to take on the job containing the task, if the task completes with the given exit condition and the job’s onTaskFailed property is 'performExitOptionsJobAction'.",
"description": "The default is none for exit code 0 and terminate for all other exit conditions. It is an error to specify this if the job's onTaskFailed is noAction. The add task request fails with an invalid property value error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).",
"enum": [
"none",
"disable",
Expand Down Expand Up @@ -10541,7 +10541,7 @@
"properties": {
"id": {
"type": "string",
"title": "A string that uniquely identifies the Job Manager taskwithin the job.",
"title": "A string that uniquely identifies the Job Manager task within the job.",
"description": "The id can contain any combination of alphanumeric characters including hyphens and underscores and cannot contain more than 64 characters."
},
"displayName": {
Expand Down Expand Up @@ -10978,7 +10978,7 @@
"onAllTasksComplete": {
"type": "string",
"title": "The action the Batch service should take when all tasks in a job created under this schedule are in the completed state.",
"description": "Note that if a job contains no tasks, then all tasks are considered complete. This option is therefore most commonly used with a job manager task; if you want to use automatic job termination without a job manager, you should initially set onAllTasksComplete to noaction and update the job properties to set onAllTasksComplete to terminatejob once you have finished adding tasks. The default is noaction.",
"description": "Note that if a job contains no tasks, then all tasks are considered complete. This option is therefore most commonly used with a job manager task; if you want to use automatic job termination without a job manager, you should initially set onAllTasksComplete to noAction and update the job properties to set onAllTasksComplete to terminateJob once you have finished adding tasks. The default is noAction.",
"enum": [
"noAction",
"terminateJob"
Expand All @@ -10988,7 +10988,7 @@
"onTaskFailure": {
"type": "string",
"title": "The action the Batch service should take when any task fails in a job created under this schedule. A task is considered to have failed if it completes with a non-zero exit code and has exhausted its retry count, or if it had a scheduling error.",
"description": "The default is noaction.",
"description": "The default is noAction.",
"enum": [
"noAction",
"performExitOptionsJobAction"
Expand Down Expand Up @@ -11350,7 +11350,7 @@
"terminateReason": {
"type": "string",
"title": "A string describing the reason the job ended.",
"description": "This property is set only if the job is in the completed state. If the Batch service terminates the job, it sets the reason as follows: JMComplete – the Job Manager task completed, and killJobOnCompletion was set to true. MaxWallClockTimeExpiry – the job reached its maxWallClockTime constraint. TerminateJobSchedule – the job ran as part of a schedule, and the schedule terminated. AllTasksComplete – the job's onAllTasksComplete attribute is set to terminatejob, and all tasks in the job are complete. TaskFailed – the job's onTaskFailure attribute is set to performexitoptionsjobaction, and a task in the job failed with an exit condition that specified a jobAction of terminatejob. Any other string is a user-defined reason specified in a call to the 'Terminate a job' operation."
"description": "This property is set only if the job is in the completed state. If the Batch service terminates the job, it sets the reason as follows: JMComplete – the Job Manager task completed, and killJobOnCompletion was set to true. MaxWallClockTimeExpiry – the job reached its maxWallClockTime constraint. TerminateJobSchedule – the job ran as part of a schedule, and the schedule terminated. AllTasksComplete – the job's onAllTasksComplete attribute is set to terminateJob, and all tasks in the job are complete. TaskFailed – the job's onTaskFailure attribute is set to performExitOptionsJobAction, and a task in the job failed with an exit condition that specified a jobAction of terminateJob. Any other string is a user-defined reason specified in a call to the 'Terminate a job' operation."
}
},
"required": ["startTime"],
Expand Down Expand Up @@ -11469,7 +11469,7 @@
"onAllTasksComplete": {
"type": "string",
"title": "The action the Batch service should take when all tasks in the job are in the completed state.",
"description": "Permitted values are: noaction – do nothing. The job remains active unless terminated or disabled by some other means. terminatejob – terminate the job. The job's terminateReason is set to 'AllTasksComplete'. The default is noaction.",
"description": "Permitted values are: noAction – do nothing. The job remains active unless terminated or disabled by some other means. terminateJob – terminate the job. The job's terminateReason is set to 'AllTasksComplete'. The default is noAction.",
"enum": [
"noAction",
"terminateJob"
Expand All @@ -11479,7 +11479,7 @@
"onTaskFailure": {
"type": "string",
"title": "The action the Batch service should take when any task in the job fails. A task is considered to have failed if it completes with a non-zero exit code and has exhausted its retry count, or if it had a scheduling error.",
"description": "Permitted values are: noaction – do nothing. performexitoptionsjobaction – take the action associated with the task exit condition in the task's exitConditions collection. (This may still result in no action being taken, if that is what the task specifies.) The default is noaction.",
"description": "Permitted values are: noAction – do nothing. performExitOptionsJobAction – take the action associated with the task exit condition in the task's exitConditions collection. (This may still result in no action being taken, if that is what the task specifies.) The default is noAction.",
"enum": [
"noAction",
"performExitOptionsJobAction"
Expand Down Expand Up @@ -11556,7 +11556,7 @@
"onAllTasksComplete": {
"type": "string",
"title": "The action the Batch service should take when all tasks in the job are in the completed state.",
"description": "Note that if a job contains no tasks, then all tasks are considered complete. This option is therefore most commonly used with a job manager task; if you want to use automatic job termination without a job manager, you should initially set onAllTasksComplete to noaction and update the job properties to set onAllTasksComplete to terminatejob once you have finished adding tasks. Permitted values are: noaction – do nothing. The job remains active unless terminated or disabled by some other means. terminatejob – terminate the job. The job’s terminateReason is set to 'AllTasksComplete'. The default is noaction.",
"description": "Note that if a job contains no tasks, then all tasks are considered complete. This option is therefore most commonly used with a job manager task; if you want to use automatic job termination without a job manager, you should initially set onAllTasksComplete to noAction and update the job properties to set onAllTasksComplete to terminateJob once you have finished adding tasks. Permitted values are: noAction – do nothing. The job remains active unless terminated or disabled by some other means. terminateJob – terminate the job. The job’s terminateReason is set to 'AllTasksComplete'. The default is noAction.",
"enum": [
"noAction",
"terminateJob"
Expand All @@ -11566,7 +11566,7 @@
"onTaskFailure": {
"type": "string",
"title": "The action the Batch service should take when any task in the job fails. A task is considered to have failed if it completes with a non-zero exit code and has exhausted its retry count, or if it had a scheduling error.",
"description": "Permitted values are: noaction – do nothing. performexitoptionsjobaction – take the action associated with the task exit condition in the task's exitConditions collection. (This may still result in no action being taken, if that is what the task specifies.) The default is noaction.",
"description": "Permitted values are: noAction – do nothing. performExitOptionsJobAction – take the action associated with the task exit condition in the task's exitConditions collection. (This may still result in no action being taken, if that is what the task specifies.) The default is noAction.",
"enum": [
"noAction",
"performExitOptionsJobAction"
Expand Down Expand Up @@ -13193,7 +13193,7 @@
"onAllTasksComplete": {
"type": "string",
"title": "Specifies an action the Batch service should take when all tasks in the job are in the completed state.",
"description": "If omitted, the completion behavior is left unchanged. You may not change the value from terminatejob to noaction – that is, once you have engaged automatic job termination, you cannot turn it off again. If you try to do this, the request fails with an 'invalid property value' error response; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).",
"description": "If omitted, the completion behavior is left unchanged. You may not change the value from terminateJob to noAction – that is, once you have engaged automatic job termination, you cannot turn it off again. If you try to do this, the request fails with an 'invalid property value' error response; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).",
"enum": [
"noAction",
"terminateJob"
Expand Down Expand Up @@ -13250,7 +13250,7 @@
"onAllTasksComplete": {
"type": "string",
"title": "Specifies an action the Batch service should take when all tasks in the job are in the completed state.",
"description": "If omitted, the completion behavior is set to noaction. If the current value is terminatejob, this is an error because a job's completion behavior may not be changed from terminatejob to noaction.",
"description": "If omitted, the completion behavior is set to noAction. If the current value is terminateJob, this is an error because a job's completion behavior may not be changed from terminateJob to noAction.",
"enum": [
"noAction",
"terminateJob"
Expand Down
Loading

0 comments on commit f47ba7f

Please sign in to comment.