csharpfritz / Fritz.StreamTools

Handy tools for managing my live stream, built with ASP.NET Core
MIT License
150 stars 73 forks source link

Bump Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training from 1.0.0 to 2.0.0 #530

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training from 1.0.0 to 2.0.0.

Release notes

Sourced from Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training's releases.

Microsoft.Azure.WebJobs.Extensions.SignalRService_1.7.0-beta.2

1.7.0-beta.2 (2022-02-14)

Features Added

  • SignalRConnectionAttribute can be used to customize the connection name of strongly typed serverless hub too. Usage:
    [SignalRConnection("SignalRConnection")]
    public class CustomConnectionHub : ServerlessHub<IChatClient>
    {
    }
    
    {
        "Values":{
            "SignalRConnection":"Your-Connection-String"
        }
    }
    
  • Added built-in string constants for SignalR trigger: SignalRTriggerCategories.Connections for "connections", SignalRTriggerCategories.Messages for "messages", SignalRTriggerEvents.Connected for "connected", SignalRTriggerEvents.Disconnected for "disconnected".

Bugs Fixed

  • Fix a ServiceEndpoints binding bug that creating new persistent connections for each request.

Other Changes

  • Update dependency Microsoft.Azure.SignalR.Management version from 1.13.0 to 1.15.1.

Azure.Identity_1.6.0-beta.1

1.6.0-beta.1 (2022-02-11)

Features Added

  • EnvironmentCredential now supports certificate subject name / issuer based authentication with AZURE_CLIENT_SEND_CERTIFICATE_CHAIN environment variable (A community contribution, courtesy of trevorlacey-msft).
  • ManagedIdentityCredential now supports accepting a ResourceIdentifier argument to specify a User Assigned Managed Identity by resource Id rather than client Id. DefaultAzureCredential also supports this via the ManagedIdentityResourceId property of DefaultAzureCredentialOptions.
  • Added ClientAssertionCredential for authenticating service principals with a presigned client assetion.

Bugs Fixed

  • Fixed AuthenticationFailedException from AzurePowerSheellCredential when not logged in on non-windows platforms #23498
  • Fixed ManagedIdentityCredential response parsing to handle non-json responses #24158

Other Changes

  • Upgraded MSAL dependency to version 4.39.0

Acknowledgments

Thank you to our developer community members who helped to make Azure Identity better with their contributions to this release:

Microsoft.Azure.Management.DigitalTwins_1.2.0-beta.1

No release notes provided.

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)