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 04d39ab + d512472 commit 1a1828aCopy full SHA for 1a1828a
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
@@ -195,4 +195,4 @@ public static PSIotHubQuotaMetric ToPSIotHubQuotaMetric(this IotHubQuotaMetricIn
195
};
196
}
197
198
-}
+}
0 commit comments