Skip to content

Commit

Permalink
change array name to settings (#21335)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddiemlucas authored Jan 4, 2023
1 parent d166d2b commit b89013b
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 b89013b

Please sign in to comment.