-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Commit as per US 109931 * Commit as per US 109931 * Commit as per US 109931 * Commit * Coomit as per US 109931 * Added Fhir resource group fetch from Id * Adding fhirid parameter in fhir.bicep file * Commit for parameter * COMMIT * Commit when fhirid is empty * Removing extra parameters * Update main.bicep * Commit for US 109931 * Commit as per US 109931 * Removed two parameter * Updated Document to provide details about using existing fhir server instance as a parameter * User v-gkuber - reverting changes done for setting manifest json file --------- Co-authored-by: Shreshtha Gupta <[email protected]> Co-authored-by: Shashank Narang <[email protected]>
- Loading branch information
1 parent
d38369d
commit 4c8944f
Showing
6 changed files
with
84 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,33 @@ | ||
{ | ||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", | ||
"contentVersion": "1.0.0.0", | ||
"parameters": { | ||
"name": { | ||
"value": "${AZURE_ENV_NAME}" | ||
}, | ||
"location": { | ||
"value": "${AZURE_LOCATION}" | ||
}, | ||
"principalId": { | ||
"value": "${AZURE_PRINCIPAL_ID}" | ||
}, | ||
"ApiPublisherName": { | ||
"value": "${ApiPublisherName=Placeholder Name}" | ||
}, | ||
"ApiPublisherEmail": { | ||
"value": "${[email protected]}" | ||
}, | ||
"FhirAudience": { | ||
"value": "${FhirAudience}" | ||
}, | ||
"ContextAppClientId": { | ||
"value": "${ContextAppClientId}" | ||
} | ||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", | ||
"contentVersion": "1.0.0.0", | ||
"parameters": { | ||
"ApiPublisherEmail": { | ||
"value": "${[email protected]}" | ||
}, | ||
"ApiPublisherName": { | ||
"value": "${ApiPublisherName=Placeholder Name}" | ||
}, | ||
"ContextAppClientId": { | ||
"value": "${ContextAppClientId}" | ||
}, | ||
"existingresourcegroupname": { | ||
"value": "" | ||
}, | ||
"FhirAudience": { | ||
"value": "${FhirAudience}" | ||
}, | ||
"fhirId": { | ||
"value": "" | ||
}, | ||
"location": { | ||
"value": "${AZURE_LOCATION}" | ||
}, | ||
"name": { | ||
"value": "${AZURE_ENV_NAME}" | ||
}, | ||
"principalId": { | ||
"value": "${AZURE_PRINCIPAL_ID}" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters