Azure / Azure/oav

Property value in request doesn't match same property value in response

Open
#790 0 comments 0 reactions 1 assignee Claimed by @jianyexi View on GitHub
bug P2
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.