[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:
Родитель
e2a64d0406
Коммит
551275acb8
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче