Azure Batch C# SDK version 8.1.1#4270
Conversation
- Fixed a bug where ListNodeCounts didn't correctly return nodes in LeavingPool state. - Various documentation updates. - Updated changelog.
- This makes it easier to run tests from VisualStudio since
we don't have conflicting versions of the runner.
- Now supports both remarks and summary comments.
|
The Swagger PR is here: Azure/azure-rest-api-specs#2885 |
|
Note for reviewers: The "Update Batch dataplane SDK to 8.1.1" commit is the most interesting one. The "Add support for Batch OM codegenerator class remarks" commit adds a lot of files with a small change in each and is quite Batch specific so you might want to skip that one |
| @@ -10,7 +10,7 @@ | |||
| <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> | |||
| <PackageId>Azure.Batch</PackageId> | |||
There was a problem hiding this comment.
Can we publish a second package with the appropriate name (Microsoft.Azure.*) in addition to this package.
There was a problem hiding this comment.
I will discuss this with my team and get back to you.
| <PackageId>Azure.Batch</PackageId> | ||
| <Description>This client library provides access to the Microsoft Azure Batch service.</Description> | ||
| <VersionPrefix>8.1.0</VersionPrefix> | ||
| <VersionPrefix>8.1.1</VersionPrefix> |
There was a problem hiding this comment.
@matthchr add packageReleaseNotes for this release.
There was a problem hiding this comment.
@shahabhijeet We already have it, it's just in a lower <PropertyGroup>
It says: <PackageReleaseNotes>For detailed release notes, see: https://aka.ms/batch-net-dataplane-changelog</PackageReleaseNotes>
Description
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK.