Skip to content

Commit

Permalink
Add long running extension for restart (#16791)
Browse files Browse the repository at this point in the history
  • Loading branch information
naveedaz authored Nov 26, 2021
1 parent 066b3ac commit f87365d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8117,7 +8117,8 @@
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
},
"x-ms-long-running-operation": true
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/restoreFromBackupBlob": {
Expand Down Expand Up @@ -17376,7 +17377,8 @@
"$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
}
}
}
},
"x-ms-long-running-operation": true
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/restoreFromBackupBlob": {
Expand Down

0 comments on commit f87365d

Please sign in to comment.