Skip to content

Commit

Permalink
Addressing feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewc committed Sep 26, 2019
1 parent 8a63900 commit 953c4ed
Showing 1 changed file with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3546,6 +3546,12 @@
"responses": {
"204": {
"description": "No Content"
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
}
Expand Down Expand Up @@ -3782,6 +3788,12 @@
},
"204": {
"description": "Key was deleted."
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
}
Expand Down Expand Up @@ -11346,6 +11358,12 @@
},
"404": {
"description": "Function with a name of {functionName} does not exist."
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
},
Expand Down Expand Up @@ -11405,6 +11423,12 @@
},
"404": {
"description": "Function with a name of {functionName} does not exist."
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
}
Expand Down Expand Up @@ -11458,6 +11482,12 @@
},
"404": {
"description": "Function with a name of {functionName} does not exist."
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
}
Expand Down Expand Up @@ -11547,6 +11577,12 @@
"responses": {
"204": {
"description": "No Content"
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
}
Expand Down Expand Up @@ -11685,6 +11721,12 @@
"responses": {
"204": {
"description": "No Content"
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
}
Expand Down Expand Up @@ -11818,6 +11860,12 @@
},
"204": {
"description": "Key was deleted."
},
"default": {
"description": "App Service error response.",
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
}
Expand Down

0 comments on commit 953c4ed

Please sign in to comment.