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

Move HealthcareApis to main #18070

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/HealthcareApis/Az.HealthcareApis.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 4/28/2022
# Generated on: 5/9/2022
#

@{
Expand Down Expand Up @@ -69,22 +69,22 @@ FormatsToProcess = './Az.HealthcareApis.format.ps1xml'
# NestedModules = @()

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = 'Get-AzHealthcareAPIsService', 'Get-AzHealthcareAPIsWorkspace',
FunctionsToExport = 'Get-AzHealthcareApisService', 'Get-AzHealthcareApisWorkspace',
'Get-AzHealthcareDicomService', 'Get-AzHealthcareFhirDestination',
'Get-AzHealthcareFhirService', 'Get-AzHealthcareIotConnector',
'Get-AzHealthcareIotConnectorFhirDestination',
'New-AzHealthcareAPIsService', 'New-AzHealthcareAPIsWorkspace',
'New-AzHealthcareApisService', 'New-AzHealthcareApisWorkspace',
'New-AzHealthcareDicomService', 'New-AzHealthcareFhirService',
'New-AzHealthcareIotConnector',
'New-AzHealthcareIotConnectorFhirDestination',
'Remove-AzHealthcareAPIsService',
'Remove-AzHealthcareAPIsWorkspace',
'Remove-AzHealthcareApisService',
'Remove-AzHealthcareApisWorkspace',
'Remove-AzHealthcareDicomService', 'Remove-AzHealthcareFhirService',
'Remove-AzHealthcareIotConnector',
'Remove-AzHealthcareIotConnectorFhirDestination',
'Test-AzHealthcareServiceNameAvailability',
'Update-AzHealthcareAPIsService',
'Update-AzHealthcareAPIsWorkspace',
'Update-AzHealthcareApisService',
'Update-AzHealthcareApisWorkspace',
'Update-AzHealthcareDicomService', 'Update-AzHealthcareFhirService',
'Update-AzHealthcareIotConnector'

Expand Down Expand Up @@ -112,7 +112,7 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'Azure','ResourceManager','ARM','PSModule','HealthcareApis'
Tags = 'Azure','ResourceManager','ARM','PSModule','HealthcareApis','HealthCare','FhirService'

# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
Expand Down
156 changes: 78 additions & 78 deletions src/HealthcareApis/HealthcareApis.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{0E873AD0-C541-4B04-A712-2D2A7D5F18E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{A7AD3E2E-C47C-4C5A-94ED-35F3FEB11D8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{05A69501-343B-4227-B890-CFAD23EC84D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{E18C8C3A-346F-4633-8F0D-3CA9F48B3F74}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{99CE1BB1-3C16-4D65-AC3B-CFEFD7705923}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.HealthcareApis", "Az.HealthcareApis.csproj", "{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.HealthcareApis", "Az.HealthcareApis.csproj", "{1B6843E8-6DFE-4DB3-A115-8E37AB331BB4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -28,77 +28,77 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Debug|x64.ActiveCfg = Debug|Any CPU
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Debug|x64.Build.0 = Debug|Any CPU
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Debug|x86.ActiveCfg = Debug|Any CPU
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Debug|x86.Build.0 = Debug|Any CPU
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Release|Any CPU.Build.0 = Release|Any CPU
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Release|x64.ActiveCfg = Release|Any CPU
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Release|x64.Build.0 = Release|Any CPU
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Release|x86.ActiveCfg = Release|Any CPU
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Release|x86.Build.0 = Release|Any CPU
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Debug|x64.ActiveCfg = Debug|Any CPU
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Debug|x64.Build.0 = Debug|Any CPU
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Debug|x86.ActiveCfg = Debug|Any CPU
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Debug|x86.Build.0 = Debug|Any CPU
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Release|Any CPU.Build.0 = Release|Any CPU
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Release|x64.ActiveCfg = Release|Any CPU
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Release|x64.Build.0 = Release|Any CPU
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Release|x86.ActiveCfg = Release|Any CPU
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Release|x86.Build.0 = Release|Any CPU
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Debug|x64.ActiveCfg = Debug|Any CPU
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Debug|x64.Build.0 = Debug|Any CPU
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Debug|x86.ActiveCfg = Debug|Any CPU
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Debug|x86.Build.0 = Debug|Any CPU
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Release|Any CPU.Build.0 = Release|Any CPU
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Release|x64.ActiveCfg = Release|Any CPU
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Release|x64.Build.0 = Release|Any CPU
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Release|x86.ActiveCfg = Release|Any CPU
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Release|x86.Build.0 = Release|Any CPU
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Debug|x64.ActiveCfg = Debug|Any CPU
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Debug|x64.Build.0 = Debug|Any CPU
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Debug|x86.ActiveCfg = Debug|Any CPU
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Debug|x86.Build.0 = Debug|Any CPU
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Release|Any CPU.Build.0 = Release|Any CPU
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Release|x64.ActiveCfg = Release|Any CPU
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Release|x64.Build.0 = Release|Any CPU
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Release|x86.ActiveCfg = Release|Any CPU
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Release|x86.Build.0 = Release|Any CPU
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Debug|x64.ActiveCfg = Debug|Any CPU
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Debug|x64.Build.0 = Debug|Any CPU
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Debug|x86.ActiveCfg = Debug|Any CPU
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Debug|x86.Build.0 = Debug|Any CPU
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Release|Any CPU.Build.0 = Release|Any CPU
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Release|x64.ActiveCfg = Release|Any CPU
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Release|x64.Build.0 = Release|Any CPU
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Release|x86.ActiveCfg = Release|Any CPU
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Release|x86.Build.0 = Release|Any CPU
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Debug|x64.ActiveCfg = Debug|Any CPU
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Debug|x64.Build.0 = Debug|Any CPU
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Debug|x86.ActiveCfg = Debug|Any CPU
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Debug|x86.Build.0 = Debug|Any CPU
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Release|Any CPU.Build.0 = Release|Any CPU
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Release|x64.ActiveCfg = Release|Any CPU
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Release|x64.Build.0 = Release|Any CPU
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Release|x86.ActiveCfg = Release|Any CPU
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Release|x86.Build.0 = Release|Any CPU
{0E873AD0-C541-4B04-A712-2D2A7D5F18E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E873AD0-C541-4B04-A712-2D2A7D5F18E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E873AD0-C541-4B04-A712-2D2A7D5F18E8}.Debug|x64.ActiveCfg = Debug|Any CPU
{0E873AD0-C541-4B04-A712-2D2A7D5F18E8}.Debug|x64.Build.0 = Debug|Any CPU
{0E873AD0-C541-4B04-A712-2D2A7D5F18E8}.Debug|x86.ActiveCfg = Debug|Any CPU
{0E873AD0-C541-4B04-A712-2D2A7D5F18E8}.Debug|x86.Build.0 = Debug|Any CPU
{0E873AD0-C541-4B04-A712-2D2A7D5F18E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E873AD0-C541-4B04-A712-2D2A7D5F18E8}.Release|Any CPU.Build.0 = Release|Any CPU
{0E873AD0-C541-4B04-A712-2D2A7D5F18E8}.Release|x64.ActiveCfg = Release|Any CPU
{0E873AD0-C541-4B04-A712-2D2A7D5F18E8}.Release|x64.Build.0 = Release|Any CPU
{0E873AD0-C541-4B04-A712-2D2A7D5F18E8}.Release|x86.ActiveCfg = Release|Any CPU
{0E873AD0-C541-4B04-A712-2D2A7D5F18E8}.Release|x86.Build.0 = Release|Any CPU
{A7AD3E2E-C47C-4C5A-94ED-35F3FEB11D8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7AD3E2E-C47C-4C5A-94ED-35F3FEB11D8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7AD3E2E-C47C-4C5A-94ED-35F3FEB11D8A}.Debug|x64.ActiveCfg = Debug|Any CPU
{A7AD3E2E-C47C-4C5A-94ED-35F3FEB11D8A}.Debug|x64.Build.0 = Debug|Any CPU
{A7AD3E2E-C47C-4C5A-94ED-35F3FEB11D8A}.Debug|x86.ActiveCfg = Debug|Any CPU
{A7AD3E2E-C47C-4C5A-94ED-35F3FEB11D8A}.Debug|x86.Build.0 = Debug|Any CPU
{A7AD3E2E-C47C-4C5A-94ED-35F3FEB11D8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7AD3E2E-C47C-4C5A-94ED-35F3FEB11D8A}.Release|Any CPU.Build.0 = Release|Any CPU
{A7AD3E2E-C47C-4C5A-94ED-35F3FEB11D8A}.Release|x64.ActiveCfg = Release|Any CPU
{A7AD3E2E-C47C-4C5A-94ED-35F3FEB11D8A}.Release|x64.Build.0 = Release|Any CPU
{A7AD3E2E-C47C-4C5A-94ED-35F3FEB11D8A}.Release|x86.ActiveCfg = Release|Any CPU
{A7AD3E2E-C47C-4C5A-94ED-35F3FEB11D8A}.Release|x86.Build.0 = Release|Any CPU
{05A69501-343B-4227-B890-CFAD23EC84D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05A69501-343B-4227-B890-CFAD23EC84D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05A69501-343B-4227-B890-CFAD23EC84D4}.Debug|x64.ActiveCfg = Debug|Any CPU
{05A69501-343B-4227-B890-CFAD23EC84D4}.Debug|x64.Build.0 = Debug|Any CPU
{05A69501-343B-4227-B890-CFAD23EC84D4}.Debug|x86.ActiveCfg = Debug|Any CPU
{05A69501-343B-4227-B890-CFAD23EC84D4}.Debug|x86.Build.0 = Debug|Any CPU
{05A69501-343B-4227-B890-CFAD23EC84D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05A69501-343B-4227-B890-CFAD23EC84D4}.Release|Any CPU.Build.0 = Release|Any CPU
{05A69501-343B-4227-B890-CFAD23EC84D4}.Release|x64.ActiveCfg = Release|Any CPU
{05A69501-343B-4227-B890-CFAD23EC84D4}.Release|x64.Build.0 = Release|Any CPU
{05A69501-343B-4227-B890-CFAD23EC84D4}.Release|x86.ActiveCfg = Release|Any CPU
{05A69501-343B-4227-B890-CFAD23EC84D4}.Release|x86.Build.0 = Release|Any CPU
{E18C8C3A-346F-4633-8F0D-3CA9F48B3F74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E18C8C3A-346F-4633-8F0D-3CA9F48B3F74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E18C8C3A-346F-4633-8F0D-3CA9F48B3F74}.Debug|x64.ActiveCfg = Debug|Any CPU
{E18C8C3A-346F-4633-8F0D-3CA9F48B3F74}.Debug|x64.Build.0 = Debug|Any CPU
{E18C8C3A-346F-4633-8F0D-3CA9F48B3F74}.Debug|x86.ActiveCfg = Debug|Any CPU
{E18C8C3A-346F-4633-8F0D-3CA9F48B3F74}.Debug|x86.Build.0 = Debug|Any CPU
{E18C8C3A-346F-4633-8F0D-3CA9F48B3F74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E18C8C3A-346F-4633-8F0D-3CA9F48B3F74}.Release|Any CPU.Build.0 = Release|Any CPU
{E18C8C3A-346F-4633-8F0D-3CA9F48B3F74}.Release|x64.ActiveCfg = Release|Any CPU
{E18C8C3A-346F-4633-8F0D-3CA9F48B3F74}.Release|x64.Build.0 = Release|Any CPU
{E18C8C3A-346F-4633-8F0D-3CA9F48B3F74}.Release|x86.ActiveCfg = Release|Any CPU
{E18C8C3A-346F-4633-8F0D-3CA9F48B3F74}.Release|x86.Build.0 = Release|Any CPU
{99CE1BB1-3C16-4D65-AC3B-CFEFD7705923}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99CE1BB1-3C16-4D65-AC3B-CFEFD7705923}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99CE1BB1-3C16-4D65-AC3B-CFEFD7705923}.Debug|x64.ActiveCfg = Debug|Any CPU
{99CE1BB1-3C16-4D65-AC3B-CFEFD7705923}.Debug|x64.Build.0 = Debug|Any CPU
{99CE1BB1-3C16-4D65-AC3B-CFEFD7705923}.Debug|x86.ActiveCfg = Debug|Any CPU
{99CE1BB1-3C16-4D65-AC3B-CFEFD7705923}.Debug|x86.Build.0 = Debug|Any CPU
{99CE1BB1-3C16-4D65-AC3B-CFEFD7705923}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99CE1BB1-3C16-4D65-AC3B-CFEFD7705923}.Release|Any CPU.Build.0 = Release|Any CPU
{99CE1BB1-3C16-4D65-AC3B-CFEFD7705923}.Release|x64.ActiveCfg = Release|Any CPU
{99CE1BB1-3C16-4D65-AC3B-CFEFD7705923}.Release|x64.Build.0 = Release|Any CPU
{99CE1BB1-3C16-4D65-AC3B-CFEFD7705923}.Release|x86.ActiveCfg = Release|Any CPU
{99CE1BB1-3C16-4D65-AC3B-CFEFD7705923}.Release|x86.Build.0 = Release|Any CPU
{1B6843E8-6DFE-4DB3-A115-8E37AB331BB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B6843E8-6DFE-4DB3-A115-8E37AB331BB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B6843E8-6DFE-4DB3-A115-8E37AB331BB4}.Debug|x64.ActiveCfg = Debug|Any CPU
{1B6843E8-6DFE-4DB3-A115-8E37AB331BB4}.Debug|x64.Build.0 = Debug|Any CPU
{1B6843E8-6DFE-4DB3-A115-8E37AB331BB4}.Debug|x86.ActiveCfg = Debug|Any CPU
{1B6843E8-6DFE-4DB3-A115-8E37AB331BB4}.Debug|x86.Build.0 = Debug|Any CPU
{1B6843E8-6DFE-4DB3-A115-8E37AB331BB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B6843E8-6DFE-4DB3-A115-8E37AB331BB4}.Release|Any CPU.Build.0 = Release|Any CPU
{1B6843E8-6DFE-4DB3-A115-8E37AB331BB4}.Release|x64.ActiveCfg = Release|Any CPU
{1B6843E8-6DFE-4DB3-A115-8E37AB331BB4}.Release|x64.Build.0 = Release|Any CPU
{1B6843E8-6DFE-4DB3-A115-8E37AB331BB4}.Release|x86.ActiveCfg = Release|Any CPU
{1B6843E8-6DFE-4DB3-A115-8E37AB331BB4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
57 changes: 54 additions & 3 deletions src/HealthcareApis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ subject-prefix: $(service-name)
resourcegroup-append: true
identity-correction-for-post: true

metadata:
tags: Azure ResourceManager ARM PSModule $(service-name) HealthCare FhirService

directive:
- where:
subject-prefix: (^HealthcareApis)(.*)
Expand Down Expand Up @@ -75,16 +78,64 @@ directive:
- where:
subject: Workspace
set:
subject: APIsWorkspace
subject: ApisWorkspace
- where:
subject: Service
set:
subject: APIsService
subject: ApisService
- where:
subject: ^APIsService$
subject: ^ApisService$
parameter-name: ResourceName
set:
parameter-name: Name
- where:
parameter-name: AccessPolicy
set:
parameter-name: AccessPolicyObjectId
- where:
parameter-name: CorConfigurationAllowCredentials
set:
parameter-name: AllowCorsCredential
- where:
parameter-name: AuthenticationConfigurationAudience
set:
parameter-name: Audience
- where:
parameter-name: AuthenticationConfigurationAuthority
set:
parameter-name: Authority
- where:
parameter-name: CorConfigurationHeader
set:
parameter-name: CorsHeader
- where:
parameter-name: CorConfigurationMaxAge
set:
parameter-name: CorsMaxAge
- where:
parameter-name: CorConfigurationMethod
set:
parameter-name: CorsMethod
- where:
parameter-name: CorConfigurationOrigin
set:
parameter-name: CorsOrigin
- where:
parameter-name: CosmoDbConfigurationOfferThroughput
set:
parameter-name: CosmosOfferThroughput
- where:
parameter-name: CosmoDbConfigurationKeyVaultKeyUri
set:
parameter-name: CosmosKeyVaultKeyUri
- where:
parameter-name: AuthenticationConfigurationSmartProxyEnabled
set:
parameter-name: EnableSmartProxy
- where:
parameter-name: ExportConfigurationStorageAccountName
set:
parameter-name: ExportStorageAccountName
- where:
model-name: Workspace
set:
Expand Down
2 changes: 1 addition & 1 deletion src/HealthcareApis/check-dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if(-not $Isolated) {
function DownloadModule ([bool]$predicate, [string]$path, [string]$moduleName, [string]$versionMinimum, [string]$requiredVersion) {
if($predicate) {
$module = Get-Module -ListAvailable -Name $moduleName
if((-not $module) -or ($versionMinimum -and ($module | ForEach-Object { $_.Version } | Where-Object { $_ -ge [System.Version]$versionMinimum } | Measure-Object).Count -eq 0)) {
if((-not $module) -or ($versionMinimum -and ($module | ForEach-Object { $_.Version } | Where-Object { $_ -ge [System.Version]$versionMinimum } | Measure-Object).Count -eq 0) -or ($requiredVersion -and ($module | ForEach-Object { $_.Version } | Where-Object { $_ -eq [System.Version]$requiredVersion } | Measure-Object).Count -eq 0)) {
$null = New-Item -ItemType Directory -Force -Path $path
Write-Host -ForegroundColor Green "Installing local $moduleName module into '$path'..."
if ($requiredVersion) {
Expand Down
Loading