We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52ba34b + 78b46bb commit bcd6471Copy full SHA for bcd6471
src/ResourceManager/IotHub/Commands.IotHub/Common/IotHubUtils.cs
@@ -26,7 +26,7 @@ public static class IotHubUtils
26
{
27
const string TotalDeviceCountMetricName = "TotalDeviceCount";
28
const string UnlimitedString = "Unlimited";
29
- const string IotHubConnectionStringTemplate = "HostName={0};ShareAccessKeyName={1};SharedAccessKey={2}";
+ const string IotHubConnectionStringTemplate = "HostName={0};SharedAccessKeyName={1};SharedAccessKey={2}";
30
31
public static T2 ConvertObject<T1, T2>(T1 iotHubObject)
32
0 commit comments