From 009c3d6255c3ce6a2c5c79ddc55e78df69541b6b Mon Sep 17 00:00:00 2001 From: giakas Date: Fri, 22 Oct 2021 10:53:00 -0700 Subject: [PATCH] Remove readonly on segment length property --- .../Microsoft.Media/preview/2021-11-01-preview/Videos.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/Videos.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/Videos.json index 085bfbba4019..c2eb6605e2cb 100644 --- a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/Videos.json +++ b/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/Videos.json @@ -94,8 +94,7 @@ "properties": { "segmentLength": { "type": "string", - "description": "Video segment length indicates the length of individual video files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. \"PT30S\" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments.", - "readOnly": true + "description": "Video segment length indicates the length of individual video files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. \"PT30S\" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments." } }, "type": "object", @@ -165,8 +164,7 @@ }, "mediaInfo": { "$ref": "#/definitions/VideoMediaInfo", - "description": "Contains information about the video and audio content.", - "readOnly": true + "description": "Contains information about the video and audio content." }, "archival": { "$ref": "#/definitions/VideoArchival",