Releases: Azure/azure-batch-software-entitlement
July 2018
May 2018
On Windows, hook into the Windows Automatic Root Certificates Update process.
April 2018
- Additional certificate thumbprints to support national clouds (USA, China. Germany)
- Managed code projects updated to use .NET Core 2.0
- Client library (C++) now includes support for curl 7.55.1-1 as well as curl 7.51.0-3
- Client executable (
sesclient.native.exe) now has some optional parameters - Test executable (
sestest.exe) has additional parameters to support new testing scenarios - Convert builds to use PSake
- Add
.editorconfig - Many documentation improvements (Including the need for clients to be tolerant of trailing or missing
/in URLs) - Internal refactoring and cleanup
July 2017
Critical (but small) fixes to the SDK.
-
Change: Permit the inclusion of a path as part of the Azure Batch account URL.
-
Change: Validate the Azure Batch URL to ensure it doesn't include any query parameters prior to use.
-
Fix: The API version query parameter of the URL used to request software entitlement should have been specified as
api-version. -
Fix: The API version passed on the URL requesting software entitlement should have been
2017-05-01.5.0. -
Fix: The response from
sestest serverfor a successful entitlement should usevmidto pass the identifier for the entitled virtual machine. -
Fix: Change the contentType header from
application-json, toapplication/json; odata=minimalmetadataas required by the Azure Batch services.