Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Releases: Azure/azure-batch-software-entitlement

July 2018

11 Jul 23:28
0cbfc90

Choose a tag to compare

Add retries for when connections to the software entitlement server fail, and an environment variable to override timeouts.

May 2018

11 Jul 23:26
0cbfc90

Choose a tag to compare

On Windows, hook into the Windows Automatic Root Certificates Update process.

April 2018

24 Apr 03:17
be55722

Choose a tag to compare

  • 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

17 Jul 04:40

Choose a tag to compare

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 server for a successful entitlement should use vmid to pass the identifier for the entitled virtual machine.

  • Fix: Change the contentType header from application-json, to application/json; odata=minimalmetadata as required by the Azure Batch services.