Skip to content

Commit

Permalink
Address PR comments (#17019)
Browse files Browse the repository at this point in the history
  • Loading branch information
naveedaz authored Dec 9, 2021
1 parent c49887f commit af9fffd
Showing 1 changed file with 4 additions and 12 deletions.
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

0 comments on commit af9fffd

Please sign in to comment.