Skip to content

Commit

Permalink
Bump HealthcareSharedPackageVersion from 4.0.14 to 4.0.17 (#1313)
Browse files Browse the repository at this point in the history
* Bump HealthcareSharedPackageVersion from 4.0.14 to 4.0.17

Bumps `HealthcareSharedPackageVersion` from 4.0.14 to 4.0.17.

Updates `Microsoft.Health.Abstractions` from 4.0.14 to 4.0.17
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@4.0.14...4.0.17)

Updates `Microsoft.Health.Api` from 4.0.14 to 4.0.17
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@4.0.14...4.0.17)

Updates `Microsoft.Health.Core` from 4.0.14 to 4.0.17
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@4.0.14...4.0.17)

Updates `Microsoft.Health.Extensions.DependencyInjection` from 4.0.14 to 4.0.17
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@4.0.14...4.0.17)

Updates `Microsoft.Health.Blob` from 4.0.14 to 4.0.17
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@4.0.14...4.0.17)

Updates `Microsoft.Health.SqlServer` from 4.0.14 to 4.0.17
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@4.0.14...4.0.17)

Updates `Microsoft.Health.Extensions.BuildTimeCodeGenerator` from 4.0.14 to 4.0.17
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@4.0.14...4.0.17)

Updates `Microsoft.Health.SqlServer.Api` from 4.0.14 to 4.0.17
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@4.0.14...4.0.17)

Updates `Microsoft.Health.Tools.Sql.Tasks` from 4.0.14 to 4.0.17
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@4.0.14...4.0.17)

Updates `Microsoft.Health.Development.IdentityProvider` from 4.0.14 to 4.0.17
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@4.0.14...4.0.17)

Updates `Microsoft.Health.Client` from 4.0.14 to 4.0.17
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@4.0.14...4.0.17)

---
updated-dependencies:
- dependency-name: Microsoft.Health.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.Api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.Blob
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.Extensions.BuildTimeCodeGenerator
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.SqlServer.Api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.Tools.Sql.Tasks
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.Development.IdentityProvider
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.Client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update SqlDataStoreTestsFixture.cs

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: brandonpollett <[email protected]>
  • Loading branch information
dependabot[bot] and brandonpollett authored Feb 1, 2022
1 parent abd3700 commit 8b1534d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<FhirServerPackageVersion>2.0.55</FhirServerPackageVersion>
<FoDicomVersion>5.0.2</FoDicomVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<HealthcareSharedPackageVersion>4.0.14</HealthcareSharedPackageVersion>
<HealthcareSharedPackageVersion>4.0.17</HealthcareSharedPackageVersion>
<HighEntropyVA>true</HighEntropyVA>
<Hl7FhirPackageVersion>3.8.0</Hl7FhirPackageVersion>
<LangVersion>Latest</LangVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ internal SqlDataStoreTestsFixture(string databaseName, SchemaInformation schemaI

var sqlConnectionStringProvider = new DefaultSqlConnectionStringProvider(configOptions);

var sqlConnectionFactory = new DefaultSqlConnectionFactory(sqlConnectionStringProvider);
var sqlConnectionFactory = new DefaultSqlConnectionBuilder(sqlConnectionStringProvider, configOptions);

var schemaManagerDataStore = new SchemaManagerDataStore(sqlConnectionFactory, configOptions, NullLogger<SchemaManagerDataStore>.Instance);

Expand Down

0 comments on commit 8b1534d

Please sign in to comment.