Add command to generate SAS token for private containers

This commit is contained in:
Yaakov 2021-09-26 14:00:51 +10:00
parent ef2936528d
commit 71a2030a05
3 changed files with 71 additions and 1 deletions

View file

@ -29,7 +29,8 @@ namespace Shamir.Console
ImmutableArray<ICommandTree>.Empty,
ImmutableArray.Create<ICommand>(
new StorageLsCommand(),
new StorageCopyCommand()
new StorageCopyCommand(),
new StorageSasCommand()
))
),
ImmutableArray<ICommand>.Empty