Skip to content

Commit 5d5b979

Browse files
authored
[Identity] Prepare 1.14.0 release (Azure#50001)
* Prepare 1.14.0 release * Export API
1 parent 74e8d90 commit 5d5b979

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

sdk/identity/Azure.Identity/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Release History
22

3-
## 1.14.0-beta.5 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.14.0 (2025-05-12)
104

115
### Other Changes
126

sdk/identity/Azure.Identity/api/Azure.Identity.net8.0.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ public DefaultAzureCredentialOptions() { }
201201
public bool ExcludeAzureCliCredential { get { throw null; } set { } }
202202
public bool ExcludeAzureDeveloperCliCredential { get { throw null; } set { } }
203203
public bool ExcludeAzurePowerShellCredential { get { throw null; } set { } }
204-
public bool ExcludeBrokerCredential { get { throw null; } set { } }
205204
public bool ExcludeEnvironmentCredential { get { throw null; } set { } }
206205
public bool ExcludeInteractiveBrowserCredential { get { throw null; } set { } }
207206
public bool ExcludeManagedIdentityCredential { get { throw null; } set { } }

sdk/identity/Azure.Identity/api/Azure.Identity.netstandard2.0.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ public DefaultAzureCredentialOptions() { }
198198
public bool ExcludeAzureCliCredential { get { throw null; } set { } }
199199
public bool ExcludeAzureDeveloperCliCredential { get { throw null; } set { } }
200200
public bool ExcludeAzurePowerShellCredential { get { throw null; } set { } }
201-
public bool ExcludeBrokerCredential { get { throw null; } set { } }
202201
public bool ExcludeEnvironmentCredential { get { throw null; } set { } }
203202
public bool ExcludeInteractiveBrowserCredential { get { throw null; } set { } }
204203
public bool ExcludeManagedIdentityCredential { get { throw null; } set { } }

sdk/identity/Azure.Identity/src/Azure.Identity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>Provides APIs for authenticating to Microsoft Entra ID</Description>
44
<AssemblyTitle>Microsoft Azure.Identity Component</AssemblyTitle>
5-
<Version>1.14.0-beta.5</Version>
5+
<Version>1.14.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.13.2</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Identity;$(PackageCommonTags)</PackageTags>

0 commit comments

Comments
 (0)