v3.2.0
Added
- ETag validation for Update- & Remove-AzDataTableEntity (#58)
Note that this is a breaking change. If you use Get-AzDataTableEntity
, modify the results and operate in those entities in the table using Update-AzDataTableEntity
or Remove-AzDataTableEntity
, you need to provide a -Force
parameter in case they have changed in the meantime.
Fixed
- Missing examples of Remove-AzDataTableEntity (#62)
Full Changelog: v3.1.3...v3.2.0