@@ -51,7 +51,7 @@ public BlobClient(System.Uri blobUri, Azure.Storage.StorageSharedKeyCredential c
5151 }
5252 public partial class BlobClientOptions : Azure . Core . ClientOptions
5353 {
54- public BlobClientOptions ( Azure . Storage . Blobs . BlobClientOptions . ServiceVersion version = Azure . Storage . Blobs . BlobClientOptions . ServiceVersion . V2024_11_04 ) { }
54+ public BlobClientOptions ( Azure . Storage . Blobs . BlobClientOptions . ServiceVersion version = Azure . Storage . Blobs . BlobClientOptions . ServiceVersion . V2025_01_05 ) { }
5555 public Azure . Storage . Blobs . Models . BlobAudience ? Audience { get { throw null ; } set { } }
5656 public Azure . Storage . Blobs . Models . CustomerProvidedKey ? CustomerProvidedKey { get { throw null ; } set { } }
5757 public bool EnableTenantDiscovery { get { throw null ; } set { } }
@@ -87,6 +87,7 @@ public enum ServiceVersion
8787 V2024_05_04 = 22 ,
8888 V2024_08_04 = 23 ,
8989 V2024_11_04 = 24 ,
90+ V2025_01_05 = 25 ,
9091 }
9192 }
9293 public partial class BlobContainerClient
@@ -136,6 +137,12 @@ public BlobContainerClient(System.Uri blobContainerUri, Azure.Storage.StorageSha
136137 public virtual System . Uri GenerateSasUri ( Azure . Storage . Sas . BlobSasBuilder builder ) { throw null ; }
137138 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
138139 public virtual System . Uri GenerateSasUri ( Azure . Storage . Sas . BlobSasBuilder builder , out string stringToSign ) { throw null ; }
140+ public virtual System . Uri GenerateUserDelegationSasUri ( Azure . Storage . Sas . BlobContainerSasPermissions permissions , System . DateTimeOffset expiresOn , Azure . Storage . Blobs . Models . UserDelegationKey userDelegationKey ) { throw null ; }
141+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
142+ public virtual System . Uri GenerateUserDelegationSasUri ( Azure . Storage . Sas . BlobContainerSasPermissions permissions , System . DateTimeOffset expiresOn , Azure . Storage . Blobs . Models . UserDelegationKey userDelegationKey , out string stringToSign ) { throw null ; }
143+ public virtual System . Uri GenerateUserDelegationSasUri ( Azure . Storage . Sas . BlobSasBuilder builder , Azure . Storage . Blobs . Models . UserDelegationKey userDelegationKey ) { throw null ; }
144+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
145+ public virtual System . Uri GenerateUserDelegationSasUri ( Azure . Storage . Sas . BlobSasBuilder builder , Azure . Storage . Blobs . Models . UserDelegationKey userDelegationKey , out string stringToSign ) { throw null ; }
139146 public virtual Azure . Response < Azure . Storage . Blobs . Models . BlobContainerAccessPolicy > GetAccessPolicy ( Azure . Storage . Blobs . Models . BlobRequestConditions conditions = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
140147 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Storage . Blobs . Models . BlobContainerAccessPolicy > > GetAccessPolicyAsync ( Azure . Storage . Blobs . Models . BlobRequestConditions conditions = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
141148 public virtual Azure . Response < Azure . Storage . Blobs . Models . AccountInfo > GetAccountInfo ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -608,6 +615,7 @@ public BlobDownloadToOptions() { }
608615 public static Azure . Storage . Blobs . Models . BlobErrorCode AuthorizationResourceTypeMismatch { get { throw null ; } }
609616 public static Azure . Storage . Blobs . Models . BlobErrorCode AuthorizationServiceMismatch { get { throw null ; } }
610617 public static Azure . Storage . Blobs . Models . BlobErrorCode AuthorizationSourceIPMismatch { get { throw null ; } }
618+ public static Azure . Storage . Blobs . Models . BlobErrorCode BlobAccessTierNotSupportedForAccountType { get { throw null ; } }
611619 public static Azure . Storage . Blobs . Models . BlobErrorCode BlobAlreadyExists { get { throw null ; } }
612620 public static Azure . Storage . Blobs . Models . BlobErrorCode BlobArchived { get { throw null ; } }
613621 public static Azure . Storage . Blobs . Models . BlobErrorCode BlobBeingRehydrated { get { throw null ; } }
@@ -1640,6 +1648,12 @@ public BlobBaseClient(System.Uri blobUri, Azure.Storage.StorageSharedKeyCredenti
16401648 public virtual System . Uri GenerateSasUri ( Azure . Storage . Sas . BlobSasPermissions permissions , System . DateTimeOffset expiresOn ) { throw null ; }
16411649 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
16421650 public virtual System . Uri GenerateSasUri ( Azure . Storage . Sas . BlobSasPermissions permissions , System . DateTimeOffset expiresOn , out string stringToSign ) { throw null ; }
1651+ public virtual System . Uri GenerateUserDelegationSasUri ( Azure . Storage . Sas . BlobSasBuilder builder , Azure . Storage . Blobs . Models . UserDelegationKey userDelegationKey ) { throw null ; }
1652+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1653+ public virtual System . Uri GenerateUserDelegationSasUri ( Azure . Storage . Sas . BlobSasBuilder builder , Azure . Storage . Blobs . Models . UserDelegationKey userDelegationKey , out string stringToSign ) { throw null ; }
1654+ public virtual System . Uri GenerateUserDelegationSasUri ( Azure . Storage . Sas . BlobSasPermissions permissions , System . DateTimeOffset expiresOn , Azure . Storage . Blobs . Models . UserDelegationKey userDelegationKey ) { throw null ; }
1655+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1656+ public virtual System . Uri GenerateUserDelegationSasUri ( Azure . Storage . Sas . BlobSasPermissions permissions , System . DateTimeOffset expiresOn , Azure . Storage . Blobs . Models . UserDelegationKey userDelegationKey , out string stringToSign ) { throw null ; }
16431657 public virtual Azure . Response < Azure . Storage . Blobs . Models . AccountInfo > GetAccountInfo ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
16441658 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Storage . Blobs . Models . AccountInfo > > GetAccountInfoAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
16451659 protected internal virtual Azure . Storage . Blobs . Specialized . BlobLeaseClient GetBlobLeaseClientCore ( string leaseId ) { throw null ; }
@@ -1836,7 +1850,7 @@ public PageBlobClient(System.Uri blobUri, Azure.Storage.StorageSharedKeyCredenti
18361850 }
18371851 public partial class SpecializedBlobClientOptions : Azure . Storage . Blobs . BlobClientOptions
18381852 {
1839- public SpecializedBlobClientOptions ( Azure . Storage . Blobs . BlobClientOptions . ServiceVersion version = Azure . Storage . Blobs . BlobClientOptions . ServiceVersion . V2024_11_04 ) : base ( default ( Azure . Storage . Blobs . BlobClientOptions . ServiceVersion ) ) { }
1853+ public SpecializedBlobClientOptions ( Azure . Storage . Blobs . BlobClientOptions . ServiceVersion version = Azure . Storage . Blobs . BlobClientOptions . ServiceVersion . V2025_01_05 ) : base ( default ( Azure . Storage . Blobs . BlobClientOptions . ServiceVersion ) ) { }
18401854 public Azure . Storage . ClientSideEncryptionOptions ClientSideEncryption { get { throw null ; } set { } }
18411855 }
18421856 public static partial class SpecializedBlobExtensions
0 commit comments