Skip to content

Commit 78b46bb

Browse files
committed
fixed issue Azure#3699
1 parent bd0bc7d commit 78b46bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/IotHub/Commands.IotHub/Common/IotHubUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static class IotHubUtils
2626
{
2727
const string TotalDeviceCountMetricName = "TotalDeviceCount";
2828
const string UnlimitedString = "Unlimited";
29-
const string IotHubConnectionStringTemplate = "HostName={0};ShareAccessKeyName={1};SharedAccessKey={2}";
29+
const string IotHubConnectionStringTemplate = "HostName={0};SharedAccessKeyName={1};SharedAccessKey={2}";
3030

3131
public static T2 ConvertObject<T1, T2>(T1 iotHubObject)
3232
{

0 commit comments

Comments
 (0)