ava-innersource / Liquid-Application-Framework-1.0-deprecated

Liquid is a framework to speed up the development of microservices
MIT License
25 stars 14 forks source link

Remove unused field #120

Closed bruno-brant closed 4 years ago

bruno-brant commented 4 years ago

The field permission is used by a discontinued feature.

https://github.com/Avanade/Liquid-Application-Framework/blob/3db86aa5390498bc253d7599f0a44f922afc40dc/src/Liquid.OnAzure/Storages/AzureBlob.cs#L20

bruno-brant commented 4 years ago

This is a wrong assertion. Permission is actually used when a new container is created, to configure it's initial permission.

however, this is being used wrong, since the code right now applies the permission on any access.