Skip to content

fix some issues in protocol layer#3880

Merged
Jinming-Hu merged 1 commit intoAzure:feature/filesharestg82from
Jinming-Hu:filesharestg82
Aug 11, 2022
Merged

fix some issues in protocol layer#3880
Jinming-Hu merged 1 commit intoAzure:feature/filesharestg82from
Jinming-Hu:filesharestg82

Conversation

@Jinming-Hu
Copy link
Member

Pull Request Checklist

Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be reviewed quickly:

See the detailed list in the contributing guide.

  • C++ Guidelines
  • Doxygen docs
  • Unit tests
  • No unwanted commits/changes
  • Descriptive title/description
    • PR is single purpose
    • Related issue listed
  • Comments in source
  • No typos
  • Update changelog
  • Not work-in-progress
  • External references or docs updated
  • Self review of PR done
  • Any breaking changes?

@Jinming-Hu Jinming-Hu added Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files) labels Aug 10, 2022
@Jinming-Hu Jinming-Hu self-assigned this Aug 10, 2022
@Jinming-Hu
Copy link
Member Author

/check-enforcer override

@Jinming-Hu Jinming-Hu merged commit b76cc13 into Azure:feature/filesharestg82 Aug 11, 2022
Comment on lines +222 to +223
delete $.FileChangeTime.format;
$.FileLastWriteTimeMode["x-ms-enum"]["values"] = [{"value": "now", "name": "Now"},{"value": "preserve", "name": "Preserve"}];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we have to modify the swagger in this case?
Is the swagger wrong, and do other languages behave the same way?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other languages also do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants