Skip to content

Commit

Permalink
Fixing responses for update management swagger (#3095)
Browse files Browse the repository at this point in the history
  • Loading branch information
finiteattractor authored and anuchandy committed May 21, 2018
1 parent c13ed87 commit 873d379
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,11 @@
"$ref": "./definitions.json#/definitions/softwareUpdateConfiguration"
}
},
"400": {
"description": "Bad request."
},
"404": {
"description": "Resource group or automation account does not exist."
},
"409": {
"description": "A software update configuration with different properties and the same name already exist."
"default": {
"description": "Automation error response describing why the operation failed.",
"schema": {
"$ref": "./definitions.json#/definitions/ErrorResponse"
}
}
}
},
Expand Down Expand Up @@ -160,6 +157,12 @@
},
"404": {
"description": "Resource group, account, or software update configuration doesn't exist."
},
"default": {
"description": "Automation error response describing why the operation failed.",
"schema": {
"$ref": "./definitions.json#/definitions/ErrorResponse"
}
}
}
},
Expand Down Expand Up @@ -208,8 +211,11 @@
"204": {
"description": "The software update configuration does not exist."
},
"404": {
"description": "Resource group, account, or software update configuration doesn't exist."
"default": {
"description": "Automation error response describing why the operation failed.",
"schema": {
"$ref": "./definitions.json#/definitions/ErrorResponse"
}
}
}
}
Expand Down Expand Up @@ -265,6 +271,12 @@
},
"404": {
"description": "Resource group, or account doesn't exist."
},
"default": {
"description": "Automation error response describing why the operation failed.",
"schema": {
"$ref": "./definitions.json#/definitions/ErrorResponse"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@
},
"404": {
"description": "Resource group, account, or software update configuration machine run doesn't exist."
},
"default": {
"description": "Automation error response describing why the operation failed.",
"schema": {
"$ref": "./definitions.json#/definitions/ErrorResponse"
}
}
}
}
Expand Down Expand Up @@ -159,6 +165,12 @@
},
"404": {
"description": "Resource group, or account doesn't exist."
},
"default": {
"description": "Automation error response describing why the operation failed.",
"schema": {
"$ref": "./definitions.json#/definitions/ErrorResponse"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@
},
"404": {
"description": "Resource group, account, or software update configuration doesn't exist."
},
"default": {
"description": "Automation error response describing why the operation failed.",
"schema": {
"$ref": "./definitions.json#/definitions/ErrorResponse"
}
}
}
}
Expand Down Expand Up @@ -159,6 +165,12 @@
},
"404": {
"description": "Resource group, or account doesn't exist."
},
"default": {
"description": "Automation error response describing why the operation failed.",
"schema": {
"$ref": "./definitions.json#/definitions/ErrorResponse"
}
}
}
}
Expand Down

0 comments on commit 873d379

Please sign in to comment.