The format is based on and uses the types of changes according to Keep a Changelog, and this project adheres to Semantic Versioning.
- Added SortedList as valid type for -Entity parameter #52
- New command
Get-AzDataTableSupportedEntityTypeto get the supported data types for the module when using-Entityparameter
- 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 bug where validation for Partition- and RowKey was not checking case sensitivity #68
3.3.1 - 2024-10-19
- Added
-OperationTypeparameter toAdd-AzDataTableEntityandUpdate-AzDataTableEntityto support merge or replace operations #81
3.3.0 - 2024-10-18
- Added command
Get-AzDataTableto get the names of tables in a storage account #77
- Implemented TableServiceClient to support operations on tables in the storage account.
3.2.1 - 2024-07-09
- Fixed bug where empty lines were written to console.
3.2.0 - 2024-03-21
- ETag validation for Update- & Remove-AzDataTableEntity (#58)
- Missing examples of Remove-AzDataTableEntity (#62)
3.1.3 - 2024-01-20
3.1.2 - 2024-01-05
- Help documentation for a DateTime problem caused by the SDK (#43).