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

Added support for HNS permission #25675

Merged
merged 3 commits into from
May 31, 2023
Merged

Conversation

EmmaZhu
Copy link
Member

@EmmaZhu EmmaZhu commented Apr 27, 2023

Added support for HNS permission

@azure-sdk
Copy link
Collaborator

azure-sdk commented Apr 27, 2023

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-storage-blob
azure-storage-file-datalake

@@ -62,6 +62,9 @@ describe("DataLakePathClient Node.js only", () => {
await testFileClient.create({ owner: owner });
const result = await testFileClient.getAccessControl();
assert.equal(result.owner, owner);

const properties = await testFileClient.getProperties();
assert.equal(properties.owner, owner);
Copy link
Member

Choose a reason for hiding this comment

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

Should we also check group/ permission are returned?

Same as below.

@EmmaZhu EmmaZhu merged commit 0079619 into storage/stable May 31, 2023
@EmmaZhu EmmaZhu deleted the storage/hns_permissions branch May 31, 2023 03:23
jeremymeng added a commit to jeremymeng/azure-sdk-for-js that referenced this pull request Jul 20, 2023
Port PR Azure#25675

- update blob service version to 2023-01-03
- add "appendBlock - append large block" test
jeremymeng added a commit to jeremymeng/azure-sdk-for-js that referenced this pull request Jul 20, 2023
Port PR Azure#25675

- update blob service version to 2023-01-03
- add "appendBlock - append large block" test
jeremymeng added a commit that referenced this pull request Jul 20, 2023
Port PR #25675

- update blob service version to 2023-01-03
- add "appendBlock - append large block" test
- port file-datalake source changes
- port file-datalake tests and add recordings
dgetu pushed a commit that referenced this pull request Sep 6, 2023
Port PR #25675

- update blob service version to 2023-01-03
- add "appendBlock - append large block" test
- port file-datalake source changes
- port file-datalake tests and add recordings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants