Skip to content

Latest commit

 

History

History
139 lines (89 loc) · 6.38 KB

File metadata and controls

139 lines (89 loc) · 6.38 KB

Release History

1.3.0 (2024-01-18)

Features Added

Other Changes

  • Upgraded dependent Azure.ResourceManager to 1.10.0.

1.3.0-beta.1 (2024-01-09)

Features Added

  • Add ResourceTags support to Pool Creation

    • Added resourceTags property to BatchAccountPoolData definition
    • Added resourceTags property to ArmBatchModelFactory definition
  • Add SecurityProfile support to Pool Creation

    • Added serviceArtifactReference property to BatchVmConfigurationdefinition
    • Added securityProfile property to BatchVmConfiguration definition
  • Add ServiceArtifactReference and OSDisk support to Pool Creation

    • Added standardssd_lrs value to BatchStorageAccountType enum
    • Added caching property to BatchNodePlacementPolicyType definition
    • Added managedDisk property to BatchNodePlacementPolicyType definition
    • Added diskSizeGB property to BatchNodePlacementPolicyType definition
    • Added writeAcceleratorEnabled property to BatchNodePlacementPolicyType definition

1.2.1 (2023-11-27)

Features Added

  • Enable mocking for extension methods, refer this document for more details.

Other Changes

  • Upgraded dependent Azure.ResourceManager to 1.9.0.

1.2.0 (2023-06-16)

Features Added

  • Added boolean property enableAcceleratedNetworking to NetworkConfiguration.
    • This property determines whether this pool should enable accelerated networking, with default value as False.
    • Whether this feature can be enabled is also related to whether an operating system/VM instance is supported, which should align with AcceleratedNetworking Policy (AcceleratedNetworking Limitations and constraints).
  • Added boolean property enableAutomaticUpgrade to VMExtension.
    • This property determines whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
  • Added new property Type to ContainerConfiguration, which now supports two values: DockerCompatible and CriCompatible.

1.2.0-beta.1 (2023-05-25)

Features Added

  • Enable the model factory feature for model mocking, more information can be found here.
  • Added BatchAccountCertificateData.ThumbprintString, BatchAccountCertificateCreateOrUpdateContent.ThumbprintString to return the hexadecimal string representation of the SHA-1 hash of the certificate. BatchAccountCertificateData.Thumbprint, BatchAccountCertificateCreateOrUpdateContent.Thumbprint have been hidden but are still available.

Other Changes

  • Upgraded dependent Azure.Core to 1.32.0.
  • Upgraded dependent Azure.ResourceManager to 1.6.0.

1.1.1 (2023-02-15)

Other Changes

  • Upgraded dependent Azure.Core to 1.28.0.
  • Upgraded dependent Azure.ResourceManager to 1.4.0.

1.1.0 (2022-11-11)

Features Added

  • Added new custom enum type NodeCommunicationMode.
    • This property determines how a pool communicates with the Batch service.
    • Possible values: Default, Classic, Simplified.
  • Added properties CurrentNodeCommunicationMode and TargetNodeCommunicationMode of type NodeCommunicationMode to BatchAccountPoolData.

Other Changes

  • Updated descriptions of Certificate related apis to indicate that the apis will be deprecated by Feb 2024.

1.0.0 (2022-09-19)

This release is the first stable release of the Batch Management client library.

Other Changes

  • Upgraded dependent Azure.ResourceManager to 1.3.1
  • Optimized the implementation of methods related to tag operations.

1.0.0-beta.2 (2022-08-29)

Polishing since last public beta release:

  • Prepended Batch prefix to all single / simple model names.
  • Corrected the format of all Guid type properties / parameters.
  • Corrected the format of all ResourceIdentifier type properties / parameters.
  • Corrected the format of all ResouceType type properties / parameters.
  • Corrected the format of all ETag type properties / parameters.
  • Corrected the format of all AzureLocation type properties / parameters.
  • Corrected the format of all binary type properties / parameters.
  • Corrected all acronyms that not follow .Net Naming Guidelines.
  • Corrected enumeration name by following Naming Enumerations Rule.
  • Corrected the suffix of DateTimeOffset properties / parameters.
  • Corrected the name of interval / duration properties / parameters that end with units.
  • Optimized the name of some models and functions.

Other Changes

  • Upgraded dependent Azure.ResourceManager to 1.3.0

1.0.0-beta.1 (2022-07-12)

Breaking Changes

New design of track 2 initial commit.

Package Name

The package name has been changed from Microsoft.Azure.Management.Batch to Azure.ResourceManager.Batch.

General New Features

This package follows the new Azure SDK guidelines, and provides many core capabilities:

- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
- HTTP pipeline with custom policies.
- Better error-handling.
- Support uniform telemetry across all languages.

This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our Azure SDK for .NET GitHub repo.

NOTE: For more information about unified authentication, please refer to Microsoft Azure Identity documentation for .NET.