Skip to content

Commit a3d2d90

Browse files
rahulalapati43Rahul Alapati
authored andcommitted
[Hub Generated] Review request for Microsoft.KeyVault to add version stable/7.4 (Azure#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>
1 parent 2a9f640 commit a3d2d90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.4/examples/ListSettings-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"responses": {
77
"200": {
88
"body": {
9-
"value": [
9+
"settings": [
1010
{
1111
"name": "AllowKeyManagementOperationsThroughARM",
1212
"value": "true",

specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.4/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
},
189189
"SettingsListResult": {
190190
"properties": {
191-
"value": {
191+
"settings": {
192192
"type": "array",
193193
"items": {
194194
"$ref": "#/definitions/Setting"

0 commit comments

Comments
 (0)