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
jaschrep-msft opened this issue
Sep 6, 2019
· 2 comments
· Fixed by #5440
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.StorageStorage Service (Queues, Blobs, Files)
Auto-generated class azure.storage.blob.models.PageBlobUploadPagesFromURLHeaders has no field/getter encryptionKeySha256 for header x-ms-encryption-key-sha256, even though the service returns the header when using a customer provided key.
Access to this in the generated class is necessary, as azure.storage.blob.models.PageBlobItem, a handcrafted model class, exposes this field, and sets it on most of its constructors. But since this generated class doesn't expose this, the handcrafted class can't expose it in this particular method call.
The text was updated successfully, but these errors were encountered:
jaschrep-msft
added
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Storage
Storage Service (Queues, Blobs, Files)
Client
This issue points to a problem in the data-plane of the library.
labels
Sep 6, 2019
In a similar vein, azure.storage.blob.models.AppendBlobAppendBlockFromUrlHeaders contains the encryptionKeySha256 but NOT the isRequestServerEncrypted field.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.StorageStorage Service (Queues, Blobs, Files)
Auto-generated class
azure.storage.blob.models.PageBlobUploadPagesFromURLHeaders
has no field/getterencryptionKeySha256
for headerx-ms-encryption-key-sha256
, even though the service returns the header when using a customer provided key.Access to this in the generated class is necessary, as
azure.storage.blob.models.PageBlobItem
, a handcrafted model class, exposes this field, and sets it on most of its constructors. But since this generated class doesn't expose this, the handcrafted class can't expose it in this particular method call.The text was updated successfully, but these errors were encountered: