Skip to content

Commit 21d1aa2

Browse files
author
Hovsep
committed
Merge pull request Azure#1782 from SiddharthChatrolaMs/dev
Fixing help comment
2 parents 4283073 + a8fec0b commit 21d1aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/RedisCache/Commands.RedisCache/Microsoft.Azure.Commands.RedisCache.dll-Help.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="">
351351
<maml:name>VirtualNetwork</maml:name>
352352
<maml:description>
353-
<maml:para>The exact ARM resource ID of the virtual network to deploy the redis cache in. Example format: /subscriptions/{subid}/resourceGroups/{resourceGroupName}/Microsoft.ClassicNetwork/VirtualNetworks/vnet1</maml:para>
353+
<maml:para>The exact ARM resource ID of the virtual network to deploy the redis cache in. Example format: /subscriptions/{subid}/resourceGroups/{resourceGroupName}/providers/Microsoft.ClassicNetwork/VirtualNetworks/{vnetName}</maml:para>
354354
</maml:description>
355355
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
356356
</command:parameter>
@@ -500,7 +500,7 @@
500500
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="">
501501
<maml:name>VirtualNetwork</maml:name>
502502
<maml:description>
503-
<maml:para>The exact ARM resource ID of the virtual network to deploy the redis cache in. Example format: /subscriptions/{subid}/resourceGroups/{resourceGroupName}/Microsoft.ClassicNetwork/VirtualNetworks/vnet1</maml:para>
503+
<maml:para>The exact ARM resource ID of the virtual network to deploy the redis cache in. Example format: /subscriptions/{subid}/resourceGroups/{resourceGroupName}/providers/Microsoft.ClassicNetwork/VirtualNetworks/{vnetName}</maml:para>
504504
</maml:description>
505505
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
506506
<dev:type>

0 commit comments

Comments
 (0)