Skip to content

New TokenCredential API for Azure blob storage doesn't work #112

@lifengl

Description

@lifengl

A new constructor has been added in PR #98 , but it doesn't work due to how the plug-in was built.

Basically, the plug-in was built to embed all types into a single assembly, so the types related to the API, including TokenCredential, AccessToken etc becomes types within this assembly, instead of types in Azure.Core assembly. Basically, this makes it difficult to integrate into product which manage credentials using normal Azure APIs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions