File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ PS C:\> Get-AzIotHubDeviceConnectionString -ResourceGroupName "myresourcegroup"
41
41
42
42
Device Id Connection String
43
43
--------- -----------------
44
- device1 HostName=myiothub.azure-devices.net;DeviceId=device1;SharedAccessKey=/X4yj1WhlkpcZWied4mNEI+KShScCc+fgNjsdTSM3ag=
44
+ device1 HostName=myiothub.azure-devices.net;DeviceId=device1;SharedAccessKey=/X4y******
45
45
device2 HostName=myiothub.azure-devices.net;DeviceId=device2;x509=true
46
46
```
47
47
@@ -53,7 +53,7 @@ PS C:\> Get-AzIotHubDCS -ResourceGroupName "myresourcegroup" -IotHubName "myioth
53
53
54
54
Device Id Connection String
55
55
--------- -----------------
56
- device1 HostName=myiothub.azure-devices.net;DeviceId=device1;SharedAccessKey=/X4yj1WhlkpcZWied4mNEI+KShScCc+fgNjsdTSM3ag=
56
+ device1 HostName=myiothub.azure-devices.net;DeviceId=device1;SharedAccessKey=/X4y******
57
57
```
58
58
59
59
Get the secondary connection string of an IoT device.
You can’t perform that action at this time.
0 commit comments