File tree Expand file tree Collapse file tree 4 files changed +2
-10
lines changed
sdk/identity/Azure.Identity Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 { } }
Original file line number Diff line number Diff 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 { } }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments