1.51.0
29 Jan 26
Toggle Dropdown
Version 1
1.53.0
10 Apr 26
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
Compare to version...
with 1.52.0
Toggle Dropdown
Version 1
1.53.0
10 Apr 26
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
Download Package
Open in NuGet
<
PackageReference
Include
=
"Azure.Core"
Version
=
"1.51.0"
/>
API Differences between 1.51.0 and 1.52.0
1
Additions
5
Removals
Azure.Core
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
)
protected
ClientOptions
(
IConfigurationSection
section
)