Changes:
Updates applicable to the Azure API for FHIR
b38112e Implement Patient $everything operation in Cosmos DB (#1884)
- Adds support for the patient-everything operation
fe8a580 Handle exceptions when resolving search params (#1970)
- During the initialization process we could potentially encounter issues when resolving search parameters. Currently we don't handle any exceptions that are thrown and hence can cause app startup to fail.
- This PR adds some code to handle exceptions in a better way. Instead of potentially crashing app startup we log a warning and continue processing the remaining search parameters.
Test Updates
da05bde Disable reindex tests and feature to stabilize CI build (#1975)
- This test marks the CustomSearchTests as skipped, disables reindex by default and also removes one test from the ValidateTests suite for us-care-plan.
Other Updates
c40cf75 Add task infrastructure component (#1840)
- See PR for details
Documentation Updates
e4230b3 Create C4BBOverview.md
34789dd Update C4BB_Sample_Resources.http
f6dba49 Add files via upload
22b8251 Create C4BB initial files for testing (#1963)
1391eca Update Register-Resource-Application.md
b48df17 Update BashDeployment.md
a097c43 Create DaVinci Formulary files for testing (#1969)
Package Updates
c6e5570 Bump IdentityModelVersion from 6.11.0 to 6.11.1 (#1965)
6081402 Bump Microsoft.Data.SqlClient from 2.1.2 to 2.1.3 (#1966)
a9aa871 Bump Microsoft.Azure.Cosmos from 3.18.0 to 3.19.0 (#1972)
c85c6b2 Bump AspNetPackageVersion from 5.0.5 to 5.0.6 (#1930)
ad005cb Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0 (#1971)
This list of changes was auto generated.