Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint fixes
  • Loading branch information
maddiemlucas committed Oct 11, 2022
commit bf6fe6420b988d93a45bff2995f75037cf21b6e4
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "The key vault client performs cryptographic key operations and vault operations against the Key Vault service.",
"version": "7.4-preview.1"
},
"x-ms-parameter-location":"client",
"paths": {},
"definitions": {
"Attributes": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@
"description": "The update settings request object.",
"required": [
"value"
]
],
"type":"object"
},
"Setting": {
"properties": {
Expand All @@ -171,6 +172,7 @@
"enum": [
"boolean"
],
"type": "string",
"x-ms-enum": {
"name": "SettingTypeEnum",
"modelAsString": true
Expand All @@ -181,7 +183,9 @@
"required": [
"name",
"value"
]
],
"type":"object"

},
"SettingsListResult": {
"properties": {
Expand All @@ -194,7 +198,9 @@
"description": "A response message containing a list of account settings with their associated value."
}
},
"description": "The settings list result."
"description": "The settings list result.",
"type":"object"

}
},
"parameters": {
Expand Down