Skip to content

fix: fixes an issue where utility/ls ignores case in Azure

Jason Wang requested to merge slb/mw34/fix-case into master

Type of change

  • Bug Fix
  • Feature
  • Pipeline
  • Test
  • Documentation

Does this introduce a change in the core logic?

  • No
  • Yes

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Anthos
  • Azure
  • GCP
  • IBM

Does this follow conventional commits spec?

  • No
  • Yes

Have you set the target Milestone?

  • No
  • Yes

Have you set the no-detached-pipeline label?

  • No
  • Yes

Updates description?

  1. Make utility/ls case strictly sensitive across the board including dataset, path, tenant, subproject.
  2. Return an empty result when current case-sensitive path doesn't exist.
  3. Make Azure result behave same as GCP side.
Edited by Jason Wang

Merge request reports