Skip to content

Commit 81fc02d

Browse files
Update dependency Microsoft.Azure.Services.AppAuthentication to 1.6.2 (#1908)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.Azure.Services.AppAuthentication](https://redirect.github.com/Azure/azure-sdk-for-net) | nuget | minor | `1.0.3` -> `1.6.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Azure/azure-sdk-for-net (Microsoft.Azure.Services.AppAuthentication)</summary> ### [`v1.6.2`](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.Services.AppAuthentication_1.6.1...Microsoft.Azure.Services.AppAuthentication_1.6.2) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.Services.AppAuthentication_1.6.1...Microsoft.Azure.Services.AppAuthentication_1.6.2) ### [`v1.6.1`](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.Services.AppAuthentication_1.6.0...Microsoft.Azure.Services.AppAuthentication_1.6.1) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.Services.AppAuthentication_1.6.0...Microsoft.Azure.Services.AppAuthentication_1.6.1) ### [`v1.6.0`](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.Services.AppAuthentication_1.5.0...Microsoft.Azure.Services.AppAuthentication_1.6.0) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.Services.AppAuthentication_1.5.0...Microsoft.Azure.Services.AppAuthentication_1.6.0) ### [`v1.5.0`](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.Services.AppAuthentication_1.4.0...Microsoft.Azure.Services.AppAuthentication_1.5.0) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.Services.AppAuthentication_1.4.0...Microsoft.Azure.Services.AppAuthentication_1.5.0) ### [`v1.4.0`](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.Services.AppAuthentication_1.3.1...Microsoft.Azure.Services.AppAuthentication_1.4.0) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.Services.AppAuthentication_1.3.1...Microsoft.Azure.Services.AppAuthentication_1.4.0) ### [`v1.3.1`](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.Services.AppAuthentication_1.3.0...Microsoft.Azure.Services.AppAuthentication_1.3.1) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.Services.AppAuthentication_1.3.0...Microsoft.Azure.Services.AppAuthentication_1.3.1) ### [`v1.3.0`](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.Services.AppAuthentication_1.2.1...Microsoft.Azure.Services.AppAuthentication_1.3.0) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.Services.AppAuthentication_1.2.1...Microsoft.Azure.Services.AppAuthentication_1.3.0) ### [`v1.2.1`](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.Services.AppAuthentication_1.2.0...Microsoft.Azure.Services.AppAuthentication_1.2.1) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.Services.AppAuthentication_1.2.0...Microsoft.Azure.Services.AppAuthentication_1.2.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 479238e commit 81fc02d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

classic-azure-cs-msi-keyvault-rbac/webapp/webapp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
9-
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.0.3" />
9+
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
1010
<PackageReference Include="Microsoft.Azure.Storage.Blob" Version="10.0.3" />
1111
</ItemGroup>
1212

classic-azure-py-msi-keyvault-rbac/webapp/webapp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
9-
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.0.3" />
9+
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
1010
<PackageReference Include="Microsoft.Azure.Storage.Blob" Version="10.0.3" />
1111
</ItemGroup>
1212

classic-azure-ts-msi-keyvault-rbac/webapp/webapp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
9-
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.0.3" />
9+
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
1010
<PackageReference Include="Microsoft.Azure.Storage.Blob" Version="10.0.3" />
1111
</ItemGroup>
1212

0 commit comments

Comments
 (0)