Skip to content

Commit 387de09

Browse files
authored
fix a missing required and a description (#16421)
1 parent 27ed581 commit 387de09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specification/videoanalyzer/resource-manager/Microsoft.Media/preview/2021-11-01-preview/PipelineTopologies.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@
388388
"type": "object",
389389
"required": [
390390
"@type",
391+
"credentials",
391392
"url"
392393
],
393394
"description": "Base class for endpoints."
@@ -856,7 +857,7 @@
856857
},
857858
"retentionPeriod": {
858859
"type": "string",
859-
"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\"."
860+
"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\"."
860861
}
861862
},
862863
"type": "object",

0 commit comments

Comments
 (0)