Skip to content

Commit d78681a

Browse files
maddiemlucasheaths
andauthored
Update operation IDs for Key Vault settings (#21230)
* Update operation IDs for Key Vault settings * revert model change * Use UpdateSettingsResult to match operation Co-authored-by: Heath Stewart <[email protected]>
1 parent 6da7e2a commit d78681a

File tree

1 file changed

+6
-6
lines changed
  • specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.4-preview.1

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"tags": [
3333
"Settings"
3434
],
35-
"operationId": "UpdateSettings",
35+
"operationId": "UpdateSetting",
3636
"summary": "Updates key vault account setting, stores it, then returns the setting name and value to the client.",
3737
"description": "Description of the pool setting to be updated",
3838
"parameters": [
@@ -45,7 +45,7 @@
4545
"required": true,
4646
"x-ms-client-flatten": true,
4747
"schema": {
48-
"$ref": "#/definitions/UpdateSettingsRequest"
48+
"$ref": "#/definitions/UpdateSettingRequest"
4949
},
5050
"description": "The parameters to update an account setting."
5151
},
@@ -77,9 +77,9 @@
7777
"tags": [
7878
"Settings"
7979
],
80-
"operationId": "GetSettingValue",
81-
"summary": "Get specified account setting value.",
82-
"description": "Retrieves the value of a specified, value account setting.",
80+
"operationId": "GetSetting",
81+
"summary": "Get specified account setting object.",
82+
"description": "Retrieves the setting object of a specified setting name.",
8383
"parameters": [
8484
{
8585
"$ref": "#/parameters/SettingNameParameter"
@@ -145,7 +145,7 @@
145145
}
146146
},
147147
"definitions": {
148-
"UpdateSettingsRequest": {
148+
"UpdateSettingRequest": {
149149
"properties": {
150150
"value": {
151151
"type": "string",

0 commit comments

Comments
 (0)