Skip to content

Commit d512472

Browse files
authored
fix of share -> shared typo
ShareAccessKeyName -> SharedAccessKeyName Fix of #issue 346, ICM #47318837
1 parent ea00ad5 commit d512472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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
{
@@ -195,4 +195,4 @@ public static PSIotHubQuotaMetric ToPSIotHubQuotaMetric(this IotHubQuotaMetricIn
195195
};
196196
}
197197
}
198-
}
198+
}

0 commit comments

Comments
 (0)