Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API View for azfile #19873

Merged
merged 33 commits into from
Feb 17, 2023
Merged

API View for azfile #19873

merged 33 commits into from
Feb 17, 2023

Conversation

souravgupta-msft
Copy link
Member

@souravgupta-msft souravgupta-msft commented Jan 25, 2023

azfile - API View

  • The purpose of this PR is explained in this or a referenced issue.
  • The PR does not update generated files.
  • Tests are included and/or updated for code changes.
  • Updates to CHANGELOG.md are included.
  • MIT license headers are included in each file.

@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Jan 25, 2023
@jhendrixMSFT
Copy link
Member

The CI failure is due to missing constant for the semantic version (it's not immediately clear from the error message).

// NewClientFromConnectionString creates an instance of Client with the specified values.
// - connectionString - a connection string for the desired storage account
// - shareName - the name of the share within the storage account
// - directoryName - the name of the directory within the storage account
Copy link
Member

Choose a reason for hiding this comment

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

Is directoryName here a sub-directory? So should the comment be more like "the name of the directory within the share"?

Copy link
Member

Choose a reason for hiding this comment

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

(and a follow-on, if my previous comment is correct - what's the syntax if a user wants to specify a sub-folder with an additional sub-folder? Can they use backslashes or forward slashes?)

@souravgupta-msft souravgupta-msft added this to the azfile v0.1.0 milestone Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AzFile Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants