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
chlowell opened this issue
Nov 22, 2024
· 0 comments
Assignees
Labels
bugThis issue requires a change to an existing behavior in the product in order to be resolved.ClientThis issue points to a problem in the data-plane of the library.KeyVault
In the REST API spec, the "attributes" object of "KeyItem" isn't marked x-nullable, so a client shouldn't send an explicit null value for this key. KeyClient does, however, which gets an error response from Managed HSM.
$ ./repro <MHSM URL>
POST /keys/test-key/create?api-version=7.3
Body: {"attributes":null,"kty":"RSA-HSM"}
Error: Object Attributes: A JSON object was expected (Activity ID: ...)
The text was updated successfully, but these errors were encountered:
chlowell
added
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.
KeyVault
labels
Nov 22, 2024
bugThis issue requires a change to an existing behavior in the product in order to be resolved.ClientThis issue points to a problem in the data-plane of the library.KeyVault
In the REST API spec, the "attributes" object of "KeyItem" isn't marked
x-nullable
, so a client shouldn't send an explicit null value for this key. KeyClient does, however, which gets an error response from Managed HSM.repro
output
The text was updated successfully, but these errors were encountered: