Skip to content

Commit

Permalink
Fix status codes for syncfunctiontriggers (#16413)
Browse files Browse the repository at this point in the history
  • Loading branch information
naveedaz authored Oct 15, 2021
1 parent b9c5d7b commit 71890f8
Showing 1 changed file with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4126,8 +4126,8 @@
"tags": [
"WebApps"
],
"summary": "This is to allow calling via powershell and ARM template.",
"description": "Description for This is to allow calling via powershell and ARM template.",
"summary": "Syncs function trigger metadata to the management database",
"description": "This is to allow calling via powershell and ARM template.",
"operationId": "WebApps_ListSyncStatus",
"parameters": [
{
Expand All @@ -4148,8 +4148,8 @@
}
],
"responses": {
"204": {
"description": "No Content"
"200": {
"description": "Sync was successful."
},
"default": {
"description": "App Service error response.",
Expand Down Expand Up @@ -4187,8 +4187,8 @@
}
],
"responses": {
"204": {
"description": "No Content"
"200": {
"description": "Sync was successful."
},
"default": {
"description": "App Service error response.",
Expand Down Expand Up @@ -5834,8 +5834,8 @@
"tags": [
"WebApps"
],
"summary": "This is to allow calling via powershell and ARM template.",
"description": "Description for This is to allow calling via powershell and ARM template.",
"summary": "Syncs function trigger metadata to the management database",
"description": "This is to allow calling via powershell and ARM template.",
"operationId": "WebApps_ListSyncFunctionTriggers",
"parameters": [
{
Expand All @@ -5857,7 +5857,7 @@
],
"responses": {
"200": {
"description": "OK",
"description": "Sync was successful.",
"schema": {
"$ref": "#/definitions/FunctionSecrets"
}
Expand Down Expand Up @@ -12971,8 +12971,8 @@
"tags": [
"WebApps"
],
"summary": "This is to allow calling via powershell and ARM template.",
"description": "Description for This is to allow calling via powershell and ARM template.",
"summary": "Syncs function trigger metadata to the management database",
"description": "This is to allow calling via powershell and ARM template.",
"operationId": "WebApps_ListSyncStatusSlot",
"parameters": [
{
Expand Down Expand Up @@ -13000,8 +13000,8 @@
}
],
"responses": {
"204": {
"description": "No Content"
"200": {
"description": "Sync was successful."
},
"default": {
"description": "App Service error response.",
Expand Down Expand Up @@ -13046,8 +13046,8 @@
}
],
"responses": {
"204": {
"description": "No Content"
"200": {
"description": "Sync was successful."
},
"default": {
"description": "App Service error response.",
Expand Down Expand Up @@ -14903,8 +14903,8 @@
"tags": [
"WebApps"
],
"summary": "This is to allow calling via powershell and ARM template.",
"description": "Description for This is to allow calling via powershell and ARM template.",
"summary": "Syncs function trigger metadata to the management database",
"description": "This is to allow calling via powershell and ARM template.",
"operationId": "WebApps_ListSyncFunctionTriggersSlot",
"parameters": [
{
Expand Down Expand Up @@ -14933,7 +14933,7 @@
],
"responses": {
"200": {
"description": "OK",
"description": "Sync was successful.",
"schema": {
"$ref": "#/definitions/FunctionSecrets"
}
Expand Down Expand Up @@ -18619,8 +18619,8 @@
}
],
"responses": {
"204": {
"description": "No Content"
"200": {
"description": "Sync was successful."
},
"default": {
"description": "App Service error response.",
Expand Down Expand Up @@ -20340,8 +20340,8 @@
}
],
"responses": {
"204": {
"description": "No Content"
"200": {
"description": "Sync was successful."
},
"default": {
"description": "App Service error response.",
Expand Down

0 comments on commit 71890f8

Please sign in to comment.