Skip to content

Commit

Permalink
New dummy password in README (Azure#20328)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccoyp authored and hildurhodd committed Aug 30, 2021
1 parent aefee41 commit f00a26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/videoanalyzer/azure-media-videoanalyzer-edge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ To create a live pipeline, you need to have an existing pipeline topology.

```python
url_param = ParameterDefinition(name="rtspUrl", value=pipeline_url)
pass_param = ParameterDefinition(name="rtspPassword", value='testpass')
pass_param = ParameterDefinition(name="rtspPassword", value="secret_password")
live_pipeline_properties = LivePipelineProperties(description="Sample pipeline description", topology_name=pipeline_topology_name, parameters=[url_param])

live_pipeline = LivePipeline(name=live_pipeline_name, properties=live_pipeline_properties)
Expand Down

0 comments on commit f00a26d

Please sign in to comment.