AzureRmStorageTable icon indicating copy to clipboard operation
AzureRmStorageTable copied to clipboard

Results 15 AzureRmStorageTable issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When performing Get-AzStorageTable (and I suspect all commands), the error shown below is shown. **Error Message** `Get-AzStorageTable: Key based authentication is not permitted on this storage account`...

Your PSD1 is missing the ProjectURI property and should be updated to include it

# TableBatchOperation Support Continuing work started by @davidroberts63 in PR #69 ## Summary of changes ### New Class Added an AzTableBatchOperation class that wraps the [Microsoft.Azure.Cosmos.Table.TableBatchOperation] class. It keeps a...

- Added new function (Remove-AzTableRows) to handle deleting items in a batch for faster and more consistent performance. The batching process handles grouping items by partition key. - Added pester...

This is providing batch capabilities for adding records. I have not built out tests or docs, but I will do so if this PR is of interest, as an initial...

only for preview purpose and getting codes ready. the change will stay in the feature branch until cosmosdb table 2.0.0 is released and updated in azure ps. Update Get-AzTableTable to...

**Describe the bug** When loading the module in an Azure FunctionApp it takes a long time and loads a lot of other modules as well: 2024-01-23T13:05:00Z [Information] INFORMATION: Loaded Module...

**Describe the bug** Az.StorageTable will not import if Az.Storage 5.6.0 or Az.Storage 5.7.0 are only available versions Not sure what exactly who is responsible. I see PaulCheng and Liminghao0922 as...

**Describe the bug** When running the below command, the result is null: `Get-AzTableRow -Table $storageTable -RowKey $row` Whereas the below returns the row as expected: `Get-AzTableRow -Table $storageTable -PartitionKey "1"...