-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.KeyVault
Milestone
Description
A secret has a "managed" attribute indicating whether it's managed by Key Vault, i.e. associated with a certificate. SecretProperties expects this attribute but doesn't expose it:
azure-sdk-for-python/sdk/keyvault/azure-keyvault-secrets/azure/keyvault/secrets/_models.py
Line 29 in 65e2f5d
| self._managed = kwargs.get("managed", None) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.KeyVault
Type
Projects
Status
Done