[BUG Bash] Azure KeyVault SDK uses hardcoded version of _models #21623
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
KeyVault
MQ
This issue is part of a "milestone of quality" initiative.
Milestone
Describe the bug
Azure KeyvAult SDKs reference specific API version (7.1) in its code: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/keyvault/azure-keyvault-keys/azure/keyvault/keys/_models.py#L7
It makes it impossible to use scripts that trim size of Azure SDKs and it also violates established patterns of dynamic versions usage.
https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/keyvault/azure-keyvault-keys/azure/keyvault/keys/_models.py#L7
The text was updated successfully, but these errors were encountered: