We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99ff95 commit 4975afeCopy full SHA for 4975afe
sdk/videoanalyzer/azure-media-videoanalyzer-edge/README.md
@@ -80,7 +80,7 @@ To create a live pipeline, you need to have an existing pipeline topology.
80
81
```python
82
url_param = ParameterDefinition(name="rtspUrl", value=pipeline_url)
83
-pass_param = ParameterDefinition(name="rtspPassword", value='testpass')
+pass_param = ParameterDefinition(name="rtspPassword", value="secret_password")
84
live_pipeline_properties = LivePipelineProperties(description="Sample pipeline description", topology_name=pipeline_topology_name, parameters=[url_param])
85
86
live_pipeline = LivePipeline(name=live_pipeline_name, properties=live_pipeline_properties)
0 commit comments