AzTableAPI
1.1.0
PowerShell module for Azure Table Storage data-plane operations via the REST API. Supports Entra ID (bring-your-own access token), Shared Key (HMAC-SHA256), and SAS token authentication. Requires PowerShell 7+.
Minimum PowerShell version
7.0
Installation Options
Owners
Copyright
(c) Tobias Vilhelmsen. All rights reserved.
Package Details
Author(s)
- Tobias Vilhelmsen
Tags
Azure TableStorage Storage AzureTable Table REST API EntraID SAS SharedKey AzTableAPI
Functions
New-AzTableAPIContext Get-AzTableAPITable New-AzTableAPITable Remove-AzTableAPITable Get-AzTableAPIEntity Add-AzTableAPIEntity Set-AzTableAPIEntity Update-AzTableAPIEntity Remove-AzTableAPIEntity Invoke-AzTableAPIBatch
Dependencies
This module has no dependencies.
Release Notes
v1.0.1: HTTP errors now surface a parsed OData error message (code and message) instead of the raw JSON body. Removed the "No SDK dependency" claim from the module description and README. See changelog.md for details.
FileList
- AzTableAPI.nuspec
- AzTableAPI.psd1
- AzTableAPI.psm1
- Private\Format-AzTableEntityResource.ps1
- Private\Get-AzTableAuthorizationHeader.ps1
- Private\Get-AzTableEntityKeys.ps1
- Private\Invoke-AzTableRestMethod.ps1
- Public\Add-AzTableAPIEntity.ps1
- Public\Get-AzTableAPIEntity.ps1
- Public\Get-AzTableAPITable.ps1
- Public\Invoke-AzTableAPIBatch.ps1
- Public\New-AzTableAPIContext.ps1
- Public\New-AzTableAPITable.ps1
- Public\Remove-AzTableAPIEntity.ps1
- Public\Remove-AzTableAPITable.ps1
- Public\Set-AzTableAPIEntity.ps1
- Public\Update-AzTableAPIEntity.ps1
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 1.1.0 (current version) | 12 | 7/2/2026 |
| 1.0.1 | 10 | 7/2/2026 |
| 1.0.0 | 12 | 7/2/2026 |