* Added support to work with virtual directories
* fix spelling
* Fix lint
* Fix subdir issue
* Correcting infinte loop in getattr using list failure condition
* Add cli flag to enable virtual directory support
* Update ReadME for virtual-dir cli options
* Corrected
Co-authored-by: vibhansa-msft <vibhansa@microsoft.com>
* parsing os args
* Removing auto completion
* Update changelog
* Add more flags to ignore
* Small change'
* coverage edit
* Removing dead code
* Add test cases for parse and validate config
* Init logger for UT on config
* Correctly define const slice for fuse ignored flags
* Adding unmount test cases
* Add comments as per review comments
* Correcting unmount tests
* Add logs if mkdir fails
* spell correction in comments
* Run all unmount tests serially with different mount points
* correcting unmount test cases
* Making unmount test parallel
* Adding handle map test cases
Co-authored-by: vibhansa-msft <vibhansa@microsoft.com>
* Adding Ubn-22 to pipelines
* Adding lint as standard ci step
* correcting lint command path
* Add copyright checks to ci pipeline
* Copyright fixes and ci check for copyright statements
* Adding go format check to CI
* Fixing some lint issues
* More lint fixes
* More lint fixes
* Fixing some lint issues
* Correcting code linting check in ci
* correcting lint status check
* correcting lint status check
* correcting lint status check
* correcting lint status check
* correcting lint status check
* correcting lint status check
* correcting lint status check
* correcting bugs reported by sa check
* notices_fix.sh update
* Add step to validate NOTICE file
* Add step to release for ubn-22
* Add logs for success
* Fixing copyright bug
* Correcting tag formats
* Correcting percentage check
* Spell error correction
* Ignore exectime from code coverage
* Correcting log string
* Removing dead file
* Correcting go format error
* Correcting resource string for MSI token reterival
* Changelog updated
* Making resource to always point to storage.azure.com string
* Make resource string a configurable options for OAuth token retreival
* Bumping up autorest version as token parsing has issue when expires_on comes as integer
* Updaing token parsing error in changelog
* Skip msiEndpoint from v1 config as its not supported in v2
* Fixed bug where endpoint is populated incorrectly when passed as environment variable
* Fixed unit tests
Co-authored-by: Gauri Prasad <gapra@microsoft.com>