Skip to content

Commit 1fa52a6

Browse files
authored
[Identity] Bump project versions after release (Azure#51215)
* Update versions after release * update changelog after release * Export API
1 parent 7a98d89 commit 1fa52a6

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

sdk/identity/Azure.Identity/CHANGELOG.md

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

3-
## 1.15.0-beta.1
3+
## 1.15.0-beta.1 (Unreleased)
44

55
### Features Added
66

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 { } }

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 { } }

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<Description>Provides APIs for authenticating to Microsoft Entra ID</Description>
44
<AssemblyTitle>Microsoft Azure.Identity Component</AssemblyTitle>
5-
<Version>1.14.2</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.14.1</ApiCompatVersion>
7+
<ApiCompatVersion>1.14.2</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Identity;$(PackageCommonTags)</PackageTags>
99
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
1010
<NoWarn>$(NoWarn);3021;AZC0011</NoWarn>

0 commit comments

Comments
 (0)