Skip to content

Commit b57d9fe

Browse files
committed
fixed CredScan issue
1 parent 1149797 commit b57d9fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/IotHub/IotHub/help/Get-AzIotHubDeviceConnectionString.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ PS C:\> Get-AzIotHubDeviceConnectionString -ResourceGroupName "myresourcegroup"
4141
4242
Device Id Connection String
4343
--------- -----------------
44-
device1 HostName=myiothub.azure-devices.net;DeviceId=device1;SharedAccessKey=/X4yj1WhlkpcZWied4mNEI+KShScCc+fgNjsdTSM3ag=
44+
device1 HostName=myiothub.azure-devices.net;DeviceId=device1;SharedAccessKey=/X4y******
4545
device2 HostName=myiothub.azure-devices.net;DeviceId=device2;x509=true
4646
```
4747

@@ -53,7 +53,7 @@ PS C:\> Get-AzIotHubDCS -ResourceGroupName "myresourcegroup" -IotHubName "myioth
5353
5454
Device Id Connection String
5555
--------- -----------------
56-
device1 HostName=myiothub.azure-devices.net;DeviceId=device1;SharedAccessKey=/X4yj1WhlkpcZWied4mNEI+KShScCc+fgNjsdTSM3ag=
56+
device1 HostName=myiothub.azure-devices.net;DeviceId=device1;SharedAccessKey=/X4y******
5757
```
5858

5959
Get the secondary connection string of an IoT device.

0 commit comments

Comments
 (0)