Skip to content

Commit 9863004

Browse files
committed
Fixing credscan issue
1 parent 50324ad commit 9863004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/IotHub/Commands.IotHub/Microsoft.Azure.Commands.IotHub.dll-help.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
</maml:alert>
337337
</maml:alertSet>
338338
<command:examples><command:example><maml:title>Example 1 Add a Key to an IotHub</maml:title>
339-
<dev:code>PS C:\&gt; Add-AzureRmIotHubKey -ResourceGroupName "myresourcegroup" -Name "myiothub" -KeyName "newkey" -PrimaryKey "4GT/3sQXHYLDVOG5c8GQCpxIAw+OQtE5RxpdFC6O5Jk=" -SecondaryKey "4GT/3sQXHYLDVOG5c8GQCpxIAw+OQtE5RxpdFC6O5Jk=" -Rights RegistryRead</dev:code>
339+
<dev:code>PS C:\&gt; Add-AzureRmIotHubKey -ResourceGroupName "myresourcegroup" -Name "myiothub" -KeyName "newkey" -PrimaryKey "primarykey" -SecondaryKey "secondarykey" -Rights RegistryRead</dev:code>
340340
<dev:remarks><maml:para>Creates a key named "mykey" for the iothub "myiothub" with RegistryRead permissions.
341341
</maml:para>
342342
</dev:remarks>

0 commit comments

Comments
 (0)