File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ public override async Task RunAsync()
54
54
}
55
55
else
56
56
{
57
+ storageAccount = await _armManager . LoadAsync ( storageAccount ) ;
57
58
var name = $ "{ storageAccount . StorageAccountName } _STORAGE";
58
59
_secretsManager . SetSecret ( name , storageAccount . GetConnectionString ( ) ) ;
59
60
ColoredConsole
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ internal interface IArmManager
25
25
Task < Subscription > GetCurrentSubscriptionAsync ( ) ;
26
26
Task < Site > LoadSitePublishingCredentialsAsync ( Site site ) ;
27
27
Task < IEnumerable < StorageAccount > > GetStorageAccountsAsync ( ) ;
28
+ Task < StorageAccount > LoadAsync ( StorageAccount storageAccount ) ;
28
29
Task < IEnumerable < StorageAccount > > GetStorageAccountsAsync ( Subscription subscription ) ;
29
30
Task < IEnumerable < ArmWrapper < object > > > getAzureResourceAsync ( string resourceName ) ;
30
31
Task < StorageAccount > GetStorageAccountsAsync ( ArmWrapper < object > armWrapper ) ;
You can’t perform that action at this time.
0 commit comments