1.47.3
20 Aug 25
Toggle Dropdown
Version 1
1.52.0
24 Mar 26
1.51.1
5 Feb 26
1.51.0
29 Jan 26
1.50.0
7 Nov 25
1.49.0
23 Sep 25
1.48.0
9 Sep 25
1.47.3
20 Aug 25
1.47.2
12 Aug 25
1.47.1
15 Jul 25
1.45.0
6 Feb 25
Compare to version...
with 1.52.0
Toggle Dropdown
Version 1
1.52.0
24 Mar 26
1.51.1
5 Feb 26
1.51.0
29 Jan 26
1.50.0
7 Nov 25
1.49.0
23 Sep 25
1.48.0
9 Sep 25
1.47.3
20 Aug 25
1.47.2
12 Aug 25
1.47.1
15 Jul 25
1.45.0
6 Feb 25
Download Package
Open in NuGet
<
PackageReference
Include
=
"Azure.Core"
Version
=
"1.47.3"
/>
API Differences between 1.47.3 and 1.52.0
0
Additions
11
Removals
Azure.Core
public
struct
AccessToken
public
X509Certificate2
BindingCertificate
{
get
; }
public
AccessToken
(
string
accessToken
,
DateTimeOffset
expiresOn
,
DateTimeOffset
?
refreshOn
,
string
tokenType
,
X509Certificate2
bindingCertificate
)
public
struct
AzureLocation
:
IEquatable
<
AzureLocation
>
public
static
AzureLocation
IndonesiaCentral
{
get
; }
public
static
AzureLocation
MalaysiaWest
{
get
; }
public
static
AzureLocation
NewZealandNorth
{
get
; }
public
abstract
class
ClientOptions
protected
int
MaxApplicationIdLength
{
get
;
protected set
; }
protected
ClientOptions
(
IConfigurationSection
section
,
DiagnosticsOptions
diagnostics
)
public
struct
ResourceType
:
IEquatable
<
ResourceType
>
public
int
CompareTo
(
ResourceType
other
)
Azure.Core.Pipeline
public
class
HttpClientTransport
:
HttpPipelineTransport
,
IDisposable
public
HttpClientTransport
(
Func
<
HttpPipelineTransportOptions
,
HttpMessageHandler
>
handlerFactory
)
public
HttpClientTransport
(
Func
<
HttpPipelineTransportOptions
,
HttpClient
>
clientFactory
)
public
abstract
class
HttpPipelineTransport
public
virtual
void
Update
(
HttpPipelineTransportOptions
options
)