diff --git a/README.md b/README.md index 4cabaf32..ba7fc102 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # IoMT FHIR Connector for Azure -[![Build Status](https://microsofthealthoss.visualstudio.com/FhirServer/_apis/build/status/IoMT/IoMT%20CI%20Build?branchName=master)](https://microsofthealthoss.visualstudio.com/FhirServer/_build/latest?definitionId=12&branchName=master) +[![Build Status](https://microsofthealthoss.visualstudio.com/FhirServer/_apis/build/status/IoMT/IoMT%20CI%20Build?branchName=main)](https://microsofthealthoss.visualstudio.com/FhirServer/_build/latest?definitionId=12&branchName=main) The IoMT FHIR Connector for Azure is an open-source project for ingesting data from IoMT (internet of medical things) devices and persisting the data in a FHIR® server. The goal of this Microsoft Healthcare project is to enable developers to rapidly deploy a service for ingesting high frequency IoMT data and landing the data in a FHIR server of their choice. diff --git a/deploy/scripts/Create-IomtFhirSandboxEnvironment.ps1 b/deploy/scripts/Create-IomtFhirSandboxEnvironment.ps1 index 63038a73..89139eae 100644 --- a/deploy/scripts/Create-IomtFhirSandboxEnvironment.ps1 +++ b/deploy/scripts/Create-IomtFhirSandboxEnvironment.ps1 @@ -38,7 +38,7 @@ param [string]$SourceRepository = "https://github.com/microsoft/iomt-fhir", [Parameter(Mandatory = $false)] - [string]$SourceRevision = "master", + [string]$SourceRevision = "main", [parameter(Mandatory = $false)] [SecureString]$AdminPassword, diff --git a/deploy/scripts/Create-IomtWebJobsEnvironment.ps1 b/deploy/scripts/Create-IomtWebJobsEnvironment.ps1 index ec623a63..ba2cbcee 100644 --- a/deploy/scripts/Create-IomtWebJobsEnvironment.ps1 +++ b/deploy/scripts/Create-IomtWebJobsEnvironment.ps1 @@ -33,7 +33,7 @@ param [string]$SourceRepository = "https://github.com/microsoft/iomt-fhir", [Parameter(Mandatory = $false)] - [string]$SourceRevision = "master", + [string]$SourceRevision = "main", [Parameter(Mandatory = $true)] [string]$FhirServiceUrl, diff --git a/deploy/templates/consumption-azuredeploy.json b/deploy/templates/consumption-azuredeploy.json index 29914c81..e664e937 100644 --- a/deploy/templates/consumption-azuredeploy.json +++ b/deploy/templates/consumption-azuredeploy.json @@ -19,7 +19,7 @@ }, "RepositoryBranch": { "type": "string", - "defaultValue": "master", + "defaultValue": "main", "metadata": { "description": "Source code branch to deploy." } diff --git a/deploy/templates/default-azuredeploy-sandbox.json b/deploy/templates/default-azuredeploy-sandbox.json index 38a7ddc5..42712287 100644 --- a/deploy/templates/default-azuredeploy-sandbox.json +++ b/deploy/templates/default-azuredeploy-sandbox.json @@ -19,7 +19,7 @@ }, "RepositoryBranch": { "type": "string", - "defaultValue": "master", + "defaultValue": "main", "metadata": { "description": "Source code branch to deploy." } @@ -191,7 +191,7 @@ }, "IomtConnectorTemplateUrl": { "type": "string", - "defaultValue": "https://raw.githubusercontent.com/Microsoft/iomt-fhir/master/deploy/templates/default-managed-identity-azuredeploy.json", + "defaultValue": "https://raw.githubusercontent.com/Microsoft/iomt-fhir/main/deploy/templates/default-managed-identity-azuredeploy.json", "metadata": { "description": "URL for IOMT Connector template" } diff --git a/deploy/templates/default-azuredeploy-webjobs.json b/deploy/templates/default-azuredeploy-webjobs.json index 9d0526ff..cc23ba9e 100644 --- a/deploy/templates/default-azuredeploy-webjobs.json +++ b/deploy/templates/default-azuredeploy-webjobs.json @@ -19,7 +19,7 @@ }, "RepositoryBranch": { "type": "string", - "defaultValue": "master", + "defaultValue": "main", "metadata": { "description": "Source code branch to deploy." } diff --git a/deploy/templates/default-managed-identity-azuredeploy.json b/deploy/templates/default-managed-identity-azuredeploy.json index 7e8621a2..4dbac2cb 100644 --- a/deploy/templates/default-managed-identity-azuredeploy.json +++ b/deploy/templates/default-managed-identity-azuredeploy.json @@ -19,7 +19,7 @@ }, "RepositoryBranch": { "type": "string", - "defaultValue": "master", + "defaultValue": "main", "metadata": { "description": "Source code branch to deploy." } diff --git a/deploy/templates/premium-azuredeploy.json b/deploy/templates/premium-azuredeploy.json index ba6a67b1..4af58437 100644 --- a/deploy/templates/premium-azuredeploy.json +++ b/deploy/templates/premium-azuredeploy.json @@ -19,7 +19,7 @@ }, "RepositoryBranch": { "type": "string", - "defaultValue": "master", + "defaultValue": "main", "metadata": { "description": "Source code branch to deploy." } diff --git a/docs/ARMInstallation.md b/docs/ARMInstallation.md index be3163dc..ec2c4628 100644 --- a/docs/ARMInstallation.md +++ b/docs/ARMInstallation.md @@ -2,7 +2,7 @@ This article details provisioning and installation of the IoMT FHIR Connector for Azure and connecting to Azure API for FHIR with a managed identity in the same subscription using an ARM template. ## ARM Template Provisioning - + diff --git a/tools/data-mapper/Microsoft.Health.Tools.DataMapper/ClientApp/src/components/mapping/Detail.Forms.Tutorials.tsx b/tools/data-mapper/Microsoft.Health.Tools.DataMapper/ClientApp/src/components/mapping/Detail.Forms.Tutorials.tsx index 97b746f7..0038841a 100644 --- a/tools/data-mapper/Microsoft.Health.Tools.DataMapper/ClientApp/src/components/mapping/Detail.Forms.Tutorials.tsx +++ b/tools/data-mapper/Microsoft.Health.Tools.DataMapper/ClientApp/src/components/mapping/Detail.Forms.Tutorials.tsx @@ -91,7 +91,7 @@ export const DeviceEditFormTutorial = (props: {}) => {
- For more information, please visit: IoMT Mapping Configuration + For more information, please visit: IoMT Mapping Configuration
@@ -146,7 +146,7 @@ export const FhirValueFormTutorial = (props: {}) => {- For more information, please visit: IoMT Mapping Configuration + For more information, please visit: IoMT Mapping Configuration
@@ -170,7 +170,7 @@ export const FhirComponentsFormTutorial = (props: {}) => {- Please check "Heart Rate - Sampled Data" as an example in IoMT Mapping Configuration + Please check "Heart Rate - Sampled Data" as an example in IoMT Mapping Configuration
@@ -188,7 +188,7 @@ export const FhirCodesFormTutorial = (props: {}) => { Add Observation.code to the final FHIR Observation resource.- For more information, please visit: IoMT Mapping Configuration + For more information, please visit: IoMT Mapping Configuration
@@ -209,7 +209,7 @@ export const FhirCategoryFormTutorial = (props: {}) => { This is optional information.- For more information, please visit: IoMT Mapping Configuration + For more information, please visit: IoMT Mapping Configuration
@@ -235,7 +235,7 @@ export const FhirGroupingGroupTutorial = (props: {}) => {- For more information, please check "PeriodInterval" in: IoMT Mapping Configuration + For more information, please check "PeriodInterval" in: IoMT Mapping Configuration
diff --git a/tools/data-mapper/Microsoft.Health.Tools.DataMapper/ClientApp/src/components/mapping/List.Modals.Import.tsx b/tools/data-mapper/Microsoft.Health.Tools.DataMapper/ClientApp/src/components/mapping/List.Modals.Import.tsx index 19d61abe..ad2e9186 100644 --- a/tools/data-mapper/Microsoft.Health.Tools.DataMapper/ClientApp/src/components/mapping/List.Modals.Import.tsx +++ b/tools/data-mapper/Microsoft.Health.Tools.DataMapper/ClientApp/src/components/mapping/List.Modals.Import.tsx @@ -49,7 +49,7 @@ const MappingImportModal = (props: { onImported: Function }) => {