diff --git a/sdk/storage_datalake/src/operations/path_head.rs b/sdk/storage_datalake/src/operations/path_head.rs index 813335a0ec..df346c5c63 100644 --- a/sdk/storage_datalake/src/operations/path_head.rs +++ b/sdk/storage_datalake/src/operations/path_head.rs @@ -87,7 +87,7 @@ pub struct HeadPathResponse { pub common_storage_response_headers: CommonStorageResponseHeaders, pub etag: String, pub last_modified: DateTime, - pub properties: Option, + pub properties: Properties, } impl HeadPathResponse {