AzBobbyTables
AzBobbyTables copied to clipboard
The fastest Azure Table Storage module for PowerShell, built on the Azure Data Tables SDK.
The current implementation of the Add-AzDataTableEntity allows the use of the -Force Switch to Force the addition of the Entity to the DataTable, if already existing, with the UpsertReplace Method,...
Per default, the default behaviour of the Update-AzDataTableEntity is to Merge the Entity Properties. Adding a -Replace Switch would provide more flexibility to the User to chose how the Entities...
Hi, Would the type [System.Collections.SortedList] break stuff if allowed as `Entity` type ? Rationale being to NOT having to cast to [hashtable] when calling.
Either fix the existing script / workflow, or look at something like https://github.com/marketplace/actions/release-drafter.
After #48 the workflow is changed.
Such as JoinableTaskFactory
The Add, Update, Remove (etc.) commands should return some type of output with information on how they did.
CosmosDB in Azure Tables flavor is supported in the SDK, but the connection strings build within the module assumes we're working with a storage account. A `-TableType` parameter or similar...
The code here https://github.com/PalmEmanuel/AzBobbyTables/blob/main/source/AzBobbyTables.PS/Validation/ValidateEntity.cs does not seem to be case sensitive, which doesn't pop up any errors for the user if they provide `Rowkey` instead of `RowKey`.
It looks like you can query a table listing using TableServiceClient.Query to get all the tables in a storage account. This could be extremely useful when cleaning up storage accounts....