Skip to content

[Typecpec] Deserialization bug in DELETE operation #2769

@YalinLi0312

Description

@YalinLi0312

In AppConfig, the generated operation delete_key_value() will return the deleted key-value when status code is 200, or none when status code is 204 if the key-value didn't exist(Rest API link). But the generated implementation trying to deserialize return data in both cases.
image

Expected should be:
image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions