Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 421 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 421 Bytes

AzStorageTable

PowerShell Core Version of AzureRmStorageTable by Paulo Marques (MSFT)

https://github.com/paulomarquesc/AzureRmStorageTable

This Module is a conversion of AzureRmStorageTable to work with PowerShell Core.

The biggest change is that AzureRmStorageTable is a syncronous implementation and this version is an asyncronous implementation.

The reason is that .NET Core does not have the syncronous Api's.