Skip to content

Commit dec32f0

Browse files
committed
minor help content fix
1 parent 1ff444e commit dec32f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ServiceManagement/Storage/Commands.Storage/Common/Cmdlet/NewAzureStorageContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ internal CloudStorageAccount GetStorageAccountWithAzureEnvironment(StorageCreden
353353
}
354354
catch (ArgumentException e)
355355
{
356-
throw new ArgumentException(e.Message + String.Format(CultureInfo.CurrentCulture, Resources.ValidEnvironmentName, EnvironmentName.AzureCloud, EnvironmentName.AzureChinaCloud));
356+
throw new ArgumentException(e.Message + " " + String.Format(CultureInfo.CurrentCulture, Resources.ValidEnvironmentName, EnvironmentName.AzureCloud, EnvironmentName.AzureChinaCloud));
357357
}
358358
}
359359

src/ServiceManagement/Storage/Commands.Storage/Microsoft.WindowsAzure.Commands.Storage.dll-Help.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9529,7 +9529,7 @@ $context | Get-AzureStorageBlob -Container abc</dev:code>
95299529
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="0">
95309530
<maml:name>Name</maml:name>
95319531
<maml:description>
9532-
<maml:para></maml:para>
9532+
<maml:para>The name of the table to be removed.</maml:para>
95339533
</maml:description>
95349534
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
95359535
<dev:type>

0 commit comments

Comments
 (0)