Skip to content

[Key Vault] Regenerate with new autorest to drop six, msrest dependencies #26246

Description

@laiapat

Key Vault code was last generated with an older version of autorest that took dependencies on six and msrest. The former dependency should be dropped since Python 2.7 is no longer supported, and the latter should be dropped since it's not actually necessary for async requests.

Generated code still has a dependency on isodate>=0.6.1 and a recently-introduced dependency on typing-extensions>=4.0.1, so we need to add those dependencies to our setup.pys as well.

Metadata

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.KeyVault

Type

No type

Projects

Status
Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions