Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction from 1.0.0 to 2.0.0 #528

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 15, 2022

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

Release notes

Sourced from Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction'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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 15, 2022
Bumps [Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction](https://github.com/Azure/azure-sdk-for-net) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@v1.0.0...Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction_2.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction-2.0.0 branch from db3b5bd to d0ec80f Compare February 15, 2022 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants