File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
sdk/identity/Azure.Identity Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 1.15.0-beta.1 (Unreleased)
4+
5+ ### Features Added
6+
7+ ### Breaking Changes
8+
9+ ### Bugs Fixed
10+
11+ ### Other Changes
12+
313## 1.14.0 (2025-05-13)
414
515### Other Changes
Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ 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 { } }
204205 public bool ExcludeEnvironmentCredential { get { throw null ; } set { } }
205206 public bool ExcludeInteractiveBrowserCredential { get { throw null ; } set { } }
206207 public bool ExcludeManagedIdentityCredential { get { throw null ; } set { } }
Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ 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 { } }
201202 public bool ExcludeEnvironmentCredential { get { throw null ; } set { } }
202203 public bool ExcludeInteractiveBrowserCredential { get { throw null ; } set { } }
203204 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 </Version >
5+ <Version >1.15.0-beta.1 </Version >
66 <!-- The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7- <ApiCompatVersion >1.13.2 </ApiCompatVersion >
7+ <ApiCompatVersion >1.14.0 </ApiCompatVersion >
88 <PackageTags >Microsoft Azure Identity;$(PackageCommonTags)</PackageTags >
99 <TargetFrameworks >$(RequiredTargetFrameworks)</TargetFrameworks >
1010 <NoWarn >$(NoWarn);3021;AZC0011</NoWarn >
You can’t perform that action at this time.
0 commit comments