Skip to content

AppServicePlans.json 2022-09-01- Duplicate model name in spec #23708

Open
@jackofallops

Description

@jackofallops

{
"name": "appServicePlan",
"in": "body",
"description": "Details of the App Service plan.",
"required": true,
"schema": {
"$ref": "./CommonDefinitions.json#/definitions/AppServicePlan"
}
},

{
"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

No one assigned

    Labels

    App ServicesService AttentionWorkflow: 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.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions