You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
For additional support or to discuss issues/features, please reach out to us on our Community or via email at [email protected]
Expected Behavior
Secret is created -- http response 201
Actual Behavior
There are missing properties in the response cause NPE -- missing RecoveryLevel
java.lang.NullPointerException: Cannot invoke "com.azure.security.keyvault.secrets.implementation.models.DeletionRecoveryLevel.toString()" because the return value of "com.azure.security.keyvault.secrets.implementation.models.SecretAttributes.getRecoveryLevel()" is null
at com.azure.security.keyvault.secrets.implementation.models.SecretsModelsUtils.setSecretPropertiesValues(SecretsModelsUtils.java:77)
at com.azure.security.keyvault.secrets.implementation.models.SecretsModelsUtils.createKeyVaultSecret(SecretsModelsUtils.java:45)
at com.azure.security.keyvault.secrets.SecretClient.lambda$setSecretWithResponse$0(SecretClient.java:269)
at com.azure.security.keyvault.secrets.SecretClient.callWithMappedException(SecretClient.java:1025)
at com.azure.security.keyvault.secrets.SecretClient.setSecretWithResponse(SecretClient.java:259)
at com.azure.security.keyvault.secrets.SecretClient.setSecret(SecretClient.java:205)
Steps to Reproduce the Problem
KeyVaultSecret secret = new KeyVaultSecret("username", "ca");
secretClient.setSecret(secret);
Specifications
Image Version: 1.2.1
Docker Version: Server Version: 27.3.1 API Version: 1.47
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For additional support or to discuss issues/features, please reach out to us on our Community or via email at [email protected]
Expected Behavior
Secret is created -- http response 201
Actual Behavior
java.lang.NullPointerException: Cannot invoke "com.azure.security.keyvault.secrets.implementation.models.DeletionRecoveryLevel.toString()" because the return value of "com.azure.security.keyvault.secrets.implementation.models.SecretAttributes.getRecoveryLevel()" is null
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: