Skip to content

Commit

Permalink
Remove a removed property, and fix descriptions (Azure#16312)
Browse files Browse the repository at this point in the history
  • Loading branch information
giakas authored and LeiWang3 committed Mar 31, 2022
1 parent d115513 commit 6d35751
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -871,10 +871,6 @@
"disableRtspPublishing": {
"type": "string",
"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'."
},
"disableVideoPreviewImage": {
"type": "string",
"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'."
}
},
"type": "object",
Expand Down Expand Up @@ -983,7 +979,7 @@
}
},
"type": "object",
"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."
"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."
},
"LivePipelineProperties": {
"properties": {
Expand Down Expand Up @@ -1342,7 +1338,8 @@
"readOnly": true
}
},
"type": "object"
"type": "object",
"description": "Used for tracking the status of an operation on the live pipeline."
},
"PipelineJobOperationStatus": {
"properties": {
Expand All @@ -1362,7 +1359,8 @@
"readOnly": true
}
},
"type": "object"
"type": "object",
"description": "Used for tracking the status of an operation on the pipeline job."
},
"PipelineTopologyCollection": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,6 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
}
],
"x-ms-long-running-operation": true,
"x-ms-examples": {
"Get status of private endpoint connection asynchronous operation.": {
"$ref": "examples/video-analyzer-private-endpoint-connection-operation-result-by-id.json"
Expand Down Expand Up @@ -1726,7 +1725,6 @@
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
}
],
"x-ms-long-running-operation": true,
"x-ms-examples": {
"Get status of asynchronous operation.": {
"$ref": "examples/video-analyzer-operation-result-by-id.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,8 @@
"x-ms-client-flatten": true
}
},
"type": "object"
"type": "object",
"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."
},
"AccessPolicyEntity": {
"allOf": [
Expand Down

0 comments on commit 6d35751

Please sign in to comment.