Skip to content

Commit

Permalink
Prep Azure.Identity.Broker for release (Azure#39375)
Browse files Browse the repository at this point in the history
  • Loading branch information
christothes authored and matthohn-msft committed Oct 27, 2023
1 parent f655cf2 commit e75d39d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<PackageReference Update="Azure.Messaging.WebPubSub" Version="1.2.0" />
<PackageReference Update="Azure.Monitor.OpenTelemetry.Exporter" Version="1.0.0" />
<PackageReference Update="Azure.Monitor.Query" Version="1.1.0" />
<PackageReference Update="Azure.Identity" Version="1.9.0" />
<PackageReference Update="Azure.Identity" Version="1.10.3" />
<PackageReference Update="Azure.Security.KeyVault.Secrets" Version="4.2.0" />
<PackageReference Update="Azure.Security.KeyVault.Keys" Version="4.2.0" />
<PackageReference Update="Azure.Security.KeyVault.Certificates" Version="4.2.0" />
Expand All @@ -112,7 +112,7 @@
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="4.56.0" />
<!--
TODO: This package needs to be released as GA and arch-board approved before taking a dependency in any stable SDK library.
Currently, it is referencd by Azure.Identity.BrokeredAuthentication which is still in beta
Currently, it is referencd by Azure.Identity.Broker which is still in beta
-->
<PackageReference Update="Microsoft.Identity.Client.Broker" Version="4.56.0" />

Expand Down
6 changes: 1 addition & 5 deletions sdk/identity/Azure.Identity.Broker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.0.0-beta.5 (Unreleased)

### Features Added
## 1.0.0-beta.5 (2023-10-19)

### Breaking Changes
- Renamed the `IsMsaPassthroughEnabled` property on `InteractiveBrowserCredentialBrokerOptions` to `IsLegacyMsaPassthroughEnabled`.

### Bugs Fixed

### Other Changes
- Updated Microsoft.Identity.Client.Broker and Microsoft.Identity.Client.Extensions.Msal dependencies to version 4.56.0
- Renamed assembly from `Azure.Identity.BrokeredAuthentication` to `Azure.Identity.Broker`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Core" />
<!-- Revert project reference when Azure.Identity ships with updated InternalsVisibleTo -->
<!-- <PackageReference Include="Azure.Identity" /> -->
<ProjectReference Include="..\..\Azure.Identity\src\Azure.Identity.csproj" />
<PackageReference Include="Azure.Identity" />
<PackageReference Include="System.Memory" />
<PackageReference Include="System.Text.Json" />
<PackageReference Include="System.Threading.Tasks.Extensions" />
Expand Down

0 comments on commit e75d39d

Please sign in to comment.