Skip to content

Commit c23fa2b

Browse files
authored
Hivyas/fixconnectionstring (#19761)
* added lva sdk package * deleteing folder * removing connection string
1 parent 58f4008 commit c23fa2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk/media/azure-media-analytics-edge/samples/sample_lva.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
from azure.iot.hub.models import CloudToDeviceMethod, CloudToDeviceMethodResult
77
from datetime import time
88

9-
device_id = "lva-sample-device"
10-
module_d = "mediaedge"
11-
connection_string = "HostName=lvasamplehubcx5a4jgbixyvg.azure-devices.net;SharedAccessKeyName=iothubowner;SharedAccessKey=/53Qw6ifN0ka4so72a1gVEhmyiz5fLb9iw+oWoyoQxk="
9+
device_id = "device-id"
10+
module_d = "module-id"
11+
connection_string = "connection-string"
1212
graph_instance_name = "graphInstance1"
1313
graph_topology_name = "graphTopology1"
1414
graph_url = "rtsp://sample-url-from-camera"

0 commit comments

Comments
 (0)