Property value in request doesn't match same property value in response
- Dominant language
- TypeScript
- Stars
- 104
- Forks
- 62
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 5
Description
```json
{
"parameters": {
"api-version": "2022-06-01-preview",
"subscriptionId": "aaaaaaaaaaaaaa",
"resourceGroupName": "rgthrottling",
"accountName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa",
"categoryName": "aaaaaaaaaaaaaaaaaaaaaaaaa",
"properties": {
"properties": {
"windowDuration": "aaaaaaaaaaaaaaaaaaaaaaaa"
}
}
},
"responses": {
"200": {
"body": {
"properties": {
"windowDuration": "aaaaaaaaaaaa"
},
"systemData": {
"createdBy": "aaaaaaaaaaaaaaaaaaaaaaaaaaa",
"createdByType": "User",
"createdAt": "2022-05-05T19:48:34.573Z",
"lastModifiedBy": "aaaaaaaaaaa",
"lastModifiedByType": "User",
"lastModifiedAt": "2022-05-05T19:48:34.573Z"
},
"name": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"type": "aaaaa"
}
}
}
}
```
The request has this: ` "windowDuration": "aaaaaaaaaaaaaaaaaaaaaaaa"` but the response has this: `"windowDuration": "aaaaaaaaaaaa"`.
Contributor guide
Assessment
This issue has not been assessed yet.