KeDo_AZTableAPI
3.2.3
AZ Table API commands
Installation Options
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
- KeDo_AZTableAPI.nuspec
- Get-AZTableEntity.psm1
- Get-SAStokenValidity--v1-0.psm1
- KeDo_AZTableAPI.psd1
- New-AZTable--v1-0.psm1
- Remove-AZTableEntity--v3-0.psm1
- Update-AZTableEntity.psm1