Azure/azure-sdk-for-net (Azure.Identity)
### [`v1.10.4`](https://togithub.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.10.4)
##### 1.10.4 (2023-11-13)
##### Other Changes
- Distributed tracing with `ActivitySource` is stable and no longer requires the [Experimental feature-flag](https://togithub.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/Diagnostics.md).
### [`v1.10.3`](https://togithub.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.10.3)
#### 1.10.3 (2023-10-18)
##### Bugs Fixed
- `ManagedIdentityCredential` will now correctly retry when the instance metadata endpoint returns a 410 response. [#28568](https://togithub.com/Azure/azure-sdk-for-net/issues/28568)
##### Other Changes
- Updated Microsoft.Identity.Client dependency to version 4.56.0
### [`v1.10.2`](https://togithub.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.10.2)
##### 1.10.2 (2023-10-10)
##### Bugs Fixed
- Bug fixes for development time credentials.
### [`v1.10.1`](https://togithub.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.10.1)
##### 1.10.1 (2023-09-12)
##### Bugs Fixed
- `ManagedIdentityCredential` will fall through to the next credential in the chain in the case that Docker Desktop returns a 403 response when attempting to access the IMDS endpoint. [#38218](https://togithub.com/Azure/azure-sdk-for-net/issues/38218)
- Fixed an issue where interactive credentials would still prompt on the first GetToken request even when the cache is populated and an AuthenticationRecord is provided. [#38431](https://togithub.com/Azure/azure-sdk-for-net/issues/38431)
### [`v1.10.0`](https://togithub.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.10.0)
##### 1.10.0 (2023-08-14)
##### Features Added
- Added `BrowserCustomization` property to `InteractiveBrowserCredential` to enable web view customization for interactive authentication.
##### Bugs Fixed
- ManagedIdentityCredential will no longer attempt to parse invalid json payloads on responses from the managed identity endpoint.
- Fixed an issue where AzurePowerShellCredential fails to parse the token response from Azure PowerShell. [#22638](https://togithub.com/Azure/azure-sdk-for-net/issues/22638)
### [`v1.9.0`](https://togithub.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.9.0)
#### 1.9.0 (2023-05-09)
##### Breaking Changes
- Changed visibility of all environment variable based properties on `EnvironmentCredentialOptions` to internal. These options are again only configurable via environment variables.
natemcmaster/CommandLineUtils (McMaster.Extensions.CommandLineUtils)
### [`v4.1.1`](https://togithub.com/natemcmaster/CommandLineUtils/releases/tag/v4.1.1): 4.1.1
#### How to get this update
Packages have been posted to these feeds:
##### NuGet.org
https://nuget.org/packages/McMaster.Extensions.CommandLineUtils/4.1.1
https://nuget.org/packages/McMaster.Extensions.Hosting.CommandLine/4.1.1
##### GitHub Package Registry
https://github.com/natemcmaster?tab=packages\&repo_name=CommandLineUtils
#### What's Changed
- Fix unknown command throws System.InvalidOperationException: Enumeration already finished by [@sallerga](https://togithub.com/sallerga) in [https://github.com/natemcmaster/CommandLineUtils/pull/542](https://togithub.com/natemcmaster/CommandLineUtils/pull/542)
#### New Contributors
- [@sallerga](https://togithub.com/sallerga) made their first contribution in [https://github.com/natemcmaster/CommandLineUtils/pull/542](https://togithub.com/natemcmaster/CommandLineUtils/pull/542)
**Full Changelog**: https://github.com/natemcmaster/CommandLineUtils/compare/v4.1.0...v4.1.1
### [`v4.1.0`](https://togithub.com/natemcmaster/CommandLineUtils/releases/tag/v4.1.0): 4.1.0
#### How to get this update
Packages have been posted to these feeds:
##### NuGet.org
https://nuget.org/packages/McMaster.Extensions.CommandLineUtils/4.1.0
https://nuget.org/packages/McMaster.Extensions.Hosting.CommandLine/4.1.0
##### GitHub Package Registry
https://github.com/natemcmaster?tab=packages\&repo_name=CommandLineUtils
#### What's Changed
- Upgrade ci.yml to latest actions by [@natemcmaster](https://togithub.com/natemcmaster) in [https://github.com/natemcmaster/CommandLineUtils/pull/523](https://togithub.com/natemcmaster/CommandLineUtils/pull/523)
- Update to net46 by [@danmoseley](https://togithub.com/danmoseley) in [https://github.com/natemcmaster/CommandLineUtils/pull/526](https://togithub.com/natemcmaster/CommandLineUtils/pull/526)
- fix: don't set DefaultValue to empty string for `string[]` options by [@natemcmaster](https://togithub.com/natemcmaster) in [https://github.com/natemcmaster/CommandLineUtils/pull/540](https://togithub.com/natemcmaster/CommandLineUtils/pull/540)
#### New Contributors
- [@danmoseley](https://togithub.com/danmoseley) made their first contribution in [https://github.com/natemcmaster/CommandLineUtils/pull/526](https://togithub.com/natemcmaster/CommandLineUtils/pull/526)
**Full Changelog**: https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.2...v4.1.0
RicoSuter/NJsonSchema (NJsonSchema.CodeGeneration.CSharp)
### [`v10.9.0`](https://togithub.com/RicoSuter/NJsonSchema/releases/tag/v10.9.0): NJsonSchema v10.9.0
Bug fixes and new features
- Update to latest version of Namotion.Reflection (minor bug fixes)
- Handle single quote in properties names [#1574](https://togithub.com/RicoSuter/NJsonSchema/issues/1574)
- Fix race condition in GetName [#1571](https://togithub.com/RicoSuter/NJsonSchema/issues/1571)
- Added abstract schema checking to CSharpValueGenerator.GetDefaultValue [#1570](https://togithub.com/RicoSuter/NJsonSchema/issues/1570)
- Recursive sample generation [#1561](https://togithub.com/RicoSuter/NJsonSchema/issues/1561)
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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
3.16.0
->3.24.0
1.8.2
->1.10.4
1.1.1
->1.2.0
12.16.0
->12.19.1
4.0.2
->4.1.1
2.19.0
->2.21.0
10.8.0
->10.9.0
Release Notes
Azure/azure-sdk-for-net (Azure.Identity)
### [`v1.10.4`](https://togithub.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.10.4) ##### 1.10.4 (2023-11-13) ##### Other Changes - Distributed tracing with `ActivitySource` is stable and no longer requires the [Experimental feature-flag](https://togithub.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/Diagnostics.md). ### [`v1.10.3`](https://togithub.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.10.3) #### 1.10.3 (2023-10-18) ##### Bugs Fixed - `ManagedIdentityCredential` will now correctly retry when the instance metadata endpoint returns a 410 response. [#28568](https://togithub.com/Azure/azure-sdk-for-net/issues/28568) ##### Other Changes - Updated Microsoft.Identity.Client dependency to version 4.56.0 ### [`v1.10.2`](https://togithub.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.10.2) ##### 1.10.2 (2023-10-10) ##### Bugs Fixed - Bug fixes for development time credentials. ### [`v1.10.1`](https://togithub.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.10.1) ##### 1.10.1 (2023-09-12) ##### Bugs Fixed - `ManagedIdentityCredential` will fall through to the next credential in the chain in the case that Docker Desktop returns a 403 response when attempting to access the IMDS endpoint. [#38218](https://togithub.com/Azure/azure-sdk-for-net/issues/38218) - Fixed an issue where interactive credentials would still prompt on the first GetToken request even when the cache is populated and an AuthenticationRecord is provided. [#38431](https://togithub.com/Azure/azure-sdk-for-net/issues/38431) ### [`v1.10.0`](https://togithub.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.10.0) ##### 1.10.0 (2023-08-14) ##### Features Added - Added `BrowserCustomization` property to `InteractiveBrowserCredential` to enable web view customization for interactive authentication. ##### Bugs Fixed - ManagedIdentityCredential will no longer attempt to parse invalid json payloads on responses from the managed identity endpoint. - Fixed an issue where AzurePowerShellCredential fails to parse the token response from Azure PowerShell. [#22638](https://togithub.com/Azure/azure-sdk-for-net/issues/22638) ### [`v1.9.0`](https://togithub.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.9.0) #### 1.9.0 (2023-05-09) ##### Breaking Changes - Changed visibility of all environment variable based properties on `EnvironmentCredentialOptions` to internal. These options are again only configurable via environment variables.natemcmaster/CommandLineUtils (McMaster.Extensions.CommandLineUtils)
### [`v4.1.1`](https://togithub.com/natemcmaster/CommandLineUtils/releases/tag/v4.1.1): 4.1.1 #### How to get this update Packages have been posted to these feeds: ##### NuGet.org https://nuget.org/packages/McMaster.Extensions.CommandLineUtils/4.1.1 https://nuget.org/packages/McMaster.Extensions.Hosting.CommandLine/4.1.1 ##### GitHub Package Registry https://github.com/natemcmaster?tab=packages\&repo_name=CommandLineUtils #### What's Changed - Fix unknown command throws System.InvalidOperationException: Enumeration already finished by [@sallerga](https://togithub.com/sallerga) in [https://github.com/natemcmaster/CommandLineUtils/pull/542](https://togithub.com/natemcmaster/CommandLineUtils/pull/542) #### New Contributors - [@sallerga](https://togithub.com/sallerga) made their first contribution in [https://github.com/natemcmaster/CommandLineUtils/pull/542](https://togithub.com/natemcmaster/CommandLineUtils/pull/542) **Full Changelog**: https://github.com/natemcmaster/CommandLineUtils/compare/v4.1.0...v4.1.1 ### [`v4.1.0`](https://togithub.com/natemcmaster/CommandLineUtils/releases/tag/v4.1.0): 4.1.0 #### How to get this update Packages have been posted to these feeds: ##### NuGet.org https://nuget.org/packages/McMaster.Extensions.CommandLineUtils/4.1.0 https://nuget.org/packages/McMaster.Extensions.Hosting.CommandLine/4.1.0 ##### GitHub Package Registry https://github.com/natemcmaster?tab=packages\&repo_name=CommandLineUtils #### What's Changed - Upgrade ci.yml to latest actions by [@natemcmaster](https://togithub.com/natemcmaster) in [https://github.com/natemcmaster/CommandLineUtils/pull/523](https://togithub.com/natemcmaster/CommandLineUtils/pull/523) - Update to net46 by [@danmoseley](https://togithub.com/danmoseley) in [https://github.com/natemcmaster/CommandLineUtils/pull/526](https://togithub.com/natemcmaster/CommandLineUtils/pull/526) - fix: don't set DefaultValue to empty string for `string[]` options by [@natemcmaster](https://togithub.com/natemcmaster) in [https://github.com/natemcmaster/CommandLineUtils/pull/540](https://togithub.com/natemcmaster/CommandLineUtils/pull/540) #### New Contributors - [@danmoseley](https://togithub.com/danmoseley) made their first contribution in [https://github.com/natemcmaster/CommandLineUtils/pull/526](https://togithub.com/natemcmaster/CommandLineUtils/pull/526) **Full Changelog**: https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.2...v4.1.0RicoSuter/NJsonSchema (NJsonSchema.CodeGeneration.CSharp)
### [`v10.9.0`](https://togithub.com/RicoSuter/NJsonSchema/releases/tag/v10.9.0): NJsonSchema v10.9.0 Bug fixes and new features - Update to latest version of Namotion.Reflection (minor bug fixes) - Handle single quote in properties names [#1574](https://togithub.com/RicoSuter/NJsonSchema/issues/1574) - Fix race condition in GetName [#1571](https://togithub.com/RicoSuter/NJsonSchema/issues/1571) - Added abstract schema checking to CSharpValueGenerator.GetDefaultValue [#1570](https://togithub.com/RicoSuter/NJsonSchema/issues/1570) - Recursive sample generation [#1561](https://togithub.com/RicoSuter/NJsonSchema/issues/1561)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.
This PR has been generated by Mend Renovate. View repository job log here.