Skip to content

[Storage] Access.Internal not making pub(crate) visibility on model#4373

Draft
vincenttran-msft wants to merge 1 commit intoAzure:mainfrom
vincenttran-msft:vincenttran/ai_sentmsg_poc
Draft

[Storage] Access.Internal not making pub(crate) visibility on model#4373
vincenttran-msft wants to merge 1 commit intoAzure:mainfrom
vincenttran-msft:vincenttran/ai_sentmsg_poc

Conversation

@vincenttran-msft
Copy link
Copy Markdown
Member

@vincenttran-msft vincenttran-msft commented May 8, 2026

Azure/azure-rest-api-specs#43001
" "
All diffs are unrelated just from queues not having been generated against the latest emitter + tsp combo yet, but clearly SentMessageInternal
was untouched:

#[derive(Clone, Default, Deserialize, SafeDebug, Serialize)]
#[non_exhaustive]
#[serde(rename = "QueueMessage")]
pub struct SentMessageInternal {
    /// The time that the message will expire and be automatically deleted.
    #[serde(
        default,
        rename = "ExpirationTime",
        skip_serializing_if = "Option::is_none",
        with = "azure_core::time::rfc7231::option"
    )]
    pub expiration_time: Option<OffsetDateTime>,
...
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Storage Storage Service (Queues, Blobs, Files)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant