This commit is contained in:
Scott Beddall 2023-09-25 13:49:29 -07:00 коммит произвёл GitHub
Родитель fed7c550d9
Коммит a16d08d153
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,9 @@
# Change Log - oav
## 09/25/2023 3.2.12
- #996 Allows `required` properties to be ommitted from a response if they are also marked `readonly`.
## 07/05/2023 3.2.11
- Re-enable `additionalProperties` validation where the `liveValidator` configuration has `isArmCall` set to `false`. The version of `oav` that is being used to validate `azure-rest-api-specs` has this behavior enabled, so this is not a breaking change.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "oav",
"version": "3.2.11",
"version": "3.2.12",
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
@ -137,4 +137,4 @@
"jest-junit": {
"output": "test-results.xml"
}
}
}