AzBobbyTables icon indicating copy to clipboard operation
AzBobbyTables copied to clipboard

The fastest Azure Table Storage module for PowerShell, built on the Azure Data Tables SDK.

Results 9 AzBobbyTables issues
Sort by recently updated
recently updated
newest added

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.

enhancement

Either fix the existing script / workflow, or look at something like https://github.com/marketplace/actions/release-drafter.

The Add, Update, Remove (etc.) commands should return some type of output with information on how they did.

enhancement

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...

enhancement
hacktoberfest

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`.