Skip to content
Closed
Changes from 2 commits
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
9 changes: 2 additions & 7 deletions arm-mediaservices/2015-10-01/swagger/media.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,13 +415,7 @@
"operationId": "MediaService_SyncStorageKeys",
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/MediaService"
}
},
"202": {
"description": "Accepted"
"description": "OK"
},
"default": {
"description": "Detailed error information.",
Expand Down Expand Up @@ -602,6 +596,7 @@
"keyType": {
"description": "The keyType indicating which key you want to regenerate, Primary or Secondary.",
"type": "string",
"required": true,
"enum": [
"Primary",
"Secondary"
Expand Down