Skip to content
2 changes: 0 additions & 2 deletions specification/storage/Microsoft.BlobStorage/client.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ namespace Customizations;
"rust"
);

@@alternateType(AccessPolicy.expiry, string, "rust");
@@alternateType(AccessPolicy.start, string, "rust");
@@alternateType(BlobPropertiesInternal.contentLength, uint64, "rust");
@@alternateType(BlobContentLengthRequired.blobContentLength, uint64, "rust");
@@alternateType(ContentLengthResponseHeader.contentLength, uint64, "rust");
Expand Down
4 changes: 2 additions & 2 deletions specification/storage/Microsoft.BlobStorage/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -788,12 +788,12 @@ enum LeaseStatus {
model AccessPolicy {
/** The date-time the policy is active. */
@Xml.name("Start")
@encode("rfc7231")
@encode("rfc3339-fixed-width")
start: utcDateTime;

/** The date-time the policy expires. */
@Xml.name("Expiry")
@encode("rfc7231")
@encode("rfc3339-fixed-width")
expiry: utcDateTime;

/** The permissions for acl the policy. */
Expand Down
Loading