Releases: PalmEmanuel/AzBobbyTables
Releases · PalmEmanuel/AzBobbyTables
v3.3.1
What's Changed
Added
- Added
-OperationType
parameter toAdd-AzDataTableEntity
andUpdate-AzDataTableEntity
to support merge or replace operations #81
Full Changelog: v3.3.0...v3.3.1
v3.3.0
What's Changed
Added
- Added command
Get-AzDataTable
to get the names of tables in a storage account by @PalmEmanuel in #78
Changed
- Implemented TableServiceClient to support operations on tables in the storage account.
Other changes
- Bump Azure.Data.Tables from 12.8.3 to 12.9.0 in /source by @dependabot in #72
- Bump Microsoft.VisualStudio.Threading from 17.10.48 to 17.11.20 in /source by @dependabot in #73
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory by @dependabot in #75
- Bump Azure.Data.Tables from 12.9.0 to 12.9.1 in /source by @dependabot in #76
Full Changelog: v3.2.1...v3.3.0
v3.2.1
What's Changed
- Bump Microsoft.VisualStudio.Threading from 17.9.28 to 17.10.48 in /source by @dependabot in #67
- Remove empty output lines by @PalmEmanuel in #70
Full Changelog: v3.2.0...v3.2.1
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
v3.1.3
Added
Full Changelog: v3.1.2...v3.1.3
v3.1.2
Added
Changed
- Bump Microsoft.VisualStudio.Threading from 17.5.22 to 17.8.14 in /Source by @dependabot in #40
- Bump Azure.Data.Tables from 12.8.0 to 12.8.2 in /Source by @dependabot in #39
New Contributors
Full Changelog: v3.1.1...v3.1.2