Skip to content

Commit 1a1828a

Browse files
authored
Merge pull request #347 from pemj/patch-1
fix of share -> shared typo
2 parents 04d39ab + d512472 commit 1a1828a

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)