From cc0887bc4ea3d1a41a4c74d5912491ba5cfe60d0 Mon Sep 17 00:00:00 2001 From: giakas Date: Thu, 14 Oct 2021 22:11:44 -0700 Subject: [PATCH] fix a missing required and a description --- .../preview/2021-11-01-preview/PipelineTopologies.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/PipelineTopologies.json b/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/PipelineTopologies.json index 0b6ed049d049..cf56c808ff63 100644 --- a/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/PipelineTopologies.json +++ b/specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/PipelineTopologies.json @@ -388,6 +388,7 @@ "type": "object", "required": [ "@type", + "credentials", "url" ], "description": "Base class for endpoints." @@ -856,7 +857,7 @@ }, "retentionPeriod": { "type": "string", - "description": "Video retention period indicates how long the video is kept in storage. Value must be specified in ISO8601 duration format (i.e. \"PT1D\" equals 1 day) and can vary between 1 day to 10 years, in 1 day increments. When absent (null), all video content is retained indefinitely. This property is only allowed for topologies where \"kind\" is set to \"live\"." + "description": "Video retention period indicates how long the video is kept in storage. Value must be specified in ISO8601 duration format (i.e. \"P1D\" equals 1 day) and can vary between 1 day to 10 years, in 1 day increments. When absent (null), all video content is retained indefinitely. This property is only allowed for topologies where \"kind\" is set to \"live\"." } }, "type": "object",