Skip to content

Latest commit

 

History

History
66 lines (34 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

66 lines (34 loc) · 2.07 KB

Changelog for the module

The format is based on and uses the types of changes according to Keep a Changelog, and this project adheres to Semantic Versioning.

3.3.1 - 2024-10-19

Added

  • Added -OperationType parameter to Add-AzDataTableEntity and Update-AzDataTableEntity to support merge or replace operations #81

3.3.0 - 2024-10-18

Added

  • Added command Get-AzDataTable to get the names of tables in a storage account #77

Changed

  • Implemented TableServiceClient to support operations on tables in the storage account.

3.2.1 - 2024-07-09

Fixed

  • Fixed bug where empty lines were written to console.

3.2.0 - 2024-03-21

Added

  • ETag validation for Update- & Remove-AzDataTableEntity (#58)

Fixed

  • Missing examples of Remove-AzDataTableEntity (#62)

3.1.3 - 2024-01-20

Added

  • Added Sampler (#48).
  • Added support for user-assigned managed identities (#54).

3.1.2 - 2024-01-05

Added

  • Help documentation for a DateTime problem caused by the SDK (#43).

3.1.1 - 2023-05-03