Azure/azure-sdk-for-net (Azure.Identity)
### [`v1.13.0`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.13.0)
[Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.12.1...Azure.Identity_1.13.0)
#### 1.13.0 (2024-10-14)
##### Features Added
- `ManagedIdentityCredential` now supports specifying a user-assigned managed identity by object ID.
##### Bugs Fixed
- If `DefaultAzureCredential` attempts to authenticate with the `MangagedIdentityCredential` and it receives either a failed response that is not json, it will now fall through to the next credential in the chain. [#45184](https://redirect.github.com/Azure/azure-sdk-for-net/issues/45184)
- Fixed the request sent in `AzurePipelinesCredential` so it doesn't result in a redirect response when an invalid system access token is provided.
- Updated to version 4.65.0 of Microsoft.Identity.Client to address a bug preventing the use of alternate authority types such as dStS ([4927](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4927)) .
##### Other Changes
- The logging level passed to MSAL now correlates to the log level configured on your configured `AzureEventSourceListener`. Previously, the log level was always set to `Microsoft.Identity.Client.LogLevel.Info`.
- `AzurePowerShellCredential` now utilizes the AsSecureString parameter to Get-AzAccessToken for version 2.17.0 and greater of the Az.Accounts module.
- Improved error logging for `AzurePipelinesCredential`.
domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)
### [`v6.9.0`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.9.0)
##### What's Changed
- Generate Properties whenever there are objects without schema(Not onl… by [@jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3095](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3095)
- fix: Pass props to multi targeting by [@xC0dex](https://redirect.github.com/xC0dex) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3107](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3107)
- Types with TryParse must be set with type string by [@jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3108](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3108)
- Add native AoT support for ReDoc by [@martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3088](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3088)
##### New Contributors
- [@xC0dex](https://redirect.github.com/xC0dex) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3107](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3107)
**Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.8.1...v6.9.0
Configuration
📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
1.12.1
->1.13.0
4.6.0
->4.7.0
4.6.0
->4.7.0
6.8.1
->6.9.0
Release Notes
Azure/azure-sdk-for-net (Azure.Identity)
### [`v1.13.0`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.13.0) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.12.1...Azure.Identity_1.13.0) #### 1.13.0 (2024-10-14) ##### Features Added - `ManagedIdentityCredential` now supports specifying a user-assigned managed identity by object ID. ##### Bugs Fixed - If `DefaultAzureCredential` attempts to authenticate with the `MangagedIdentityCredential` and it receives either a failed response that is not json, it will now fall through to the next credential in the chain. [#45184](https://redirect.github.com/Azure/azure-sdk-for-net/issues/45184) - Fixed the request sent in `AzurePipelinesCredential` so it doesn't result in a redirect response when an invalid system access token is provided. - Updated to version 4.65.0 of Microsoft.Identity.Client to address a bug preventing the use of alternate authority types such as dStS ([4927](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4927)) . ##### Other Changes - The logging level passed to MSAL now correlates to the log level configured on your configured `AzureEventSourceListener`. Previously, the log level was always set to `Microsoft.Identity.Client.LogLevel.Info`. - `AzurePowerShellCredential` now utilizes the AsSecureString parameter to Get-AzAccessToken for version 2.17.0 and greater of the Az.Accounts module. - Improved error logging for `AzurePipelinesCredential`.domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)
### [`v6.9.0`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.9.0) ##### What's Changed - Generate Properties whenever there are objects without schema(Not onl… by [@jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3095](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3095) - fix: Pass props to multi targeting by [@xC0dex](https://redirect.github.com/xC0dex) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3107](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3107) - Types with TryParse must be set with type string by [@jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3108](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3108) - Add native AoT support for ReDoc by [@martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3088](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3088) ##### New Contributors - [@xC0dex](https://redirect.github.com/xC0dex) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3107](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3107) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.8.1...v6.9.0Configuration
📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.