KeDo_AZTableAPI

3.2.3

AZ Table API commands

Installation Options

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

Install-Module -Name KeDo_AZTableAPI

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

Install-PSResource -Name KeDo_AZTableAPI

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

Ken Dobrunz // Ken.Dobrunz@skaylink.com & Ken@Dobrunz.tech

Package Details

Author(s)

  • Ken Dobrunz

Tags

Azure AzureTable Storage SAS TableAPI

Functions

Get-SAStokenValidity New-AZTable Remove-AZTableEntity Update-AZTableEntity Get-AZTableEntity

Dependencies

This module has no dependencies.

Release Notes

3.2.3
- Fix: Get-SAStokenValidity 'st=' check failed when token used URL-encoded colons (%3A). The -replace was outside the Get-Date(...) parens and was parsed as a Get-Date parameter, throwing 'parameter cannot be found that matches parameter name replace'. Triggered any Get/Update/Remove/New-AZTableEntity call once new SAS tokens contained %3A in 'st='.
- Hardened: Get-SAStokenValidity now uses [uri]::UnescapeDataString() instead of single -replace, and parses dates with InvariantCulture/AssumeUniversal to be culture-proof.
- Perf: cached 'se=' / 'st=' lookups (was scanned 4x each).
- Manifest: explicit FunctionsToExport, added PSGallery tags + ProjectUri.

FileList

Version History

Version Downloads Last updated
3.2.3 (current version) 6 5/13/2026
3.2.2 151 10/8/2025
3.2.1 2,035 8/7/2023
3.2.0 14 8/5/2023
3.1.0 131 5/11/2023
3.0.3 174 8/16/2022
Show more