Skip to content

Commit 6d1ab3b

Browse files
committed
Add subnet name as a parameter for patching a collection.
1 parent 5d6323f commit 6d1ab3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/RemoteApp/Commands.RemoteApp/Collection/UpdateAzureRemoteAppCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class UpdateAzureRemoteAppCollection : RdsCmdlet
4040

4141
[Parameter(Mandatory = false,
4242
ValueFromPipelineByPropertyName = true,
43-
HelpMessage = "For Azure VNets only, the name of the subnet to patch the collection"
43+
HelpMessage = "Name of the subnet to move the collection into."
4444
)]
4545
public string SubnetName { get; set; }
4646

0 commit comments

Comments
 (0)