Skip to content

[Key Vault] Use Sequence type hint instead of List where appropriate #29370

Open
@mccoyp

Description

A recent refactor of KV type hints replaced Iterable references where List was more appropriate. However, Sequence is a more general type that applies to most of these instances and allows for types such as tuples and sets. We should go through List types in KV libraries and change type hints to use Sequence where the implementation supports this.

Activity

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

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.KeyVaultMQThis issue is part of a "milestone of quality" initiative.

Type

No type

Projects

  • Status

    Not Started

Relationships

None yet

Development

No branches or pull requests

Issue actions