Skip to content
Merged
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 @@ -1201,7 +1201,7 @@
],
"summary": "Gets site's Authentication / Authorization settings for apps via the V2 format",
"description": "Description for Gets site's Authentication / Authorization settings for apps via the V2 format",
"operationId": "WebApps_GetAuthSettingsV2",
"operationId": "WebApps_GetAuthSettingsV2WithoutSecrets",
"parameters": [
{
"$ref": "#/parameters/resourceGroupNameParameter"
Expand Down Expand Up @@ -1292,7 +1292,7 @@
],
"summary": "Gets site's Authentication / Authorization settings for apps via the V2 format",
"description": "Description for Gets site's Authentication / Authorization settings for apps via the V2 format",
"operationId": "WebApps_ListAuthSettingsV2",
"operationId": "WebApps_GetAuthSettingsV2",
"parameters": [
{
"$ref": "#/parameters/resourceGroupNameParameter"
Expand Down Expand Up @@ -8105,9 +8105,6 @@
}
],
"responses": {
"202": {
"description": "App restart started."
},
"200": {
"description": "Successfully restarted app."
},
Expand All @@ -8117,8 +8114,7 @@
"$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 @@ -17365,9 +17361,6 @@
}
],
"responses": {
"202": {
"description": "App restart started."
},
"200": {
"description": "Successfully restarted app."
},
Expand All @@ -17377,8 +17370,7 @@
"$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