Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/SDKs/BatchAI/Management.BatchAI/Generated/Models/Job.cs
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ public Job()
/// </summary>
/// <remarks>
/// Possible values are: cntk, tensorflow, caffe, caffe2, chainer,
/// pytorch, custom, mpi, horovod. Possible values include: 'cntk',
/// 'tensorflow', 'caffe', 'caffe2', 'chainer', 'horovod', 'mpi',
/// 'custom'
/// pytorch, custom, custommpi, horovod. Possible values include:
/// 'cntk', 'tensorflow', 'caffe', 'caffe2', 'chainer', 'horovod',
/// 'custommpi', 'custom'
/// </remarks>
[JsonProperty(PropertyName = "properties.toolType")]
public string ToolType { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static class ToolType
public const string Caffe2 = "caffe2";
public const string Chainer = "chainer";
public const string Horovod = "horovod";
public const string Mpi = "mpi";
public const string Custommpi = "custommpi";
public const string Custom = "custom";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.BatchAI</PackageId>
<Description>Provides management capabilities for Azure Batch AI.</Description>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the enum values are being renamed here, it is a breaking change. Please update the major version number here

<AssemblyName>Microsoft.Azure.Management.BatchAI</AssemblyName>
<PackageTags>Microsoft Azure BatchAI;BatchAI;</PackageTags>
<PackageReleaseNotes>
Expand Down
22 changes: 3 additions & 19 deletions src/SDKs/_metadata/batchai_resource-manager.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,18 @@
Installing AutoRest version: latest

> autorest@2.0.4280 preinstall C:\Users\llii\AppData\Roaming\npm\node_modules\.staging\autorest-8b5ac1bd
> node ./preinstall-check

C:\Users\llii\AppData\Roaming\npm\autorest -> C:\Users\llii\AppData\Roaming\npm\node_modules\autorest\dist\app.js
C:\Users\llii\AppData\Roaming\npm
`-- autorest@2.0.4280


AutoRest installed successfully.
Commencing code generation
Generating CSharp code
Executing AutoRest command
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/batchai/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=E:\lliimsft\azure-sdk-for-net\src\SDKs
AutoRest code generation utility [version: 2.0.4280; node: v7.10.1]
(C) 2018 Microsoft Corporation.
https://aka.ms/autorest
Loading AutoRest core 'C:\Users\llii\.autorest\@microsoft.azure_autorest-core@2.0.4280\node_modules\@microsoft.azure\autorest-core\dist' (2.0.4280)
Loading AutoRest extension '@microsoft.azure/autorest.csharp' (~2.2.51->2.2.57)
Loading AutoRest extension '@microsoft.azure/autorest.modeler' (2.3.43->2.3.43)

2018-06-21 01:05:01 UTC
2018-06-29 18:30:37 UTC
1) azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 29827606004c0cd2a4702e3c0ed7dbfdb4a179e4
Commit: 99f55cea9b545c39913379f2d5e41c3c5235b4f2

2) AutoRest information
Requested version: latest
Bootstrapper version: C:\Users\llii\AppData\Roaming\npm `-- autorest@2.0.4280
Bootstrapper version: autorest@2.0.4280


Latest installed version:
Expand Down