1.52.0
24 Mar 26
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.45.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.52.0"
/>
API Differences between 1.52.0 and 1.45.0
16
Additions
0
Removals
Azure
public
sealed
class
ResponseError
:
IJsonModel
<
ResponseError
>,
IPersistableModel
<
ResponseError
>
public
ResponseError
()
Azure.Core
public
struct
AccessToken
public
X509Certificate2
BindingCertificate
{
get
; }
public
AccessToken
(
string
accessToken
,
DateTimeOffset
expiresOn
,
DateTimeOffset
?
refreshOn
,
string
tokenType
,
X509Certificate2
bindingCertificate
)
public
class
AzureCoreContext
:
ModelReaderWriterContext
public
static
AzureCoreContext
Default
{
get
; }
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
abstract
class
RequestContent
:
IDisposable
public
static
RequestContent
Create
<
T
>(
T
model
,
ModelReaderWriterOptions
options
=
null
) where
T
:
IPersistableModel
<
T
>
public
struct
ResourceType
:
IEquatable
<
ResourceType
>,
IComparable
<
ResourceType
>
public
int
CompareTo
(
ResourceType
other
)
Azure.Core.GeoJson
public
sealed
class
GeoPoint
:
GeoObject
,
IJsonModel
<
GeoPoint
>,
IPersistableModel
<
GeoPoint
>
public
GeoPoint
()
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
)