Skip to content

Commit bcd6471

Browse files
authored
Merge pull request Azure#3743 from totosan/dev
fixed issue Azure#3699 IoTHub ConnectionString in Bad format
2 parents 52ba34b + 78b46bb commit bcd6471

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)