Skip to content

Commit

Permalink
WIP maybe the first valid key needs to be used?
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Apr 17, 2024
1 parent 9050633 commit 1cba4e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/services/storage/client/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func (ad *accountDetails) AccountKey(ctx context.Context, client Client) (*strin

if *key.Permissions == storageaccounts.KeyPermissionFull {
ad.accountKey = key.Value
break
}
}
}
Expand Down

0 comments on commit 1cba4e1

Please sign in to comment.