Skip to content

Commit 07d1718

Browse files
authored
Remove a removed property, and fix descriptions (#16312)
1 parent 04fdbdb commit 07d1718

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -871,10 +871,6 @@
871871
"disableRtspPublishing": {
872872
"type": "string",
873873
"description": "When set to 'true' the RTSP playback URL will not be published, disabling low latency streaming. This is used, for example, when the topology is used only for archiving content. Default is 'false'. If set to 'true', then \"disableArchive\" must be set to 'false'."
874-
},
875-
"disableVideoPreviewImage": {
876-
"type": "string",
877-
"description": "When set to 'true' preview images will not be generated. This is used, for example, when the topology is used only for low latency video streaming. Default is 'false'. If set to 'false', then \"disableArchive\" must be set to 'false'."
878874
}
879875
},
880876
"type": "object",
@@ -983,7 +979,7 @@
983979
}
984980
},
985981
"type": "object",
986-
"description": "Pipeline topology describes the processing steps to be applied when processing content for a particular outcome. The topology should be defined according to the scenario to be achieved and can be reused across many pipeline instances which share the same processing characteristics. For instance, a pipeline topology which captures content from a RTSP camera and archives the content can be reused across many different cameras, as long as the same processing is to be applied across all the cameras. Individual instance properties can be defined through the use of user-defined parameters, which allow for a topology to be parameterized. This allows individual pipelines refer to different values, such as individual cameras' RTSP endpoints and credentials. Overall a topology is composed of the following:\r\n\r\n - Parameters: list of user defined parameters that can be references across the topology nodes.\r\n - Sources: list of one or more data sources nodes such as an RTSP source which allows for content to be ingested from cameras.\\r\\n - Processors: list of nodes which perform data analysis or transformations.\r\n -Sinks: list of one or more data sinks which allow for data to be stored or exported to other destinations."
982+
"description": "Pipeline topology describes the processing steps to be applied when processing content for a particular outcome. The topology should be defined according to the scenario to be achieved and can be reused across many pipeline instances which share the same processing characteristics. For instance, a pipeline topology which captures content from a RTSP camera and archives the content can be reused across many different cameras, as long as the same processing is to be applied across all the cameras. Individual instance properties can be defined through the use of user-defined parameters, which allow for a topology to be parameterized. This allows individual pipelines refer to different values, such as individual cameras' RTSP endpoints and credentials. Overall a topology is composed of the following:\r\n\r\n - Parameters: list of user defined parameters that can be references across the topology nodes.\r\n - Sources: list of one or more data sources nodes such as an RTSP source which allows for content to be ingested from cameras.\r\n - Processors: list of nodes which perform data analysis or transformations.\r\n - Sinks: list of one or more data sinks which allow for data to be stored or exported to other destinations."
987983
},
988984
"LivePipelineProperties": {
989985
"properties": {
@@ -1342,7 +1338,8 @@
13421338
"readOnly": true
13431339
}
13441340
},
1345-
"type": "object"
1341+
"type": "object",
1342+
"description": "Used for tracking the status of an operation on the live pipeline."
13461343
},
13471344
"PipelineJobOperationStatus": {
13481345
"properties": {
@@ -1362,7 +1359,8 @@
13621359
"readOnly": true
13631360
}
13641361
},
1365-
"type": "object"
1362+
"type": "object",
1363+
"description": "Used for tracking the status of an operation on the pipeline job."
13661364
},
13671365
"PipelineTopologyCollection": {
13681366
"properties": {

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,7 +1620,6 @@
16201620
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
16211621
}
16221622
],
1623-
"x-ms-long-running-operation": true,
16241623
"x-ms-examples": {
16251624
"Get status of private endpoint connection asynchronous operation.": {
16261625
"$ref": "examples/video-analyzer-private-endpoint-connection-operation-result-by-id.json"
@@ -1726,7 +1725,6 @@
17261725
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
17271726
}
17281727
],
1729-
"x-ms-long-running-operation": true,
17301728
"x-ms-examples": {
17311729
"Get status of asynchronous operation.": {
17321730
"$ref": "examples/video-analyzer-operation-result-by-id.json"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,8 @@
422422
"x-ms-client-flatten": true
423423
}
424424
},
425-
"type": "object"
425+
"type": "object",
426+
"description": "Represents a video resource within Azure Video Analyzer. Videos can be ingested from RTSP cameras through live pipelines or can be created by exporting sequences from existing captured video through a pipeline job. Videos ingested through live pipelines can be streamed through Azure Video Analyzer Player Widget or compatible players. Exported videos can be downloaded as MP4 files."
426427
},
427428
"AccessPolicyEntity": {
428429
"allOf": [

0 commit comments

Comments
 (0)