-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
App ServicesService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK team
Description
Lines 175 to 183 in b0fe180
| { | |
| "name": "appServicePlan", | |
| "in": "body", | |
| "description": "Details of the App Service plan.", | |
| "required": true, | |
| "schema": { | |
| "$ref": "./CommonDefinitions.json#/definitions/AppServicePlan" | |
| } | |
| }, |
Lines 281 to 289 in b0fe180
| { | |
| "name": "appServicePlan", | |
| "in": "body", | |
| "description": "Details of the App Service plan.", | |
| "required": true, | |
| "schema": { | |
| "$ref": "#/definitions/AppServicePlanPatchResource" | |
| } | |
| }, |
The models for Create (PUT) and Update (PATCH) of Service Plans are different, but named the same making the parsing of the spec non-deterministic. These should have unique names within the spec.
Metadata
Metadata
Assignees
Labels
App ServicesService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK team