File tree 4 files changed +2
-10
lines changed
sdk/identity/Azure.Identity
4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
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)
10
4
11
5
### Other Changes
12
6
Original file line number Diff line number Diff line change @@ -201,7 +201,6 @@ public DefaultAzureCredentialOptions() { }
201
201
public bool ExcludeAzureCliCredential { get { throw null ; } set { } }
202
202
public bool ExcludeAzureDeveloperCliCredential { get { throw null ; } set { } }
203
203
public bool ExcludeAzurePowerShellCredential { get { throw null ; } set { } }
204
- public bool ExcludeBrokerCredential { get { throw null ; } set { } }
205
204
public bool ExcludeEnvironmentCredential { get { throw null ; } set { } }
206
205
public bool ExcludeInteractiveBrowserCredential { get { throw null ; } set { } }
207
206
public bool ExcludeManagedIdentityCredential { get { throw null ; } set { } }
Original file line number Diff line number Diff line change @@ -198,7 +198,6 @@ public DefaultAzureCredentialOptions() { }
198
198
public bool ExcludeAzureCliCredential { get { throw null ; } set { } }
199
199
public bool ExcludeAzureDeveloperCliCredential { get { throw null ; } set { } }
200
200
public bool ExcludeAzurePowerShellCredential { get { throw null ; } set { } }
201
- public bool ExcludeBrokerCredential { get { throw null ; } set { } }
202
201
public bool ExcludeEnvironmentCredential { get { throw null ; } set { } }
203
202
public bool ExcludeInteractiveBrowserCredential { get { throw null ; } set { } }
204
203
public bool ExcludeManagedIdentityCredential { get { throw null ; } set { } }
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<Description >Provides APIs for authenticating to Microsoft Entra ID</Description >
4
4
<AssemblyTitle >Microsoft Azure.Identity Component</AssemblyTitle >
5
- <Version >1.14.0-beta.5 </Version >
5
+ <Version >1.14.0</Version >
6
6
<!-- The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7
7
<ApiCompatVersion >1.13.2</ApiCompatVersion >
8
8
<PackageTags >Microsoft Azure Identity;$(PackageCommonTags)</PackageTags >
You can’t perform that action at this time.
0 commit comments