Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.KeyVault to add version …
Browse files Browse the repository at this point in the history
…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 <[email protected]>
  • Loading branch information
rahulalapati43 and Rahul Alapati authored Mar 2, 2023
1 parent e2a64d0 commit 551275a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"responses": {
"200": {
"body": {
"value": [
"settings": [
{
"name": "AllowKeyManagementOperationsThroughARM",
"value": "true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
},
"SettingsListResult": {
"properties": {
"value": {
"settings": {
"type": "array",
"items": {
"$ref": "#/definitions/Setting"
Expand Down

0 comments on commit 551275a

Please sign in to comment.