AzBobbyTables

3.6.1

A module for handling Azure Table Storage operations by wrapping the Azure Data Tables SDK.

Minimum PowerShell version

7.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name AzBobbyTables

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name AzBobbyTables

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Emanuel Palm. All rights reserved.

Package Details

Author(s)

  • Emanuel Palm

Tags

azure storage table cosmos cosmosdb data

Cmdlets

Add-AzDataTableEntity Clear-AzDataTable Get-AzDataTable Get-AzDataTableEntity Get-AzDataTableSupportedEntityType Remove-AzDataTableEntity Update-AzDataTableEntity New-AzDataTableContext Remove-AzDataTable New-AzDataTable

PSEditions

Core

Dependencies

This module has no dependencies.

Release Notes

## [3.6.1] - 2026-07-29

### Changed

- `Add-`, `Remove-` and `Update-AzDataTableEntity` now collect entities from the pipeline and submit them as batched transactions when the pipeline completes, instead of one transaction per pipeline record.
- `Get-AzDataTableEntity` passes a page-size hint to the service when `-First` is used without `-Sort`, so the service returns a bounded page instead of a full page truncated client-side.
- `-Count` no longer projects full PSObjects in order to count them.
- Entity validation and converter selection now run in a single pass.

### Removed

- Dependency on `System.Linq.Async`; queries now run synchronously.

FileList

  • AzBobbyTables.nuspec
  • AzBobbyTables.psd1
  • dependencies\Microsoft.VisualStudio.Threading.dll
  • dependencies\System.Text.Json.dll
  • dependencies\System.ClientModel.dll
  • CHANGELOG.md
  • dependencies\System.Runtime.CompilerServices.Unsafe.dll
  • dependencies\System.Text.Encodings.Web.dll
  • dependencies\Azure.Core.dll
  • dependencies\System.Security.AccessControl.dll
  • dependencies\System.Memory.dll
  • dependencies\System.Diagnostics.DiagnosticSource.dll
  • LICENSE
  • dependencies\AzBobbyTables.Core.dll
  • dependencies\Microsoft.Win32.Registry.dll
  • dependencies\Microsoft.Bcl.AsyncInterfaces.dll
  • AzBobbyTables.PS.dll
  • dependencies\System.Buffers.dll
  • dependencies\System.Memory.Data.dll
  • dependencies\System.Security.Principal.Windows.dll
  • dependencies\System.Threading.Tasks.Extensions.dll
  • dependencies\System.Numerics.Vectors.dll
  • dependencies\Microsoft.VisualStudio.Validation.dll
  • en-US\AzBobbyTables.PS.dll-Help.xml
  • dependencies\Azure.Data.Tables.dll

Version History

Version Downloads Last updated
3.6.1 (current version) 92 7/29/2026
3.6.0 875 7/1/2026
3.5.0 2,162 4/20/2026
3.4.2 610 3/30/2026
3.4.1 2,687 3/5/2026
3.4.0 19,869 7/3/2025
3.3.2 4,208 2/26/2025
3.3.1 4,894 10/19/2024
3.3.0 15 10/18/2024
3.2.1 2,408 7/9/2024
3.2.0 3,198 3/21/2024
3.1.3 43,463 1/20/2024
3.1.2 871 1/5/2024
3.1.1 3,010 5/3/2023
3.1.0 398 3/24/2023
3.0.0 37 3/15/2023
2.4.0 9,309 12/14/2022
2.3.2 564 10/5/2022
2.3.1 58 9/30/2022
2.3.0 1,028 9/1/2022
2.2.2 48 9/1/2022
2.2.1 224 7/25/2022
2.2.0 105 7/18/2022
2.1.0 86 7/14/2022
2.0.1 92 7/7/2022
2.0.0 93 5/11/2022
1.0.2 261 11/22/2021
1.0.1 74 11/21/2021
1.0.0 73 11/21/2021
Show more