[Hub Generated] Review request for Microsoft.KeyVault to add version stable/7.4 (#22881)

* Corrected property name in SettingsListResult from value to settings.

* Corrected te property name in the examples.

---------

Co-authored-by: Rahul Alapati <rahulalapati@microsoft.com>
This commit is contained in:
rahulalapati43 2023-03-02 18:27:04 -05:00 коммит произвёл GitHub
Родитель e2a64d0406
Коммит 551275acb8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -6,7 +6,7 @@
"responses": {
"200": {
"body": {
"value": [
"settings": [
{
"name": "AllowKeyManagementOperationsThroughARM",
"value": "true",

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

@ -188,7 +188,7 @@
},
"SettingsListResult": {
"properties": {
"value": {
"settings": {
"type": "array",
"items": {
"$ref": "#/definitions/Setting"