Skip to content

Commit 7751e83

Browse files
lijinpei2008azure-powershell-botwyunchi-ms
authored
[HealthcareApis] Move HealthcareApis to main (#18125)
* Move HealthcareApis to main * Move HealthcareApis to main * update changelog and BreakingChangeIssues.csv * update generate-info.json * update changelog and BreakingChangeIssues.csv * Update Az.HealthcareApis.psd1 * update * renamed * rename APIs -> Apis * delete some files Co-authored-by: azure-powershell-bot <[email protected]> Co-authored-by: Yunchi Wang <[email protected]>
1 parent ad98f22 commit 7751e83

File tree

342 files changed

+4751
-6252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

342 files changed

+4751
-6252
lines changed

src/HealthcareApis/Az.HealthcareApis.psd1

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 4/28/2022
6+
# Generated on: 5/12/2022
77
#
88

99
@{
@@ -69,22 +69,22 @@ FormatsToProcess = './Az.HealthcareApis.format.ps1xml'
6969
# NestedModules = @()
7070

7171
# 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.
72-
FunctionsToExport = 'Get-AzHealthcareAPIsService', 'Get-AzHealthcareAPIsWorkspace',
72+
FunctionsToExport = 'Get-AzHealthcareApisService', 'Get-AzHealthcareApisWorkspace',
7373
'Get-AzHealthcareDicomService', 'Get-AzHealthcareFhirDestination',
7474
'Get-AzHealthcareFhirService', 'Get-AzHealthcareIotConnector',
7575
'Get-AzHealthcareIotConnectorFhirDestination',
76-
'New-AzHealthcareAPIsService', 'New-AzHealthcareAPIsWorkspace',
76+
'New-AzHealthcareApisService', 'New-AzHealthcareApisWorkspace',
7777
'New-AzHealthcareDicomService', 'New-AzHealthcareFhirService',
7878
'New-AzHealthcareIotConnector',
7979
'New-AzHealthcareIotConnectorFhirDestination',
80-
'Remove-AzHealthcareAPIsService',
81-
'Remove-AzHealthcareAPIsWorkspace',
80+
'Remove-AzHealthcareApisService',
81+
'Remove-AzHealthcareApisWorkspace',
8282
'Remove-AzHealthcareDicomService', 'Remove-AzHealthcareFhirService',
8383
'Remove-AzHealthcareIotConnector',
8484
'Remove-AzHealthcareIotConnectorFhirDestination',
8585
'Test-AzHealthcareServiceNameAvailability',
86-
'Update-AzHealthcareAPIsService',
87-
'Update-AzHealthcareAPIsWorkspace',
86+
'Update-AzHealthcareApisService',
87+
'Update-AzHealthcareApisWorkspace',
8888
'Update-AzHealthcareDicomService', 'Update-AzHealthcareFhirService',
8989
'Update-AzHealthcareIotConnector'
9090

@@ -112,7 +112,7 @@ PrivateData = @{
112112
PSData = @{
113113

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

117117
# A URL to the license for this module.
118118
LicenseUri = 'https://aka.ms/azps-license'

src/HealthcareApis/Changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
## Upcoming Release
2121
* Migrated module to generated codebase.
2222
* Added cmdlets:
23-
- New/Get/Update/Remove-AzHealthcareAPIsService
24-
- New/Get/Update/Remove-AzHealthcareAPIsWorkspace
23+
- New/Get/Update/Remove-AzHealthcareApisService
24+
- New/Get/Update/Remove-AzHealthcareApisWorkspace
2525
- New/Get/Update/Remove-AzHealthcareFhirService
2626
- New/Get/Update/Remove-AzHealthcareDicomService
2727
- New/Get/Update/Remove-AzHealthcareIoTConnector
28-
- Get-AzHealthcareFhirDestination
2928
- New/Get/Remove-AzHealthcareIotConnectorFhirDestination
29+
- Get-AzHealthcareFhirDestination
3030

3131
## Version 1.3.2
3232
* HealthcareApis cmdlets will bump up API version which may introduce breaking change. Please contact us for more information.

src/HealthcareApis/HealthcareApis.sln

Lines changed: 78 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.30114.105
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{3F003229-E08D-4D8B-9DF7-E74C75A589C9}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{CD8CAB6B-307C-421C-9792-F108241A777A}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}"
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{674C34A4-BD68-4F42-B0D1-3D0D43042710}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}"
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{2865360F-60CD-49B0-9D47-741C9FB11615}"
1515
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.HealthcareApis", "Az.HealthcareApis.csproj", "{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}"
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.HealthcareApis", "Az.HealthcareApis.csproj", "{9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}"
1717
EndProject
1818
Global
1919
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -28,77 +28,77 @@ Global
2828
HideSolutionNode = FALSE
2929
EndGlobalSection
3030
GlobalSection(ProjectConfigurationPlatforms) = postSolution
31-
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
32-
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
33-
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Debug|x64.ActiveCfg = Debug|Any CPU
34-
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Debug|x64.Build.0 = Debug|Any CPU
35-
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Debug|x86.ActiveCfg = Debug|Any CPU
36-
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Debug|x86.Build.0 = Debug|Any CPU
37-
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
38-
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Release|Any CPU.Build.0 = Release|Any CPU
39-
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Release|x64.ActiveCfg = Release|Any CPU
40-
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Release|x64.Build.0 = Release|Any CPU
41-
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Release|x86.ActiveCfg = Release|Any CPU
42-
{E32AEF9D-B1B4-46EE-9C02-C63A0BBC86EB}.Release|x86.Build.0 = Release|Any CPU
43-
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
44-
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
45-
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Debug|x64.ActiveCfg = Debug|Any CPU
46-
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Debug|x64.Build.0 = Debug|Any CPU
47-
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Debug|x86.ActiveCfg = Debug|Any CPU
48-
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Debug|x86.Build.0 = Debug|Any CPU
49-
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
50-
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Release|Any CPU.Build.0 = Release|Any CPU
51-
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Release|x64.ActiveCfg = Release|Any CPU
52-
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Release|x64.Build.0 = Release|Any CPU
53-
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Release|x86.ActiveCfg = Release|Any CPU
54-
{52A94E17-807E-45C3-9EA5-9C8CDD8FE8AD}.Release|x86.Build.0 = Release|Any CPU
55-
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56-
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
57-
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Debug|x64.ActiveCfg = Debug|Any CPU
58-
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Debug|x64.Build.0 = Debug|Any CPU
59-
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Debug|x86.ActiveCfg = Debug|Any CPU
60-
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Debug|x86.Build.0 = Debug|Any CPU
61-
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
62-
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Release|Any CPU.Build.0 = Release|Any CPU
63-
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Release|x64.ActiveCfg = Release|Any CPU
64-
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Release|x64.Build.0 = Release|Any CPU
65-
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Release|x86.ActiveCfg = Release|Any CPU
66-
{87E85A3C-B126-4AB6-9F6E-EC91B11306AB}.Release|x86.Build.0 = Release|Any CPU
67-
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
68-
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
69-
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Debug|x64.ActiveCfg = Debug|Any CPU
70-
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Debug|x64.Build.0 = Debug|Any CPU
71-
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Debug|x86.ActiveCfg = Debug|Any CPU
72-
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Debug|x86.Build.0 = Debug|Any CPU
73-
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
74-
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Release|Any CPU.Build.0 = Release|Any CPU
75-
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Release|x64.ActiveCfg = Release|Any CPU
76-
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Release|x64.Build.0 = Release|Any CPU
77-
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Release|x86.ActiveCfg = Release|Any CPU
78-
{E0EE6EFB-042B-40FA-8095-6619F4C0B7C2}.Release|x86.Build.0 = Release|Any CPU
79-
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
80-
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
81-
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Debug|x64.ActiveCfg = Debug|Any CPU
82-
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Debug|x64.Build.0 = Debug|Any CPU
83-
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Debug|x86.ActiveCfg = Debug|Any CPU
84-
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Debug|x86.Build.0 = Debug|Any CPU
85-
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
86-
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Release|Any CPU.Build.0 = Release|Any CPU
87-
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Release|x64.ActiveCfg = Release|Any CPU
88-
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Release|x64.Build.0 = Release|Any CPU
89-
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Release|x86.ActiveCfg = Release|Any CPU
90-
{1985958D-4C0B-49EA-9D2E-D4216D2FFE6C}.Release|x86.Build.0 = Release|Any CPU
91-
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
92-
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
93-
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Debug|x64.ActiveCfg = Debug|Any CPU
94-
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Debug|x64.Build.0 = Debug|Any CPU
95-
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Debug|x86.ActiveCfg = Debug|Any CPU
96-
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Debug|x86.Build.0 = Debug|Any CPU
97-
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
98-
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Release|Any CPU.Build.0 = Release|Any CPU
99-
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Release|x64.ActiveCfg = Release|Any CPU
100-
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Release|x64.Build.0 = Release|Any CPU
101-
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Release|x86.ActiveCfg = Release|Any CPU
102-
{ED11AFB6-CF59-4CCA-8123-26876CA2DDD4}.Release|x86.Build.0 = Release|Any CPU
31+
{3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
32+
{3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
33+
{3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Debug|x64.ActiveCfg = Debug|Any CPU
34+
{3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Debug|x64.Build.0 = Debug|Any CPU
35+
{3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Debug|x86.ActiveCfg = Debug|Any CPU
36+
{3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Debug|x86.Build.0 = Debug|Any CPU
37+
{3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
38+
{3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Release|Any CPU.Build.0 = Release|Any CPU
39+
{3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Release|x64.ActiveCfg = Release|Any CPU
40+
{3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Release|x64.Build.0 = Release|Any CPU
41+
{3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Release|x86.ActiveCfg = Release|Any CPU
42+
{3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Release|x86.Build.0 = Release|Any CPU
43+
{CD8CAB6B-307C-421C-9792-F108241A777A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
44+
{CD8CAB6B-307C-421C-9792-F108241A777A}.Debug|Any CPU.Build.0 = Debug|Any CPU
45+
{CD8CAB6B-307C-421C-9792-F108241A777A}.Debug|x64.ActiveCfg = Debug|Any CPU
46+
{CD8CAB6B-307C-421C-9792-F108241A777A}.Debug|x64.Build.0 = Debug|Any CPU
47+
{CD8CAB6B-307C-421C-9792-F108241A777A}.Debug|x86.ActiveCfg = Debug|Any CPU
48+
{CD8CAB6B-307C-421C-9792-F108241A777A}.Debug|x86.Build.0 = Debug|Any CPU
49+
{CD8CAB6B-307C-421C-9792-F108241A777A}.Release|Any CPU.ActiveCfg = Release|Any CPU
50+
{CD8CAB6B-307C-421C-9792-F108241A777A}.Release|Any CPU.Build.0 = Release|Any CPU
51+
{CD8CAB6B-307C-421C-9792-F108241A777A}.Release|x64.ActiveCfg = Release|Any CPU
52+
{CD8CAB6B-307C-421C-9792-F108241A777A}.Release|x64.Build.0 = Release|Any CPU
53+
{CD8CAB6B-307C-421C-9792-F108241A777A}.Release|x86.ActiveCfg = Release|Any CPU
54+
{CD8CAB6B-307C-421C-9792-F108241A777A}.Release|x86.Build.0 = Release|Any CPU
55+
{B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56+
{B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Debug|Any CPU.Build.0 = Debug|Any CPU
57+
{B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Debug|x64.ActiveCfg = Debug|Any CPU
58+
{B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Debug|x64.Build.0 = Debug|Any CPU
59+
{B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Debug|x86.ActiveCfg = Debug|Any CPU
60+
{B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Debug|x86.Build.0 = Debug|Any CPU
61+
{B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Release|Any CPU.ActiveCfg = Release|Any CPU
62+
{B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Release|Any CPU.Build.0 = Release|Any CPU
63+
{B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Release|x64.ActiveCfg = Release|Any CPU
64+
{B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Release|x64.Build.0 = Release|Any CPU
65+
{B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Release|x86.ActiveCfg = Release|Any CPU
66+
{B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Release|x86.Build.0 = Release|Any CPU
67+
{674C34A4-BD68-4F42-B0D1-3D0D43042710}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
68+
{674C34A4-BD68-4F42-B0D1-3D0D43042710}.Debug|Any CPU.Build.0 = Debug|Any CPU
69+
{674C34A4-BD68-4F42-B0D1-3D0D43042710}.Debug|x64.ActiveCfg = Debug|Any CPU
70+
{674C34A4-BD68-4F42-B0D1-3D0D43042710}.Debug|x64.Build.0 = Debug|Any CPU
71+
{674C34A4-BD68-4F42-B0D1-3D0D43042710}.Debug|x86.ActiveCfg = Debug|Any CPU
72+
{674C34A4-BD68-4F42-B0D1-3D0D43042710}.Debug|x86.Build.0 = Debug|Any CPU
73+
{674C34A4-BD68-4F42-B0D1-3D0D43042710}.Release|Any CPU.ActiveCfg = Release|Any CPU
74+
{674C34A4-BD68-4F42-B0D1-3D0D43042710}.Release|Any CPU.Build.0 = Release|Any CPU
75+
{674C34A4-BD68-4F42-B0D1-3D0D43042710}.Release|x64.ActiveCfg = Release|Any CPU
76+
{674C34A4-BD68-4F42-B0D1-3D0D43042710}.Release|x64.Build.0 = Release|Any CPU
77+
{674C34A4-BD68-4F42-B0D1-3D0D43042710}.Release|x86.ActiveCfg = Release|Any CPU
78+
{674C34A4-BD68-4F42-B0D1-3D0D43042710}.Release|x86.Build.0 = Release|Any CPU
79+
{2865360F-60CD-49B0-9D47-741C9FB11615}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
80+
{2865360F-60CD-49B0-9D47-741C9FB11615}.Debug|Any CPU.Build.0 = Debug|Any CPU
81+
{2865360F-60CD-49B0-9D47-741C9FB11615}.Debug|x64.ActiveCfg = Debug|Any CPU
82+
{2865360F-60CD-49B0-9D47-741C9FB11615}.Debug|x64.Build.0 = Debug|Any CPU
83+
{2865360F-60CD-49B0-9D47-741C9FB11615}.Debug|x86.ActiveCfg = Debug|Any CPU
84+
{2865360F-60CD-49B0-9D47-741C9FB11615}.Debug|x86.Build.0 = Debug|Any CPU
85+
{2865360F-60CD-49B0-9D47-741C9FB11615}.Release|Any CPU.ActiveCfg = Release|Any CPU
86+
{2865360F-60CD-49B0-9D47-741C9FB11615}.Release|Any CPU.Build.0 = Release|Any CPU
87+
{2865360F-60CD-49B0-9D47-741C9FB11615}.Release|x64.ActiveCfg = Release|Any CPU
88+
{2865360F-60CD-49B0-9D47-741C9FB11615}.Release|x64.Build.0 = Release|Any CPU
89+
{2865360F-60CD-49B0-9D47-741C9FB11615}.Release|x86.ActiveCfg = Release|Any CPU
90+
{2865360F-60CD-49B0-9D47-741C9FB11615}.Release|x86.Build.0 = Release|Any CPU
91+
{9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
92+
{9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Debug|Any CPU.Build.0 = Debug|Any CPU
93+
{9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Debug|x64.ActiveCfg = Debug|Any CPU
94+
{9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Debug|x64.Build.0 = Debug|Any CPU
95+
{9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Debug|x86.ActiveCfg = Debug|Any CPU
96+
{9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Debug|x86.Build.0 = Debug|Any CPU
97+
{9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Release|Any CPU.ActiveCfg = Release|Any CPU
98+
{9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Release|Any CPU.Build.0 = Release|Any CPU
99+
{9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Release|x64.ActiveCfg = Release|Any CPU
100+
{9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Release|x64.Build.0 = Release|Any CPU
101+
{9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Release|x86.ActiveCfg = Release|Any CPU
102+
{9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Release|x86.Build.0 = Release|Any CPU
103103
EndGlobalSection
104104
EndGlobal

src/HealthcareApis/README.md

Lines changed: 56 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ subject-prefix: $(service-name)
4343
resourcegroup-append: true
4444
identity-correction-for-post: true
4545

46+
metadata:
47+
tags: Azure ResourceManager ARM PSModule $(service-name) HealthCare FhirService
48+
4649
directive:
4750
- where:
4851
subject-prefix: (^HealthcareApis)(.*)
@@ -75,16 +78,64 @@ directive:
7578
- where:
7679
subject: Workspace
7780
set:
78-
subject: APIsWorkspace
81+
subject: ApisWorkspace
7982
- where:
8083
subject: Service
8184
set:
82-
subject: APIsService
85+
subject: ApisService
8386
- where:
84-
subject: ^APIsService$
87+
subject: ^ApisService$
8588
parameter-name: ResourceName
8689
set:
8790
parameter-name: Name
91+
- where:
92+
parameter-name: AccessPolicy
93+
set:
94+
parameter-name: AccessPolicyObjectId
95+
- where:
96+
parameter-name: CorConfigurationAllowCredentials
97+
set:
98+
parameter-name: AllowCorsCredential
99+
- where:
100+
parameter-name: AuthenticationConfigurationAudience
101+
set:
102+
parameter-name: Audience
103+
- where:
104+
parameter-name: AuthenticationConfigurationAuthority
105+
set:
106+
parameter-name: Authority
107+
- where:
108+
parameter-name: CorConfigurationHeader
109+
set:
110+
parameter-name: CorsHeader
111+
- where:
112+
parameter-name: CorConfigurationMaxAge
113+
set:
114+
parameter-name: CorsMaxAge
115+
- where:
116+
parameter-name: CorConfigurationMethod
117+
set:
118+
parameter-name: CorsMethod
119+
- where:
120+
parameter-name: CorConfigurationOrigin
121+
set:
122+
parameter-name: CorsOrigin
123+
- where:
124+
parameter-name: CosmoDbConfigurationOfferThroughput
125+
set:
126+
parameter-name: CosmosOfferThroughput
127+
- where:
128+
parameter-name: CosmoDbConfigurationKeyVaultKeyUri
129+
set:
130+
parameter-name: CosmosKeyVaultKeyUri
131+
- where:
132+
parameter-name: AuthenticationConfigurationSmartProxyEnabled
133+
set:
134+
parameter-name: EnableSmartProxy
135+
- where:
136+
parameter-name: ExportConfigurationStorageAccountName
137+
set:
138+
parameter-name: ExportStorageAccountName
88139
- where:
89140
model-name: Workspace
90141
set:
@@ -165,11 +216,11 @@ directive:
165216
}
166217
- where:
167218
verb: New
168-
subject: APIsService
219+
subject: ApisService
169220
hide: true
170221
- where:
171222
verb: New
172-
subject: APIsWorkspace
223+
subject: ApisWorkspace
173224
hide: true
174225
- where:
175226
verb: New

0 commit comments

Comments
 (0)