Skip to content

Commit 242db7e

Browse files
added "TODO:IVAN" in the help file
1 parent 47ec758 commit 242db7e

File tree

4 files changed

+64
-65
lines changed

4 files changed

+64
-65
lines changed

src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests/BatchAccountTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
using Microsoft.WindowsAzure.Commands.ScenarioTest;
1615
using Xunit;
1716

1817
namespace Microsoft.Azure.Commands.Batch.Test.ScenarioTests

src/ResourceManager/AzureBatch/Commands.Batch/Accounts/RemoveBatchAccountCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class RemoveBatchAccountCommand : BatchCmdletBase
2323
{
2424
private static string mamlCall = "RemoveAccount";
2525

26-
[Parameter(Position = 0, Mandatory = true, ValueFromPipelineByPropertyName = true,
26+
[Parameter(Position = 0, Mandatory = true, ValueFromPipelineByPropertyName = true,
2727
HelpMessage = "The name of the Batch service account to remove.")]
2828
[Alias("Name")]
2929
[ValidateNotNullOrEmpty]

0 commit comments

Comments
 (0)