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

[Request] Add GetBlobMetadata procedure to ABS Blob Client codeunit #976

Closed
EvaCegeka opened this issue Jun 8, 2023 · 1 comment · Fixed by #969
Closed

[Request] Add GetBlobMetadata procedure to ABS Blob Client codeunit #976

EvaCegeka opened this issue Jun 8, 2023 · 1 comment · Fixed by #969
Labels
Approved The issue is approved Integration GitHub request for Integration area

Comments

@EvaCegeka
Copy link

Hello,

In codeunit 9053 ABS Blob Client there is a procedure with several overloads GetBlobTags that allows us to get the tags associated with a particular blob in the Azure Blob Storage container. The tags can be retrieved as either an XmlDocument or Dictionary[Text, Text].

Is it possible to add similar procedures GetBlobMetadata to allow us to also get the metadata associated with a particular blob using ABS Blob Client?

Thanks in advance for your time.

@JesperSchulz
Copy link
Contributor

That would be a perfect candidate for a contribution. Please feel free to create a pull request here on GitHub for the overloads that you require!

@JesperSchulz JesperSchulz transferred this issue from microsoft/ALAppExtensions Apr 23, 2024
@JesperSchulz JesperSchulz reopened this Apr 23, 2024
@JesperSchulz JesperSchulz added Integration GitHub request for Integration area Approved The issue is approved labels Apr 23, 2024
JesperSchulz pushed a commit that referenced this issue May 24, 2024
…codeunit (#969)

<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md
-->
#### Summary <!-- Provide a general summary of your changes -->
In codeunit 9053 ABS Blob Client there is a procedure with several
overloads GetBlobTags that allows us to get the tags associated with a
particular blob in the Azure Blob Storage container. The tags can be
retrieved as either an XmlDocument or Dictionary[Text, Text].

I added similar procedures GetBlobMetaData and SetBlobMetaData to allow
us to also Get/Set the metadata associated with a particular blob using
ABS Blob Client.

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes #976





Fixes
[AB#532988](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/532988)

---------

Co-authored-by: Darrick <darjoo@users.noreply.github.com>
Co-authored-by: Gert Robyns <grobyns@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved The issue is approved Integration GitHub request for Integration area
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants