-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
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.
Description
API Spec link
API Spec version
2025-03-01 and 2025-05-01
Describe the bug
- Many schema becomes
xml, e.g. https://github.com/Azure/azure-rest-api-specs/blob/main/specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/openapi.json#L41565-L41567 - route casing changed from
/MSDeployto/mSDeployhttps://github.com/Azure/azure-rest-api-specs/blob/main/specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/openapi.json#L12661 MSDeployProperties. In m4, the type of thispropertiesproperty is actuallyMSDeployCore+addOnPackagesproperty (and createdMSDeployPropertiesfor it). We should do same in TypeSpec.
Expected behavior
Route and schema should not change in such way, upon TypeSpec migration.
Actual behavior
They changed.
For (3), can service confirm the schema of MSDeploy?
Reproduction Steps
Read the OpenAPI
Environment
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
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.