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 Azure.Data.Tables from 12.7.1 to 12.8.0 #1673

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2023

Bumps Azure.Data.Tables from 12.7.1 to 12.8.0.

Release notes

Sourced from Azure.Data.Tables's releases.

Azure.Data.Tables_12.8.0

12.8.0 (2023-02-08)

Bugs Fixed

  • Fixed an issue where LINQ predicates containing New expressions, such as ent => ent.TimeStamp > new DateTimeOffset(...), threw an exception.

Other Changes

  • TableClient.CreateIfNotExists / TableClient.CreateIfNotExistsAsync documentation corrected (methods do not return null if the table already exists)
  • TableClient and TableServiceClient constructors that take SAS credentials no longer throw if the URI scheme is not https if it is a loopback host
  • Removed the new() constraint from methods on TableClient
Commits
  • 6fb0cd6 fix tables samples so they build (#33998)
  • 5cfd4af Azure OpenAI: address custom deserialization issue for Choice.FinishReason (#...
  • 5509df5 Prep for Tables release (#33893)
  • f1ce05d Updated ChangeLog for stable SDK release (#33911)
  • b6e3931 fix the problem in automation that stream is still used after being closed (#...
  • 2cd0c88 Increment version for storage releases (#33980)
  • c8a19cd Revert changes to CODEOWNERS that caused build failure notifications to be ...
  • 6615941 Add standard metrics custom processor and request duration metric (#33955)
  • 95de9f7 fix more nullables (#33966)
  • e14c1dd Disabled Storage snippets (#33964)
  • Additional commits viewable in compare view

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)

Bumps [Azure.Data.Tables](https://github.com/Azure/azure-sdk-for-net) from 12.7.1 to 12.8.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Data.Tables_12.7.1...Azure.Data.Tables_12.8.0)

---
updated-dependencies:
- dependency-name: Azure.Data.Tables
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 8, 2023
@sungam3r sungam3r merged commit cbccdf4 into master Feb 9, 2023
@sungam3r sungam3r deleted the dependabot/nuget/Azure.Data.Tables-12.8.0 branch February 9, 2023 05:57
@sungam3r sungam3r mentioned this pull request Jul 30, 2023
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.32%. Comparing base (21d7739) to head (22a80bf).
Report is 327 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1673      +/-   ##
==========================================
+ Coverage   58.53%   66.32%   +7.79%     
==========================================
  Files          10      145     +135     
  Lines         381     3902    +3521     
  Branches       43      387     +344     
==========================================
+ Hits          223     2588    +2365     
- Misses        148     1227    +1079     
- Partials       10       87      +77     
Flag Coverage Δ
CosmosDb 58.53% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cosmosdb dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants