Skip to content
Merged
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 @@ -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