Skip to content

Latest commit

 

History

History
86 lines (46 loc) · 2.81 KB

File metadata and controls

86 lines (46 loc) · 2.81 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.

Added

  • Added SortedList as valid type for -Entity parameter #52
  • New command Get-AzDataTableSupportedEntityType to get the supported data types for the module when using -Entity parameter

Changed

  • Dependency version bumps
  • Rewrote core module logic to add a converter system which allows for flexible entity types
  • Updated gitversion config for build and release
  • Improved module tests for the new type converter system

3.3.2 - 2025-02-26

Fixed

  • Fixed bug where validation for Partition- and RowKey was not checking case sensitivity #68

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