diff --git a/src/HealthcareApis/Az.HealthcareApis.psd1 b/src/HealthcareApis/Az.HealthcareApis.psd1 index 2ff49f709446..f0e7ec741a9e 100644 --- a/src/HealthcareApis/Az.HealthcareApis.psd1 +++ b/src/HealthcareApis/Az.HealthcareApis.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 4/28/2022 +# Generated on: 5/9/2022 # @{ @@ -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' @@ -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' diff --git a/src/HealthcareApis/HealthcareApis.sln b/src/HealthcareApis/HealthcareApis.sln index b0e6cfe3922e..1a45de8bb7ad 100644 --- a/src/HealthcareApis/HealthcareApis.sln +++ b/src/HealthcareApis/HealthcareApis.sln @@ -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 @@ -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 diff --git a/src/HealthcareApis/README.md b/src/HealthcareApis/README.md index d3a98713faed..66e0d6ab40b5 100644 --- a/src/HealthcareApis/README.md +++ b/src/HealthcareApis/README.md @@ -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)(.*) @@ -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: diff --git a/src/HealthcareApis/check-dependencies.ps1 b/src/HealthcareApis/check-dependencies.ps1 index 1200ec1e6fc4..c29591c7bfe1 100644 --- a/src/HealthcareApis/check-dependencies.ps1 +++ b/src/HealthcareApis/check-dependencies.ps1 @@ -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) { diff --git a/src/HealthcareApis/custom/New-AzHealthcareAPIsService.ps1 b/src/HealthcareApis/custom/New-AzHealthcareAPIsService.ps1 index f4a807b8cb50..25356fd6fe02 100644 --- a/src/HealthcareApis/custom/New-AzHealthcareAPIsService.ps1 +++ b/src/HealthcareApis/custom/New-AzHealthcareAPIsService.ps1 @@ -20,7 +20,7 @@ Create or update the metadata of a service instance. .Description Create or update the metadata of a service instance. .Example -PS C:\> New-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice -Kind 'fhir' -Location eastus2 -CosmoDbConfigurationOfferThroughput 400 +PS C:\> New-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice -Kind 'fhir' -Location eastus2 -CosmosOfferThroughput 400 Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -33,7 +33,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ACCESSPOLICY : The access policies of the service instance. +ACCESSPOLICYOBJECTID : The access policies of the service instance. ObjectId : An Azure AD object ID (User or Apps) that is allowed access to the FHIR service. ACRCONFIGURATIONOCIARTIFACT : The list of Open Container Initiative (OCI) artifacts. @@ -48,7 +48,7 @@ PRIVATEENDPOINTCONNECTION : The list of private en .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/new-azhealthcareapisservice #> -function New-AzHealthcareAPIsService { +function New-AzHealthcareApisService { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -89,8 +89,8 @@ function New-AzHealthcareAPIsService { [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceAccessPolicyEntry[]] # The access policies of the service instance. - # To construct, see NOTES section for ACCESSPOLICY properties and create a hash table. - ${AccessPolicy}, + # To construct, see NOTES section for ACCESSPOLICYOBJECTID properties and create a hash table. + ${AccessPolicyObjectId}, [Parameter()] [AllowEmptyCollection()] @@ -109,66 +109,66 @@ function New-AzHealthcareAPIsService { [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.String] - # The audience url for the service - ${AuthenticationConfigurationAudience}, + [System.Management.Automation.SwitchParameter] + # If credentials are allowed via CORS. + ${AllowCorsCredential}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] - # The authority url for the service - ${AuthenticationConfigurationAuthority}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If the SMART on FHIR proxy is enabled - ${AuthenticationConfigurationSmartProxyEnabled}, + # The audience url for the service + ${Audience}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If credentials are allowed via CORS. - ${CorConfigurationAllowCredentials}, + [System.String] + # The authority url for the service + ${Authority}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The headers to be allowed via CORS. - ${CorConfigurationHeader}, + ${CorsHeader}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.Int32] # The max age to be allowed via CORS. - ${CorConfigurationMaxAge}, + ${CorsMaxAge}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The methods to be allowed via CORS. - ${CorConfigurationMethod}, + ${CorsMethod}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The origins to be allowed via CORS. - ${CorConfigurationOrigin}, + ${CorsOrigin}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] # The URI of the customer-managed key for the backing database. - ${CosmoDbConfigurationKeyVaultKeyUri}, + ${CosmosKeyVaultKeyUri}, [Parameter(Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.Int32] # The provisioned throughput for the backing database. - ${CosmoDbConfigurationOfferThroughput}, + ${CosmosOfferThroughput}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If the SMART on FHIR proxy is enabled + ${EnableSmartProxy}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] @@ -180,7 +180,7 @@ function New-AzHealthcareAPIsService { [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] # The name of the default export storage account. - ${ExportConfigurationStorageAccountName}, + ${ExportStorageAccountName}, [Parameter()] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ManagedServiceIdentityType])] @@ -270,10 +270,9 @@ function New-AzHealthcareAPIsService { # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) - process { try { - Az.HealthcareApis.internal\New-AzHealthcareAPIsService @PSBoundParameters + Az.HealthcareApis.internal\New-AzHealthcareApisService @PSBoundParameters } catch { throw } diff --git a/src/HealthcareApis/custom/New-AzHealthcareAPIsWorkspace.ps1 b/src/HealthcareApis/custom/New-AzHealthcareAPIsWorkspace.ps1 index fe32fd53897f..4eb3aedcd887 100644 --- a/src/HealthcareApis/custom/New-AzHealthcareAPIsWorkspace.ps1 +++ b/src/HealthcareApis/custom/New-AzHealthcareAPIsWorkspace.ps1 @@ -20,7 +20,7 @@ Creates or updates a workspace resource with the specified parameters. .Description Creates or updates a workspace resource with the specified parameters. .Example -PS C:\> New-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Location eastus2 +PS C:\> New-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Location eastus2 Location Name ResourceGroupName -------- ---- ----------------- @@ -31,7 +31,7 @@ Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/new-azhealthcareapisworkspace #> -function New-AzHealthcareAPIsWorkspace { +function New-AzHealthcareApisWorkspace { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -143,7 +143,7 @@ function New-AzHealthcareAPIsWorkspace { process { try { - Az.HealthcareApis.internal\New-AzHealthcareAPIsWorkspace @PSBoundParameters + Az.HealthcareApis.internal\New-AzHealthcareApisWorkspace @PSBoundParameters } catch { throw } diff --git a/src/HealthcareApis/custom/New-AzHealthcareFhirService.ps1 b/src/HealthcareApis/custom/New-AzHealthcareFhirService.ps1 index 272b4c45b968..ce7efb57ac82 100644 --- a/src/HealthcareApis/custom/New-AzHealthcareFhirService.ps1 +++ b/src/HealthcareApis/custom/New-AzHealthcareFhirService.ps1 @@ -20,7 +20,7 @@ Creates or updates a FHIR Service resource with the specified parameters. .Description Creates or updates a FHIR Service resource with the specified parameters. .Example -PS C:\> New-AzHealthcareFhirService -Name azpsfhirservice -ResourceGroupName azps_test_group -WorkspaceName azpshcws -Location eastus2 -Kind 'fhir-R4' -AuthenticationConfigurationAuthority "https://login.microsoftonline.com/{DirectoryID}" -AuthenticationConfigurationAudience "https://azpshcws-{FhirServiceName}.fhir.azurehealthcareapis.com" +PS C:\> New-AzHealthcareFhirService -Name azpsfhirservice -ResourceGroupName azps_test_group -WorkspaceName azpshcws -Location eastus2 -Kind 'fhir-R4' -Authority "https://login.microsoftonline.com/{DirectoryID}" -Audience "https://azpshcws-{FhirServiceName}.fhir.azurehealthcareapis.com" Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -33,7 +33,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ACCESSPOLICY : Fhir Service access policies. +ACCESSPOLICYOBJECTID : Fhir Service access policies. ObjectId : An Azure AD object ID (User or Apps) that is allowed access to the FHIR service. ACRCONFIGURATIONOCIARTIFACT : The list of Open Container Initiative (OCI) artifacts. @@ -78,8 +78,8 @@ function New-AzHealthcareFhirService { [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceAccessPolicyEntry[]] # Fhir Service access policies. - # To construct, see NOTES section for ACCESSPOLICY properties and create a hash table. - ${AccessPolicy}, + # To construct, see NOTES section for ACCESSPOLICYOBJECTID properties and create a hash table. + ${AccessPolicyObjectId}, [Parameter()] [AllowEmptyCollection()] @@ -98,54 +98,54 @@ function New-AzHealthcareFhirService { [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.String] - # The audience url for the service - ${AuthenticationConfigurationAudience}, + [System.Management.Automation.SwitchParameter] + # If credentials are allowed via CORS. + ${AllowCorsCredential}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] - # The authority url for the service - ${AuthenticationConfigurationAuthority}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If the SMART on FHIR proxy is enabled - ${AuthenticationConfigurationSmartProxyEnabled}, + # The audience url for the service + ${Audience}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If credentials are allowed via CORS. - ${CorConfigurationAllowCredentials}, + [System.String] + # The authority url for the service + ${Authority}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The headers to be allowed via CORS. - ${CorConfigurationHeader}, + ${CorsHeader}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.Int32] # The max age to be allowed via CORS. - ${CorConfigurationMaxAge}, + ${CorsMaxAge}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The methods to be allowed via CORS. - ${CorConfigurationMethod}, + ${CorsMethod}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The origins to be allowed via CORS. - ${CorConfigurationOrigin}, + ${CorsOrigin}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If the SMART on FHIR proxy is enabled + ${EnableSmartProxy}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] @@ -157,7 +157,7 @@ function New-AzHealthcareFhirService { [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] # The name of the default export storage account. - ${ExportConfigurationStorageAccountName}, + ${ExportStorageAccountName}, [Parameter()] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType])] diff --git a/src/HealthcareApis/custom/New-AzHealthcareIotConnector.ps1 b/src/HealthcareApis/custom/New-AzHealthcareIotConnector.ps1 index 3cb2da9c822d..3c9159722755 100644 --- a/src/HealthcareApis/custom/New-AzHealthcareIotConnector.ps1 +++ b/src/HealthcareApis/custom/New-AzHealthcareIotConnector.ps1 @@ -21,7 +21,7 @@ Creates or updates an IoT Connector resource with the specified parameters. Creates or updates an IoT Connector resource with the specified parameters. .Example PS C:\> $arr = @() -PS C:\> New-AzHealthcareIotConnector -Name azpsiotconnector -ResourceGroupName azps_test_group -WorkspaceName azpshcws -Location eastus2 -IngestionEndpointConfigurationConsumerGroup "sajob-01-portal_input-01_consumer_group" -IngestionEndpointConfigurationEventHubName "sajob01portaleventhub" -IngestionEndpointConfigurationFullyQualifiedEventHubNamespace "sdk-Namespace-4761" -DeviceMappingContent @{"templateType"="CollectionContent";"template"=$arr} +PS C:\> New-AzHealthcareIotConnector -Name azpsiotconnector -ResourceGroupName azps_test_group -WorkspaceName azpshcws -Location eastus2 -IngestionEndpointConfigurationConsumerGroup "sajob-01-portal_input-01_consumer_group" -IngestionEndpointConfigurationEventHubName "sajob01portaleventhub" -IngestionEndpointConfigurationFullyQualifiedEventHubNamespace "sdk-Namespace-4761.servicebus.windows.net" -DeviceMappingContent @{"templateType"="CollectionContent";"template"=$arr} Location Name ResourceGroupName -------- ---- ----------------- diff --git a/src/HealthcareApis/examples/Get-AzHealthcareAPIsService.md b/src/HealthcareApis/examples/Get-AzHealthcareAPIsService.md index 2e4f7fd002cb..bc947d9a2edc 100644 --- a/src/HealthcareApis/examples/Get-AzHealthcareAPIsService.md +++ b/src/HealthcareApis/examples/Get-AzHealthcareAPIsService.md @@ -1,6 +1,6 @@ ### Example 1: List the metadata of service instance. ```powershell -PS C:\> Get-AzHealthcareAPIsService +PS C:\> Get-AzHealthcareApisService Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -11,7 +11,7 @@ List the metadata of service instance. ### Example 2: List the metadata of service instance by resource group. ```powershell -PS C:\> Get-AzHealthcareAPIsService -ResourceGroupName azps_test_group +PS C:\> Get-AzHealthcareApisService -ResourceGroupName azps_test_group Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -22,7 +22,7 @@ List the metadata of service instance by resource group. ### Example 3: Get the metadata of a service instance. ```powershell -PS C:\> Get-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice +PS C:\> Get-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice Location Name Kind ResourceGroupName -------- ---- ---- ----------------- diff --git a/src/HealthcareApis/examples/Get-AzHealthcareAPIsWorkspace.md b/src/HealthcareApis/examples/Get-AzHealthcareAPIsWorkspace.md index b8f9cc375152..0c4a93a14ea5 100644 --- a/src/HealthcareApis/examples/Get-AzHealthcareAPIsWorkspace.md +++ b/src/HealthcareApis/examples/Get-AzHealthcareAPIsWorkspace.md @@ -1,6 +1,6 @@ ### Example 1: List the properties. ```powershell -PS C:\> Get-AzHealthcareAPIsWorkspace +PS C:\> Get-AzHealthcareApisWorkspace Location Name ResourceGroupName -------- ---- ----------------- @@ -12,7 +12,7 @@ List the properties. ### Example 2: Gets the properties of the specified workspace. ```powershell -PS C:\> Get-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group +PS C:\> Get-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group Location Name ResourceGroupName -------- ---- ----------------- @@ -23,7 +23,7 @@ Gets the properties of the specified workspace. ### Example 3: List the properties of the resource group. ```powershell -PS C:\> Get-AzHealthcareAPIsWorkspace -ResourceGroupName azps_test_group +PS C:\> Get-AzHealthcareApisWorkspace -ResourceGroupName azps_test_group Location Name ResourceGroupName -------- ---- ----------------- diff --git a/src/HealthcareApis/examples/New-AzHealthcareAPIsService.md b/src/HealthcareApis/examples/New-AzHealthcareAPIsService.md index 63092f6bcb84..0b87d4d4c1f8 100644 --- a/src/HealthcareApis/examples/New-AzHealthcareAPIsService.md +++ b/src/HealthcareApis/examples/New-AzHealthcareAPIsService.md @@ -1,6 +1,6 @@ ### Example 1: Create or update the metadata of a service instance. ```powershell -PS C:\> New-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice -Kind 'fhir' -Location eastus2 -CosmoDbConfigurationOfferThroughput 400 +PS C:\> New-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice -Kind 'fhir' -Location eastus2 -CosmosOfferThroughput 400 Location Name Kind ResourceGroupName -------- ---- ---- ----------------- diff --git a/src/HealthcareApis/examples/New-AzHealthcareAPIsWorkspace.md b/src/HealthcareApis/examples/New-AzHealthcareAPIsWorkspace.md index 5772d39b03ac..c0466cb06091 100644 --- a/src/HealthcareApis/examples/New-AzHealthcareAPIsWorkspace.md +++ b/src/HealthcareApis/examples/New-AzHealthcareAPIsWorkspace.md @@ -1,6 +1,6 @@ ### Example 1: Creates or update a workspace resource with the specified parameters. ```powershell -PS C:\> New-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Location eastus2 +PS C:\> New-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Location eastus2 Location Name ResourceGroupName -------- ---- ----------------- diff --git a/src/HealthcareApis/examples/New-AzHealthcareFhirService.md b/src/HealthcareApis/examples/New-AzHealthcareFhirService.md index 3eb3117e23b2..ba1f105669ad 100644 --- a/src/HealthcareApis/examples/New-AzHealthcareFhirService.md +++ b/src/HealthcareApis/examples/New-AzHealthcareFhirService.md @@ -1,6 +1,6 @@ ### Example 1: Creates or updates a FHIR Service resource with the specified parameters. ```powershell -PS C:\> New-AzHealthcareFhirService -Name azpsfhirservice -ResourceGroupName azps_test_group -WorkspaceName azpshcws -Location eastus2 -Kind 'fhir-R4' -AuthenticationConfigurationAuthority "https://login.microsoftonline.com/{DirectoryID}" -AuthenticationConfigurationAudience "https://azpshcws-{FhirServiceName}.fhir.azurehealthcareapis.com" +PS C:\> New-AzHealthcareFhirService -Name azpsfhirservice -ResourceGroupName azps_test_group -WorkspaceName azpshcws -Location eastus2 -Kind 'fhir-R4' -Authority "https://login.microsoftonline.com/{DirectoryID}" -Audience "https://azpshcws-{FhirServiceName}.fhir.azurehealthcareapis.com" Location Name Kind ResourceGroupName -------- ---- ---- ----------------- diff --git a/src/HealthcareApis/examples/Remove-AzHealthcareAPIsService.md b/src/HealthcareApis/examples/Remove-AzHealthcareAPIsService.md index deb3dd25e7cd..3c9283f883c4 100644 --- a/src/HealthcareApis/examples/Remove-AzHealthcareAPIsService.md +++ b/src/HealthcareApis/examples/Remove-AzHealthcareAPIsService.md @@ -1,6 +1,6 @@ ### Example 1: Delete a service instance. ```powershell -PS C:\> Remove-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice +PS C:\> Remove-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice ``` @@ -8,7 +8,7 @@ Delete a service instance. ### Example 2: Delete a service instance. ```powershell -PS C:\> Get-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice | Remove-AzHealthcareAPIsService +PS C:\> Get-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice | Remove-AzHealthcareApisService ``` diff --git a/src/HealthcareApis/examples/Remove-AzHealthcareAPIsWorkspace.md b/src/HealthcareApis/examples/Remove-AzHealthcareAPIsWorkspace.md index e60ca141a1cf..41ce57962649 100644 --- a/src/HealthcareApis/examples/Remove-AzHealthcareAPIsWorkspace.md +++ b/src/HealthcareApis/examples/Remove-AzHealthcareAPIsWorkspace.md @@ -1,6 +1,6 @@ ### Example 1: Deletes a specified workspace. ```powershell -PS C:\> Remove-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group +PS C:\> Remove-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group ``` @@ -8,7 +8,7 @@ Deletes a specified workspace. ### Example 2: Deletes a specified workspace. ```powershell -PS C:\> Get-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group | Remove-AzHealthcareAPIsWorkspace +PS C:\> Get-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group | Remove-AzHealthcareApisWorkspace ``` diff --git a/src/HealthcareApis/examples/Update-AzHealthcareAPIsService.md b/src/HealthcareApis/examples/Update-AzHealthcareAPIsService.md index 0eabb735b966..9b78d7deffdc 100644 --- a/src/HealthcareApis/examples/Update-AzHealthcareAPIsService.md +++ b/src/HealthcareApis/examples/Update-AzHealthcareAPIsService.md @@ -1,6 +1,6 @@ ### Example 1: Update the metadata of a service instance. ```powershell -PS C:\> Update-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice -Tag @{"abc"="123"} +PS C:\> Update-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice -Tag @{"abc"="123"} Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -11,7 +11,7 @@ Update the metadata of a service instance. ### Example 2: Update the metadata of a service instance. ```powershell -PS C:\> Get-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice | Update-AzHealthcareAPIsService -Tag @{"abc"="123"} +PS C:\> Get-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice | Update-AzHealthcareApisService -Tag @{"abc"="123"} Location Name Kind ResourceGroupName -------- ---- ---- ----------------- diff --git a/src/HealthcareApis/examples/Update-AzHealthcareAPIsWorkspace.md b/src/HealthcareApis/examples/Update-AzHealthcareAPIsWorkspace.md index 56d4181bfdb9..2afbb59010d4 100644 --- a/src/HealthcareApis/examples/Update-AzHealthcareAPIsWorkspace.md +++ b/src/HealthcareApis/examples/Update-AzHealthcareAPIsWorkspace.md @@ -1,6 +1,6 @@ ### Example 1: Patch workspace details. ```powershell -PS C:\> Update-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Tag @{"abc"="123"} +PS C:\> Update-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Tag @{"abc"="123"} Location Name ResourceGroupName -------- ---- ----------------- @@ -11,7 +11,7 @@ Patch workspace details. ### Example 2: Patch workspace details. ```powershell -PS C:\> Get-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group | Update-AzHealthcareAPIsWorkspace -Tag @{"abc"="123"} +PS C:\> Get-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group | Update-AzHealthcareApisWorkspace -Tag @{"abc"="123"} Location Name ResourceGroupName -------- ---- ----------------- diff --git a/src/HealthcareApis/exports/Get-AzHealthcareAPIsService.ps1 b/src/HealthcareApis/exports/Get-AzHealthcareAPIsService.ps1 index 3d19107e49be..35e5e0a83078 100644 --- a/src/HealthcareApis/exports/Get-AzHealthcareAPIsService.ps1 +++ b/src/HealthcareApis/exports/Get-AzHealthcareAPIsService.ps1 @@ -20,19 +20,19 @@ Get the metadata of a service instance. .Description Get the metadata of a service instance. .Example -PS C:\> Get-AzHealthcareAPIsService +PS C:\> Get-AzHealthcareApisService Location Name Kind ResourceGroupName -------- ---- ---- ----------------- eastus2 azpsapiservice fhir azps_test_group .Example -PS C:\> Get-AzHealthcareAPIsService -ResourceGroupName azps_test_group +PS C:\> Get-AzHealthcareApisService -ResourceGroupName azps_test_group Location Name Kind ResourceGroupName -------- ---- ---- ----------------- eastus2 azpsapiservice fhir azps_test_group .Example -PS C:\> Get-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice +PS C:\> Get-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -64,7 +64,7 @@ INPUTOBJECT : Identity Parameter .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/get-azhealthcareapisservice #> -function Get-AzHealthcareAPIsService { +function Get-AzHealthcareApisService { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( @@ -171,10 +171,10 @@ begin { } $mapping = @{ - Get = 'Az.HealthcareApis.private\Get-AzHealthcareAPIsService_Get'; - GetViaIdentity = 'Az.HealthcareApis.private\Get-AzHealthcareAPIsService_GetViaIdentity'; - List = 'Az.HealthcareApis.private\Get-AzHealthcareAPIsService_List'; - List1 = 'Az.HealthcareApis.private\Get-AzHealthcareAPIsService_List1'; + Get = 'Az.HealthcareApis.private\Get-AzHealthcareApisService_Get'; + GetViaIdentity = 'Az.HealthcareApis.private\Get-AzHealthcareApisService_GetViaIdentity'; + List = 'Az.HealthcareApis.private\Get-AzHealthcareApisService_List'; + List1 = 'Az.HealthcareApis.private\Get-AzHealthcareApisService_List1'; } if (('Get', 'List', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id diff --git a/src/HealthcareApis/exports/Get-AzHealthcareAPIsWorkspace.ps1 b/src/HealthcareApis/exports/Get-AzHealthcareAPIsWorkspace.ps1 index 7a72beab5b1b..dae709e9c695 100644 --- a/src/HealthcareApis/exports/Get-AzHealthcareAPIsWorkspace.ps1 +++ b/src/HealthcareApis/exports/Get-AzHealthcareAPIsWorkspace.ps1 @@ -20,20 +20,20 @@ Gets the properties of the specified workspace. .Description Gets the properties of the specified workspace. .Example -PS C:\> Get-AzHealthcareAPIsWorkspace +PS C:\> Get-AzHealthcareApisWorkspace Location Name ResourceGroupName -------- ---- ----------------- eastus2 azpshcws azps_test_group eastus2 azpshcws02 azps_test_group .Example -PS C:\> Get-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group +PS C:\> Get-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group Location Name ResourceGroupName -------- ---- ----------------- eastus2 azpshcws azps_test_group .Example -PS C:\> Get-AzHealthcareAPIsWorkspace -ResourceGroupName azps_test_group +PS C:\> Get-AzHealthcareApisWorkspace -ResourceGroupName azps_test_group Location Name ResourceGroupName -------- ---- ----------------- @@ -66,7 +66,7 @@ INPUTOBJECT : Identity Parameter .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/get-azhealthcareapisworkspace #> -function Get-AzHealthcareAPIsWorkspace { +function Get-AzHealthcareApisWorkspace { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( @@ -174,10 +174,10 @@ begin { } $mapping = @{ - Get = 'Az.HealthcareApis.private\Get-AzHealthcareAPIsWorkspace_Get'; - GetViaIdentity = 'Az.HealthcareApis.private\Get-AzHealthcareAPIsWorkspace_GetViaIdentity'; - List = 'Az.HealthcareApis.private\Get-AzHealthcareAPIsWorkspace_List'; - List1 = 'Az.HealthcareApis.private\Get-AzHealthcareAPIsWorkspace_List1'; + Get = 'Az.HealthcareApis.private\Get-AzHealthcareApisWorkspace_Get'; + GetViaIdentity = 'Az.HealthcareApis.private\Get-AzHealthcareApisWorkspace_GetViaIdentity'; + List = 'Az.HealthcareApis.private\Get-AzHealthcareApisWorkspace_List'; + List1 = 'Az.HealthcareApis.private\Get-AzHealthcareApisWorkspace_List1'; } if (('Get', 'List', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id diff --git a/src/HealthcareApis/exports/New-AzHealthcareAPIsService.ps1 b/src/HealthcareApis/exports/New-AzHealthcareAPIsService.ps1 index eaaae4817b96..376deb4a0f4b 100644 --- a/src/HealthcareApis/exports/New-AzHealthcareAPIsService.ps1 +++ b/src/HealthcareApis/exports/New-AzHealthcareAPIsService.ps1 @@ -20,7 +20,7 @@ Create or update the metadata of a service instance. .Description Create or update the metadata of a service instance. .Example -PS C:\> New-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice -Kind 'fhir' -Location eastus2 -CosmoDbConfigurationOfferThroughput 400 +PS C:\> New-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice -Kind 'fhir' -Location eastus2 -CosmosOfferThroughput 400 Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -33,7 +33,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ACCESSPOLICY : The access policies of the service instance. +ACCESSPOLICYOBJECTID : The access policies of the service instance. ObjectId : An Azure AD object ID (User or Apps) that is allowed access to the FHIR service. ACRCONFIGURATIONOCIARTIFACT : The list of Open Container Initiative (OCI) artifacts. @@ -48,7 +48,7 @@ PRIVATEENDPOINTCONNECTION : The list of private en .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/new-azhealthcareapisservice #> -function New-AzHealthcareAPIsService { +function New-AzHealthcareApisService { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -88,15 +88,15 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.Int32] # The provisioned throughput for the backing database. - ${CosmoDbConfigurationOfferThroughput}, + ${CosmosOfferThroughput}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceAccessPolicyEntry[]] # The access policies of the service instance. - # To construct, see NOTES section for ACCESSPOLICY properties and create a hash table. - ${AccessPolicy}, + # To construct, see NOTES section for ACCESSPOLICYOBJECTID properties and create a hash table. + ${AccessPolicyObjectId}, [Parameter()] [AllowEmptyCollection()] @@ -115,60 +115,60 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.String] - # The audience url for the service - ${AuthenticationConfigurationAudience}, + [System.Management.Automation.SwitchParameter] + # If credentials are allowed via CORS. + ${AllowCorsCredential}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] - # The authority url for the service - ${AuthenticationConfigurationAuthority}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If the SMART on FHIR proxy is enabled - ${AuthenticationConfigurationSmartProxyEnabled}, + # The audience url for the service + ${Audience}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If credentials are allowed via CORS. - ${CorConfigurationAllowCredentials}, + [System.String] + # The authority url for the service + ${Authority}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The headers to be allowed via CORS. - ${CorConfigurationHeader}, + ${CorsHeader}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.Int32] # The max age to be allowed via CORS. - ${CorConfigurationMaxAge}, + ${CorsMaxAge}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The methods to be allowed via CORS. - ${CorConfigurationMethod}, + ${CorsMethod}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The origins to be allowed via CORS. - ${CorConfigurationOrigin}, + ${CorsOrigin}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] # The URI of the customer-managed key for the backing database. - ${CosmoDbConfigurationKeyVaultKeyUri}, + ${CosmosKeyVaultKeyUri}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If the SMART on FHIR proxy is enabled + ${EnableSmartProxy}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] @@ -180,7 +180,7 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] # The name of the default export storage account. - ${ExportConfigurationStorageAccountName}, + ${ExportStorageAccountName}, [Parameter()] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ManagedServiceIdentityType])] @@ -297,7 +297,7 @@ begin { } $mapping = @{ - CreateExpanded = 'Az.HealthcareApis.custom\New-AzHealthcareAPIsService'; + CreateExpanded = 'Az.HealthcareApis.custom\New-AzHealthcareApisService'; } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id diff --git a/src/HealthcareApis/exports/New-AzHealthcareAPIsWorkspace.ps1 b/src/HealthcareApis/exports/New-AzHealthcareAPIsWorkspace.ps1 index b4cfd75f1fa5..a64ee68a09a5 100644 --- a/src/HealthcareApis/exports/New-AzHealthcareAPIsWorkspace.ps1 +++ b/src/HealthcareApis/exports/New-AzHealthcareAPIsWorkspace.ps1 @@ -20,7 +20,7 @@ Creates or updates a workspace resource with the specified parameters. .Description Creates or updates a workspace resource with the specified parameters. .Example -PS C:\> New-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Location eastus2 +PS C:\> New-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Location eastus2 Location Name ResourceGroupName -------- ---- ----------------- @@ -31,7 +31,7 @@ Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/new-azhealthcareapisworkspace #> -function New-AzHealthcareAPIsWorkspace { +function New-AzHealthcareApisWorkspace { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -167,7 +167,7 @@ begin { } $mapping = @{ - CreateExpanded = 'Az.HealthcareApis.custom\New-AzHealthcareAPIsWorkspace'; + CreateExpanded = 'Az.HealthcareApis.custom\New-AzHealthcareApisWorkspace'; } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id diff --git a/src/HealthcareApis/exports/New-AzHealthcareFhirService.ps1 b/src/HealthcareApis/exports/New-AzHealthcareFhirService.ps1 index af7c47581084..de2ae249e9a6 100644 --- a/src/HealthcareApis/exports/New-AzHealthcareFhirService.ps1 +++ b/src/HealthcareApis/exports/New-AzHealthcareFhirService.ps1 @@ -20,7 +20,7 @@ Creates or updates a FHIR Service resource with the specified parameters. .Description Creates or updates a FHIR Service resource with the specified parameters. .Example -PS C:\> New-AzHealthcareFhirService -Name azpsfhirservice -ResourceGroupName azps_test_group -WorkspaceName azpshcws -Location eastus2 -Kind 'fhir-R4' -AuthenticationConfigurationAuthority "https://login.microsoftonline.com/{DirectoryID}" -AuthenticationConfigurationAudience "https://azpshcws-{FhirServiceName}.fhir.azurehealthcareapis.com" +PS C:\> New-AzHealthcareFhirService -Name azpsfhirservice -ResourceGroupName azps_test_group -WorkspaceName azpshcws -Location eastus2 -Kind 'fhir-R4' -Authority "https://login.microsoftonline.com/{DirectoryID}" -Audience "https://azpshcws-{FhirServiceName}.fhir.azurehealthcareapis.com" Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -33,7 +33,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ACCESSPOLICY : Fhir Service access policies. +ACCESSPOLICYOBJECTID : Fhir Service access policies. ObjectId : An Azure AD object ID (User or Apps) that is allowed access to the FHIR service. ACRCONFIGURATIONOCIARTIFACT : The list of Open Container Initiative (OCI) artifacts. @@ -91,8 +91,8 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceAccessPolicyEntry[]] # Fhir Service access policies. - # To construct, see NOTES section for ACCESSPOLICY properties and create a hash table. - ${AccessPolicy}, + # To construct, see NOTES section for ACCESSPOLICYOBJECTID properties and create a hash table. + ${AccessPolicyObjectId}, [Parameter()] [AllowEmptyCollection()] @@ -111,54 +111,54 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.String] - # The audience url for the service - ${AuthenticationConfigurationAudience}, + [System.Management.Automation.SwitchParameter] + # If credentials are allowed via CORS. + ${AllowCorsCredential}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] - # The authority url for the service - ${AuthenticationConfigurationAuthority}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If the SMART on FHIR proxy is enabled - ${AuthenticationConfigurationSmartProxyEnabled}, + # The audience url for the service + ${Audience}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If credentials are allowed via CORS. - ${CorConfigurationAllowCredentials}, + [System.String] + # The authority url for the service + ${Authority}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The headers to be allowed via CORS. - ${CorConfigurationHeader}, + ${CorsHeader}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.Int32] # The max age to be allowed via CORS. - ${CorConfigurationMaxAge}, + ${CorsMaxAge}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The methods to be allowed via CORS. - ${CorConfigurationMethod}, + ${CorsMethod}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The origins to be allowed via CORS. - ${CorConfigurationOrigin}, + ${CorsOrigin}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If the SMART on FHIR proxy is enabled + ${EnableSmartProxy}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] @@ -170,7 +170,7 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] # The name of the default export storage account. - ${ExportConfigurationStorageAccountName}, + ${ExportStorageAccountName}, [Parameter()] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType])] diff --git a/src/HealthcareApis/exports/ProxyCmdletDefinitions.ps1 b/src/HealthcareApis/exports/ProxyCmdletDefinitions.ps1 index 559fb7c26e18..e1624fadc3ee 100644 --- a/src/HealthcareApis/exports/ProxyCmdletDefinitions.ps1 +++ b/src/HealthcareApis/exports/ProxyCmdletDefinitions.ps1 @@ -20,19 +20,19 @@ Get the metadata of a service instance. .Description Get the metadata of a service instance. .Example -PS C:\> Get-AzHealthcareAPIsService +PS C:\> Get-AzHealthcareApisService Location Name Kind ResourceGroupName -------- ---- ---- ----------------- eastus2 azpsapiservice fhir azps_test_group .Example -PS C:\> Get-AzHealthcareAPIsService -ResourceGroupName azps_test_group +PS C:\> Get-AzHealthcareApisService -ResourceGroupName azps_test_group Location Name Kind ResourceGroupName -------- ---- ---- ----------------- eastus2 azpsapiservice fhir azps_test_group .Example -PS C:\> Get-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice +PS C:\> Get-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -64,7 +64,7 @@ INPUTOBJECT : Identity Parameter .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/get-azhealthcareapisservice #> -function Get-AzHealthcareAPIsService { +function Get-AzHealthcareApisService { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( @@ -171,10 +171,10 @@ begin { } $mapping = @{ - Get = 'Az.HealthcareApis.private\Get-AzHealthcareAPIsService_Get'; - GetViaIdentity = 'Az.HealthcareApis.private\Get-AzHealthcareAPIsService_GetViaIdentity'; - List = 'Az.HealthcareApis.private\Get-AzHealthcareAPIsService_List'; - List1 = 'Az.HealthcareApis.private\Get-AzHealthcareAPIsService_List1'; + Get = 'Az.HealthcareApis.private\Get-AzHealthcareApisService_Get'; + GetViaIdentity = 'Az.HealthcareApis.private\Get-AzHealthcareApisService_GetViaIdentity'; + List = 'Az.HealthcareApis.private\Get-AzHealthcareApisService_List'; + List1 = 'Az.HealthcareApis.private\Get-AzHealthcareApisService_List1'; } if (('Get', 'List', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id @@ -231,20 +231,20 @@ Gets the properties of the specified workspace. .Description Gets the properties of the specified workspace. .Example -PS C:\> Get-AzHealthcareAPIsWorkspace +PS C:\> Get-AzHealthcareApisWorkspace Location Name ResourceGroupName -------- ---- ----------------- eastus2 azpshcws azps_test_group eastus2 azpshcws02 azps_test_group .Example -PS C:\> Get-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group +PS C:\> Get-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group Location Name ResourceGroupName -------- ---- ----------------- eastus2 azpshcws azps_test_group .Example -PS C:\> Get-AzHealthcareAPIsWorkspace -ResourceGroupName azps_test_group +PS C:\> Get-AzHealthcareApisWorkspace -ResourceGroupName azps_test_group Location Name ResourceGroupName -------- ---- ----------------- @@ -277,7 +277,7 @@ INPUTOBJECT : Identity Parameter .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/get-azhealthcareapisworkspace #> -function Get-AzHealthcareAPIsWorkspace { +function Get-AzHealthcareApisWorkspace { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace])] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( @@ -385,10 +385,10 @@ begin { } $mapping = @{ - Get = 'Az.HealthcareApis.private\Get-AzHealthcareAPIsWorkspace_Get'; - GetViaIdentity = 'Az.HealthcareApis.private\Get-AzHealthcareAPIsWorkspace_GetViaIdentity'; - List = 'Az.HealthcareApis.private\Get-AzHealthcareAPIsWorkspace_List'; - List1 = 'Az.HealthcareApis.private\Get-AzHealthcareAPIsWorkspace_List1'; + Get = 'Az.HealthcareApis.private\Get-AzHealthcareApisWorkspace_Get'; + GetViaIdentity = 'Az.HealthcareApis.private\Get-AzHealthcareApisWorkspace_GetViaIdentity'; + List = 'Az.HealthcareApis.private\Get-AzHealthcareApisWorkspace_List'; + List1 = 'Az.HealthcareApis.private\Get-AzHealthcareApisWorkspace_List1'; } if (('Get', 'List', 'List1') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id @@ -1455,10 +1455,10 @@ Delete a service instance. .Description Delete a service instance. .Example -PS C:\> Remove-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice +PS C:\> Remove-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice .Example -PS C:\> Get-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice | Remove-AzHealthcareAPIsService +PS C:\> Get-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice | Remove-AzHealthcareApisService .Inputs @@ -1487,7 +1487,7 @@ INPUTOBJECT : Identity Parameter .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/remove-azhealthcareapisservice #> -function Remove-AzHealthcareAPIsService { +function Remove-AzHealthcareApisService { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -1609,8 +1609,8 @@ begin { } $mapping = @{ - Delete = 'Az.HealthcareApis.private\Remove-AzHealthcareAPIsService_Delete'; - DeleteViaIdentity = 'Az.HealthcareApis.private\Remove-AzHealthcareAPIsService_DeleteViaIdentity'; + Delete = 'Az.HealthcareApis.private\Remove-AzHealthcareApisService_Delete'; + DeleteViaIdentity = 'Az.HealthcareApis.private\Remove-AzHealthcareApisService_DeleteViaIdentity'; } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id @@ -1667,10 +1667,10 @@ Deletes a specified workspace. .Description Deletes a specified workspace. .Example -PS C:\> Remove-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group +PS C:\> Remove-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group .Example -PS C:\> Get-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group | Remove-AzHealthcareAPIsWorkspace +PS C:\> Get-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group | Remove-AzHealthcareApisWorkspace .Inputs @@ -1699,7 +1699,7 @@ INPUTOBJECT : Identity Parameter .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/remove-azhealthcareapisworkspace #> -function Remove-AzHealthcareAPIsWorkspace { +function Remove-AzHealthcareApisWorkspace { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -1822,8 +1822,8 @@ begin { } $mapping = @{ - Delete = 'Az.HealthcareApis.private\Remove-AzHealthcareAPIsWorkspace_Delete'; - DeleteViaIdentity = 'Az.HealthcareApis.private\Remove-AzHealthcareAPIsWorkspace_DeleteViaIdentity'; + Delete = 'Az.HealthcareApis.private\Remove-AzHealthcareApisWorkspace_Delete'; + DeleteViaIdentity = 'Az.HealthcareApis.private\Remove-AzHealthcareApisWorkspace_DeleteViaIdentity'; } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id @@ -2975,13 +2975,13 @@ Update the metadata of a service instance. .Description Update the metadata of a service instance. .Example -PS C:\> Update-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice -Tag @{"abc"="123"} +PS C:\> Update-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice -Tag @{"abc"="123"} Location Name Kind ResourceGroupName -------- ---- ---- ----------------- eastus2 azpsapiservice fhir azps_test_group .Example -PS C:\> Get-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice | Update-AzHealthcareAPIsService -Tag @{"abc"="123"} +PS C:\> Get-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice | Update-AzHealthcareApisService -Tag @{"abc"="123"} Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -3013,7 +3013,7 @@ INPUTOBJECT : Identity Parameter .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/update-azhealthcareapisservice #> -function Update-AzHealthcareAPIsService { +function Update-AzHealthcareApisService { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -3143,8 +3143,8 @@ begin { } $mapping = @{ - UpdateExpanded = 'Az.HealthcareApis.private\Update-AzHealthcareAPIsService_UpdateExpanded'; - UpdateViaIdentityExpanded = 'Az.HealthcareApis.private\Update-AzHealthcareAPIsService_UpdateViaIdentityExpanded'; + UpdateExpanded = 'Az.HealthcareApis.private\Update-AzHealthcareApisService_UpdateExpanded'; + UpdateViaIdentityExpanded = 'Az.HealthcareApis.private\Update-AzHealthcareApisService_UpdateViaIdentityExpanded'; } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id @@ -3201,13 +3201,13 @@ Patch workspace details. .Description Patch workspace details. .Example -PS C:\> Update-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Tag @{"abc"="123"} +PS C:\> Update-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Tag @{"abc"="123"} Location Name ResourceGroupName -------- ---- ----------------- eastus2 azpshcws azps_test_group .Example -PS C:\> Get-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group | Update-AzHealthcareAPIsWorkspace -Tag @{"abc"="123"} +PS C:\> Get-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group | Update-AzHealthcareApisWorkspace -Tag @{"abc"="123"} Location Name ResourceGroupName -------- ---- ----------------- @@ -3239,7 +3239,7 @@ INPUTOBJECT : Identity Parameter .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/update-azhealthcareapisworkspace #> -function Update-AzHealthcareAPIsWorkspace { +function Update-AzHealthcareApisWorkspace { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -3363,8 +3363,8 @@ begin { } $mapping = @{ - UpdateExpanded = 'Az.HealthcareApis.private\Update-AzHealthcareAPIsWorkspace_UpdateExpanded'; - UpdateViaIdentityExpanded = 'Az.HealthcareApis.private\Update-AzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded'; + UpdateExpanded = 'Az.HealthcareApis.private\Update-AzHealthcareApisWorkspace_UpdateExpanded'; + UpdateViaIdentityExpanded = 'Az.HealthcareApis.private\Update-AzHealthcareApisWorkspace_UpdateViaIdentityExpanded'; } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id @@ -4147,7 +4147,7 @@ Create or update the metadata of a service instance. .Description Create or update the metadata of a service instance. .Example -PS C:\> New-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice -Kind 'fhir' -Location eastus2 -CosmoDbConfigurationOfferThroughput 400 +PS C:\> New-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice -Kind 'fhir' -Location eastus2 -CosmosOfferThroughput 400 Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -4160,7 +4160,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ACCESSPOLICY : The access policies of the service instance. +ACCESSPOLICYOBJECTID : The access policies of the service instance. ObjectId : An Azure AD object ID (User or Apps) that is allowed access to the FHIR service. ACRCONFIGURATIONOCIARTIFACT : The list of Open Container Initiative (OCI) artifacts. @@ -4175,7 +4175,7 @@ PRIVATEENDPOINTCONNECTION : The list of private en .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/new-azhealthcareapisservice #> -function New-AzHealthcareAPIsService { +function New-AzHealthcareApisService { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -4215,15 +4215,15 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.Int32] # The provisioned throughput for the backing database. - ${CosmoDbConfigurationOfferThroughput}, + ${CosmosOfferThroughput}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceAccessPolicyEntry[]] # The access policies of the service instance. - # To construct, see NOTES section for ACCESSPOLICY properties and create a hash table. - ${AccessPolicy}, + # To construct, see NOTES section for ACCESSPOLICYOBJECTID properties and create a hash table. + ${AccessPolicyObjectId}, [Parameter()] [AllowEmptyCollection()] @@ -4242,60 +4242,60 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.String] - # The audience url for the service - ${AuthenticationConfigurationAudience}, + [System.Management.Automation.SwitchParameter] + # If credentials are allowed via CORS. + ${AllowCorsCredential}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] - # The authority url for the service - ${AuthenticationConfigurationAuthority}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If the SMART on FHIR proxy is enabled - ${AuthenticationConfigurationSmartProxyEnabled}, + # The audience url for the service + ${Audience}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If credentials are allowed via CORS. - ${CorConfigurationAllowCredentials}, + [System.String] + # The authority url for the service + ${Authority}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The headers to be allowed via CORS. - ${CorConfigurationHeader}, + ${CorsHeader}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.Int32] # The max age to be allowed via CORS. - ${CorConfigurationMaxAge}, + ${CorsMaxAge}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The methods to be allowed via CORS. - ${CorConfigurationMethod}, + ${CorsMethod}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The origins to be allowed via CORS. - ${CorConfigurationOrigin}, + ${CorsOrigin}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] # The URI of the customer-managed key for the backing database. - ${CosmoDbConfigurationKeyVaultKeyUri}, + ${CosmosKeyVaultKeyUri}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If the SMART on FHIR proxy is enabled + ${EnableSmartProxy}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] @@ -4307,7 +4307,7 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] # The name of the default export storage account. - ${ExportConfigurationStorageAccountName}, + ${ExportStorageAccountName}, [Parameter()] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ManagedServiceIdentityType])] @@ -4424,7 +4424,7 @@ begin { } $mapping = @{ - CreateExpanded = 'Az.HealthcareApis.custom\New-AzHealthcareAPIsService'; + CreateExpanded = 'Az.HealthcareApis.custom\New-AzHealthcareApisService'; } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id @@ -4481,7 +4481,7 @@ Creates or updates a workspace resource with the specified parameters. .Description Creates or updates a workspace resource with the specified parameters. .Example -PS C:\> New-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Location eastus2 +PS C:\> New-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Location eastus2 Location Name ResourceGroupName -------- ---- ----------------- @@ -4492,7 +4492,7 @@ Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/new-azhealthcareapisworkspace #> -function New-AzHealthcareAPIsWorkspace { +function New-AzHealthcareApisWorkspace { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -4628,7 +4628,7 @@ begin { } $mapping = @{ - CreateExpanded = 'Az.HealthcareApis.custom\New-AzHealthcareAPIsWorkspace'; + CreateExpanded = 'Az.HealthcareApis.custom\New-AzHealthcareApisWorkspace'; } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id @@ -4911,7 +4911,7 @@ Creates or updates a FHIR Service resource with the specified parameters. .Description Creates or updates a FHIR Service resource with the specified parameters. .Example -PS C:\> New-AzHealthcareFhirService -Name azpsfhirservice -ResourceGroupName azps_test_group -WorkspaceName azpshcws -Location eastus2 -Kind 'fhir-R4' -AuthenticationConfigurationAuthority "https://login.microsoftonline.com/{DirectoryID}" -AuthenticationConfigurationAudience "https://azpshcws-{FhirServiceName}.fhir.azurehealthcareapis.com" +PS C:\> New-AzHealthcareFhirService -Name azpsfhirservice -ResourceGroupName azps_test_group -WorkspaceName azpshcws -Location eastus2 -Kind 'fhir-R4' -Authority "https://login.microsoftonline.com/{DirectoryID}" -Audience "https://azpshcws-{FhirServiceName}.fhir.azurehealthcareapis.com" Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -4924,7 +4924,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ACCESSPOLICY : Fhir Service access policies. +ACCESSPOLICYOBJECTID : Fhir Service access policies. ObjectId : An Azure AD object ID (User or Apps) that is allowed access to the FHIR service. ACRCONFIGURATIONOCIARTIFACT : The list of Open Container Initiative (OCI) artifacts. @@ -4982,8 +4982,8 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceAccessPolicyEntry[]] # Fhir Service access policies. - # To construct, see NOTES section for ACCESSPOLICY properties and create a hash table. - ${AccessPolicy}, + # To construct, see NOTES section for ACCESSPOLICYOBJECTID properties and create a hash table. + ${AccessPolicyObjectId}, [Parameter()] [AllowEmptyCollection()] @@ -5002,54 +5002,54 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.String] - # The audience url for the service - ${AuthenticationConfigurationAudience}, + [System.Management.Automation.SwitchParameter] + # If credentials are allowed via CORS. + ${AllowCorsCredential}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] - # The authority url for the service - ${AuthenticationConfigurationAuthority}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If the SMART on FHIR proxy is enabled - ${AuthenticationConfigurationSmartProxyEnabled}, + # The audience url for the service + ${Audience}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If credentials are allowed via CORS. - ${CorConfigurationAllowCredentials}, + [System.String] + # The authority url for the service + ${Authority}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The headers to be allowed via CORS. - ${CorConfigurationHeader}, + ${CorsHeader}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.Int32] # The max age to be allowed via CORS. - ${CorConfigurationMaxAge}, + ${CorsMaxAge}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The methods to be allowed via CORS. - ${CorConfigurationMethod}, + ${CorsMethod}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The origins to be allowed via CORS. - ${CorConfigurationOrigin}, + ${CorsOrigin}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If the SMART on FHIR proxy is enabled + ${EnableSmartProxy}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] @@ -5061,7 +5061,7 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] # The name of the default export storage account. - ${ExportConfigurationStorageAccountName}, + ${ExportStorageAccountName}, [Parameter()] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType])] diff --git a/src/HealthcareApis/exports/Remove-AzHealthcareAPIsService.ps1 b/src/HealthcareApis/exports/Remove-AzHealthcareAPIsService.ps1 index debdf6229ece..9e9908f2fb83 100644 --- a/src/HealthcareApis/exports/Remove-AzHealthcareAPIsService.ps1 +++ b/src/HealthcareApis/exports/Remove-AzHealthcareAPIsService.ps1 @@ -20,10 +20,10 @@ Delete a service instance. .Description Delete a service instance. .Example -PS C:\> Remove-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice +PS C:\> Remove-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice .Example -PS C:\> Get-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice | Remove-AzHealthcareAPIsService +PS C:\> Get-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice | Remove-AzHealthcareApisService .Inputs @@ -52,7 +52,7 @@ INPUTOBJECT : Identity Parameter .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/remove-azhealthcareapisservice #> -function Remove-AzHealthcareAPIsService { +function Remove-AzHealthcareApisService { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -174,8 +174,8 @@ begin { } $mapping = @{ - Delete = 'Az.HealthcareApis.private\Remove-AzHealthcareAPIsService_Delete'; - DeleteViaIdentity = 'Az.HealthcareApis.private\Remove-AzHealthcareAPIsService_DeleteViaIdentity'; + Delete = 'Az.HealthcareApis.private\Remove-AzHealthcareApisService_Delete'; + DeleteViaIdentity = 'Az.HealthcareApis.private\Remove-AzHealthcareApisService_DeleteViaIdentity'; } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id diff --git a/src/HealthcareApis/exports/Remove-AzHealthcareAPIsWorkspace.ps1 b/src/HealthcareApis/exports/Remove-AzHealthcareAPIsWorkspace.ps1 index f3f4a9f807cd..7e2b685b461a 100644 --- a/src/HealthcareApis/exports/Remove-AzHealthcareAPIsWorkspace.ps1 +++ b/src/HealthcareApis/exports/Remove-AzHealthcareAPIsWorkspace.ps1 @@ -20,10 +20,10 @@ Deletes a specified workspace. .Description Deletes a specified workspace. .Example -PS C:\> Remove-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group +PS C:\> Remove-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group .Example -PS C:\> Get-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group | Remove-AzHealthcareAPIsWorkspace +PS C:\> Get-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group | Remove-AzHealthcareApisWorkspace .Inputs @@ -52,7 +52,7 @@ INPUTOBJECT : Identity Parameter .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/remove-azhealthcareapisworkspace #> -function Remove-AzHealthcareAPIsWorkspace { +function Remove-AzHealthcareApisWorkspace { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -175,8 +175,8 @@ begin { } $mapping = @{ - Delete = 'Az.HealthcareApis.private\Remove-AzHealthcareAPIsWorkspace_Delete'; - DeleteViaIdentity = 'Az.HealthcareApis.private\Remove-AzHealthcareAPIsWorkspace_DeleteViaIdentity'; + Delete = 'Az.HealthcareApis.private\Remove-AzHealthcareApisWorkspace_Delete'; + DeleteViaIdentity = 'Az.HealthcareApis.private\Remove-AzHealthcareApisWorkspace_DeleteViaIdentity'; } if (('Delete') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id diff --git a/src/HealthcareApis/exports/Update-AzHealthcareAPIsService.ps1 b/src/HealthcareApis/exports/Update-AzHealthcareAPIsService.ps1 index 8697b17fb590..0086b1151b75 100644 --- a/src/HealthcareApis/exports/Update-AzHealthcareAPIsService.ps1 +++ b/src/HealthcareApis/exports/Update-AzHealthcareAPIsService.ps1 @@ -20,13 +20,13 @@ Update the metadata of a service instance. .Description Update the metadata of a service instance. .Example -PS C:\> Update-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice -Tag @{"abc"="123"} +PS C:\> Update-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice -Tag @{"abc"="123"} Location Name Kind ResourceGroupName -------- ---- ---- ----------------- eastus2 azpsapiservice fhir azps_test_group .Example -PS C:\> Get-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice | Update-AzHealthcareAPIsService -Tag @{"abc"="123"} +PS C:\> Get-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice | Update-AzHealthcareApisService -Tag @{"abc"="123"} Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -58,7 +58,7 @@ INPUTOBJECT : Identity Parameter .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/update-azhealthcareapisservice #> -function Update-AzHealthcareAPIsService { +function Update-AzHealthcareApisService { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -188,8 +188,8 @@ begin { } $mapping = @{ - UpdateExpanded = 'Az.HealthcareApis.private\Update-AzHealthcareAPIsService_UpdateExpanded'; - UpdateViaIdentityExpanded = 'Az.HealthcareApis.private\Update-AzHealthcareAPIsService_UpdateViaIdentityExpanded'; + UpdateExpanded = 'Az.HealthcareApis.private\Update-AzHealthcareApisService_UpdateExpanded'; + UpdateViaIdentityExpanded = 'Az.HealthcareApis.private\Update-AzHealthcareApisService_UpdateViaIdentityExpanded'; } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id diff --git a/src/HealthcareApis/exports/Update-AzHealthcareAPIsWorkspace.ps1 b/src/HealthcareApis/exports/Update-AzHealthcareAPIsWorkspace.ps1 index 968574ce3a5f..fe8cc69725c7 100644 --- a/src/HealthcareApis/exports/Update-AzHealthcareAPIsWorkspace.ps1 +++ b/src/HealthcareApis/exports/Update-AzHealthcareAPIsWorkspace.ps1 @@ -20,13 +20,13 @@ Patch workspace details. .Description Patch workspace details. .Example -PS C:\> Update-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Tag @{"abc"="123"} +PS C:\> Update-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Tag @{"abc"="123"} Location Name ResourceGroupName -------- ---- ----------------- eastus2 azpshcws azps_test_group .Example -PS C:\> Get-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group | Update-AzHealthcareAPIsWorkspace -Tag @{"abc"="123"} +PS C:\> Get-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group | Update-AzHealthcareApisWorkspace -Tag @{"abc"="123"} Location Name ResourceGroupName -------- ---- ----------------- @@ -58,7 +58,7 @@ INPUTOBJECT : Identity Parameter .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/update-azhealthcareapisworkspace #> -function Update-AzHealthcareAPIsWorkspace { +function Update-AzHealthcareApisWorkspace { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -182,8 +182,8 @@ begin { } $mapping = @{ - UpdateExpanded = 'Az.HealthcareApis.private\Update-AzHealthcareAPIsWorkspace_UpdateExpanded'; - UpdateViaIdentityExpanded = 'Az.HealthcareApis.private\Update-AzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded'; + UpdateExpanded = 'Az.HealthcareApis.private\Update-AzHealthcareApisWorkspace_UpdateExpanded'; + UpdateViaIdentityExpanded = 'Az.HealthcareApis.private\Update-AzHealthcareApisWorkspace_UpdateViaIdentityExpanded'; } if (('UpdateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id diff --git a/src/HealthcareApis/generate-info.json b/src/HealthcareApis/generate-info.json index 3e25b8ef7e9b..5e74a4f4c8cf 100644 --- a/src/HealthcareApis/generate-info.json +++ b/src/HealthcareApis/generate-info.json @@ -1,8 +1,8 @@ { - "autorest_powershell": "3.0.482", - "autorest": "`-- (empty)", - "autorest_modelerfour": "4.15.414", - "autorest_core": "3.8.3", "node": "v14.15.5", - "swagger_commit": "8db7df38fe5fca1fc4d2634f5c89e8acfeb1f4ce" + "autorest_core": "3.8.4", + "swagger_commit": "228f16c8871629ffe1fcdebfca9a3e8b4d2ce4aa", + "autorest": "`-- (empty)", + "autorest_powershell": "3.0.484", + "autorest_modelerfour": "4.15.414" } diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_Get.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_Get.cs index e838591aa4cf..dcaf155f7fec 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_Get.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_Get.cs @@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}" /// - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzHealthcareAPIsService_Get")] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzHealthcareApisService_Get")] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Get the metadata of a service instance.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class GetAzHealthcareAPIsService_Get : global::System.Management.Automation.PSCmdlet, + public partial class GetAzHealthcareApisService_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -189,9 +189,9 @@ protected override void EndProcessing() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public GetAzHealthcareAPIsService_Get() + public GetAzHealthcareApisService_Get() { } diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_GetViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_GetViaIdentity.cs index 452409fb8417..64d874540d56 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_GetViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_GetViaIdentity.cs @@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}" /// - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzHealthcareAPIsService_GetViaIdentity")] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzHealthcareApisService_GetViaIdentity")] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Get the metadata of a service instance.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class GetAzHealthcareAPIsService_GetViaIdentity : global::System.Management.Automation.PSCmdlet, + public partial class GetAzHealthcareApisService_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -151,9 +151,9 @@ protected override void EndProcessing() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public GetAzHealthcareAPIsService_GetViaIdentity() + public GetAzHealthcareApisService_GetViaIdentity() { } diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_List.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_List.cs index 1acaf2db75c4..57491f06b7d2 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_List.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_List.cs @@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// /// [OpenAPI] List=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/services" /// - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzHealthcareAPIsService_List")] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzHealthcareApisService_List")] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Get all the service instances in a subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class GetAzHealthcareAPIsService_List : global::System.Management.Automation.PSCmdlet, + public partial class GetAzHealthcareApisService_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -167,9 +167,9 @@ protected override void EndProcessing() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public GetAzHealthcareAPIsService_List() + public GetAzHealthcareApisService_List() { } diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_List1.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_List1.cs index bf9adba81a0d..bc5b6df4eefd 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_List1.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_List1.cs @@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// /// [OpenAPI] ListByResourceGroup=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services" /// - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzHealthcareAPIsService_List1")] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzHealthcareApisService_List1")] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Get all the service instances in a resource group.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class GetAzHealthcareAPIsService_List1 : global::System.Management.Automation.PSCmdlet, + public partial class GetAzHealthcareApisService_List1 : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -181,9 +181,9 @@ protected override void EndProcessing() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public GetAzHealthcareAPIsService_List1() + public GetAzHealthcareApisService_List1() { } diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_Get.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_Get.cs index 94f96777eac0..66841a881b76 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_Get.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_Get.cs @@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}" /// - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzHealthcareAPIsWorkspace_Get")] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzHealthcareApisWorkspace_Get")] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Gets the properties of the specified workspace.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class GetAzHealthcareAPIsWorkspace_Get : global::System.Management.Automation.PSCmdlet, + public partial class GetAzHealthcareApisWorkspace_Get : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -190,9 +190,9 @@ protected override void EndProcessing() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public GetAzHealthcareAPIsWorkspace_Get() + public GetAzHealthcareApisWorkspace_Get() { } diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_GetViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_GetViaIdentity.cs index 0a9bc554f3d4..0aec415c1a99 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_GetViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_GetViaIdentity.cs @@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// /// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}" /// - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzHealthcareAPIsWorkspace_GetViaIdentity")] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzHealthcareApisWorkspace_GetViaIdentity")] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Gets the properties of the specified workspace.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class GetAzHealthcareAPIsWorkspace_GetViaIdentity : global::System.Management.Automation.PSCmdlet, + public partial class GetAzHealthcareApisWorkspace_GetViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -151,9 +151,9 @@ protected override void EndProcessing() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public GetAzHealthcareAPIsWorkspace_GetViaIdentity() + public GetAzHealthcareApisWorkspace_GetViaIdentity() { } diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_List.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_List.cs index d760ca8d4895..de5f0c19b2db 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_List.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_List.cs @@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// /// [OpenAPI] ListBySubscription=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/workspaces" /// - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzHealthcareAPIsWorkspace_List")] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzHealthcareApisWorkspace_List")] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Lists all the available workspaces under the specified subscription.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class GetAzHealthcareAPIsWorkspace_List : global::System.Management.Automation.PSCmdlet, + public partial class GetAzHealthcareApisWorkspace_List : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -167,9 +167,9 @@ protected override void EndProcessing() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public GetAzHealthcareAPIsWorkspace_List() + public GetAzHealthcareApisWorkspace_List() { } diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_List1.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_List1.cs index f2f078e8f48a..e0ce0565aa95 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_List1.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_List1.cs @@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// /// [OpenAPI] ListByResourceGroup=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces" /// - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzHealthcareAPIsWorkspace_List1")] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzHealthcareApisWorkspace_List1")] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Lists all the available workspaces under the specified resource group.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class GetAzHealthcareAPIsWorkspace_List1 : global::System.Management.Automation.PSCmdlet, + public partial class GetAzHealthcareApisWorkspace_List1 : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -181,9 +181,9 @@ protected override void EndProcessing() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public GetAzHealthcareAPIsWorkspace_List1() + public GetAzHealthcareApisWorkspace_List1() { } diff --git a/src/HealthcareApis/generated/cmdlets/NewAzHealthcareAPIsService_CreateExpanded.cs b/src/HealthcareApis/generated/cmdlets/NewAzHealthcareAPIsService_CreateExpanded.cs index 563e1d34e1cf..45b30a9c157b 100644 --- a/src/HealthcareApis/generated/cmdlets/NewAzHealthcareAPIsService_CreateExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/NewAzHealthcareAPIsService_CreateExpanded.cs @@ -13,11 +13,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.InternalExport] - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzHealthcareAPIsService_CreateExpanded", SupportsShouldProcess = true)] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzHealthcareApisService_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Create or update the metadata of a service instance.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System.Management.Automation.PSCmdlet, + public partial class NewAzHealthcareApisService_CreateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -34,6 +34,9 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// The description of the service. + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription _serviceDescriptionBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServicesDescription(); + /// The access policies of the service instance. [global::System.Management.Automation.AllowEmptyCollection] [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The access policies of the service instance.")] @@ -44,7 +47,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. Description = @"The access policies of the service instance.", SerializedName = @"accessPolicies", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceAccessPolicyEntry) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceAccessPolicyEntry[] AccessPolicy { get => ServiceDescriptionBody.AccessPolicy ?? null /* arrayOf */; set => ServiceDescriptionBody.AccessPolicy = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceAccessPolicyEntry[] AccessPolicyObjectId { get => _serviceDescriptionBody.AccessPolicy ?? null /* arrayOf */; set => _serviceDescriptionBody.AccessPolicy = value; } /// The list of the ACR login servers. [global::System.Management.Automation.AllowEmptyCollection] @@ -56,7 +59,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. Description = @"The list of the ACR login servers.", SerializedName = @"loginServers", PossibleTypes = new [] { typeof(string) })] - public string[] AcrConfigurationLoginServer { get => ServiceDescriptionBody.AcrConfigurationLoginServer ?? null /* arrayOf */; set => ServiceDescriptionBody.AcrConfigurationLoginServer = value; } + public string[] AcrConfigurationLoginServer { get => _serviceDescriptionBody.AcrConfigurationLoginServer ?? null /* arrayOf */; set => _serviceDescriptionBody.AcrConfigurationLoginServer = value; } /// The list of Open Container Initiative (OCI) artifacts. [global::System.Management.Automation.AllowEmptyCollection] @@ -68,7 +71,18 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. Description = @"The list of Open Container Initiative (OCI) artifacts.", SerializedName = @"ociArtifacts", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceOciArtifactEntry) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceOciArtifactEntry[] AcrConfigurationOciArtifact { get => ServiceDescriptionBody.AcrConfigurationOciArtifact ?? null /* arrayOf */; set => ServiceDescriptionBody.AcrConfigurationOciArtifact = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceOciArtifactEntry[] AcrConfigurationOciArtifact { get => _serviceDescriptionBody.AcrConfigurationOciArtifact ?? null /* arrayOf */; set => _serviceDescriptionBody.AcrConfigurationOciArtifact = value; } + + /// If credentials are allowed via CORS. + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "If credentials are allowed via CORS.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Body)] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"If credentials are allowed via CORS.", + SerializedName = @"allowCredentials", + PossibleTypes = new [] { typeof(global::System.Management.Automation.SwitchParameter) })] + public global::System.Management.Automation.SwitchParameter AllowCorsCredential { get => _serviceDescriptionBody.CorConfigurationAllowCredentials ?? default(global::System.Management.Automation.SwitchParameter); set => _serviceDescriptionBody.CorConfigurationAllowCredentials = value; } /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] @@ -84,7 +98,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. Description = @"The audience url for the service", SerializedName = @"audience", PossibleTypes = new [] { typeof(string) })] - public string AuthenticationConfigurationAudience { get => ServiceDescriptionBody.AuthenticationConfigurationAudience ?? null; set => ServiceDescriptionBody.AuthenticationConfigurationAudience = value; } + public string Audience { get => _serviceDescriptionBody.AuthenticationConfigurationAudience ?? null; set => _serviceDescriptionBody.AuthenticationConfigurationAudience = value; } /// The authority url for the service [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The authority url for the service")] @@ -95,18 +109,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. Description = @"The authority url for the service", SerializedName = @"authority", PossibleTypes = new [] { typeof(string) })] - public string AuthenticationConfigurationAuthority { get => ServiceDescriptionBody.AuthenticationConfigurationAuthority ?? null; set => ServiceDescriptionBody.AuthenticationConfigurationAuthority = value; } - - /// If the SMART on FHIR proxy is enabled - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "If the SMART on FHIR proxy is enabled")] - [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Body)] - [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Info( - Required = false, - ReadOnly = false, - Description = @"If the SMART on FHIR proxy is enabled", - SerializedName = @"smartProxyEnabled", - PossibleTypes = new [] { typeof(global::System.Management.Automation.SwitchParameter) })] - public global::System.Management.Automation.SwitchParameter AuthenticationConfigurationSmartProxyEnabled { get => ServiceDescriptionBody.AuthenticationConfigurationSmartProxyEnabled ?? default(global::System.Management.Automation.SwitchParameter); set => ServiceDescriptionBody.AuthenticationConfigurationSmartProxyEnabled = value; } + public string Authority { get => _serviceDescriptionBody.AuthenticationConfigurationAuthority ?? null; set => _serviceDescriptionBody.AuthenticationConfigurationAuthority = value; } /// Wait for .NET debugger to attach [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "Wait for .NET debugger to attach")] @@ -116,17 +119,6 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. /// The reference to the client API class. public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.HealthcareApis Client => Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Module.Instance.ClientAPI; - /// If credentials are allowed via CORS. - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "If credentials are allowed via CORS.")] - [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Body)] - [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Info( - Required = false, - ReadOnly = false, - Description = @"If credentials are allowed via CORS.", - SerializedName = @"allowCredentials", - PossibleTypes = new [] { typeof(global::System.Management.Automation.SwitchParameter) })] - public global::System.Management.Automation.SwitchParameter CorConfigurationAllowCredentials { get => ServiceDescriptionBody.CorConfigurationAllowCredentials ?? default(global::System.Management.Automation.SwitchParameter); set => ServiceDescriptionBody.CorConfigurationAllowCredentials = value; } - /// The headers to be allowed via CORS. [global::System.Management.Automation.AllowEmptyCollection] [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The headers to be allowed via CORS.")] @@ -137,7 +129,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. Description = @"The headers to be allowed via CORS.", SerializedName = @"headers", PossibleTypes = new [] { typeof(string) })] - public string[] CorConfigurationHeader { get => ServiceDescriptionBody.CorConfigurationHeader ?? null /* arrayOf */; set => ServiceDescriptionBody.CorConfigurationHeader = value; } + public string[] CorsHeader { get => _serviceDescriptionBody.CorConfigurationHeader ?? null /* arrayOf */; set => _serviceDescriptionBody.CorConfigurationHeader = value; } /// The max age to be allowed via CORS. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The max age to be allowed via CORS.")] @@ -148,7 +140,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. Description = @"The max age to be allowed via CORS.", SerializedName = @"maxAge", PossibleTypes = new [] { typeof(int) })] - public int CorConfigurationMaxAge { get => ServiceDescriptionBody.CorConfigurationMaxAge ?? default(int); set => ServiceDescriptionBody.CorConfigurationMaxAge = value; } + public int CorsMaxAge { get => _serviceDescriptionBody.CorConfigurationMaxAge ?? default(int); set => _serviceDescriptionBody.CorConfigurationMaxAge = value; } /// The methods to be allowed via CORS. [global::System.Management.Automation.AllowEmptyCollection] @@ -160,7 +152,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. Description = @"The methods to be allowed via CORS.", SerializedName = @"methods", PossibleTypes = new [] { typeof(string) })] - public string[] CorConfigurationMethod { get => ServiceDescriptionBody.CorConfigurationMethod ?? null /* arrayOf */; set => ServiceDescriptionBody.CorConfigurationMethod = value; } + public string[] CorsMethod { get => _serviceDescriptionBody.CorConfigurationMethod ?? null /* arrayOf */; set => _serviceDescriptionBody.CorConfigurationMethod = value; } /// The origins to be allowed via CORS. [global::System.Management.Automation.AllowEmptyCollection] @@ -172,7 +164,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. Description = @"The origins to be allowed via CORS.", SerializedName = @"origins", PossibleTypes = new [] { typeof(string) })] - public string[] CorConfigurationOrigin { get => ServiceDescriptionBody.CorConfigurationOrigin ?? null /* arrayOf */; set => ServiceDescriptionBody.CorConfigurationOrigin = value; } + public string[] CorsOrigin { get => _serviceDescriptionBody.CorConfigurationOrigin ?? null /* arrayOf */; set => _serviceDescriptionBody.CorConfigurationOrigin = value; } /// The URI of the customer-managed key for the backing database. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The URI of the customer-managed key for the backing database.")] @@ -183,7 +175,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. Description = @"The URI of the customer-managed key for the backing database.", SerializedName = @"keyVaultKeyUri", PossibleTypes = new [] { typeof(string) })] - public string CosmoDbConfigurationKeyVaultKeyUri { get => ServiceDescriptionBody.CosmoDbConfigurationKeyVaultKeyUri ?? null; set => ServiceDescriptionBody.CosmoDbConfigurationKeyVaultKeyUri = value; } + public string CosmosKeyVaultKeyUri { get => _serviceDescriptionBody.CosmoDbConfigurationKeyVaultKeyUri ?? null; set => _serviceDescriptionBody.CosmoDbConfigurationKeyVaultKeyUri = value; } /// The provisioned throughput for the backing database. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The provisioned throughput for the backing database.")] @@ -194,7 +186,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. Description = @"The provisioned throughput for the backing database.", SerializedName = @"offerThroughput", PossibleTypes = new [] { typeof(int) })] - public int CosmoDbConfigurationOfferThroughput { get => ServiceDescriptionBody.CosmoDbConfigurationOfferThroughput ?? default(int); set => ServiceDescriptionBody.CosmoDbConfigurationOfferThroughput = value; } + public int CosmosOfferThroughput { get => _serviceDescriptionBody.CosmoDbConfigurationOfferThroughput ?? default(int); set => _serviceDescriptionBody.CosmoDbConfigurationOfferThroughput = value; } /// /// The credentials, account, tenant, and subscription used for communication with Azure @@ -205,6 +197,17 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Azure)] public global::System.Management.Automation.PSObject DefaultProfile { get; set; } + /// If the SMART on FHIR proxy is enabled + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "If the SMART on FHIR proxy is enabled")] + [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Body)] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"If the SMART on FHIR proxy is enabled", + SerializedName = @"smartProxyEnabled", + PossibleTypes = new [] { typeof(global::System.Management.Automation.SwitchParameter) })] + public global::System.Management.Automation.SwitchParameter EnableSmartProxy { get => _serviceDescriptionBody.AuthenticationConfigurationSmartProxyEnabled ?? default(global::System.Management.Automation.SwitchParameter); set => _serviceDescriptionBody.AuthenticationConfigurationSmartProxyEnabled = value; } + /// /// An etag associated with the resource, used for optimistic concurrency when editing it. /// @@ -216,7 +219,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. Description = @"An etag associated with the resource, used for optimistic concurrency when editing it.", SerializedName = @"etag", PossibleTypes = new [] { typeof(string) })] - public string Etag { get => ServiceDescriptionBody.Etag ?? null; set => ServiceDescriptionBody.Etag = value; } + public string Etag { get => _serviceDescriptionBody.Etag ?? null; set => _serviceDescriptionBody.Etag = value; } /// The name of the default export storage account. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The name of the default export storage account.")] @@ -227,7 +230,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. Description = @"The name of the default export storage account.", SerializedName = @"storageAccountName", PossibleTypes = new [] { typeof(string) })] - public string ExportConfigurationStorageAccountName { get => ServiceDescriptionBody.ExportConfigurationStorageAccountName ?? null; set => ServiceDescriptionBody.ExportConfigurationStorageAccountName = value; } + public string ExportStorageAccountName { get => _serviceDescriptionBody.ExportConfigurationStorageAccountName ?? null; set => _serviceDescriptionBody.ExportConfigurationStorageAccountName = value; } /// SendAsync Pipeline Steps to be appended to the front of the pipeline [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")] @@ -253,7 +256,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. SerializedName = @"type", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ManagedServiceIdentityType) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ManagedServiceIdentityType))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ManagedServiceIdentityType IdentityType { get => ServiceDescriptionBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ManagedServiceIdentityType)""); set => ServiceDescriptionBody.IdentityType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ManagedServiceIdentityType IdentityType { get => _serviceDescriptionBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ManagedServiceIdentityType)""); set => _serviceDescriptionBody.IdentityType = value; } /// Accessor for our copy of the InvocationInfo. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } @@ -268,7 +271,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. SerializedName = @"kind", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.Kind) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.Kind))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.Kind Kind { get => ServiceDescriptionBody.Kind; set => ServiceDescriptionBody.Kind = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.Kind Kind { get => _serviceDescriptionBody.Kind; set => _serviceDescriptionBody.Kind = value; } /// The resource location. [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "The resource location.")] @@ -279,7 +282,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. Description = @"The resource location.", SerializedName = @"location", PossibleTypes = new [] { typeof(string) })] - public string Location { get => ServiceDescriptionBody.Location ?? null; set => ServiceDescriptionBody.Location = value; } + public string Location { get => _serviceDescriptionBody.Location ?? null; set => _serviceDescriptionBody.Location = value; } /// /// cancellation delegate. Stops the cmdlet when called. @@ -326,7 +329,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. Description = @"The list of private endpoint connections that are set up for this resource.", SerializedName = @"privateEndpointConnections", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPrivateEndpointConnection) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPrivateEndpointConnection[] PrivateEndpointConnection { get => ServiceDescriptionBody.PrivateEndpointConnection ?? null /* arrayOf */; set => ServiceDescriptionBody.PrivateEndpointConnection = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPrivateEndpointConnection[] PrivateEndpointConnection { get => _serviceDescriptionBody.PrivateEndpointConnection ?? null /* arrayOf */; set => _serviceDescriptionBody.PrivateEndpointConnection = value; } /// The URI for the proxy server to use [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "The URI for the proxy server to use")] @@ -356,7 +359,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. SerializedName = @"publicNetworkAccess", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess PublicNetworkAccess { get => ServiceDescriptionBody.PublicNetworkAccess ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess)""); set => ServiceDescriptionBody.PublicNetworkAccess = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess PublicNetworkAccess { get => _serviceDescriptionBody.PublicNetworkAccess ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess)""); set => _serviceDescriptionBody.PublicNetworkAccess = value; } /// Backing field for property. private string _resourceGroupName; @@ -372,12 +375,6 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Path)] public string ResourceGroupName { get => this._resourceGroupName; set => this._resourceGroupName = value; } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription _serviceDescriptionBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServicesDescription(); - - /// The description of the service. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription ServiceDescriptionBody { get => this._serviceDescriptionBody; set => this._serviceDescriptionBody = value; } - /// Backing field for property. private string _subscriptionId; @@ -406,7 +403,7 @@ public partial class NewAzHealthcareAPIsService_CreateExpanded : global::System. Description = @"The resource tags.", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesResourceTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesResourceTags Tag { get => ServiceDescriptionBody.Tag ?? null /* object */; set => ServiceDescriptionBody.Tag = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesResourceTags Tag { get => _serviceDescriptionBody.Tag ?? null /* object */; set => _serviceDescriptionBody.Tag = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what @@ -451,10 +448,10 @@ protected override void BeginProcessing() } /// Creates a duplicate instance of this cmdlet (via JSON serialization). - /// a duplicate instance of NewAzHealthcareAPIsService_CreateExpanded - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.NewAzHealthcareAPIsService_CreateExpanded Clone() + /// a duplicate instance of NewAzHealthcareApisService_CreateExpanded + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.NewAzHealthcareApisService_CreateExpanded Clone() { - var clone = new NewAzHealthcareAPIsService_CreateExpanded(); + var clone = new NewAzHealthcareApisService_CreateExpanded(); clone.__correlationId = this.__correlationId; clone.__processRecordId = this.__processRecordId; clone.DefaultProfile = this.DefaultProfile; @@ -467,7 +464,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.NewAzHealthcare clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.ServiceDescriptionBody = this.ServiceDescriptionBody; + clone._serviceDescriptionBody = this._serviceDescriptionBody; clone.SubscriptionId = this.SubscriptionId; clone.ResourceGroupName = this.ResourceGroupName; clone.Name = this.Name; @@ -553,9 +550,9 @@ protected override void EndProcessing() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public NewAzHealthcareAPIsService_CreateExpanded() + public NewAzHealthcareApisService_CreateExpanded() { } @@ -632,12 +629,12 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.ServicesCreateOrUpdate(SubscriptionId, ResourceGroupName, Name, ServiceDescriptionBody, onOk, onDefault, this, Pipeline); + await this.Client.ServicesCreateOrUpdate(SubscriptionId, ResourceGroupName, Name, _serviceDescriptionBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId,ResourceGroupName=ResourceGroupName,Name=Name,body=ServiceDescriptionBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId,ResourceGroupName=ResourceGroupName,Name=Name,body=_serviceDescriptionBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -683,14 +680,14 @@ protected override void StopProcessing() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, Name=Name, body=ServiceDescriptionBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, Name=Name, body=_serviceDescriptionBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, Name=Name, body=ServiceDescriptionBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, Name=Name, body=_serviceDescriptionBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/NewAzHealthcareAPIsWorkspace_CreateExpanded.cs b/src/HealthcareApis/generated/cmdlets/NewAzHealthcareAPIsWorkspace_CreateExpanded.cs index efa5a5e7bcc4..78e03b435fdd 100644 --- a/src/HealthcareApis/generated/cmdlets/NewAzHealthcareAPIsWorkspace_CreateExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/NewAzHealthcareAPIsWorkspace_CreateExpanded.cs @@ -13,11 +13,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// [OpenAPI] CreateOrUpdate=>PUT:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}" /// [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.InternalExport] - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzHealthcareAPIsWorkspace_CreateExpanded", SupportsShouldProcess = true)] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.New, @"AzHealthcareApisWorkspace_CreateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Creates or updates a workspace resource with the specified parameters.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class NewAzHealthcareAPIsWorkspace_CreateExpanded : global::System.Management.Automation.PSCmdlet, + public partial class NewAzHealthcareApisWorkspace_CreateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -34,6 +34,9 @@ public partial class NewAzHealthcareAPIsWorkspace_CreateExpanded : global::Syste /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// Workspace resource. + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace _workspaceBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.Workspace(); + /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] @@ -67,7 +70,7 @@ public partial class NewAzHealthcareAPIsWorkspace_CreateExpanded : global::Syste Description = @"An etag associated with the resource, used for optimistic concurrency when editing it.", SerializedName = @"etag", PossibleTypes = new [] { typeof(string) })] - public string Etag { get => WorkspaceBody.Etag ?? null; set => WorkspaceBody.Etag = value; } + public string Etag { get => _workspaceBody.Etag ?? null; set => _workspaceBody.Etag = value; } /// SendAsync Pipeline Steps to be appended to the front of the pipeline [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")] @@ -93,7 +96,7 @@ public partial class NewAzHealthcareAPIsWorkspace_CreateExpanded : global::Syste Description = @"The resource location.", SerializedName = @"location", PossibleTypes = new [] { typeof(string) })] - public string Location { get => WorkspaceBody.Location ?? null; set => WorkspaceBody.Location = value; } + public string Location { get => _workspaceBody.Location ?? null; set => _workspaceBody.Location = value; } /// /// cancellation delegate. Stops the cmdlet when called. @@ -159,7 +162,7 @@ public partial class NewAzHealthcareAPIsWorkspace_CreateExpanded : global::Syste SerializedName = @"publicNetworkAccess", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess PublicNetworkAccess { get => WorkspaceBody.PublicNetworkAccess ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess)""); set => WorkspaceBody.PublicNetworkAccess = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess PublicNetworkAccess { get => _workspaceBody.PublicNetworkAccess ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess)""); set => _workspaceBody.PublicNetworkAccess = value; } /// Backing field for property. private string _resourceGroupName; @@ -203,13 +206,7 @@ public partial class NewAzHealthcareAPIsWorkspace_CreateExpanded : global::Syste Description = @"Resource tags.", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => WorkspaceBody.Tag ?? null /* object */; set => WorkspaceBody.Tag = value; } - - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace _workspaceBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.Workspace(); - - /// Workspace resource. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace WorkspaceBody { get => this._workspaceBody; set => this._workspaceBody = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => _workspaceBody.Tag ?? null /* object */; set => _workspaceBody.Tag = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what @@ -254,10 +251,10 @@ protected override void BeginProcessing() } /// Creates a duplicate instance of this cmdlet (via JSON serialization). - /// a duplicate instance of NewAzHealthcareAPIsWorkspace_CreateExpanded - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.NewAzHealthcareAPIsWorkspace_CreateExpanded Clone() + /// a duplicate instance of NewAzHealthcareApisWorkspace_CreateExpanded + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.NewAzHealthcareApisWorkspace_CreateExpanded Clone() { - var clone = new NewAzHealthcareAPIsWorkspace_CreateExpanded(); + var clone = new NewAzHealthcareApisWorkspace_CreateExpanded(); clone.__correlationId = this.__correlationId; clone.__processRecordId = this.__processRecordId; clone.DefaultProfile = this.DefaultProfile; @@ -270,7 +267,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.NewAzHealthcare clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.WorkspaceBody = this.WorkspaceBody; + clone._workspaceBody = this._workspaceBody; clone.ResourceGroupName = this.ResourceGroupName; clone.SubscriptionId = this.SubscriptionId; clone.Name = this.Name; @@ -356,9 +353,9 @@ protected override void EndProcessing() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public NewAzHealthcareAPIsWorkspace_CreateExpanded() + public NewAzHealthcareApisWorkspace_CreateExpanded() { } @@ -435,12 +432,12 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.WorkspacesCreateOrUpdate(ResourceGroupName, SubscriptionId, Name, WorkspaceBody, onOk, onDefault, this, Pipeline); + await this.Client.WorkspacesCreateOrUpdate(ResourceGroupName, SubscriptionId, Name, _workspaceBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,Name=Name,body=WorkspaceBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,Name=Name,body=_workspaceBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -486,14 +483,14 @@ protected override void StopProcessing() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, body=WorkspaceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, body=_workspaceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, body=WorkspaceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, body=_workspaceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/NewAzHealthcareDicomService_CreateExpanded.cs b/src/HealthcareApis/generated/cmdlets/NewAzHealthcareDicomService_CreateExpanded.cs index f7998eef51e8..a24ccaff4481 100644 --- a/src/HealthcareApis/generated/cmdlets/NewAzHealthcareDicomService_CreateExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/NewAzHealthcareDicomService_CreateExpanded.cs @@ -34,6 +34,9 @@ public partial class NewAzHealthcareDicomService_CreateExpanded : global::System /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// The description of Dicom Service + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomService _dicomserviceBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.DicomService(); + /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] @@ -56,12 +59,6 @@ public partial class NewAzHealthcareDicomService_CreateExpanded : global::System [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Azure)] public global::System.Management.Automation.PSObject DefaultProfile { get; set; } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomService _dicomserviceBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.DicomService(); - - /// The description of Dicom Service - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomService DicomserviceBody { get => this._dicomserviceBody; set => this._dicomserviceBody = value; } - /// /// An etag associated with the resource, used for optimistic concurrency when editing it. /// @@ -73,7 +70,7 @@ public partial class NewAzHealthcareDicomService_CreateExpanded : global::System Description = @"An etag associated with the resource, used for optimistic concurrency when editing it.", SerializedName = @"etag", PossibleTypes = new [] { typeof(string) })] - public string Etag { get => DicomserviceBody.Etag ?? null; set => DicomserviceBody.Etag = value; } + public string Etag { get => _dicomserviceBody.Etag ?? null; set => _dicomserviceBody.Etag = value; } /// SendAsync Pipeline Steps to be appended to the front of the pipeline [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")] @@ -99,7 +96,7 @@ public partial class NewAzHealthcareDicomService_CreateExpanded : global::System SerializedName = @"type", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => DicomserviceBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => DicomserviceBody.IdentityType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => _dicomserviceBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => _dicomserviceBody.IdentityType = value; } /// /// The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM @@ -115,7 +112,7 @@ public partial class NewAzHealthcareDicomService_CreateExpanded : global::System Description = @"The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", SerializedName = @"userAssignedIdentities", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => DicomserviceBody.IdentityUserAssignedIdentity ?? null /* object */; set => DicomserviceBody.IdentityUserAssignedIdentity = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => _dicomserviceBody.IdentityUserAssignedIdentity ?? null /* object */; set => _dicomserviceBody.IdentityUserAssignedIdentity = value; } /// Accessor for our copy of the InvocationInfo. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } @@ -129,7 +126,7 @@ public partial class NewAzHealthcareDicomService_CreateExpanded : global::System Description = @"The resource location.", SerializedName = @"location", PossibleTypes = new [] { typeof(string) })] - public string Location { get => DicomserviceBody.Location ?? null; set => DicomserviceBody.Location = value; } + public string Location { get => _dicomserviceBody.Location ?? null; set => _dicomserviceBody.Location = value; } /// /// cancellation delegate. Stops the cmdlet when called. @@ -195,7 +192,7 @@ public partial class NewAzHealthcareDicomService_CreateExpanded : global::System SerializedName = @"publicNetworkAccess", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess PublicNetworkAccess { get => DicomserviceBody.PublicNetworkAccess ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess)""); set => DicomserviceBody.PublicNetworkAccess = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess PublicNetworkAccess { get => _dicomserviceBody.PublicNetworkAccess ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess)""); set => _dicomserviceBody.PublicNetworkAccess = value; } /// Backing field for property. private string _resourceGroupName; @@ -239,7 +236,7 @@ public partial class NewAzHealthcareDicomService_CreateExpanded : global::System Description = @"Resource tags.", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => DicomserviceBody.Tag ?? null /* object */; set => DicomserviceBody.Tag = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => _dicomserviceBody.Tag ?? null /* object */; set => _dicomserviceBody.Tag = value; } /// Backing field for property. private string _workspaceName; @@ -314,7 +311,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.NewAzHealthcare clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.DicomserviceBody = this.DicomserviceBody; + clone._dicomserviceBody = this._dicomserviceBody; clone.ResourceGroupName = this.ResourceGroupName; clone.SubscriptionId = this.SubscriptionId; clone.WorkspaceName = this.WorkspaceName; @@ -480,12 +477,12 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.DicomServicesCreateOrUpdate(ResourceGroupName, SubscriptionId, WorkspaceName, Name, DicomserviceBody, onOk, onDefault, this, Pipeline); + await this.Client.DicomServicesCreateOrUpdate(ResourceGroupName, SubscriptionId, WorkspaceName, Name, _dicomserviceBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,WorkspaceName=WorkspaceName,Name=Name,body=DicomserviceBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,WorkspaceName=WorkspaceName,Name=Name,body=_dicomserviceBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -531,14 +528,14 @@ protected override void StopProcessing() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, WorkspaceName=WorkspaceName, Name=Name, body=DicomserviceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, WorkspaceName=WorkspaceName, Name=Name, body=_dicomserviceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, WorkspaceName=WorkspaceName, Name=Name, body=DicomserviceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, WorkspaceName=WorkspaceName, Name=Name, body=_dicomserviceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/NewAzHealthcareFhirService_CreateExpanded.cs b/src/HealthcareApis/generated/cmdlets/NewAzHealthcareFhirService_CreateExpanded.cs index bb43bfa9cba6..4d2594a5af22 100644 --- a/src/HealthcareApis/generated/cmdlets/NewAzHealthcareFhirService_CreateExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/NewAzHealthcareFhirService_CreateExpanded.cs @@ -34,6 +34,9 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// The description of Fhir Service + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirService _fhirserviceBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirService(); + /// Fhir Service access policies. [global::System.Management.Automation.AllowEmptyCollection] [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Fhir Service access policies.")] @@ -44,7 +47,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. Description = @"Fhir Service access policies.", SerializedName = @"accessPolicies", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceAccessPolicyEntry) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceAccessPolicyEntry[] AccessPolicy { get => FhirserviceBody.AccessPolicy ?? null /* arrayOf */; set => FhirserviceBody.AccessPolicy = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceAccessPolicyEntry[] AccessPolicyObjectId { get => _fhirserviceBody.AccessPolicy ?? null /* arrayOf */; set => _fhirserviceBody.AccessPolicy = value; } /// The list of the Azure container registry login servers. [global::System.Management.Automation.AllowEmptyCollection] @@ -56,7 +59,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. Description = @"The list of the Azure container registry login servers.", SerializedName = @"loginServers", PossibleTypes = new [] { typeof(string) })] - public string[] AcrConfigurationLoginServer { get => FhirserviceBody.AcrConfigurationLoginServer ?? null /* arrayOf */; set => FhirserviceBody.AcrConfigurationLoginServer = value; } + public string[] AcrConfigurationLoginServer { get => _fhirserviceBody.AcrConfigurationLoginServer ?? null /* arrayOf */; set => _fhirserviceBody.AcrConfigurationLoginServer = value; } /// The list of Open Container Initiative (OCI) artifacts. [global::System.Management.Automation.AllowEmptyCollection] @@ -68,7 +71,18 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. Description = @"The list of Open Container Initiative (OCI) artifacts.", SerializedName = @"ociArtifacts", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceOciArtifactEntry) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceOciArtifactEntry[] AcrConfigurationOciArtifact { get => FhirserviceBody.AcrConfigurationOciArtifact ?? null /* arrayOf */; set => FhirserviceBody.AcrConfigurationOciArtifact = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceOciArtifactEntry[] AcrConfigurationOciArtifact { get => _fhirserviceBody.AcrConfigurationOciArtifact ?? null /* arrayOf */; set => _fhirserviceBody.AcrConfigurationOciArtifact = value; } + + /// If credentials are allowed via CORS. + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "If credentials are allowed via CORS.")] + [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Body)] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"If credentials are allowed via CORS.", + SerializedName = @"allowCredentials", + PossibleTypes = new [] { typeof(global::System.Management.Automation.SwitchParameter) })] + public global::System.Management.Automation.SwitchParameter AllowCorsCredential { get => _fhirserviceBody.CorConfigurationAllowCredentials ?? default(global::System.Management.Automation.SwitchParameter); set => _fhirserviceBody.CorConfigurationAllowCredentials = value; } /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] @@ -84,7 +98,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. Description = @"The audience url for the service", SerializedName = @"audience", PossibleTypes = new [] { typeof(string) })] - public string AuthenticationConfigurationAudience { get => FhirserviceBody.AuthenticationConfigurationAudience ?? null; set => FhirserviceBody.AuthenticationConfigurationAudience = value; } + public string Audience { get => _fhirserviceBody.AuthenticationConfigurationAudience ?? null; set => _fhirserviceBody.AuthenticationConfigurationAudience = value; } /// The authority url for the service [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The authority url for the service")] @@ -95,18 +109,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. Description = @"The authority url for the service", SerializedName = @"authority", PossibleTypes = new [] { typeof(string) })] - public string AuthenticationConfigurationAuthority { get => FhirserviceBody.AuthenticationConfigurationAuthority ?? null; set => FhirserviceBody.AuthenticationConfigurationAuthority = value; } - - /// If the SMART on FHIR proxy is enabled - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "If the SMART on FHIR proxy is enabled")] - [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Body)] - [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Info( - Required = false, - ReadOnly = false, - Description = @"If the SMART on FHIR proxy is enabled", - SerializedName = @"smartProxyEnabled", - PossibleTypes = new [] { typeof(global::System.Management.Automation.SwitchParameter) })] - public global::System.Management.Automation.SwitchParameter AuthenticationConfigurationSmartProxyEnabled { get => FhirserviceBody.AuthenticationConfigurationSmartProxyEnabled ?? default(global::System.Management.Automation.SwitchParameter); set => FhirserviceBody.AuthenticationConfigurationSmartProxyEnabled = value; } + public string Authority { get => _fhirserviceBody.AuthenticationConfigurationAuthority ?? null; set => _fhirserviceBody.AuthenticationConfigurationAuthority = value; } /// Wait for .NET debugger to attach [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "Wait for .NET debugger to attach")] @@ -116,17 +119,6 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. /// The reference to the client API class. public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.HealthcareApis Client => Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Module.Instance.ClientAPI; - /// If credentials are allowed via CORS. - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "If credentials are allowed via CORS.")] - [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Body)] - [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Info( - Required = false, - ReadOnly = false, - Description = @"If credentials are allowed via CORS.", - SerializedName = @"allowCredentials", - PossibleTypes = new [] { typeof(global::System.Management.Automation.SwitchParameter) })] - public global::System.Management.Automation.SwitchParameter CorConfigurationAllowCredentials { get => FhirserviceBody.CorConfigurationAllowCredentials ?? default(global::System.Management.Automation.SwitchParameter); set => FhirserviceBody.CorConfigurationAllowCredentials = value; } - /// The headers to be allowed via CORS. [global::System.Management.Automation.AllowEmptyCollection] [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The headers to be allowed via CORS.")] @@ -137,7 +129,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. Description = @"The headers to be allowed via CORS.", SerializedName = @"headers", PossibleTypes = new [] { typeof(string) })] - public string[] CorConfigurationHeader { get => FhirserviceBody.CorConfigurationHeader ?? null /* arrayOf */; set => FhirserviceBody.CorConfigurationHeader = value; } + public string[] CorsHeader { get => _fhirserviceBody.CorConfigurationHeader ?? null /* arrayOf */; set => _fhirserviceBody.CorConfigurationHeader = value; } /// The max age to be allowed via CORS. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The max age to be allowed via CORS.")] @@ -148,7 +140,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. Description = @"The max age to be allowed via CORS.", SerializedName = @"maxAge", PossibleTypes = new [] { typeof(int) })] - public int CorConfigurationMaxAge { get => FhirserviceBody.CorConfigurationMaxAge ?? default(int); set => FhirserviceBody.CorConfigurationMaxAge = value; } + public int CorsMaxAge { get => _fhirserviceBody.CorConfigurationMaxAge ?? default(int); set => _fhirserviceBody.CorConfigurationMaxAge = value; } /// The methods to be allowed via CORS. [global::System.Management.Automation.AllowEmptyCollection] @@ -160,7 +152,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. Description = @"The methods to be allowed via CORS.", SerializedName = @"methods", PossibleTypes = new [] { typeof(string) })] - public string[] CorConfigurationMethod { get => FhirserviceBody.CorConfigurationMethod ?? null /* arrayOf */; set => FhirserviceBody.CorConfigurationMethod = value; } + public string[] CorsMethod { get => _fhirserviceBody.CorConfigurationMethod ?? null /* arrayOf */; set => _fhirserviceBody.CorConfigurationMethod = value; } /// The origins to be allowed via CORS. [global::System.Management.Automation.AllowEmptyCollection] @@ -172,7 +164,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. Description = @"The origins to be allowed via CORS.", SerializedName = @"origins", PossibleTypes = new [] { typeof(string) })] - public string[] CorConfigurationOrigin { get => FhirserviceBody.CorConfigurationOrigin ?? null /* arrayOf */; set => FhirserviceBody.CorConfigurationOrigin = value; } + public string[] CorsOrigin { get => _fhirserviceBody.CorConfigurationOrigin ?? null /* arrayOf */; set => _fhirserviceBody.CorConfigurationOrigin = value; } /// /// The credentials, account, tenant, and subscription used for communication with Azure @@ -183,6 +175,17 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Azure)] public global::System.Management.Automation.PSObject DefaultProfile { get; set; } + /// If the SMART on FHIR proxy is enabled + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "If the SMART on FHIR proxy is enabled")] + [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Body)] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Info( + Required = false, + ReadOnly = false, + Description = @"If the SMART on FHIR proxy is enabled", + SerializedName = @"smartProxyEnabled", + PossibleTypes = new [] { typeof(global::System.Management.Automation.SwitchParameter) })] + public global::System.Management.Automation.SwitchParameter EnableSmartProxy { get => _fhirserviceBody.AuthenticationConfigurationSmartProxyEnabled ?? default(global::System.Management.Automation.SwitchParameter); set => _fhirserviceBody.AuthenticationConfigurationSmartProxyEnabled = value; } + /// /// An etag associated with the resource, used for optimistic concurrency when editing it. /// @@ -194,7 +197,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. Description = @"An etag associated with the resource, used for optimistic concurrency when editing it.", SerializedName = @"etag", PossibleTypes = new [] { typeof(string) })] - public string Etag { get => FhirserviceBody.Etag ?? null; set => FhirserviceBody.Etag = value; } + public string Etag { get => _fhirserviceBody.Etag ?? null; set => _fhirserviceBody.Etag = value; } /// The name of the default export storage account. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The name of the default export storage account.")] @@ -205,13 +208,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. Description = @"The name of the default export storage account.", SerializedName = @"storageAccountName", PossibleTypes = new [] { typeof(string) })] - public string ExportConfigurationStorageAccountName { get => FhirserviceBody.ExportConfigurationStorageAccountName ?? null; set => FhirserviceBody.ExportConfigurationStorageAccountName = value; } - - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirService _fhirserviceBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirService(); - - /// The description of Fhir Service - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirService FhirserviceBody { get => this._fhirserviceBody; set => this._fhirserviceBody = value; } + public string ExportStorageAccountName { get => _fhirserviceBody.ExportConfigurationStorageAccountName ?? null; set => _fhirserviceBody.ExportConfigurationStorageAccountName = value; } /// SendAsync Pipeline Steps to be appended to the front of the pipeline [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")] @@ -237,7 +234,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. SerializedName = @"type", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => FhirserviceBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => FhirserviceBody.IdentityType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => _fhirserviceBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => _fhirserviceBody.IdentityType = value; } /// /// The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM @@ -253,7 +250,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. Description = @"The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", SerializedName = @"userAssignedIdentities", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => FhirserviceBody.IdentityUserAssignedIdentity ?? null /* object */; set => FhirserviceBody.IdentityUserAssignedIdentity = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => _fhirserviceBody.IdentityUserAssignedIdentity ?? null /* object */; set => _fhirserviceBody.IdentityUserAssignedIdentity = value; } /// Accessor for our copy of the InvocationInfo. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } @@ -268,7 +265,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. SerializedName = @"kind", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.FhirServiceKind) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.FhirServiceKind))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.FhirServiceKind Kind { get => FhirserviceBody.Kind ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.FhirServiceKind)""); set => FhirserviceBody.Kind = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.FhirServiceKind Kind { get => _fhirserviceBody.Kind ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.FhirServiceKind)""); set => _fhirserviceBody.Kind = value; } /// The resource location. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The resource location.")] @@ -279,7 +276,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. Description = @"The resource location.", SerializedName = @"location", PossibleTypes = new [] { typeof(string) })] - public string Location { get => FhirserviceBody.Location ?? null; set => FhirserviceBody.Location = value; } + public string Location { get => _fhirserviceBody.Location ?? null; set => _fhirserviceBody.Location = value; } /// /// cancellation delegate. Stops the cmdlet when called. @@ -345,7 +342,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. SerializedName = @"publicNetworkAccess", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess PublicNetworkAccess { get => FhirserviceBody.PublicNetworkAccess ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess)""); set => FhirserviceBody.PublicNetworkAccess = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess PublicNetworkAccess { get => _fhirserviceBody.PublicNetworkAccess ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess)""); set => _fhirserviceBody.PublicNetworkAccess = value; } /// Backing field for property. private string _resourceGroupName; @@ -371,7 +368,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. SerializedName = @"default", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.FhirResourceVersionPolicy) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.FhirResourceVersionPolicy))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.FhirResourceVersionPolicy ResourceVersionPolicyConfigurationDefault { get => FhirserviceBody.ResourceVersionPolicyConfigurationDefault ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.FhirResourceVersionPolicy)""); set => FhirserviceBody.ResourceVersionPolicyConfigurationDefault = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.FhirResourceVersionPolicy ResourceVersionPolicyConfigurationDefault { get => _fhirserviceBody.ResourceVersionPolicyConfigurationDefault ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.FhirResourceVersionPolicy)""); set => _fhirserviceBody.ResourceVersionPolicyConfigurationDefault = value; } /// A list of FHIR Resources and their version policy overrides. [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ExportAs(typeof(global::System.Collections.Hashtable))] @@ -383,7 +380,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. Description = @"A list of FHIR Resources and their version policy overrides.", SerializedName = @"resourceTypeOverrides", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceVersionPolicyConfigurationResourceTypeOverrides) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceVersionPolicyConfigurationResourceTypeOverrides ResourceVersionPolicyConfigurationResourceTypeOverride { get => FhirserviceBody.ResourceVersionPolicyConfigurationResourceTypeOverride ?? null /* object */; set => FhirserviceBody.ResourceVersionPolicyConfigurationResourceTypeOverride = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceVersionPolicyConfigurationResourceTypeOverrides ResourceVersionPolicyConfigurationResourceTypeOverride { get => _fhirserviceBody.ResourceVersionPolicyConfigurationResourceTypeOverride ?? null /* object */; set => _fhirserviceBody.ResourceVersionPolicyConfigurationResourceTypeOverride = value; } /// Backing field for property. private string _subscriptionId; @@ -413,7 +410,7 @@ public partial class NewAzHealthcareFhirService_CreateExpanded : global::System. Description = @"Resource tags.", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => FhirserviceBody.Tag ?? null /* object */; set => FhirserviceBody.Tag = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => _fhirserviceBody.Tag ?? null /* object */; set => _fhirserviceBody.Tag = value; } /// Backing field for property. private string _workspaceName; @@ -488,7 +485,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.NewAzHealthcare clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.FhirserviceBody = this.FhirserviceBody; + clone._fhirserviceBody = this._fhirserviceBody; clone.ResourceGroupName = this.ResourceGroupName; clone.SubscriptionId = this.SubscriptionId; clone.WorkspaceName = this.WorkspaceName; @@ -654,12 +651,12 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.FhirServicesCreateOrUpdate(ResourceGroupName, SubscriptionId, WorkspaceName, Name, FhirserviceBody, onOk, onDefault, this, Pipeline); + await this.Client.FhirServicesCreateOrUpdate(ResourceGroupName, SubscriptionId, WorkspaceName, Name, _fhirserviceBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,WorkspaceName=WorkspaceName,Name=Name,body=FhirserviceBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,WorkspaceName=WorkspaceName,Name=Name,body=_fhirserviceBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -705,14 +702,14 @@ protected override void StopProcessing() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, WorkspaceName=WorkspaceName, Name=Name, body=FhirserviceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, WorkspaceName=WorkspaceName, Name=Name, body=_fhirserviceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, WorkspaceName=WorkspaceName, Name=Name, body=FhirserviceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, WorkspaceName=WorkspaceName, Name=Name, body=_fhirserviceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/NewAzHealthcareIotConnectorFhirDestination_CreateExpanded.cs b/src/HealthcareApis/generated/cmdlets/NewAzHealthcareIotConnectorFhirDestination_CreateExpanded.cs index fd64d5be4c43..2481e567a750 100644 --- a/src/HealthcareApis/generated/cmdlets/NewAzHealthcareIotConnectorFhirDestination_CreateExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/NewAzHealthcareIotConnectorFhirDestination_CreateExpanded.cs @@ -36,6 +36,9 @@ public partial class NewAzHealthcareIotConnectorFhirDestination_CreateExpanded : /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// IoT Connector FHIR destination definition. + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotFhirDestination _iotFhirDestinationBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotFhirDestination(); + /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] @@ -69,7 +72,7 @@ public partial class NewAzHealthcareIotConnectorFhirDestination_CreateExpanded : Description = @"An etag associated with the resource, used for optimistic concurrency when editing it.", SerializedName = @"etag", PossibleTypes = new [] { typeof(string) })] - public string Etag { get => IotFhirDestinationBody.Etag ?? null; set => IotFhirDestinationBody.Etag = value; } + public string Etag { get => _iotFhirDestinationBody.Etag ?? null; set => _iotFhirDestinationBody.Etag = value; } /// Backing field for property. private string _fhirDestinationName; @@ -95,7 +98,7 @@ public partial class NewAzHealthcareIotConnectorFhirDestination_CreateExpanded : Description = @"The mapping.", SerializedName = @"content", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotMappingPropertiesContent) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotMappingPropertiesContent FhirMappingContent { get => IotFhirDestinationBody.FhirMappingContent ?? null /* object */; set => IotFhirDestinationBody.FhirMappingContent = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotMappingPropertiesContent FhirMappingContent { get => _iotFhirDestinationBody.FhirMappingContent ?? null /* object */; set => _iotFhirDestinationBody.FhirMappingContent = value; } /// Fully qualified resource id of the FHIR service to connect to. [global::System.Management.Automation.Parameter(Mandatory = true, HelpMessage = "Fully qualified resource id of the FHIR service to connect to.")] @@ -106,7 +109,7 @@ public partial class NewAzHealthcareIotConnectorFhirDestination_CreateExpanded : Description = @"Fully qualified resource id of the FHIR service to connect to.", SerializedName = @"fhirServiceResourceId", PossibleTypes = new [] { typeof(string) })] - public string FhirServiceResourceId { get => IotFhirDestinationBody.FhirServiceResourceId ?? null; set => IotFhirDestinationBody.FhirServiceResourceId = value; } + public string FhirServiceResourceId { get => _iotFhirDestinationBody.FhirServiceResourceId ?? null; set => _iotFhirDestinationBody.FhirServiceResourceId = value; } /// SendAsync Pipeline Steps to be appended to the front of the pipeline [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")] @@ -137,12 +140,6 @@ public partial class NewAzHealthcareIotConnectorFhirDestination_CreateExpanded : [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Path)] public string IotConnectorName { get => this._iotConnectorName; set => this._iotConnectorName = value; } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotFhirDestination _iotFhirDestinationBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotFhirDestination(); - - /// IoT Connector FHIR destination definition. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotFhirDestination IotFhirDestinationBody { get => this._iotFhirDestinationBody; set => this._iotFhirDestinationBody = value; } - /// The resource location. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The resource location.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Body)] @@ -152,7 +149,7 @@ public partial class NewAzHealthcareIotConnectorFhirDestination_CreateExpanded : Description = @"The resource location.", SerializedName = @"location", PossibleTypes = new [] { typeof(string) })] - public string Location { get => IotFhirDestinationBody.Location ?? null; set => IotFhirDestinationBody.Location = value; } + public string Location { get => _iotFhirDestinationBody.Location ?? null; set => _iotFhirDestinationBody.Location = value; } /// /// cancellation delegate. Stops the cmdlet when called. @@ -215,7 +212,7 @@ public partial class NewAzHealthcareIotConnectorFhirDestination_CreateExpanded : SerializedName = @"resourceIdentityResolutionType", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.IotIdentityResolutionType) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.IotIdentityResolutionType))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.IotIdentityResolutionType ResourceIdentityResolutionType { get => IotFhirDestinationBody.ResourceIdentityResolutionType; set => IotFhirDestinationBody.ResourceIdentityResolutionType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.IotIdentityResolutionType ResourceIdentityResolutionType { get => _iotFhirDestinationBody.ResourceIdentityResolutionType; set => _iotFhirDestinationBody.ResourceIdentityResolutionType = value; } /// Backing field for property. private string _subscriptionId; @@ -310,7 +307,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.NewAzHealthcare clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.IotFhirDestinationBody = this.IotFhirDestinationBody; + clone._iotFhirDestinationBody = this._iotFhirDestinationBody; clone.ResourceGroupName = this.ResourceGroupName; clone.SubscriptionId = this.SubscriptionId; clone.WorkspaceName = this.WorkspaceName; @@ -477,12 +474,12 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.IotConnectorFhirDestinationCreateOrUpdate(ResourceGroupName, SubscriptionId, WorkspaceName, IotConnectorName, FhirDestinationName, IotFhirDestinationBody, onOk, onDefault, this, Pipeline); + await this.Client.IotConnectorFhirDestinationCreateOrUpdate(ResourceGroupName, SubscriptionId, WorkspaceName, IotConnectorName, FhirDestinationName, _iotFhirDestinationBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,WorkspaceName=WorkspaceName,IotConnectorName=IotConnectorName,FhirDestinationName=FhirDestinationName,body=IotFhirDestinationBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,WorkspaceName=WorkspaceName,IotConnectorName=IotConnectorName,FhirDestinationName=FhirDestinationName,body=_iotFhirDestinationBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -528,14 +525,14 @@ protected override void StopProcessing() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, WorkspaceName=WorkspaceName, IotConnectorName=IotConnectorName, FhirDestinationName=FhirDestinationName, body=IotFhirDestinationBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, WorkspaceName=WorkspaceName, IotConnectorName=IotConnectorName, FhirDestinationName=FhirDestinationName, body=_iotFhirDestinationBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, WorkspaceName=WorkspaceName, IotConnectorName=IotConnectorName, FhirDestinationName=FhirDestinationName, body=IotFhirDestinationBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, WorkspaceName=WorkspaceName, IotConnectorName=IotConnectorName, FhirDestinationName=FhirDestinationName, body=_iotFhirDestinationBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/NewAzHealthcareIotConnector_CreateExpanded.cs b/src/HealthcareApis/generated/cmdlets/NewAzHealthcareIotConnector_CreateExpanded.cs index 74024bef4fdd..78f9b39b46c5 100644 --- a/src/HealthcareApis/generated/cmdlets/NewAzHealthcareIotConnector_CreateExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/NewAzHealthcareIotConnector_CreateExpanded.cs @@ -34,6 +34,9 @@ public partial class NewAzHealthcareIotConnector_CreateExpanded : global::System /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// IoT Connector definition. + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotConnector _iotConnectorBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotConnector(); + /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] @@ -66,7 +69,7 @@ public partial class NewAzHealthcareIotConnector_CreateExpanded : global::System Description = @"The mapping.", SerializedName = @"content", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotMappingPropertiesContent) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotMappingPropertiesContent DeviceMappingContent { get => IotConnectorBody.DeviceMappingContent ?? null /* object */; set => IotConnectorBody.DeviceMappingContent = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotMappingPropertiesContent DeviceMappingContent { get => _iotConnectorBody.DeviceMappingContent ?? null /* object */; set => _iotConnectorBody.DeviceMappingContent = value; } /// /// An etag associated with the resource, used for optimistic concurrency when editing it. @@ -79,7 +82,7 @@ public partial class NewAzHealthcareIotConnector_CreateExpanded : global::System Description = @"An etag associated with the resource, used for optimistic concurrency when editing it.", SerializedName = @"etag", PossibleTypes = new [] { typeof(string) })] - public string Etag { get => IotConnectorBody.Etag ?? null; set => IotConnectorBody.Etag = value; } + public string Etag { get => _iotConnectorBody.Etag ?? null; set => _iotConnectorBody.Etag = value; } /// SendAsync Pipeline Steps to be appended to the front of the pipeline [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")] @@ -105,7 +108,7 @@ public partial class NewAzHealthcareIotConnector_CreateExpanded : global::System SerializedName = @"type", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => IotConnectorBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => IotConnectorBody.IdentityType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => _iotConnectorBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => _iotConnectorBody.IdentityType = value; } /// /// The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM @@ -121,7 +124,7 @@ public partial class NewAzHealthcareIotConnector_CreateExpanded : global::System Description = @"The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", SerializedName = @"userAssignedIdentities", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => IotConnectorBody.IdentityUserAssignedIdentity ?? null /* object */; set => IotConnectorBody.IdentityUserAssignedIdentity = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => _iotConnectorBody.IdentityUserAssignedIdentity ?? null /* object */; set => _iotConnectorBody.IdentityUserAssignedIdentity = value; } /// Consumer group of the event hub to connected to. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Consumer group of the event hub to connected to.")] @@ -132,7 +135,7 @@ public partial class NewAzHealthcareIotConnector_CreateExpanded : global::System Description = @"Consumer group of the event hub to connected to.", SerializedName = @"consumerGroup", PossibleTypes = new [] { typeof(string) })] - public string IngestionEndpointConfigurationConsumerGroup { get => IotConnectorBody.IngestionEndpointConfigurationConsumerGroup ?? null; set => IotConnectorBody.IngestionEndpointConfigurationConsumerGroup = value; } + public string IngestionEndpointConfigurationConsumerGroup { get => _iotConnectorBody.IngestionEndpointConfigurationConsumerGroup ?? null; set => _iotConnectorBody.IngestionEndpointConfigurationConsumerGroup = value; } /// Event Hub name to connect to. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Event Hub name to connect to.")] @@ -143,7 +146,7 @@ public partial class NewAzHealthcareIotConnector_CreateExpanded : global::System Description = @"Event Hub name to connect to.", SerializedName = @"eventHubName", PossibleTypes = new [] { typeof(string) })] - public string IngestionEndpointConfigurationEventHubName { get => IotConnectorBody.IngestionEndpointConfigurationEventHubName ?? null; set => IotConnectorBody.IngestionEndpointConfigurationEventHubName = value; } + public string IngestionEndpointConfigurationEventHubName { get => _iotConnectorBody.IngestionEndpointConfigurationEventHubName ?? null; set => _iotConnectorBody.IngestionEndpointConfigurationEventHubName = value; } /// Fully qualified namespace of the Event Hub to connect to. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Fully qualified namespace of the Event Hub to connect to.")] @@ -154,17 +157,11 @@ public partial class NewAzHealthcareIotConnector_CreateExpanded : global::System Description = @"Fully qualified namespace of the Event Hub to connect to.", SerializedName = @"fullyQualifiedEventHubNamespace", PossibleTypes = new [] { typeof(string) })] - public string IngestionEndpointConfigurationFullyQualifiedEventHubNamespace { get => IotConnectorBody.IngestionEndpointConfigurationFullyQualifiedEventHubNamespace ?? null; set => IotConnectorBody.IngestionEndpointConfigurationFullyQualifiedEventHubNamespace = value; } + public string IngestionEndpointConfigurationFullyQualifiedEventHubNamespace { get => _iotConnectorBody.IngestionEndpointConfigurationFullyQualifiedEventHubNamespace ?? null; set => _iotConnectorBody.IngestionEndpointConfigurationFullyQualifiedEventHubNamespace = value; } /// Accessor for our copy of the InvocationInfo. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotConnector _iotConnectorBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotConnector(); - - /// IoT Connector definition. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotConnector IotConnectorBody { get => this._iotConnectorBody; set => this._iotConnectorBody = value; } - /// The resource location. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The resource location.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Body)] @@ -174,7 +171,7 @@ public partial class NewAzHealthcareIotConnector_CreateExpanded : global::System Description = @"The resource location.", SerializedName = @"location", PossibleTypes = new [] { typeof(string) })] - public string Location { get => IotConnectorBody.Location ?? null; set => IotConnectorBody.Location = value; } + public string Location { get => _iotConnectorBody.Location ?? null; set => _iotConnectorBody.Location = value; } /// /// cancellation delegate. Stops the cmdlet when called. @@ -270,7 +267,7 @@ public partial class NewAzHealthcareIotConnector_CreateExpanded : global::System Description = @"Resource tags.", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => IotConnectorBody.Tag ?? null /* object */; set => IotConnectorBody.Tag = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => _iotConnectorBody.Tag ?? null /* object */; set => _iotConnectorBody.Tag = value; } /// Backing field for property. private string _workspaceName; @@ -345,7 +342,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.NewAzHealthcare clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.IotConnectorBody = this.IotConnectorBody; + clone._iotConnectorBody = this._iotConnectorBody; clone.ResourceGroupName = this.ResourceGroupName; clone.SubscriptionId = this.SubscriptionId; clone.WorkspaceName = this.WorkspaceName; @@ -511,12 +508,12 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.IotConnectorsCreateOrUpdate(ResourceGroupName, SubscriptionId, WorkspaceName, Name, IotConnectorBody, onOk, onDefault, this, Pipeline); + await this.Client.IotConnectorsCreateOrUpdate(ResourceGroupName, SubscriptionId, WorkspaceName, Name, _iotConnectorBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,WorkspaceName=WorkspaceName,Name=Name,body=IotConnectorBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,WorkspaceName=WorkspaceName,Name=Name,body=_iotConnectorBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -562,14 +559,14 @@ protected override void StopProcessing() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, WorkspaceName=WorkspaceName, Name=Name, body=IotConnectorBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, WorkspaceName=WorkspaceName, Name=Name, body=_iotConnectorBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, WorkspaceName=WorkspaceName, Name=Name, body=IotConnectorBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, WorkspaceName=WorkspaceName, Name=Name, body=_iotConnectorBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/NewAzHealthcarePrivateEndpointConnection_CreateExpanded.cs b/src/HealthcareApis/generated/cmdlets/NewAzHealthcarePrivateEndpointConnection_CreateExpanded.cs index c4dbb76bbc69..baf101d459f2 100644 --- a/src/HealthcareApis/generated/cmdlets/NewAzHealthcarePrivateEndpointConnection_CreateExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/NewAzHealthcarePrivateEndpointConnection_CreateExpanded.cs @@ -36,6 +36,9 @@ public partial class NewAzHealthcarePrivateEndpointConnection_CreateExpanded : g /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// The Private Endpoint Connection resource. + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPrivateEndpointConnection _propertiesBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.PrivateEndpointConnection(); + /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] @@ -120,7 +123,7 @@ public partial class NewAzHealthcarePrivateEndpointConnection_CreateExpanded : g Description = @"A message indicating if changes on the service provider require any updates on the consumer.", SerializedName = @"actionsRequired", PossibleTypes = new [] { typeof(string) })] - public string PrivateLinkServiceConnectionStateActionsRequired { get => PropertiesBody.PrivateLinkServiceConnectionStateActionsRequired ?? null; set => PropertiesBody.PrivateLinkServiceConnectionStateActionsRequired = value; } + public string PrivateLinkServiceConnectionStateActionsRequired { get => _propertiesBody.PrivateLinkServiceConnectionStateActionsRequired ?? null; set => _propertiesBody.PrivateLinkServiceConnectionStateActionsRequired = value; } /// The reason for approval/rejection of the connection. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The reason for approval/rejection of the connection.")] @@ -131,7 +134,7 @@ public partial class NewAzHealthcarePrivateEndpointConnection_CreateExpanded : g Description = @"The reason for approval/rejection of the connection.", SerializedName = @"description", PossibleTypes = new [] { typeof(string) })] - public string PrivateLinkServiceConnectionStateDescription { get => PropertiesBody.PrivateLinkServiceConnectionStateDescription ?? null; set => PropertiesBody.PrivateLinkServiceConnectionStateDescription = value; } + public string PrivateLinkServiceConnectionStateDescription { get => _propertiesBody.PrivateLinkServiceConnectionStateDescription ?? null; set => _propertiesBody.PrivateLinkServiceConnectionStateDescription = value; } /// /// Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. @@ -145,13 +148,7 @@ public partial class NewAzHealthcarePrivateEndpointConnection_CreateExpanded : g SerializedName = @"status", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PrivateEndpointServiceConnectionStatus) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PrivateEndpointServiceConnectionStatus))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PrivateEndpointServiceConnectionStatus PrivateLinkServiceConnectionStateStatus { get => PropertiesBody.PrivateLinkServiceConnectionStateStatus ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PrivateEndpointServiceConnectionStatus)""); set => PropertiesBody.PrivateLinkServiceConnectionStateStatus = value; } - - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPrivateEndpointConnection _propertiesBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.PrivateEndpointConnection(); - - /// The Private Endpoint Connection resource. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPrivateEndpointConnection PropertiesBody { get => this._propertiesBody; set => this._propertiesBody = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PrivateEndpointServiceConnectionStatus PrivateLinkServiceConnectionStateStatus { get => _propertiesBody.PrivateLinkServiceConnectionStateStatus ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PrivateEndpointServiceConnectionStatus)""); set => _propertiesBody.PrivateLinkServiceConnectionStateStatus = value; } /// The URI for the proxy server to use [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "The URI for the proxy server to use")] @@ -274,7 +271,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.NewAzHealthcare clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.PropertiesBody = this.PropertiesBody; + clone._propertiesBody = this._propertiesBody; clone.SubscriptionId = this.SubscriptionId; clone.ResourceGroupName = this.ResourceGroupName; clone.ResourceName = this.ResourceName; @@ -440,12 +437,12 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.PrivateEndpointConnectionsCreateOrUpdate(SubscriptionId, ResourceGroupName, ResourceName, Name, PropertiesBody, onOk, onDefault, this, Pipeline); + await this.Client.PrivateEndpointConnectionsCreateOrUpdate(SubscriptionId, ResourceGroupName, ResourceName, Name, _propertiesBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId,ResourceGroupName=ResourceGroupName,ResourceName=ResourceName,Name=Name,body=PropertiesBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId,ResourceGroupName=ResourceGroupName,ResourceName=ResourceName,Name=Name,body=_propertiesBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -491,14 +488,14 @@ protected override void StopProcessing() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ResourceName=ResourceName, Name=Name, body=PropertiesBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ResourceName=ResourceName, Name=Name, body=_propertiesBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ResourceName=ResourceName, Name=Name, body=PropertiesBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, ResourceName=ResourceName, Name=Name, body=_propertiesBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/NewAzHealthcareWorkspacePrivateEndpointConnection_CreateExpanded.cs b/src/HealthcareApis/generated/cmdlets/NewAzHealthcareWorkspacePrivateEndpointConnection_CreateExpanded.cs index eab1b1a29ad8..4ebf69dd1907 100644 --- a/src/HealthcareApis/generated/cmdlets/NewAzHealthcareWorkspacePrivateEndpointConnection_CreateExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/NewAzHealthcareWorkspacePrivateEndpointConnection_CreateExpanded.cs @@ -36,6 +36,9 @@ public partial class NewAzHealthcareWorkspacePrivateEndpointConnection_CreateExp /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// The Private Endpoint Connection resource. + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IPrivateEndpointConnectionDescription _propertiesBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.PrivateEndpointConnectionDescription(); + /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] @@ -119,7 +122,7 @@ public partial class NewAzHealthcareWorkspacePrivateEndpointConnection_CreateExp Description = @"A message indicating if changes on the service provider require any updates on the consumer.", SerializedName = @"actionsRequired", PossibleTypes = new [] { typeof(string) })] - public string PrivateLinkServiceConnectionStateActionsRequired { get => PropertiesBody.PrivateLinkServiceConnectionStateActionsRequired ?? null; set => PropertiesBody.PrivateLinkServiceConnectionStateActionsRequired = value; } + public string PrivateLinkServiceConnectionStateActionsRequired { get => _propertiesBody.PrivateLinkServiceConnectionStateActionsRequired ?? null; set => _propertiesBody.PrivateLinkServiceConnectionStateActionsRequired = value; } /// The reason for approval/rejection of the connection. [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "The reason for approval/rejection of the connection.")] @@ -130,7 +133,7 @@ public partial class NewAzHealthcareWorkspacePrivateEndpointConnection_CreateExp Description = @"The reason for approval/rejection of the connection.", SerializedName = @"description", PossibleTypes = new [] { typeof(string) })] - public string PrivateLinkServiceConnectionStateDescription { get => PropertiesBody.PrivateLinkServiceConnectionStateDescription ?? null; set => PropertiesBody.PrivateLinkServiceConnectionStateDescription = value; } + public string PrivateLinkServiceConnectionStateDescription { get => _propertiesBody.PrivateLinkServiceConnectionStateDescription ?? null; set => _propertiesBody.PrivateLinkServiceConnectionStateDescription = value; } /// /// Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. @@ -144,13 +147,7 @@ public partial class NewAzHealthcareWorkspacePrivateEndpointConnection_CreateExp SerializedName = @"status", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PrivateEndpointServiceConnectionStatus) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PrivateEndpointServiceConnectionStatus))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PrivateEndpointServiceConnectionStatus PrivateLinkServiceConnectionStateStatus { get => PropertiesBody.PrivateLinkServiceConnectionStateStatus ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PrivateEndpointServiceConnectionStatus)""); set => PropertiesBody.PrivateLinkServiceConnectionStateStatus = value; } - - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IPrivateEndpointConnectionDescription _propertiesBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.PrivateEndpointConnectionDescription(); - - /// The Private Endpoint Connection resource. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IPrivateEndpointConnectionDescription PropertiesBody { get => this._propertiesBody; set => this._propertiesBody = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PrivateEndpointServiceConnectionStatus PrivateLinkServiceConnectionStateStatus { get => _propertiesBody.PrivateLinkServiceConnectionStateStatus ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PrivateEndpointServiceConnectionStatus)""); set => _propertiesBody.PrivateLinkServiceConnectionStateStatus = value; } /// The URI for the proxy server to use [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "The URI for the proxy server to use")] @@ -275,7 +272,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.NewAzHealthcare clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.PropertiesBody = this.PropertiesBody; + clone._propertiesBody = this._propertiesBody; clone.SubscriptionId = this.SubscriptionId; clone.ResourceGroupName = this.ResourceGroupName; clone.WorkspaceName = this.WorkspaceName; @@ -442,12 +439,12 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.WorkspacePrivateEndpointConnectionsCreateOrUpdate(SubscriptionId, ResourceGroupName, WorkspaceName, PrivateEndpointConnectionName, PropertiesBody, onOk, onDefault, this, Pipeline); + await this.Client.WorkspacePrivateEndpointConnectionsCreateOrUpdate(SubscriptionId, ResourceGroupName, WorkspaceName, PrivateEndpointConnectionName, _propertiesBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId,ResourceGroupName=ResourceGroupName,WorkspaceName=WorkspaceName,PrivateEndpointConnectionName=PrivateEndpointConnectionName,body=PropertiesBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId,ResourceGroupName=ResourceGroupName,WorkspaceName=WorkspaceName,PrivateEndpointConnectionName=PrivateEndpointConnectionName,body=_propertiesBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -493,14 +490,14 @@ protected override void StopProcessing() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, WorkspaceName=WorkspaceName, PrivateEndpointConnectionName=PrivateEndpointConnectionName, body=PropertiesBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, WorkspaceName=WorkspaceName, PrivateEndpointConnectionName=PrivateEndpointConnectionName, body=_propertiesBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, WorkspaceName=WorkspaceName, PrivateEndpointConnectionName=PrivateEndpointConnectionName, body=PropertiesBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, WorkspaceName=WorkspaceName, PrivateEndpointConnectionName=PrivateEndpointConnectionName, body=_propertiesBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsService_Delete.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsService_Delete.cs index dab2575d6043..f974fe162c79 100644 --- a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsService_Delete.cs +++ b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsService_Delete.cs @@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// /// [OpenAPI] Delete=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}" /// - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzHealthcareAPIsService_Delete", SupportsShouldProcess = true)] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzHealthcareApisService_Delete", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Delete a service instance.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class RemoveAzHealthcareAPIsService_Delete : global::System.Management.Automation.PSCmdlet, + public partial class RemoveAzHealthcareApisService_Delete : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -211,10 +211,10 @@ protected override void BeginProcessing() } /// Creates a duplicate instance of this cmdlet (via JSON serialization). - /// a duplicate instance of RemoveAzHealthcareAPIsService_Delete - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.RemoveAzHealthcareAPIsService_Delete Clone() + /// a duplicate instance of RemoveAzHealthcareApisService_Delete + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.RemoveAzHealthcareApisService_Delete Clone() { - var clone = new RemoveAzHealthcareAPIsService_Delete(); + var clone = new RemoveAzHealthcareApisService_Delete(); clone.__correlationId = this.__correlationId; clone.__processRecordId = this.__processRecordId; clone.DefaultProfile = this.DefaultProfile; @@ -401,9 +401,9 @@ protected override void ProcessRecord() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public RemoveAzHealthcareAPIsService_Delete() + public RemoveAzHealthcareApisService_Delete() { } diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsService_DeleteViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsService_DeleteViaIdentity.cs index 7677ae1b8d72..411808ab1d09 100644 --- a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsService_DeleteViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsService_DeleteViaIdentity.cs @@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// /// [OpenAPI] Delete=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}" /// - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzHealthcareAPIsService_DeleteViaIdentity", SupportsShouldProcess = true)] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzHealthcareApisService_DeleteViaIdentity", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Delete a service instance.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class RemoveAzHealthcareAPIsService_DeleteViaIdentity : global::System.Management.Automation.PSCmdlet, + public partial class RemoveAzHealthcareApisService_DeleteViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -173,10 +173,10 @@ protected override void BeginProcessing() } /// Creates a duplicate instance of this cmdlet (via JSON serialization). - /// a duplicate instance of RemoveAzHealthcareAPIsService_DeleteViaIdentity - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.RemoveAzHealthcareAPIsService_DeleteViaIdentity Clone() + /// a duplicate instance of RemoveAzHealthcareApisService_DeleteViaIdentity + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.RemoveAzHealthcareApisService_DeleteViaIdentity Clone() { - var clone = new RemoveAzHealthcareAPIsService_DeleteViaIdentity(); + var clone = new RemoveAzHealthcareApisService_DeleteViaIdentity(); clone.__correlationId = this.__correlationId; clone.__processRecordId = this.__processRecordId; clone.DefaultProfile = this.DefaultProfile; @@ -380,9 +380,9 @@ protected override void ProcessRecord() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public RemoveAzHealthcareAPIsService_DeleteViaIdentity() + public RemoveAzHealthcareApisService_DeleteViaIdentity() { } diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsWorkspace_Delete.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsWorkspace_Delete.cs index cf358bf0c4ba..2ecc6315a127 100644 --- a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsWorkspace_Delete.cs +++ b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsWorkspace_Delete.cs @@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// /// [OpenAPI] Delete=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}" /// - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzHealthcareAPIsWorkspace_Delete", SupportsShouldProcess = true)] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzHealthcareApisWorkspace_Delete", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Deletes a specified workspace.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class RemoveAzHealthcareAPIsWorkspace_Delete : global::System.Management.Automation.PSCmdlet, + public partial class RemoveAzHealthcareApisWorkspace_Delete : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -212,10 +212,10 @@ protected override void BeginProcessing() } /// Creates a duplicate instance of this cmdlet (via JSON serialization). - /// a duplicate instance of RemoveAzHealthcareAPIsWorkspace_Delete - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.RemoveAzHealthcareAPIsWorkspace_Delete Clone() + /// a duplicate instance of RemoveAzHealthcareApisWorkspace_Delete + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.RemoveAzHealthcareApisWorkspace_Delete Clone() { - var clone = new RemoveAzHealthcareAPIsWorkspace_Delete(); + var clone = new RemoveAzHealthcareApisWorkspace_Delete(); clone.__correlationId = this.__correlationId; clone.__processRecordId = this.__processRecordId; clone.DefaultProfile = this.DefaultProfile; @@ -402,9 +402,9 @@ protected override void ProcessRecord() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public RemoveAzHealthcareAPIsWorkspace_Delete() + public RemoveAzHealthcareApisWorkspace_Delete() { } diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsWorkspace_DeleteViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsWorkspace_DeleteViaIdentity.cs index d7cfaa7234a3..2789c784f20c 100644 --- a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsWorkspace_DeleteViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsWorkspace_DeleteViaIdentity.cs @@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// /// [OpenAPI] Delete=>DELETE:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}" /// - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzHealthcareAPIsWorkspace_DeleteViaIdentity", SupportsShouldProcess = true)] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Remove, @"AzHealthcareApisWorkspace_DeleteViaIdentity", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(bool))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Deletes a specified workspace.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class RemoveAzHealthcareAPIsWorkspace_DeleteViaIdentity : global::System.Management.Automation.PSCmdlet, + public partial class RemoveAzHealthcareApisWorkspace_DeleteViaIdentity : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -173,10 +173,10 @@ protected override void BeginProcessing() } /// Creates a duplicate instance of this cmdlet (via JSON serialization). - /// a duplicate instance of RemoveAzHealthcareAPIsWorkspace_DeleteViaIdentity - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.RemoveAzHealthcareAPIsWorkspace_DeleteViaIdentity Clone() + /// a duplicate instance of RemoveAzHealthcareApisWorkspace_DeleteViaIdentity + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.RemoveAzHealthcareApisWorkspace_DeleteViaIdentity Clone() { - var clone = new RemoveAzHealthcareAPIsWorkspace_DeleteViaIdentity(); + var clone = new RemoveAzHealthcareApisWorkspace_DeleteViaIdentity(); clone.__correlationId = this.__correlationId; clone.__processRecordId = this.__processRecordId; clone.DefaultProfile = this.DefaultProfile; @@ -380,9 +380,9 @@ protected override void ProcessRecord() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public RemoveAzHealthcareAPIsWorkspace_DeleteViaIdentity() + public RemoveAzHealthcareApisWorkspace_DeleteViaIdentity() { } diff --git a/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_CheckExpanded.cs b/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_CheckExpanded.cs index dfcbad435dd8..b2967827b492 100644 --- a/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_CheckExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_CheckExpanded.cs @@ -33,17 +33,14 @@ public partial class TestAzHealthcareServiceNameAvailability_CheckExpanded : glo /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// Input values. + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ICheckNameAvailabilityParameters _checkNameAvailabilityInputsBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.CheckNameAvailabilityParameters(); + /// Wait for .NET debugger to attach [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "Wait for .NET debugger to attach")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] public global::System.Management.Automation.SwitchParameter Break { get; set; } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ICheckNameAvailabilityParameters _checkNameAvailabilityInputsBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.CheckNameAvailabilityParameters(); - - /// Input values. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ICheckNameAvailabilityParameters CheckNameAvailabilityInputsBody { get => this._checkNameAvailabilityInputsBody; set => this._checkNameAvailabilityInputsBody = value; } - /// The reference to the client API class. public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.HealthcareApis Client => Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Module.Instance.ClientAPI; @@ -88,7 +85,7 @@ public partial class TestAzHealthcareServiceNameAvailability_CheckExpanded : glo Description = @"The name of the service instance to check.", SerializedName = @"name", PossibleTypes = new [] { typeof(string) })] - public string Name { get => CheckNameAvailabilityInputsBody.Name ?? null; set => CheckNameAvailabilityInputsBody.Name = value; } + public string Name { get => _checkNameAvailabilityInputsBody.Name ?? null; set => _checkNameAvailabilityInputsBody.Name = value; } /// /// The instance of the that the remote call will use. @@ -138,7 +135,7 @@ public partial class TestAzHealthcareServiceNameAvailability_CheckExpanded : glo Description = @"The fully qualified resource type which includes provider namespace.", SerializedName = @"type", PossibleTypes = new [] { typeof(string) })] - public string Type { get => CheckNameAvailabilityInputsBody.Type ?? null; set => CheckNameAvailabilityInputsBody.Type = value; } + public string Type { get => _checkNameAvailabilityInputsBody.Type ?? null; set => _checkNameAvailabilityInputsBody.Type = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what @@ -302,12 +299,12 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.ServicesCheckNameAvailability(SubscriptionId, CheckNameAvailabilityInputsBody, onOk, onDefault, this, Pipeline); + await this.Client.ServicesCheckNameAvailability(SubscriptionId, _checkNameAvailabilityInputsBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId,body=CheckNameAvailabilityInputsBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId,body=_checkNameAvailabilityInputsBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -361,14 +358,14 @@ public TestAzHealthcareServiceNameAvailability_CheckExpanded() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, body=CheckNameAvailabilityInputsBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, body=_checkNameAvailabilityInputsBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, body=CheckNameAvailabilityInputsBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, body=_checkNameAvailabilityInputsBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_CheckViaIdentityExpanded.cs b/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_CheckViaIdentityExpanded.cs index 4fbaa9abbce7..76bde332063e 100644 --- a/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_CheckViaIdentityExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_CheckViaIdentityExpanded.cs @@ -33,17 +33,14 @@ public partial class TestAzHealthcareServiceNameAvailability_CheckViaIdentityExp /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// Input values. + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ICheckNameAvailabilityParameters _checkNameAvailabilityInputsBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.CheckNameAvailabilityParameters(); + /// Wait for .NET debugger to attach [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "Wait for .NET debugger to attach")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] public global::System.Management.Automation.SwitchParameter Break { get; set; } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ICheckNameAvailabilityParameters _checkNameAvailabilityInputsBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.CheckNameAvailabilityParameters(); - - /// Input values. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ICheckNameAvailabilityParameters CheckNameAvailabilityInputsBody { get => this._checkNameAvailabilityInputsBody; set => this._checkNameAvailabilityInputsBody = value; } - /// The reference to the client API class. public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.HealthcareApis Client => Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Module.Instance.ClientAPI; @@ -96,7 +93,7 @@ public partial class TestAzHealthcareServiceNameAvailability_CheckViaIdentityExp Description = @"The name of the service instance to check.", SerializedName = @"name", PossibleTypes = new [] { typeof(string) })] - public string Name { get => CheckNameAvailabilityInputsBody.Name ?? null; set => CheckNameAvailabilityInputsBody.Name = value; } + public string Name { get => _checkNameAvailabilityInputsBody.Name ?? null; set => _checkNameAvailabilityInputsBody.Name = value; } /// /// The instance of the that the remote call will use. @@ -128,7 +125,7 @@ public partial class TestAzHealthcareServiceNameAvailability_CheckViaIdentityExp Description = @"The fully qualified resource type which includes provider namespace.", SerializedName = @"type", PossibleTypes = new [] { typeof(string) })] - public string Type { get => CheckNameAvailabilityInputsBody.Type ?? null; set => CheckNameAvailabilityInputsBody.Type = value; } + public string Type { get => _checkNameAvailabilityInputsBody.Type ?? null; set => _checkNameAvailabilityInputsBody.Type = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what @@ -294,7 +291,7 @@ protected override void ProcessRecord() await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } if (InputObject?.Id != null) { - await this.Client.ServicesCheckNameAvailabilityViaIdentity(InputObject.Id, CheckNameAvailabilityInputsBody, onOk, onDefault, this, Pipeline); + await this.Client.ServicesCheckNameAvailabilityViaIdentity(InputObject.Id, _checkNameAvailabilityInputsBody, onOk, onDefault, this, Pipeline); } else { @@ -303,13 +300,13 @@ protected override void ProcessRecord() { ThrowTerminatingError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception("InputObject has null value for InputObject.SubscriptionId"),string.Empty, global::System.Management.Automation.ErrorCategory.InvalidArgument, InputObject) ); } - await this.Client.ServicesCheckNameAvailability(InputObject.SubscriptionId ?? null, CheckNameAvailabilityInputsBody, onOk, onDefault, this, Pipeline); + await this.Client.ServicesCheckNameAvailability(InputObject.SubscriptionId ?? null, _checkNameAvailabilityInputsBody, onOk, onDefault, this, Pipeline); } await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=CheckNameAvailabilityInputsBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_checkNameAvailabilityInputsBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -364,14 +361,14 @@ public TestAzHealthcareServiceNameAvailability_CheckViaIdentityExpanded() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=CheckNameAvailabilityInputsBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_checkNameAvailabilityInputsBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=CheckNameAvailabilityInputsBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_checkNameAvailabilityInputsBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsService_UpdateExpanded.cs b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsService_UpdateExpanded.cs index 75d049ff91bf..cf108999d5c5 100644 --- a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsService_UpdateExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsService_UpdateExpanded.cs @@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}" /// - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzHealthcareAPIsService_UpdateExpanded", SupportsShouldProcess = true)] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzHealthcareApisService_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Update the metadata of a service instance.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class UpdateAzHealthcareAPIsService_UpdateExpanded : global::System.Management.Automation.PSCmdlet, + public partial class UpdateAzHealthcareApisService_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -33,6 +33,9 @@ public partial class UpdateAzHealthcareAPIsService_UpdateExpanded : global::Syst /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// The description of the service. + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescription _servicePatchDescriptionBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServicesPatchDescription(); + /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] @@ -133,7 +136,7 @@ public partial class UpdateAzHealthcareAPIsService_UpdateExpanded : global::Syst SerializedName = @"publicNetworkAccess", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess PublicNetworkAccess { get => ServicePatchDescriptionBody.PublicNetworkAccess ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess)""); set => ServicePatchDescriptionBody.PublicNetworkAccess = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess PublicNetworkAccess { get => _servicePatchDescriptionBody.PublicNetworkAccess ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess)""); set => _servicePatchDescriptionBody.PublicNetworkAccess = value; } /// Backing field for property. private string _resourceGroupName; @@ -149,12 +152,6 @@ public partial class UpdateAzHealthcareAPIsService_UpdateExpanded : global::Syst [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Path)] public string ResourceGroupName { get => this._resourceGroupName; set => this._resourceGroupName = value; } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescription _servicePatchDescriptionBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServicesPatchDescription(); - - /// The description of the service. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescription ServicePatchDescriptionBody { get => this._servicePatchDescriptionBody; set => this._servicePatchDescriptionBody = value; } - /// Backing field for property. private string _subscriptionId; @@ -183,7 +180,7 @@ public partial class UpdateAzHealthcareAPIsService_UpdateExpanded : global::Syst Description = @"Instance tags", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescriptionTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescriptionTags Tag { get => ServicePatchDescriptionBody.Tag ?? null /* object */; set => ServicePatchDescriptionBody.Tag = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescriptionTags Tag { get => _servicePatchDescriptionBody.Tag ?? null /* object */; set => _servicePatchDescriptionBody.Tag = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what @@ -228,10 +225,10 @@ protected override void BeginProcessing() } /// Creates a duplicate instance of this cmdlet (via JSON serialization). - /// a duplicate instance of UpdateAzHealthcareAPIsService_UpdateExpanded - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthcareAPIsService_UpdateExpanded Clone() + /// a duplicate instance of UpdateAzHealthcareApisService_UpdateExpanded + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthcareApisService_UpdateExpanded Clone() { - var clone = new UpdateAzHealthcareAPIsService_UpdateExpanded(); + var clone = new UpdateAzHealthcareApisService_UpdateExpanded(); clone.__correlationId = this.__correlationId; clone.__processRecordId = this.__processRecordId; clone.DefaultProfile = this.DefaultProfile; @@ -244,7 +241,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthc clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.ServicePatchDescriptionBody = this.ServicePatchDescriptionBody; + clone._servicePatchDescriptionBody = this._servicePatchDescriptionBody; clone.SubscriptionId = this.SubscriptionId; clone.ResourceGroupName = this.ResourceGroupName; clone.Name = this.Name; @@ -401,12 +398,12 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.ServicesUpdate(SubscriptionId, ResourceGroupName, Name, ServicePatchDescriptionBody, onOk, onDefault, this, Pipeline); + await this.Client.ServicesUpdate(SubscriptionId, ResourceGroupName, Name, _servicePatchDescriptionBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId,ResourceGroupName=ResourceGroupName,Name=Name,body=ServicePatchDescriptionBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId,ResourceGroupName=ResourceGroupName,Name=Name,body=_servicePatchDescriptionBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -426,9 +423,9 @@ protected override void StopProcessing() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public UpdateAzHealthcareAPIsService_UpdateExpanded() + public UpdateAzHealthcareApisService_UpdateExpanded() { } @@ -460,14 +457,14 @@ public UpdateAzHealthcareAPIsService_UpdateExpanded() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, Name=Name, body=ServicePatchDescriptionBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, Name=Name, body=_servicePatchDescriptionBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, Name=Name, body=ServicePatchDescriptionBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { SubscriptionId=SubscriptionId, ResourceGroupName=ResourceGroupName, Name=Name, body=_servicePatchDescriptionBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsService_UpdateViaIdentityExpanded.cs b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsService_UpdateViaIdentityExpanded.cs index 451422145389..7bd67a3c2450 100644 --- a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsService_UpdateViaIdentityExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsService_UpdateViaIdentityExpanded.cs @@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}" /// - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzHealthcareAPIsService_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzHealthcareApisService_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Update the metadata of a service instance.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class UpdateAzHealthcareAPIsService_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, + public partial class UpdateAzHealthcareApisService_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -33,6 +33,9 @@ public partial class UpdateAzHealthcareAPIsService_UpdateViaIdentityExpanded : g /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// The description of the service. + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescription _servicePatchDescriptionBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServicesPatchDescription(); + /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] @@ -127,13 +130,7 @@ public partial class UpdateAzHealthcareAPIsService_UpdateViaIdentityExpanded : g SerializedName = @"publicNetworkAccess", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess PublicNetworkAccess { get => ServicePatchDescriptionBody.PublicNetworkAccess ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess)""); set => ServicePatchDescriptionBody.PublicNetworkAccess = value; } - - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescription _servicePatchDescriptionBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServicesPatchDescription(); - - /// The description of the service. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescription ServicePatchDescriptionBody { get => this._servicePatchDescriptionBody; set => this._servicePatchDescriptionBody = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess PublicNetworkAccess { get => _servicePatchDescriptionBody.PublicNetworkAccess ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.PublicNetworkAccess)""); set => _servicePatchDescriptionBody.PublicNetworkAccess = value; } /// Instance tags [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ExportAs(typeof(global::System.Collections.Hashtable))] @@ -145,7 +142,7 @@ public partial class UpdateAzHealthcareAPIsService_UpdateViaIdentityExpanded : g Description = @"Instance tags", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescriptionTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescriptionTags Tag { get => ServicePatchDescriptionBody.Tag ?? null /* object */; set => ServicePatchDescriptionBody.Tag = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescriptionTags Tag { get => _servicePatchDescriptionBody.Tag ?? null /* object */; set => _servicePatchDescriptionBody.Tag = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what @@ -190,10 +187,10 @@ protected override void BeginProcessing() } /// Creates a duplicate instance of this cmdlet (via JSON serialization). - /// a duplicate instance of UpdateAzHealthcareAPIsService_UpdateViaIdentityExpanded - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthcareAPIsService_UpdateViaIdentityExpanded Clone() + /// a duplicate instance of UpdateAzHealthcareApisService_UpdateViaIdentityExpanded + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthcareApisService_UpdateViaIdentityExpanded Clone() { - var clone = new UpdateAzHealthcareAPIsService_UpdateViaIdentityExpanded(); + var clone = new UpdateAzHealthcareApisService_UpdateViaIdentityExpanded(); clone.__correlationId = this.__correlationId; clone.__processRecordId = this.__processRecordId; clone.DefaultProfile = this.DefaultProfile; @@ -206,7 +203,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthc clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.ServicePatchDescriptionBody = this.ServicePatchDescriptionBody; + clone._servicePatchDescriptionBody = this._servicePatchDescriptionBody; return clone; } @@ -362,7 +359,7 @@ protected override void ProcessRecord() await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } if (InputObject?.Id != null) { - await this.Client.ServicesUpdateViaIdentity(InputObject.Id, ServicePatchDescriptionBody, onOk, onDefault, this, Pipeline); + await this.Client.ServicesUpdateViaIdentity(InputObject.Id, _servicePatchDescriptionBody, onOk, onDefault, this, Pipeline); } else { @@ -379,13 +376,13 @@ protected override void ProcessRecord() { ThrowTerminatingError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception("InputObject has null value for InputObject.ResourceName"),string.Empty, global::System.Management.Automation.ErrorCategory.InvalidArgument, InputObject) ); } - await this.Client.ServicesUpdate(InputObject.SubscriptionId ?? null, InputObject.ResourceGroupName ?? null, InputObject.ResourceName ?? null, ServicePatchDescriptionBody, onOk, onDefault, this, Pipeline); + await this.Client.ServicesUpdate(InputObject.SubscriptionId ?? null, InputObject.ResourceGroupName ?? null, InputObject.ResourceName ?? null, _servicePatchDescriptionBody, onOk, onDefault, this, Pipeline); } await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=ServicePatchDescriptionBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_servicePatchDescriptionBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -405,9 +402,9 @@ protected override void StopProcessing() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public UpdateAzHealthcareAPIsService_UpdateViaIdentityExpanded() + public UpdateAzHealthcareApisService_UpdateViaIdentityExpanded() { } @@ -439,14 +436,14 @@ public UpdateAzHealthcareAPIsService_UpdateViaIdentityExpanded() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=ServicePatchDescriptionBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_servicePatchDescriptionBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=ServicePatchDescriptionBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_servicePatchDescriptionBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsWorkspace_UpdateExpanded.cs b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsWorkspace_UpdateExpanded.cs index c04af4006e57..6ca42da2c420 100644 --- a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsWorkspace_UpdateExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsWorkspace_UpdateExpanded.cs @@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}" /// - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzHealthcareAPIsWorkspace_UpdateExpanded", SupportsShouldProcess = true)] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzHealthcareApisWorkspace_UpdateExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Patch workspace details.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class UpdateAzHealthcareAPIsWorkspace_UpdateExpanded : global::System.Management.Automation.PSCmdlet, + public partial class UpdateAzHealthcareApisWorkspace_UpdateExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -33,6 +33,11 @@ public partial class UpdateAzHealthcareAPIsWorkspace_UpdateExpanded : global::Sy /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// + /// List of key value pairs that describe the resource. This will overwrite the existing tags. + /// + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags1 _workspacePatchResourceBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ResourceTags1(); + /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] @@ -164,15 +169,7 @@ public partial class UpdateAzHealthcareAPIsWorkspace_UpdateExpanded : global::Sy Description = @"Resource tags.", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => WorkspacePatchResourceBody.Tag ?? null /* object */; set => WorkspacePatchResourceBody.Tag = value; } - - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags1 _workspacePatchResourceBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ResourceTags1(); - - /// - /// List of key value pairs that describe the resource. This will overwrite the existing tags. - /// - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags1 WorkspacePatchResourceBody { get => this._workspacePatchResourceBody; set => this._workspacePatchResourceBody = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => _workspacePatchResourceBody.Tag ?? null /* object */; set => _workspacePatchResourceBody.Tag = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what @@ -217,10 +214,10 @@ protected override void BeginProcessing() } /// Creates a duplicate instance of this cmdlet (via JSON serialization). - /// a duplicate instance of UpdateAzHealthcareAPIsWorkspace_UpdateExpanded - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthcareAPIsWorkspace_UpdateExpanded Clone() + /// a duplicate instance of UpdateAzHealthcareApisWorkspace_UpdateExpanded + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthcareApisWorkspace_UpdateExpanded Clone() { - var clone = new UpdateAzHealthcareAPIsWorkspace_UpdateExpanded(); + var clone = new UpdateAzHealthcareApisWorkspace_UpdateExpanded(); clone.__correlationId = this.__correlationId; clone.__processRecordId = this.__processRecordId; clone.DefaultProfile = this.DefaultProfile; @@ -233,7 +230,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthc clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.WorkspacePatchResourceBody = this.WorkspacePatchResourceBody; + clone._workspacePatchResourceBody = this._workspacePatchResourceBody; clone.ResourceGroupName = this.ResourceGroupName; clone.SubscriptionId = this.SubscriptionId; clone.Name = this.Name; @@ -390,12 +387,12 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.WorkspacesUpdate(ResourceGroupName, SubscriptionId, Name, WorkspacePatchResourceBody, onOk, onDefault, this, Pipeline); + await this.Client.WorkspacesUpdate(ResourceGroupName, SubscriptionId, Name, _workspacePatchResourceBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,Name=Name,body=WorkspacePatchResourceBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,Name=Name,body=_workspacePatchResourceBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -415,9 +412,9 @@ protected override void StopProcessing() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public UpdateAzHealthcareAPIsWorkspace_UpdateExpanded() + public UpdateAzHealthcareApisWorkspace_UpdateExpanded() { } @@ -449,14 +446,14 @@ public UpdateAzHealthcareAPIsWorkspace_UpdateExpanded() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, body=WorkspacePatchResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, body=_workspacePatchResourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, body=WorkspacePatchResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, body=_workspacePatchResourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded.cs b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded.cs index f35285c18123..a4d84b83c7cc 100644 --- a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded.cs @@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets /// /// [OpenAPI] Update=>PATCH:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}" /// - [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] + [global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsData.Update, @"AzHealthcareApisWorkspace_UpdateViaIdentityExpanded", SupportsShouldProcess = true)] [global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace))] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Description(@"Patch workspace details.")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Generated] - public partial class UpdateAzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, + public partial class UpdateAzHealthcareApisWorkspace_UpdateViaIdentityExpanded : global::System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener { /// A unique id generatd for the this cmdlet when it is instantiated. @@ -33,6 +33,11 @@ public partial class UpdateAzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded : /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// + /// List of key value pairs that describe the resource. This will overwrite the existing tags. + /// + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags1 _workspacePatchResourceBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ResourceTags1(); + /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] @@ -125,15 +130,7 @@ public partial class UpdateAzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded : Description = @"Resource tags.", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => WorkspacePatchResourceBody.Tag ?? null /* object */; set => WorkspacePatchResourceBody.Tag = value; } - - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags1 _workspacePatchResourceBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ResourceTags1(); - - /// - /// List of key value pairs that describe the resource. This will overwrite the existing tags. - /// - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags1 WorkspacePatchResourceBody { get => this._workspacePatchResourceBody; set => this._workspacePatchResourceBody = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => _workspacePatchResourceBody.Tag ?? null /* object */; set => _workspacePatchResourceBody.Tag = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what @@ -179,11 +176,11 @@ protected override void BeginProcessing() /// Creates a duplicate instance of this cmdlet (via JSON serialization). /// - /// a duplicate instance of UpdateAzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded + /// a duplicate instance of UpdateAzHealthcareApisWorkspace_UpdateViaIdentityExpanded /// - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded Clone() + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthcareApisWorkspace_UpdateViaIdentityExpanded Clone() { - var clone = new UpdateAzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded(); + var clone = new UpdateAzHealthcareApisWorkspace_UpdateViaIdentityExpanded(); clone.__correlationId = this.__correlationId; clone.__processRecordId = this.__processRecordId; clone.DefaultProfile = this.DefaultProfile; @@ -196,7 +193,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthc clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.WorkspacePatchResourceBody = this.WorkspacePatchResourceBody; + clone._workspacePatchResourceBody = this._workspacePatchResourceBody; return clone; } @@ -352,7 +349,7 @@ protected override void ProcessRecord() await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } if (InputObject?.Id != null) { - await this.Client.WorkspacesUpdateViaIdentity(InputObject.Id, WorkspacePatchResourceBody, onOk, onDefault, this, Pipeline); + await this.Client.WorkspacesUpdateViaIdentity(InputObject.Id, _workspacePatchResourceBody, onOk, onDefault, this, Pipeline); } else { @@ -369,13 +366,13 @@ protected override void ProcessRecord() { ThrowTerminatingError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception("InputObject has null value for InputObject.WorkspaceName"),string.Empty, global::System.Management.Automation.ErrorCategory.InvalidArgument, InputObject) ); } - await this.Client.WorkspacesUpdate(InputObject.ResourceGroupName ?? null, InputObject.SubscriptionId ?? null, InputObject.WorkspaceName ?? null, WorkspacePatchResourceBody, onOk, onDefault, this, Pipeline); + await this.Client.WorkspacesUpdate(InputObject.ResourceGroupName ?? null, InputObject.SubscriptionId ?? null, InputObject.WorkspaceName ?? null, _workspacePatchResourceBody, onOk, onDefault, this, Pipeline); } await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=WorkspacePatchResourceBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_workspacePatchResourceBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -395,9 +392,9 @@ protected override void StopProcessing() } /// - /// Intializes a new instance of the cmdlet class. + /// Intializes a new instance of the cmdlet class. /// - public UpdateAzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded() + public UpdateAzHealthcareApisWorkspace_UpdateViaIdentityExpanded() { } @@ -429,14 +426,14 @@ public UpdateAzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=WorkspacePatchResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_workspacePatchResourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=WorkspacePatchResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_workspacePatchResourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareDicomService_UpdateExpanded.cs b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareDicomService_UpdateExpanded.cs index fafe4bc39925..1784c9a8533c 100644 --- a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareDicomService_UpdateExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareDicomService_UpdateExpanded.cs @@ -33,6 +33,9 @@ public partial class UpdateAzHealthcareDicomService_UpdateExpanded : global::Sys /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// Dicom Service patch properties + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomServicePatchResource _dicomservicePatchResourceBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.DicomServicePatchResource(); + /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] @@ -55,12 +58,6 @@ public partial class UpdateAzHealthcareDicomService_UpdateExpanded : global::Sys [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Azure)] public global::System.Management.Automation.PSObject DefaultProfile { get; set; } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomServicePatchResource _dicomservicePatchResourceBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.DicomServicePatchResource(); - - /// Dicom Service patch properties - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomServicePatchResource DicomservicePatchResourceBody { get => this._dicomservicePatchResourceBody; set => this._dicomservicePatchResourceBody = value; } - /// SendAsync Pipeline Steps to be appended to the front of the pipeline [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")] [global::System.Management.Automation.ValidateNotNull] @@ -85,7 +82,7 @@ public partial class UpdateAzHealthcareDicomService_UpdateExpanded : global::Sys SerializedName = @"type", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => DicomservicePatchResourceBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => DicomservicePatchResourceBody.IdentityType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => _dicomservicePatchResourceBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => _dicomservicePatchResourceBody.IdentityType = value; } /// /// The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM @@ -101,7 +98,7 @@ public partial class UpdateAzHealthcareDicomService_UpdateExpanded : global::Sys Description = @"The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", SerializedName = @"userAssignedIdentities", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => DicomservicePatchResourceBody.IdentityUserAssignedIdentity ?? null /* object */; set => DicomservicePatchResourceBody.IdentityUserAssignedIdentity = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => _dicomservicePatchResourceBody.IdentityUserAssignedIdentity ?? null /* object */; set => _dicomservicePatchResourceBody.IdentityUserAssignedIdentity = value; } /// Accessor for our copy of the InvocationInfo. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } @@ -200,7 +197,7 @@ public partial class UpdateAzHealthcareDicomService_UpdateExpanded : global::Sys Description = @"Resource tags.", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => DicomservicePatchResourceBody.Tag ?? null /* object */; set => DicomservicePatchResourceBody.Tag = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => _dicomservicePatchResourceBody.Tag ?? null /* object */; set => _dicomservicePatchResourceBody.Tag = value; } /// Backing field for property. private string _workspaceName; @@ -275,7 +272,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthc clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.DicomservicePatchResourceBody = this.DicomservicePatchResourceBody; + clone._dicomservicePatchResourceBody = this._dicomservicePatchResourceBody; clone.ResourceGroupName = this.ResourceGroupName; clone.SubscriptionId = this.SubscriptionId; clone.Name = this.Name; @@ -433,12 +430,12 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.DicomServicesUpdate(ResourceGroupName, SubscriptionId, Name, WorkspaceName, DicomservicePatchResourceBody, onOk, onDefault, this, Pipeline); + await this.Client.DicomServicesUpdate(ResourceGroupName, SubscriptionId, Name, WorkspaceName, _dicomservicePatchResourceBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,Name=Name,WorkspaceName=WorkspaceName,body=DicomservicePatchResourceBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,Name=Name,WorkspaceName=WorkspaceName,body=_dicomservicePatchResourceBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -492,14 +489,14 @@ public UpdateAzHealthcareDicomService_UpdateExpanded() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, WorkspaceName=WorkspaceName, body=DicomservicePatchResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, WorkspaceName=WorkspaceName, body=_dicomservicePatchResourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, WorkspaceName=WorkspaceName, body=DicomservicePatchResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, WorkspaceName=WorkspaceName, body=_dicomservicePatchResourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareDicomService_UpdateViaIdentityExpanded.cs b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareDicomService_UpdateViaIdentityExpanded.cs index 918c19916fb6..48269c4c579b 100644 --- a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareDicomService_UpdateViaIdentityExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareDicomService_UpdateViaIdentityExpanded.cs @@ -33,6 +33,9 @@ public partial class UpdateAzHealthcareDicomService_UpdateViaIdentityExpanded : /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// Dicom Service patch properties + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomServicePatchResource _dicomservicePatchResourceBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.DicomServicePatchResource(); + /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] @@ -55,12 +58,6 @@ public partial class UpdateAzHealthcareDicomService_UpdateViaIdentityExpanded : [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Azure)] public global::System.Management.Automation.PSObject DefaultProfile { get; set; } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomServicePatchResource _dicomservicePatchResourceBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.DicomServicePatchResource(); - - /// Dicom Service patch properties - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomServicePatchResource DicomservicePatchResourceBody { get => this._dicomservicePatchResourceBody; set => this._dicomservicePatchResourceBody = value; } - /// SendAsync Pipeline Steps to be appended to the front of the pipeline [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")] [global::System.Management.Automation.ValidateNotNull] @@ -85,7 +82,7 @@ public partial class UpdateAzHealthcareDicomService_UpdateViaIdentityExpanded : SerializedName = @"type", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => DicomservicePatchResourceBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => DicomservicePatchResourceBody.IdentityType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => _dicomservicePatchResourceBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => _dicomservicePatchResourceBody.IdentityType = value; } /// /// The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM @@ -101,7 +98,7 @@ public partial class UpdateAzHealthcareDicomService_UpdateViaIdentityExpanded : Description = @"The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", SerializedName = @"userAssignedIdentities", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => DicomservicePatchResourceBody.IdentityUserAssignedIdentity ?? null /* object */; set => DicomservicePatchResourceBody.IdentityUserAssignedIdentity = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => _dicomservicePatchResourceBody.IdentityUserAssignedIdentity ?? null /* object */; set => _dicomservicePatchResourceBody.IdentityUserAssignedIdentity = value; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IHealthcareApisIdentity _inputObject; @@ -161,7 +158,7 @@ public partial class UpdateAzHealthcareDicomService_UpdateViaIdentityExpanded : Description = @"Resource tags.", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => DicomservicePatchResourceBody.Tag ?? null /* object */; set => DicomservicePatchResourceBody.Tag = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => _dicomservicePatchResourceBody.Tag ?? null /* object */; set => _dicomservicePatchResourceBody.Tag = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what @@ -224,7 +221,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthc clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.DicomservicePatchResourceBody = this.DicomservicePatchResourceBody; + clone._dicomservicePatchResourceBody = this._dicomservicePatchResourceBody; return clone; } @@ -380,7 +377,7 @@ protected override void ProcessRecord() await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } if (InputObject?.Id != null) { - await this.Client.DicomServicesUpdateViaIdentity(InputObject.Id, DicomservicePatchResourceBody, onOk, onDefault, this, Pipeline); + await this.Client.DicomServicesUpdateViaIdentity(InputObject.Id, _dicomservicePatchResourceBody, onOk, onDefault, this, Pipeline); } else { @@ -401,13 +398,13 @@ protected override void ProcessRecord() { ThrowTerminatingError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception("InputObject has null value for InputObject.WorkspaceName"),string.Empty, global::System.Management.Automation.ErrorCategory.InvalidArgument, InputObject) ); } - await this.Client.DicomServicesUpdate(InputObject.ResourceGroupName ?? null, InputObject.SubscriptionId ?? null, InputObject.DicomServiceName ?? null, InputObject.WorkspaceName ?? null, DicomservicePatchResourceBody, onOk, onDefault, this, Pipeline); + await this.Client.DicomServicesUpdate(InputObject.ResourceGroupName ?? null, InputObject.SubscriptionId ?? null, InputObject.DicomServiceName ?? null, InputObject.WorkspaceName ?? null, _dicomservicePatchResourceBody, onOk, onDefault, this, Pipeline); } await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=DicomservicePatchResourceBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_dicomservicePatchResourceBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -461,14 +458,14 @@ public UpdateAzHealthcareDicomService_UpdateViaIdentityExpanded() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=DicomservicePatchResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_dicomservicePatchResourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=DicomservicePatchResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_dicomservicePatchResourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareFhirService_UpdateExpanded.cs b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareFhirService_UpdateExpanded.cs index e3565e4c07bb..dcf8b422900c 100644 --- a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareFhirService_UpdateExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareFhirService_UpdateExpanded.cs @@ -33,6 +33,9 @@ public partial class UpdateAzHealthcareFhirService_UpdateExpanded : global::Syst /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// FhirService patch properties + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServicePatchResource _fhirservicePatchResourceBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServicePatchResource(); + /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] @@ -55,12 +58,6 @@ public partial class UpdateAzHealthcareFhirService_UpdateExpanded : global::Syst [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Azure)] public global::System.Management.Automation.PSObject DefaultProfile { get; set; } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServicePatchResource _fhirservicePatchResourceBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServicePatchResource(); - - /// FhirService patch properties - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServicePatchResource FhirservicePatchResourceBody { get => this._fhirservicePatchResourceBody; set => this._fhirservicePatchResourceBody = value; } - /// SendAsync Pipeline Steps to be appended to the front of the pipeline [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")] [global::System.Management.Automation.ValidateNotNull] @@ -85,7 +82,7 @@ public partial class UpdateAzHealthcareFhirService_UpdateExpanded : global::Syst SerializedName = @"type", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => FhirservicePatchResourceBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => FhirservicePatchResourceBody.IdentityType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => _fhirservicePatchResourceBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => _fhirservicePatchResourceBody.IdentityType = value; } /// /// The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM @@ -101,7 +98,7 @@ public partial class UpdateAzHealthcareFhirService_UpdateExpanded : global::Syst Description = @"The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", SerializedName = @"userAssignedIdentities", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => FhirservicePatchResourceBody.IdentityUserAssignedIdentity ?? null /* object */; set => FhirservicePatchResourceBody.IdentityUserAssignedIdentity = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => _fhirservicePatchResourceBody.IdentityUserAssignedIdentity ?? null /* object */; set => _fhirservicePatchResourceBody.IdentityUserAssignedIdentity = value; } /// Accessor for our copy of the InvocationInfo. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } @@ -200,7 +197,7 @@ public partial class UpdateAzHealthcareFhirService_UpdateExpanded : global::Syst Description = @"Resource tags.", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => FhirservicePatchResourceBody.Tag ?? null /* object */; set => FhirservicePatchResourceBody.Tag = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => _fhirservicePatchResourceBody.Tag ?? null /* object */; set => _fhirservicePatchResourceBody.Tag = value; } /// Backing field for property. private string _workspaceName; @@ -275,7 +272,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthc clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.FhirservicePatchResourceBody = this.FhirservicePatchResourceBody; + clone._fhirservicePatchResourceBody = this._fhirservicePatchResourceBody; clone.ResourceGroupName = this.ResourceGroupName; clone.SubscriptionId = this.SubscriptionId; clone.Name = this.Name; @@ -433,12 +430,12 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.FhirServicesUpdate(ResourceGroupName, SubscriptionId, Name, WorkspaceName, FhirservicePatchResourceBody, onOk, onDefault, this, Pipeline); + await this.Client.FhirServicesUpdate(ResourceGroupName, SubscriptionId, Name, WorkspaceName, _fhirservicePatchResourceBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,Name=Name,WorkspaceName=WorkspaceName,body=FhirservicePatchResourceBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,Name=Name,WorkspaceName=WorkspaceName,body=_fhirservicePatchResourceBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -492,14 +489,14 @@ public UpdateAzHealthcareFhirService_UpdateExpanded() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, WorkspaceName=WorkspaceName, body=FhirservicePatchResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, WorkspaceName=WorkspaceName, body=_fhirservicePatchResourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, WorkspaceName=WorkspaceName, body=FhirservicePatchResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, WorkspaceName=WorkspaceName, body=_fhirservicePatchResourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareFhirService_UpdateViaIdentityExpanded.cs b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareFhirService_UpdateViaIdentityExpanded.cs index 430139f86ec7..f916e884413e 100644 --- a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareFhirService_UpdateViaIdentityExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareFhirService_UpdateViaIdentityExpanded.cs @@ -33,6 +33,9 @@ public partial class UpdateAzHealthcareFhirService_UpdateViaIdentityExpanded : g /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// FhirService patch properties + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServicePatchResource _fhirservicePatchResourceBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServicePatchResource(); + /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] @@ -55,12 +58,6 @@ public partial class UpdateAzHealthcareFhirService_UpdateViaIdentityExpanded : g [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Azure)] public global::System.Management.Automation.PSObject DefaultProfile { get; set; } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServicePatchResource _fhirservicePatchResourceBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.FhirServicePatchResource(); - - /// FhirService patch properties - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServicePatchResource FhirservicePatchResourceBody { get => this._fhirservicePatchResourceBody; set => this._fhirservicePatchResourceBody = value; } - /// SendAsync Pipeline Steps to be appended to the front of the pipeline [global::System.Management.Automation.Parameter(Mandatory = false, DontShow = true, HelpMessage = "SendAsync Pipeline Steps to be appended to the front of the pipeline")] [global::System.Management.Automation.ValidateNotNull] @@ -85,7 +82,7 @@ public partial class UpdateAzHealthcareFhirService_UpdateViaIdentityExpanded : g SerializedName = @"type", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => FhirservicePatchResourceBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => FhirservicePatchResourceBody.IdentityType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => _fhirservicePatchResourceBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => _fhirservicePatchResourceBody.IdentityType = value; } /// /// The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM @@ -101,7 +98,7 @@ public partial class UpdateAzHealthcareFhirService_UpdateViaIdentityExpanded : g Description = @"The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", SerializedName = @"userAssignedIdentities", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => FhirservicePatchResourceBody.IdentityUserAssignedIdentity ?? null /* object */; set => FhirservicePatchResourceBody.IdentityUserAssignedIdentity = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => _fhirservicePatchResourceBody.IdentityUserAssignedIdentity ?? null /* object */; set => _fhirservicePatchResourceBody.IdentityUserAssignedIdentity = value; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IHealthcareApisIdentity _inputObject; @@ -161,7 +158,7 @@ public partial class UpdateAzHealthcareFhirService_UpdateViaIdentityExpanded : g Description = @"Resource tags.", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => FhirservicePatchResourceBody.Tag ?? null /* object */; set => FhirservicePatchResourceBody.Tag = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => _fhirservicePatchResourceBody.Tag ?? null /* object */; set => _fhirservicePatchResourceBody.Tag = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what @@ -222,7 +219,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthc clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.FhirservicePatchResourceBody = this.FhirservicePatchResourceBody; + clone._fhirservicePatchResourceBody = this._fhirservicePatchResourceBody; return clone; } @@ -378,7 +375,7 @@ protected override void ProcessRecord() await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } if (InputObject?.Id != null) { - await this.Client.FhirServicesUpdateViaIdentity(InputObject.Id, FhirservicePatchResourceBody, onOk, onDefault, this, Pipeline); + await this.Client.FhirServicesUpdateViaIdentity(InputObject.Id, _fhirservicePatchResourceBody, onOk, onDefault, this, Pipeline); } else { @@ -399,13 +396,13 @@ protected override void ProcessRecord() { ThrowTerminatingError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception("InputObject has null value for InputObject.WorkspaceName"),string.Empty, global::System.Management.Automation.ErrorCategory.InvalidArgument, InputObject) ); } - await this.Client.FhirServicesUpdate(InputObject.ResourceGroupName ?? null, InputObject.SubscriptionId ?? null, InputObject.FhirServiceName ?? null, InputObject.WorkspaceName ?? null, FhirservicePatchResourceBody, onOk, onDefault, this, Pipeline); + await this.Client.FhirServicesUpdate(InputObject.ResourceGroupName ?? null, InputObject.SubscriptionId ?? null, InputObject.FhirServiceName ?? null, InputObject.WorkspaceName ?? null, _fhirservicePatchResourceBody, onOk, onDefault, this, Pipeline); } await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=FhirservicePatchResourceBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_fhirservicePatchResourceBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -459,14 +456,14 @@ public UpdateAzHealthcareFhirService_UpdateViaIdentityExpanded() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=FhirservicePatchResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_fhirservicePatchResourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=FhirservicePatchResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_fhirservicePatchResourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareIotConnector_UpdateExpanded.cs b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareIotConnector_UpdateExpanded.cs index 4671a08b9eee..c1925f8ecc4a 100644 --- a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareIotConnector_UpdateExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareIotConnector_UpdateExpanded.cs @@ -33,6 +33,9 @@ public partial class UpdateAzHealthcareIotConnector_UpdateExpanded : global::Sys /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// Iot Connector patch properties + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotConnectorPatchResource _iotConnectorPatchResourceBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotConnectorPatchResource(); + /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] @@ -79,7 +82,7 @@ public partial class UpdateAzHealthcareIotConnector_UpdateExpanded : global::Sys SerializedName = @"type", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => IotConnectorPatchResourceBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => IotConnectorPatchResourceBody.IdentityType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => _iotConnectorPatchResourceBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => _iotConnectorPatchResourceBody.IdentityType = value; } /// /// The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM @@ -95,17 +98,11 @@ public partial class UpdateAzHealthcareIotConnector_UpdateExpanded : global::Sys Description = @"The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", SerializedName = @"userAssignedIdentities", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => IotConnectorPatchResourceBody.IdentityUserAssignedIdentity ?? null /* object */; set => IotConnectorPatchResourceBody.IdentityUserAssignedIdentity = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => _iotConnectorPatchResourceBody.IdentityUserAssignedIdentity ?? null /* object */; set => _iotConnectorPatchResourceBody.IdentityUserAssignedIdentity = value; } /// Accessor for our copy of the InvocationInfo. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotConnectorPatchResource _iotConnectorPatchResourceBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotConnectorPatchResource(); - - /// Iot Connector patch properties - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotConnectorPatchResource IotConnectorPatchResourceBody { get => this._iotConnectorPatchResourceBody; set => this._iotConnectorPatchResourceBody = value; } - /// /// cancellation delegate. Stops the cmdlet when called. /// @@ -200,7 +197,7 @@ public partial class UpdateAzHealthcareIotConnector_UpdateExpanded : global::Sys Description = @"Resource tags.", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => IotConnectorPatchResourceBody.Tag ?? null /* object */; set => IotConnectorPatchResourceBody.Tag = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => _iotConnectorPatchResourceBody.Tag ?? null /* object */; set => _iotConnectorPatchResourceBody.Tag = value; } /// Backing field for property. private string _workspaceName; @@ -275,7 +272,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthc clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.IotConnectorPatchResourceBody = this.IotConnectorPatchResourceBody; + clone._iotConnectorPatchResourceBody = this._iotConnectorPatchResourceBody; clone.ResourceGroupName = this.ResourceGroupName; clone.SubscriptionId = this.SubscriptionId; clone.Name = this.Name; @@ -433,12 +430,12 @@ protected override void ProcessRecord() try { await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } - await this.Client.IotConnectorsUpdate(ResourceGroupName, SubscriptionId, Name, WorkspaceName, IotConnectorPatchResourceBody, onOk, onDefault, this, Pipeline); + await this.Client.IotConnectorsUpdate(ResourceGroupName, SubscriptionId, Name, WorkspaceName, _iotConnectorPatchResourceBody, onOk, onDefault, this, Pipeline); await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,Name=Name,WorkspaceName=WorkspaceName,body=IotConnectorPatchResourceBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName,SubscriptionId=SubscriptionId,Name=Name,WorkspaceName=WorkspaceName,body=_iotConnectorPatchResourceBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -492,14 +489,14 @@ public UpdateAzHealthcareIotConnector_UpdateExpanded() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, WorkspaceName=WorkspaceName, body=IotConnectorPatchResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, WorkspaceName=WorkspaceName, body=_iotConnectorPatchResourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, WorkspaceName=WorkspaceName, body=IotConnectorPatchResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { ResourceGroupName=ResourceGroupName, SubscriptionId=SubscriptionId, Name=Name, WorkspaceName=WorkspaceName, body=_iotConnectorPatchResourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareIotConnector_UpdateViaIdentityExpanded.cs b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareIotConnector_UpdateViaIdentityExpanded.cs index 2a339b233948..c803c28d952c 100644 --- a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareIotConnector_UpdateViaIdentityExpanded.cs +++ b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareIotConnector_UpdateViaIdentityExpanded.cs @@ -33,6 +33,9 @@ public partial class UpdateAzHealthcareIotConnector_UpdateViaIdentityExpanded : /// private global::System.Threading.CancellationTokenSource _cancellationTokenSource = new global::System.Threading.CancellationTokenSource(); + /// Iot Connector patch properties + private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotConnectorPatchResource _iotConnectorPatchResourceBody = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotConnectorPatchResource(); + /// when specified, runs this cmdlet as a PowerShell job [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Run the command as a job")] [global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category(global::Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.ParameterCategory.Runtime)] @@ -79,7 +82,7 @@ public partial class UpdateAzHealthcareIotConnector_UpdateViaIdentityExpanded : SerializedName = @"type", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType) })] [global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType))] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => IotConnectorPatchResourceBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => IotConnectorPatchResourceBody.IdentityType = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType IdentityType { get => _iotConnectorPatchResourceBody.IdentityType ?? ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType)""); set => _iotConnectorPatchResourceBody.IdentityType = value; } /// /// The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM @@ -95,7 +98,7 @@ public partial class UpdateAzHealthcareIotConnector_UpdateViaIdentityExpanded : Description = @"The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.", SerializedName = @"userAssignedIdentities", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => IotConnectorPatchResourceBody.IdentityUserAssignedIdentity ?? null /* object */; set => IotConnectorPatchResourceBody.IdentityUserAssignedIdentity = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities IdentityUserAssignedIdentity { get => _iotConnectorPatchResourceBody.IdentityUserAssignedIdentity ?? null /* object */; set => _iotConnectorPatchResourceBody.IdentityUserAssignedIdentity = value; } /// Backing field for property. private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IHealthcareApisIdentity _inputObject; @@ -108,12 +111,6 @@ public partial class UpdateAzHealthcareIotConnector_UpdateViaIdentityExpanded : /// Accessor for our copy of the InvocationInfo. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } - /// Backing field for property. - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotConnectorPatchResource _iotConnectorPatchResourceBody= new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotConnectorPatchResource(); - - /// Iot Connector patch properties - private Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotConnectorPatchResource IotConnectorPatchResourceBody { get => this._iotConnectorPatchResourceBody; set => this._iotConnectorPatchResourceBody = value; } - /// /// cancellation delegate. Stops the cmdlet when called. /// @@ -161,7 +158,7 @@ public partial class UpdateAzHealthcareIotConnector_UpdateViaIdentityExpanded : Description = @"Resource tags.", SerializedName = @"tags", PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags) })] - public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => IotConnectorPatchResourceBody.Tag ?? null /* object */; set => IotConnectorPatchResourceBody.Tag = value; } + public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags Tag { get => _iotConnectorPatchResourceBody.Tag ?? null /* object */; set => _iotConnectorPatchResourceBody.Tag = value; } /// /// overrideOnDefault will be called before the regular onDefault has been processed, allowing customization of what @@ -224,7 +221,7 @@ public Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Cmdlets.UpdateAzHealthc clone.ProxyUseDefaultCredentials = this.ProxyUseDefaultCredentials; clone.HttpPipelinePrepend = this.HttpPipelinePrepend; clone.HttpPipelineAppend = this.HttpPipelineAppend; - clone.IotConnectorPatchResourceBody = this.IotConnectorPatchResourceBody; + clone._iotConnectorPatchResourceBody = this._iotConnectorPatchResourceBody; return clone; } @@ -380,7 +377,7 @@ protected override void ProcessRecord() await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletBeforeAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } if (InputObject?.Id != null) { - await this.Client.IotConnectorsUpdateViaIdentity(InputObject.Id, IotConnectorPatchResourceBody, onOk, onDefault, this, Pipeline); + await this.Client.IotConnectorsUpdateViaIdentity(InputObject.Id, _iotConnectorPatchResourceBody, onOk, onDefault, this, Pipeline); } else { @@ -401,13 +398,13 @@ protected override void ProcessRecord() { ThrowTerminatingError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception("InputObject has null value for InputObject.WorkspaceName"),string.Empty, global::System.Management.Automation.ErrorCategory.InvalidArgument, InputObject) ); } - await this.Client.IotConnectorsUpdate(InputObject.ResourceGroupName ?? null, InputObject.SubscriptionId ?? null, InputObject.IotConnectorName ?? null, InputObject.WorkspaceName ?? null, IotConnectorPatchResourceBody, onOk, onDefault, this, Pipeline); + await this.Client.IotConnectorsUpdate(InputObject.ResourceGroupName ?? null, InputObject.SubscriptionId ?? null, InputObject.IotConnectorName ?? null, InputObject.WorkspaceName ?? null, _iotConnectorPatchResourceBody, onOk, onDefault, this, Pipeline); } await ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Signal(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Events.CmdletAfterAPICall); if( ((Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener)this).Token.IsCancellationRequested ) { return; } } catch (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.UndeclaredResponseException urexception) { - WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=IotConnectorPatchResourceBody}) + WriteError(new global::System.Management.Automation.ErrorRecord(urexception, urexception.StatusCode.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_iotConnectorPatchResourceBody}) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(urexception.Message) { RecommendedAction = urexception.Action } }); @@ -461,14 +458,14 @@ public UpdateAzHealthcareIotConnector_UpdateViaIdentityExpanded() { // Unrecognized Response. Create an error record based on what we have. var ex = new Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.RestException(responseMessage, await response); - WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=IotConnectorPatchResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(ex, ex.Code, global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_iotConnectorPatchResourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(ex.Message) { RecommendedAction = ex.Action } }); } else { - WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=IotConnectorPatchResourceBody }) + WriteError( new global::System.Management.Automation.ErrorRecord(new global::System.Exception($"[{code}] : {message}"), code?.ToString(), global::System.Management.Automation.ErrorCategory.InvalidOperation, new { body=_iotConnectorPatchResourceBody }) { ErrorDetails = new global::System.Management.Automation.ErrorDetails(message) { RecommendedAction = global::System.String.Empty } }); diff --git a/src/HealthcareApis/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs b/src/HealthcareApis/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs index 1859fb479958..de5828b8cc1a 100644 --- a/src/HealthcareApis/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs +++ b/src/HealthcareApis/generated/runtime/BuildTime/Cmdlets/ExportPsd1.cs @@ -165,7 +165,7 @@ protected override void ProcessRecord() { sb.AppendLine($@"{Indent}{Indent}{Indent}Prerelease = {previewVersion}"); } - sb.AppendLine($@"{Indent}{Indent}{Indent}Tags = {"Azure ResourceManager ARM PSModule HealthcareApis".Split(' ').ToPsList().NullIfEmpty() ?? "''"}"); + sb.AppendLine($@"{Indent}{Indent}{Indent}Tags = {"Azure ResourceManager ARM PSModule HealthcareApis HealthCare FhirService".Split(' ').ToPsList().NullIfEmpty() ?? "''"}"); sb.AppendLine($@"{Indent}{Indent}{Indent}LicenseUri = '{"https://aka.ms/azps-license"}'"); sb.AppendLine($@"{Indent}{Indent}{Indent}ProjectUri = '{"https://github.com/Azure/azure-powershell"}'"); sb.AppendLine($@"{Indent}{Indent}{Indent}ReleaseNotes = ''"); diff --git a/src/HealthcareApis/help/Az.HealthcareApis.md b/src/HealthcareApis/help/Az.HealthcareApis.md index b36236c98974..1b0b4cd665da 100644 --- a/src/HealthcareApis/help/Az.HealthcareApis.md +++ b/src/HealthcareApis/help/Az.HealthcareApis.md @@ -1,6 +1,6 @@ --- Module Name: Az.HealthcareApis -Module Guid: 36cc732b-665f-4db7-bdfa-70d09e08f7b1 +Module Guid: de3f478d-0227-4782-85cf-62fb649b685a Download Help Link: https://docs.microsoft.com/powershell/module/az.healthcareapis Help Version: 1.0.0.0 Locale: en-US @@ -11,10 +11,10 @@ Locale: en-US Microsoft Azure PowerShell: HealthcareApis cmdlets ## Az.HealthcareApis Cmdlets -### [Get-AzHealthcareAPIsService](Get-AzHealthcareAPIsService.md) +### [Get-AzHealthcareApisService](Get-AzHealthcareApisService.md) Get the metadata of a service instance. -### [Get-AzHealthcareAPIsWorkspace](Get-AzHealthcareAPIsWorkspace.md) +### [Get-AzHealthcareApisWorkspace](Get-AzHealthcareApisWorkspace.md) Gets the properties of the specified workspace. ### [Get-AzHealthcareDicomService](Get-AzHealthcareDicomService.md) @@ -32,10 +32,10 @@ Gets the properties of the specified IoT Connector. ### [Get-AzHealthcareIotConnectorFhirDestination](Get-AzHealthcareIotConnectorFhirDestination.md) Gets the properties of the specified Iot Connector FHIR destination. -### [New-AzHealthcareAPIsService](New-AzHealthcareAPIsService.md) +### [New-AzHealthcareApisService](New-AzHealthcareApisService.md) Create or update the metadata of a service instance. -### [New-AzHealthcareAPIsWorkspace](New-AzHealthcareAPIsWorkspace.md) +### [New-AzHealthcareApisWorkspace](New-AzHealthcareApisWorkspace.md) Creates or updates a workspace resource with the specified parameters. ### [New-AzHealthcareDicomService](New-AzHealthcareDicomService.md) @@ -50,10 +50,10 @@ Creates or updates an IoT Connector resource with the specified parameters. ### [New-AzHealthcareIotConnectorFhirDestination](New-AzHealthcareIotConnectorFhirDestination.md) Creates or updates an IoT Connector FHIR destination resource with the specified parameters. -### [Remove-AzHealthcareAPIsService](Remove-AzHealthcareAPIsService.md) +### [Remove-AzHealthcareApisService](Remove-AzHealthcareApisService.md) Delete a service instance. -### [Remove-AzHealthcareAPIsWorkspace](Remove-AzHealthcareAPIsWorkspace.md) +### [Remove-AzHealthcareApisWorkspace](Remove-AzHealthcareApisWorkspace.md) Deletes a specified workspace. ### [Remove-AzHealthcareDicomService](Remove-AzHealthcareDicomService.md) @@ -71,10 +71,10 @@ Deletes an IoT Connector FHIR destination. ### [Test-AzHealthcareServiceNameAvailability](Test-AzHealthcareServiceNameAvailability.md) Check if a service instance name is available. -### [Update-AzHealthcareAPIsService](Update-AzHealthcareAPIsService.md) +### [Update-AzHealthcareApisService](Update-AzHealthcareApisService.md) Update the metadata of a service instance. -### [Update-AzHealthcareAPIsWorkspace](Update-AzHealthcareAPIsWorkspace.md) +### [Update-AzHealthcareApisWorkspace](Update-AzHealthcareApisWorkspace.md) Patch workspace details. ### [Update-AzHealthcareDicomService](Update-AzHealthcareDicomService.md) diff --git a/src/HealthcareApis/help/Get-AzHealthcareAPIsService.md b/src/HealthcareApis/help/Get-AzHealthcareAPIsService.md index bad6d82c4cfd..1821df535925 100644 --- a/src/HealthcareApis/help/Get-AzHealthcareAPIsService.md +++ b/src/HealthcareApis/help/Get-AzHealthcareAPIsService.md @@ -5,7 +5,7 @@ online version: https://docs.microsoft.com/powershell/module/az.healthcareapis/g schema: 2.0.0 --- -# Get-AzHealthcareAPIsService +# Get-AzHealthcareApisService ## SYNOPSIS Get the metadata of a service instance. @@ -14,24 +14,24 @@ Get the metadata of a service instance. ### List (Default) ``` -Get-AzHealthcareAPIsService [-SubscriptionId ] [-DefaultProfile ] [] +Get-AzHealthcareApisService [-SubscriptionId ] [-DefaultProfile ] [] ``` ### Get ``` -Get-AzHealthcareAPIsService -Name -ResourceGroupName [-SubscriptionId ] +Get-AzHealthcareApisService -Name -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] ``` ### GetViaIdentity ``` -Get-AzHealthcareAPIsService -InputObject [-DefaultProfile ] +Get-AzHealthcareApisService -InputObject [-DefaultProfile ] [] ``` ### List1 ``` -Get-AzHealthcareAPIsService -ResourceGroupName [-SubscriptionId ] +Get-AzHealthcareApisService -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] ``` @@ -42,7 +42,7 @@ Get the metadata of a service instance. ### Example 1: List the metadata of service instance. ```powershell -PS C:\> Get-AzHealthcareAPIsService +PS C:\> Get-AzHealthcareApisService Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -53,7 +53,7 @@ List the metadata of service instance. ### Example 2: List the metadata of service instance by resource group. ```powershell -PS C:\> Get-AzHealthcareAPIsService -ResourceGroupName azps_test_group +PS C:\> Get-AzHealthcareApisService -ResourceGroupName azps_test_group Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -64,7 +64,7 @@ List the metadata of service instance by resource group. ### Example 3: Get the metadata of a service instance. ```powershell -PS C:\> Get-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice +PS C:\> Get-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice Location Name Kind ResourceGroupName -------- ---- ---- ----------------- diff --git a/src/HealthcareApis/help/Get-AzHealthcareAPIsWorkspace.md b/src/HealthcareApis/help/Get-AzHealthcareAPIsWorkspace.md index 61bdc663cbfe..7f78dcaee890 100644 --- a/src/HealthcareApis/help/Get-AzHealthcareAPIsWorkspace.md +++ b/src/HealthcareApis/help/Get-AzHealthcareAPIsWorkspace.md @@ -5,7 +5,7 @@ online version: https://docs.microsoft.com/powershell/module/az.healthcareapis/g schema: 2.0.0 --- -# Get-AzHealthcareAPIsWorkspace +# Get-AzHealthcareApisWorkspace ## SYNOPSIS Gets the properties of the specified workspace. @@ -14,24 +14,24 @@ Gets the properties of the specified workspace. ### List (Default) ``` -Get-AzHealthcareAPIsWorkspace [-SubscriptionId ] [-DefaultProfile ] [] +Get-AzHealthcareApisWorkspace [-SubscriptionId ] [-DefaultProfile ] [] ``` ### Get ``` -Get-AzHealthcareAPIsWorkspace -Name -ResourceGroupName [-SubscriptionId ] +Get-AzHealthcareApisWorkspace -Name -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] ``` ### GetViaIdentity ``` -Get-AzHealthcareAPIsWorkspace -InputObject [-DefaultProfile ] +Get-AzHealthcareApisWorkspace -InputObject [-DefaultProfile ] [] ``` ### List1 ``` -Get-AzHealthcareAPIsWorkspace -ResourceGroupName [-SubscriptionId ] +Get-AzHealthcareApisWorkspace -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] ``` @@ -42,7 +42,7 @@ Gets the properties of the specified workspace. ### Example 1: List the properties. ```powershell -PS C:\> Get-AzHealthcareAPIsWorkspace +PS C:\> Get-AzHealthcareApisWorkspace Location Name ResourceGroupName -------- ---- ----------------- @@ -54,7 +54,7 @@ List the properties. ### Example 2: Gets the properties of the specified workspace. ```powershell -PS C:\> Get-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group +PS C:\> Get-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group Location Name ResourceGroupName -------- ---- ----------------- @@ -65,7 +65,7 @@ Gets the properties of the specified workspace. ### Example 3: List the properties of the resource group. ```powershell -PS C:\> Get-AzHealthcareAPIsWorkspace -ResourceGroupName azps_test_group +PS C:\> Get-AzHealthcareApisWorkspace -ResourceGroupName azps_test_group Location Name ResourceGroupName -------- ---- ----------------- diff --git a/src/HealthcareApis/help/New-AzHealthcareAPIsService.md b/src/HealthcareApis/help/New-AzHealthcareAPIsService.md index cc5ddd976393..0ff2a700391d 100644 --- a/src/HealthcareApis/help/New-AzHealthcareAPIsService.md +++ b/src/HealthcareApis/help/New-AzHealthcareAPIsService.md @@ -5,7 +5,7 @@ online version: https://docs.microsoft.com/powershell/module/az.healthcareapis/n schema: 2.0.0 --- -# New-AzHealthcareAPIsService +# New-AzHealthcareApisService ## SYNOPSIS Create or update the metadata of a service instance. @@ -13,15 +13,13 @@ Create or update the metadata of a service instance. ## SYNTAX ``` -New-AzHealthcareAPIsService -Name -ResourceGroupName - -CosmoDbConfigurationOfferThroughput -Kind -Location [-SubscriptionId ] - [-AccessPolicy ] [-AcrConfigurationLoginServer ] - [-AcrConfigurationOciArtifact ] [-AuthenticationConfigurationAudience ] - [-AuthenticationConfigurationAuthority ] [-AuthenticationConfigurationSmartProxyEnabled] - [-CorConfigurationAllowCredentials] [-CorConfigurationHeader ] [-CorConfigurationMaxAge ] - [-CorConfigurationMethod ] [-CorConfigurationOrigin ] - [-CosmoDbConfigurationKeyVaultKeyUri ] [-Etag ] - [-ExportConfigurationStorageAccountName ] [-IdentityType ] +New-AzHealthcareApisService -Name -ResourceGroupName -CosmosOfferThroughput + -Kind -Location [-SubscriptionId ] + [-AccessPolicyObjectId ] [-AcrConfigurationLoginServer ] + [-AcrConfigurationOciArtifact ] [-AllowCorsCredential] [-Audience ] + [-Authority ] [-CorsHeader ] [-CorsMaxAge ] [-CorsMethod ] + [-CorsOrigin ] [-CosmosKeyVaultKeyUri ] [-EnableSmartProxy] [-Etag ] + [-ExportStorageAccountName ] [-IdentityType ] [-PrivateEndpointConnection ] [-PublicNetworkAccess ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` @@ -33,7 +31,7 @@ Create or update the metadata of a service instance. ### Example 1: Create or update the metadata of a service instance. ```powershell -PS C:\> New-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice -Kind 'fhir' -Location eastus2 -CosmoDbConfigurationOfferThroughput 400 +PS C:\> New-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice -Kind 'fhir' -Location eastus2 -CosmosOfferThroughput 400 Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -44,9 +42,9 @@ Create or update the metadata of a service instance. ## PARAMETERS -### -AccessPolicy +### -AccessPolicyObjectId The access policies of the service instance. -To construct, see NOTES section for ACCESSPOLICY properties and create a hash table. +To construct, see NOTES section for ACCESSPOLICYOBJECTID properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceAccessPolicyEntry[] @@ -91,8 +89,8 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -AsJob -Run the command as a job +### -AllowCorsCredential +If credentials are allowed via CORS. ```yaml Type: System.Management.Automation.SwitchParameter @@ -106,11 +104,11 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -AuthenticationConfigurationAudience -The audience url for the service +### -AsJob +Run the command as a job ```yaml -Type: System.String +Type: System.Management.Automation.SwitchParameter Parameter Sets: (All) Aliases: @@ -121,8 +119,8 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -AuthenticationConfigurationAuthority -The authority url for the service +### -Audience +The audience url for the service ```yaml Type: System.String @@ -136,26 +134,11 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -AuthenticationConfigurationSmartProxyEnabled -If the SMART on FHIR proxy is enabled - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -CorConfigurationAllowCredentials -If credentials are allowed via CORS. +### -Authority +The authority url for the service ```yaml -Type: System.Management.Automation.SwitchParameter +Type: System.String Parameter Sets: (All) Aliases: @@ -166,7 +149,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -CorConfigurationHeader +### -CorsHeader The headers to be allowed via CORS. ```yaml @@ -181,7 +164,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -CorConfigurationMaxAge +### -CorsMaxAge The max age to be allowed via CORS. ```yaml @@ -196,7 +179,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -CorConfigurationMethod +### -CorsMethod The methods to be allowed via CORS. ```yaml @@ -211,7 +194,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -CorConfigurationOrigin +### -CorsOrigin The origins to be allowed via CORS. ```yaml @@ -226,7 +209,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -CosmoDbConfigurationKeyVaultKeyUri +### -CosmosKeyVaultKeyUri The URI of the customer-managed key for the backing database. ```yaml @@ -241,7 +224,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -CosmoDbConfigurationOfferThroughput +### -CosmosOfferThroughput The provisioned throughput for the backing database. ```yaml @@ -271,6 +254,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -EnableSmartProxy +If the SMART on FHIR proxy is enabled + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Etag An etag associated with the resource, used for optimistic concurrency when editing it. @@ -286,7 +284,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ExportConfigurationStorageAccountName +### -ExportStorageAccountName The name of the default export storage account. ```yaml @@ -501,7 +499,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ACCESSPOLICY : The access policies of the service instance. +ACCESSPOLICYOBJECTID : The access policies of the service instance. - `ObjectId `: An Azure AD object ID (User or Apps) that is allowed access to the FHIR service. ACRCONFIGURATIONOCIARTIFACT : The list of Open Container Initiative (OCI) artifacts. diff --git a/src/HealthcareApis/help/New-AzHealthcareAPIsWorkspace.md b/src/HealthcareApis/help/New-AzHealthcareAPIsWorkspace.md index 800f7a6a9080..19cdd3eca4b0 100644 --- a/src/HealthcareApis/help/New-AzHealthcareAPIsWorkspace.md +++ b/src/HealthcareApis/help/New-AzHealthcareAPIsWorkspace.md @@ -5,7 +5,7 @@ online version: https://docs.microsoft.com/powershell/module/az.healthcareapis/n schema: 2.0.0 --- -# New-AzHealthcareAPIsWorkspace +# New-AzHealthcareApisWorkspace ## SYNOPSIS Creates or updates a workspace resource with the specified parameters. @@ -13,7 +13,7 @@ Creates or updates a workspace resource with the specified parameters. ## SYNTAX ``` -New-AzHealthcareAPIsWorkspace -Name -ResourceGroupName -Location +New-AzHealthcareApisWorkspace -Name -ResourceGroupName -Location [-SubscriptionId ] [-Etag ] [-PublicNetworkAccess ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` @@ -25,7 +25,7 @@ Creates or updates a workspace resource with the specified parameters. ### Example 1: Creates or update a workspace resource with the specified parameters. ```powershell -PS C:\> New-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Location eastus2 +PS C:\> New-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Location eastus2 Location Name ResourceGroupName -------- ---- ----------------- diff --git a/src/HealthcareApis/help/New-AzHealthcareFhirService.md b/src/HealthcareApis/help/New-AzHealthcareFhirService.md index 35e7bbb53bbb..eb17593f721d 100644 --- a/src/HealthcareApis/help/New-AzHealthcareFhirService.md +++ b/src/HealthcareApis/help/New-AzHealthcareFhirService.md @@ -15,13 +15,12 @@ Creates or updates a FHIR Service resource with the specified parameters. ``` New-AzHealthcareFhirService -Name -ResourceGroupName -WorkspaceName -Kind -Location [-SubscriptionId ] - [-AccessPolicy ] [-AcrConfigurationLoginServer ] - [-AcrConfigurationOciArtifact ] [-AuthenticationConfigurationAudience ] - [-AuthenticationConfigurationAuthority ] [-AuthenticationConfigurationSmartProxyEnabled] - [-CorConfigurationAllowCredentials] [-CorConfigurationHeader ] [-CorConfigurationMaxAge ] - [-CorConfigurationMethod ] [-CorConfigurationOrigin ] [-Etag ] - [-ExportConfigurationStorageAccountName ] [-IdentityType ] - [-IdentityUserAssignedIdentity ] [-PublicNetworkAccess ] + [-AccessPolicyObjectId ] [-AcrConfigurationLoginServer ] + [-AcrConfigurationOciArtifact ] [-AllowCorsCredential] [-Audience ] + [-Authority ] [-CorsHeader ] [-CorsMaxAge ] [-CorsMethod ] + [-CorsOrigin ] [-EnableSmartProxy] [-Etag ] [-ExportStorageAccountName ] + [-IdentityType ] [-IdentityUserAssignedIdentity ] + [-PublicNetworkAccess ] [-ResourceVersionPolicyConfigurationDefault ] [-ResourceVersionPolicyConfigurationResourceTypeOverride ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] @@ -34,7 +33,7 @@ Creates or updates a FHIR Service resource with the specified parameters. ### Example 1: Creates or updates a FHIR Service resource with the specified parameters. ```powershell -PS C:\> New-AzHealthcareFhirService -Name azpsfhirservice -ResourceGroupName azps_test_group -WorkspaceName azpshcws -Location eastus2 -Kind 'fhir-R4' -AuthenticationConfigurationAuthority "https://login.microsoftonline.com/{DirectoryID}" -AuthenticationConfigurationAudience "https://azpshcws-{FhirServiceName}.fhir.azurehealthcareapis.com" +PS C:\> New-AzHealthcareFhirService -Name azpsfhirservice -ResourceGroupName azps_test_group -WorkspaceName azpshcws -Location eastus2 -Kind 'fhir-R4' -Authority "https://login.microsoftonline.com/{DirectoryID}" -Audience "https://azpshcws-{FhirServiceName}.fhir.azurehealthcareapis.com" Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -45,9 +44,9 @@ Creates or updates a FHIR Service resource with the specified parameters. ## PARAMETERS -### -AccessPolicy +### -AccessPolicyObjectId Fhir Service access policies. -To construct, see NOTES section for ACCESSPOLICY properties and create a hash table. +To construct, see NOTES section for ACCESSPOLICYOBJECTID properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceAccessPolicyEntry[] @@ -92,8 +91,8 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -AsJob -Run the command as a job +### -AllowCorsCredential +If credentials are allowed via CORS. ```yaml Type: System.Management.Automation.SwitchParameter @@ -107,11 +106,11 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -AuthenticationConfigurationAudience -The audience url for the service +### -AsJob +Run the command as a job ```yaml -Type: System.String +Type: System.Management.Automation.SwitchParameter Parameter Sets: (All) Aliases: @@ -122,8 +121,8 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -AuthenticationConfigurationAuthority -The authority url for the service +### -Audience +The audience url for the service ```yaml Type: System.String @@ -137,26 +136,11 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -AuthenticationConfigurationSmartProxyEnabled -If the SMART on FHIR proxy is enabled - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -CorConfigurationAllowCredentials -If credentials are allowed via CORS. +### -Authority +The authority url for the service ```yaml -Type: System.Management.Automation.SwitchParameter +Type: System.String Parameter Sets: (All) Aliases: @@ -167,7 +151,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -CorConfigurationHeader +### -CorsHeader The headers to be allowed via CORS. ```yaml @@ -182,7 +166,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -CorConfigurationMaxAge +### -CorsMaxAge The max age to be allowed via CORS. ```yaml @@ -197,7 +181,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -CorConfigurationMethod +### -CorsMethod The methods to be allowed via CORS. ```yaml @@ -212,7 +196,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -CorConfigurationOrigin +### -CorsOrigin The origins to be allowed via CORS. ```yaml @@ -242,6 +226,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -EnableSmartProxy +If the SMART on FHIR proxy is enabled + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Etag An etag associated with the resource, used for optimistic concurrency when editing it. @@ -257,7 +256,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ExportConfigurationStorageAccountName +### -ExportStorageAccountName The name of the default export storage account. ```yaml @@ -518,7 +517,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ACCESSPOLICY : Fhir Service access policies. +ACCESSPOLICYOBJECTID : Fhir Service access policies. - `ObjectId `: An Azure AD object ID (User or Apps) that is allowed access to the FHIR service. ACRCONFIGURATIONOCIARTIFACT : The list of Open Container Initiative (OCI) artifacts. diff --git a/src/HealthcareApis/help/Remove-AzHealthcareAPIsService.md b/src/HealthcareApis/help/Remove-AzHealthcareAPIsService.md index 3853559cfff6..40e6172d7a7c 100644 --- a/src/HealthcareApis/help/Remove-AzHealthcareAPIsService.md +++ b/src/HealthcareApis/help/Remove-AzHealthcareAPIsService.md @@ -5,7 +5,7 @@ online version: https://docs.microsoft.com/powershell/module/az.healthcareapis/r schema: 2.0.0 --- -# Remove-AzHealthcareAPIsService +# Remove-AzHealthcareApisService ## SYNOPSIS Delete a service instance. @@ -14,13 +14,13 @@ Delete a service instance. ### Delete (Default) ``` -Remove-AzHealthcareAPIsService -Name -ResourceGroupName [-SubscriptionId ] +Remove-AzHealthcareApisService -Name -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### DeleteViaIdentity ``` -Remove-AzHealthcareAPIsService -InputObject [-DefaultProfile ] [-AsJob] +Remove-AzHealthcareApisService -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -31,7 +31,7 @@ Delete a service instance. ### Example 1: Delete a service instance. ```powershell -PS C:\> Remove-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice +PS C:\> Remove-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice ``` @@ -39,7 +39,7 @@ Delete a service instance. ### Example 2: Delete a service instance. ```powershell -PS C:\> Get-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice | Remove-AzHealthcareAPIsService +PS C:\> Get-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice | Remove-AzHealthcareApisService ``` diff --git a/src/HealthcareApis/help/Remove-AzHealthcareAPIsWorkspace.md b/src/HealthcareApis/help/Remove-AzHealthcareAPIsWorkspace.md index b2e6bbe422ad..a21a1a0d9fe3 100644 --- a/src/HealthcareApis/help/Remove-AzHealthcareAPIsWorkspace.md +++ b/src/HealthcareApis/help/Remove-AzHealthcareAPIsWorkspace.md @@ -5,7 +5,7 @@ online version: https://docs.microsoft.com/powershell/module/az.healthcareapis/r schema: 2.0.0 --- -# Remove-AzHealthcareAPIsWorkspace +# Remove-AzHealthcareApisWorkspace ## SYNOPSIS Deletes a specified workspace. @@ -14,13 +14,13 @@ Deletes a specified workspace. ### Delete (Default) ``` -Remove-AzHealthcareAPIsWorkspace -Name -ResourceGroupName [-SubscriptionId ] +Remove-AzHealthcareApisWorkspace -Name -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### DeleteViaIdentity ``` -Remove-AzHealthcareAPIsWorkspace -InputObject [-DefaultProfile ] [-AsJob] +Remove-AzHealthcareApisWorkspace -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -31,7 +31,7 @@ Deletes a specified workspace. ### Example 1: Deletes a specified workspace. ```powershell -PS C:\> Remove-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group +PS C:\> Remove-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group ``` @@ -39,7 +39,7 @@ Deletes a specified workspace. ### Example 2: Deletes a specified workspace. ```powershell -PS C:\> Get-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group | Remove-AzHealthcareAPIsWorkspace +PS C:\> Get-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group | Remove-AzHealthcareApisWorkspace ``` diff --git a/src/HealthcareApis/help/Update-AzHealthcareAPIsService.md b/src/HealthcareApis/help/Update-AzHealthcareAPIsService.md index 2b477fbd0880..5c6c5c42112f 100644 --- a/src/HealthcareApis/help/Update-AzHealthcareAPIsService.md +++ b/src/HealthcareApis/help/Update-AzHealthcareAPIsService.md @@ -5,7 +5,7 @@ online version: https://docs.microsoft.com/powershell/module/az.healthcareapis/u schema: 2.0.0 --- -# Update-AzHealthcareAPIsService +# Update-AzHealthcareApisService ## SYNOPSIS Update the metadata of a service instance. @@ -14,14 +14,14 @@ Update the metadata of a service instance. ### UpdateExpanded (Default) ``` -Update-AzHealthcareAPIsService -Name -ResourceGroupName [-SubscriptionId ] +Update-AzHealthcareApisService -Name -ResourceGroupName [-SubscriptionId ] [-PublicNetworkAccess ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzHealthcareAPIsService -InputObject +Update-AzHealthcareApisService -InputObject [-PublicNetworkAccess ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` @@ -33,7 +33,7 @@ Update the metadata of a service instance. ### Example 1: Update the metadata of a service instance. ```powershell -PS C:\> Update-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice -Tag @{"abc"="123"} +PS C:\> Update-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice -Tag @{"abc"="123"} Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -44,7 +44,7 @@ Update the metadata of a service instance. ### Example 2: Update the metadata of a service instance. ```powershell -PS C:\> Get-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice | Update-AzHealthcareAPIsService -Tag @{"abc"="123"} +PS C:\> Get-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice | Update-AzHealthcareApisService -Tag @{"abc"="123"} Location Name Kind ResourceGroupName -------- ---- ---- ----------------- diff --git a/src/HealthcareApis/help/Update-AzHealthcareAPIsWorkspace.md b/src/HealthcareApis/help/Update-AzHealthcareAPIsWorkspace.md index 639ab3aecea1..671dff0b9ea7 100644 --- a/src/HealthcareApis/help/Update-AzHealthcareAPIsWorkspace.md +++ b/src/HealthcareApis/help/Update-AzHealthcareAPIsWorkspace.md @@ -5,7 +5,7 @@ online version: https://docs.microsoft.com/powershell/module/az.healthcareapis/u schema: 2.0.0 --- -# Update-AzHealthcareAPIsWorkspace +# Update-AzHealthcareApisWorkspace ## SYNOPSIS Patch workspace details. @@ -14,13 +14,13 @@ Patch workspace details. ### UpdateExpanded (Default) ``` -Update-AzHealthcareAPIsWorkspace -Name -ResourceGroupName [-SubscriptionId ] +Update-AzHealthcareApisWorkspace -Name -ResourceGroupName [-SubscriptionId ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzHealthcareAPIsWorkspace -InputObject [-Tag ] +Update-AzHealthcareApisWorkspace -InputObject [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` @@ -31,7 +31,7 @@ Patch workspace details. ### Example 1: Patch workspace details. ```powershell -PS C:\> Update-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Tag @{"abc"="123"} +PS C:\> Update-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Tag @{"abc"="123"} Location Name ResourceGroupName -------- ---- ----------------- @@ -42,7 +42,7 @@ Patch workspace details. ### Example 2: Patch workspace details. ```powershell -PS C:\> Get-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group | Update-AzHealthcareAPIsWorkspace -Tag @{"abc"="123"} +PS C:\> Get-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group | Update-AzHealthcareApisWorkspace -Tag @{"abc"="123"} Location Name ResourceGroupName -------- ---- ----------------- diff --git a/src/HealthcareApis/internal/New-AzHealthcareAPIsService.ps1 b/src/HealthcareApis/internal/New-AzHealthcareAPIsService.ps1 index e229f73c5f40..47beb7829cfc 100644 --- a/src/HealthcareApis/internal/New-AzHealthcareAPIsService.ps1 +++ b/src/HealthcareApis/internal/New-AzHealthcareAPIsService.ps1 @@ -20,7 +20,7 @@ Create or update the metadata of a service instance. .Description Create or update the metadata of a service instance. .Example -PS C:\> New-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice -Kind 'fhir' -Location eastus2 -CosmoDbConfigurationOfferThroughput 400 +PS C:\> New-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice -Kind 'fhir' -Location eastus2 -CosmosOfferThroughput 400 Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -33,7 +33,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ACCESSPOLICY : The access policies of the service instance. +ACCESSPOLICYOBJECTID : The access policies of the service instance. ObjectId : An Azure AD object ID (User or Apps) that is allowed access to the FHIR service. ACRCONFIGURATIONOCIARTIFACT : The list of Open Container Initiative (OCI) artifacts. @@ -48,7 +48,7 @@ PRIVATEENDPOINTCONNECTION : The list of private en .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/new-azhealthcareapisservice #> -function New-AzHealthcareAPIsService { +function New-AzHealthcareApisService { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -89,8 +89,8 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceAccessPolicyEntry[]] # The access policies of the service instance. - # To construct, see NOTES section for ACCESSPOLICY properties and create a hash table. - ${AccessPolicy}, + # To construct, see NOTES section for ACCESSPOLICYOBJECTID properties and create a hash table. + ${AccessPolicyObjectId}, [Parameter()] [AllowEmptyCollection()] @@ -109,66 +109,66 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.String] - # The audience url for the service - ${AuthenticationConfigurationAudience}, + [System.Management.Automation.SwitchParameter] + # If credentials are allowed via CORS. + ${AllowCorsCredential}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] - # The authority url for the service - ${AuthenticationConfigurationAuthority}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If the SMART on FHIR proxy is enabled - ${AuthenticationConfigurationSmartProxyEnabled}, + # The audience url for the service + ${Audience}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If credentials are allowed via CORS. - ${CorConfigurationAllowCredentials}, + [System.String] + # The authority url for the service + ${Authority}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The headers to be allowed via CORS. - ${CorConfigurationHeader}, + ${CorsHeader}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.Int32] # The max age to be allowed via CORS. - ${CorConfigurationMaxAge}, + ${CorsMaxAge}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The methods to be allowed via CORS. - ${CorConfigurationMethod}, + ${CorsMethod}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The origins to be allowed via CORS. - ${CorConfigurationOrigin}, + ${CorsOrigin}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] # The URI of the customer-managed key for the backing database. - ${CosmoDbConfigurationKeyVaultKeyUri}, + ${CosmosKeyVaultKeyUri}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.Int32] # The provisioned throughput for the backing database. - ${CosmoDbConfigurationOfferThroughput}, + ${CosmosOfferThroughput}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If the SMART on FHIR proxy is enabled + ${EnableSmartProxy}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] @@ -180,7 +180,7 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] # The name of the default export storage account. - ${ExportConfigurationStorageAccountName}, + ${ExportStorageAccountName}, [Parameter()] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ManagedServiceIdentityType])] @@ -280,7 +280,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ - CreateExpanded = 'Az.HealthcareApis.private\New-AzHealthcareAPIsService_CreateExpanded'; + CreateExpanded = 'Az.HealthcareApis.private\New-AzHealthcareApisService_CreateExpanded'; } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id diff --git a/src/HealthcareApis/internal/New-AzHealthcareAPIsWorkspace.ps1 b/src/HealthcareApis/internal/New-AzHealthcareAPIsWorkspace.ps1 index d3c72f54d55b..0c70045107aa 100644 --- a/src/HealthcareApis/internal/New-AzHealthcareAPIsWorkspace.ps1 +++ b/src/HealthcareApis/internal/New-AzHealthcareAPIsWorkspace.ps1 @@ -20,7 +20,7 @@ Creates or updates a workspace resource with the specified parameters. .Description Creates or updates a workspace resource with the specified parameters. .Example -PS C:\> New-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Location eastus2 +PS C:\> New-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Location eastus2 Location Name ResourceGroupName -------- ---- ----------------- @@ -31,7 +31,7 @@ Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/new-azhealthcareapisworkspace #> -function New-AzHealthcareAPIsWorkspace { +function New-AzHealthcareApisWorkspace { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -150,7 +150,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ - CreateExpanded = 'Az.HealthcareApis.private\New-AzHealthcareAPIsWorkspace_CreateExpanded'; + CreateExpanded = 'Az.HealthcareApis.private\New-AzHealthcareApisWorkspace_CreateExpanded'; } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id diff --git a/src/HealthcareApis/internal/New-AzHealthcareFhirService.ps1 b/src/HealthcareApis/internal/New-AzHealthcareFhirService.ps1 index d48f2474152c..705c4f1909b4 100644 --- a/src/HealthcareApis/internal/New-AzHealthcareFhirService.ps1 +++ b/src/HealthcareApis/internal/New-AzHealthcareFhirService.ps1 @@ -20,7 +20,7 @@ Creates or updates a FHIR Service resource with the specified parameters. .Description Creates or updates a FHIR Service resource with the specified parameters. .Example -PS C:\> New-AzHealthcareFhirService -Name azpsfhirservice -ResourceGroupName azps_test_group -WorkspaceName azpshcws -Location eastus2 -Kind 'fhir-R4' -AuthenticationConfigurationAuthority "https://login.microsoftonline.com/{DirectoryID}" -AuthenticationConfigurationAudience "https://azpshcws-{FhirServiceName}.fhir.azurehealthcareapis.com" +PS C:\> New-AzHealthcareFhirService -Name azpsfhirservice -ResourceGroupName azps_test_group -WorkspaceName azpshcws -Location eastus2 -Kind 'fhir-R4' -Authority "https://login.microsoftonline.com/{DirectoryID}" -Audience "https://azpshcws-{FhirServiceName}.fhir.azurehealthcareapis.com" Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -33,7 +33,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ACCESSPOLICY : Fhir Service access policies. +ACCESSPOLICYOBJECTID : Fhir Service access policies. ObjectId : An Azure AD object ID (User or Apps) that is allowed access to the FHIR service. ACRCONFIGURATIONOCIARTIFACT : The list of Open Container Initiative (OCI) artifacts. @@ -78,8 +78,8 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceAccessPolicyEntry[]] # Fhir Service access policies. - # To construct, see NOTES section for ACCESSPOLICY properties and create a hash table. - ${AccessPolicy}, + # To construct, see NOTES section for ACCESSPOLICYOBJECTID properties and create a hash table. + ${AccessPolicyObjectId}, [Parameter()] [AllowEmptyCollection()] @@ -98,54 +98,54 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.String] - # The audience url for the service - ${AuthenticationConfigurationAudience}, + [System.Management.Automation.SwitchParameter] + # If credentials are allowed via CORS. + ${AllowCorsCredential}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] - # The authority url for the service - ${AuthenticationConfigurationAuthority}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If the SMART on FHIR proxy is enabled - ${AuthenticationConfigurationSmartProxyEnabled}, + # The audience url for the service + ${Audience}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If credentials are allowed via CORS. - ${CorConfigurationAllowCredentials}, + [System.String] + # The authority url for the service + ${Authority}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The headers to be allowed via CORS. - ${CorConfigurationHeader}, + ${CorsHeader}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.Int32] # The max age to be allowed via CORS. - ${CorConfigurationMaxAge}, + ${CorsMaxAge}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The methods to be allowed via CORS. - ${CorConfigurationMethod}, + ${CorsMethod}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The origins to be allowed via CORS. - ${CorConfigurationOrigin}, + ${CorsOrigin}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If the SMART on FHIR proxy is enabled + ${EnableSmartProxy}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] @@ -157,7 +157,7 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] # The name of the default export storage account. - ${ExportConfigurationStorageAccountName}, + ${ExportStorageAccountName}, [Parameter()] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType])] diff --git a/src/HealthcareApis/internal/ProxyCmdletDefinitions.ps1 b/src/HealthcareApis/internal/ProxyCmdletDefinitions.ps1 index 5ce4d53395df..188b83454b04 100644 --- a/src/HealthcareApis/internal/ProxyCmdletDefinitions.ps1 +++ b/src/HealthcareApis/internal/ProxyCmdletDefinitions.ps1 @@ -971,7 +971,7 @@ Create or update the metadata of a service instance. .Description Create or update the metadata of a service instance. .Example -PS C:\> New-AzHealthcareAPIsService -ResourceGroupName azps_test_group -Name azpsapiservice -Kind 'fhir' -Location eastus2 -CosmoDbConfigurationOfferThroughput 400 +PS C:\> New-AzHealthcareApisService -ResourceGroupName azps_test_group -Name azpsapiservice -Kind 'fhir' -Location eastus2 -CosmosOfferThroughput 400 Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -984,7 +984,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ACCESSPOLICY : The access policies of the service instance. +ACCESSPOLICYOBJECTID : The access policies of the service instance. ObjectId : An Azure AD object ID (User or Apps) that is allowed access to the FHIR service. ACRCONFIGURATIONOCIARTIFACT : The list of Open Container Initiative (OCI) artifacts. @@ -999,7 +999,7 @@ PRIVATEENDPOINTCONNECTION : The list of private en .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/new-azhealthcareapisservice #> -function New-AzHealthcareAPIsService { +function New-AzHealthcareApisService { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -1040,8 +1040,8 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceAccessPolicyEntry[]] # The access policies of the service instance. - # To construct, see NOTES section for ACCESSPOLICY properties and create a hash table. - ${AccessPolicy}, + # To construct, see NOTES section for ACCESSPOLICYOBJECTID properties and create a hash table. + ${AccessPolicyObjectId}, [Parameter()] [AllowEmptyCollection()] @@ -1060,66 +1060,66 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.String] - # The audience url for the service - ${AuthenticationConfigurationAudience}, + [System.Management.Automation.SwitchParameter] + # If credentials are allowed via CORS. + ${AllowCorsCredential}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] - # The authority url for the service - ${AuthenticationConfigurationAuthority}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If the SMART on FHIR proxy is enabled - ${AuthenticationConfigurationSmartProxyEnabled}, + # The audience url for the service + ${Audience}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If credentials are allowed via CORS. - ${CorConfigurationAllowCredentials}, + [System.String] + # The authority url for the service + ${Authority}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The headers to be allowed via CORS. - ${CorConfigurationHeader}, + ${CorsHeader}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.Int32] # The max age to be allowed via CORS. - ${CorConfigurationMaxAge}, + ${CorsMaxAge}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The methods to be allowed via CORS. - ${CorConfigurationMethod}, + ${CorsMethod}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The origins to be allowed via CORS. - ${CorConfigurationOrigin}, + ${CorsOrigin}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] # The URI of the customer-managed key for the backing database. - ${CosmoDbConfigurationKeyVaultKeyUri}, + ${CosmosKeyVaultKeyUri}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.Int32] # The provisioned throughput for the backing database. - ${CosmoDbConfigurationOfferThroughput}, + ${CosmosOfferThroughput}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If the SMART on FHIR proxy is enabled + ${EnableSmartProxy}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] @@ -1131,7 +1131,7 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] # The name of the default export storage account. - ${ExportConfigurationStorageAccountName}, + ${ExportStorageAccountName}, [Parameter()] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ManagedServiceIdentityType])] @@ -1231,7 +1231,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ - CreateExpanded = 'Az.HealthcareApis.private\New-AzHealthcareAPIsService_CreateExpanded'; + CreateExpanded = 'Az.HealthcareApis.private\New-AzHealthcareApisService_CreateExpanded'; } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id @@ -1273,7 +1273,7 @@ Creates or updates a workspace resource with the specified parameters. .Description Creates or updates a workspace resource with the specified parameters. .Example -PS C:\> New-AzHealthcareAPIsWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Location eastus2 +PS C:\> New-AzHealthcareApisWorkspace -Name azpshcws -ResourceGroupName azps_test_group -Location eastus2 Location Name ResourceGroupName -------- ---- ----------------- @@ -1284,7 +1284,7 @@ Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace .Link https://docs.microsoft.com/powershell/module/az.healthcareapis/new-azhealthcareapisworkspace #> -function New-AzHealthcareAPIsWorkspace { +function New-AzHealthcareApisWorkspace { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( @@ -1403,7 +1403,7 @@ begin { $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ - CreateExpanded = 'Az.HealthcareApis.private\New-AzHealthcareAPIsWorkspace_CreateExpanded'; + CreateExpanded = 'Az.HealthcareApis.private\New-AzHealthcareApisWorkspace_CreateExpanded'; } if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id @@ -1639,7 +1639,7 @@ Creates or updates a FHIR Service resource with the specified parameters. .Description Creates or updates a FHIR Service resource with the specified parameters. .Example -PS C:\> New-AzHealthcareFhirService -Name azpsfhirservice -ResourceGroupName azps_test_group -WorkspaceName azpshcws -Location eastus2 -Kind 'fhir-R4' -AuthenticationConfigurationAuthority "https://login.microsoftonline.com/{DirectoryID}" -AuthenticationConfigurationAudience "https://azpshcws-{FhirServiceName}.fhir.azurehealthcareapis.com" +PS C:\> New-AzHealthcareFhirService -Name azpsfhirservice -ResourceGroupName azps_test_group -WorkspaceName azpshcws -Location eastus2 -Kind 'fhir-R4' -Authority "https://login.microsoftonline.com/{DirectoryID}" -Audience "https://azpshcws-{FhirServiceName}.fhir.azurehealthcareapis.com" Location Name Kind ResourceGroupName -------- ---- ---- ----------------- @@ -1652,7 +1652,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -ACCESSPOLICY : Fhir Service access policies. +ACCESSPOLICYOBJECTID : Fhir Service access policies. ObjectId : An Azure AD object ID (User or Apps) that is allowed access to the FHIR service. ACRCONFIGURATIONOCIARTIFACT : The list of Open Container Initiative (OCI) artifacts. @@ -1697,8 +1697,8 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceAccessPolicyEntry[]] # Fhir Service access policies. - # To construct, see NOTES section for ACCESSPOLICY properties and create a hash table. - ${AccessPolicy}, + # To construct, see NOTES section for ACCESSPOLICYOBJECTID properties and create a hash table. + ${AccessPolicyObjectId}, [Parameter()] [AllowEmptyCollection()] @@ -1717,54 +1717,54 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.String] - # The audience url for the service - ${AuthenticationConfigurationAudience}, + [System.Management.Automation.SwitchParameter] + # If credentials are allowed via CORS. + ${AllowCorsCredential}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] - # The authority url for the service - ${AuthenticationConfigurationAuthority}, - - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If the SMART on FHIR proxy is enabled - ${AuthenticationConfigurationSmartProxyEnabled}, + # The audience url for the service + ${Audience}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] - [System.Management.Automation.SwitchParameter] - # If credentials are allowed via CORS. - ${CorConfigurationAllowCredentials}, + [System.String] + # The authority url for the service + ${Authority}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The headers to be allowed via CORS. - ${CorConfigurationHeader}, + ${CorsHeader}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.Int32] # The max age to be allowed via CORS. - ${CorConfigurationMaxAge}, + ${CorsMaxAge}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The methods to be allowed via CORS. - ${CorConfigurationMethod}, + ${CorsMethod}, [Parameter()] [AllowEmptyCollection()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String[]] # The origins to be allowed via CORS. - ${CorConfigurationOrigin}, + ${CorsOrigin}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] + [System.Management.Automation.SwitchParameter] + # If the SMART on FHIR proxy is enabled + ${EnableSmartProxy}, [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] @@ -1776,7 +1776,7 @@ param( [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Category('Body')] [System.String] # The name of the default export storage account. - ${ExportConfigurationStorageAccountName}, + ${ExportStorageAccountName}, [Parameter()] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.ServiceManagedIdentityType])] diff --git a/src/HealthcareApis/test/AzHealthcareAPIsService.Recording.json b/src/HealthcareApis/test/AzHealthcareAPIsService.Recording.json index 0069ba19517c..3f3237aebfec 100644 --- a/src/HealthcareApis/test/AzHealthcareAPIsService.Recording.json +++ b/src/HealthcareApis/test/AzHealthcareAPIsService.Recording.json @@ -1,8 +1,8 @@ { - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/gwct3y?api-version=2021-11-01+1": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/vzmg83?api-version=2021-11-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/gwct3y?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/vzmg83?api-version=2021-11-01", "Content": "{\r\n \"kind\": \"fhir\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"cosmosDbConfiguration\": {\r\n \"offerThroughput\": 400\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -17,42 +17,41 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cd006c8e-0000-0400-0000-6242e98c0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "df6db71b-46d8-4b67-8625-07e2bc671ede" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01" ], + "ETag": [ "\"2101a5d3-0000-0400-0000-626b82590000\"" ], + "x-ms-request-id": [ "ca5bd02b-dfa3-4a69-98f7-66d0b0c2b5b0" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "80e5dedfe4250a479938b4f4ee6deb7f" ], + "X-Request-ID": [ "02f84bef973e334698246afb4cad6104" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-correlation-request-id": [ "663e1c45-262c-4681-9e56-d6a3f8adc3e5" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111215Z:663e1c45-262c-4681-9e56-d6a3f8adc3e5" ], - "Date": [ "Tue, 29 Mar 2022 11:12:14 GMT" ] + "x-ms-correlation-request-id": [ "e986f024-bb3a-4caf-a935-bcbb8a0aaa4f" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T061451Z:e986f024-bb3a-4caf-a935-bcbb8a0aaa4f" ], + "Date": [ "Fri, 29 Apr 2022 06:14:51 GMT" ] }, "ContentHeaders": { "Content-Length": [ "780" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/gwct3y\",\"name\":\"gwct3y\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"cd006c8e-0000-0400-0000-6242e98c0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://gwct3y.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"provisioningState\":\"Creating\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/vzmg83\",\"name\":\"vzmg83\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"2101a5d3-0000-0400-0000-626b82590000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://vzmg83.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"provisioningState\":\"Creating\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01+2": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "48" ], - "x-ms-client-request-id": [ "df9161f1-830d-4d82-b0dd-7722f273f7c2" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "34" ], + "x-ms-client-request-id": [ "396ae251-56a5-43d3-a88d-69ab63f4cd11" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -62,40 +61,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "740be033-bd65-4a65-8730-8ec141db3751" ], + "x-ms-request-id": [ "76a4eb0f-0be2-4def-b8a0-e1ff100a0fd4" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "d870b166d7a0044a83e3a71d1df6bddf" ], + "X-Request-ID": [ "17f312517e1b82478d14bd8b6b9553cd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11957" ], - "x-ms-correlation-request-id": [ "8e82db72-ccbb-4eb1-8d3b-73c6a35d23b6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111245Z:8e82db72-ccbb-4eb1-8d3b-73c6a35d23b6" ], - "Date": [ "Tue, 29 Mar 2022 11:12:45 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11971" ], + "x-ms-correlation-request-id": [ "e63400e9-3761-4583-a0ec-ea0de4f35e21" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T061521Z:e63400e9-3761-4583-a0ec-ea0de4f35e21" ], + "Date": [ "Fri, 29 Apr 2022 06:15:21 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "274" ], + "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"name\":\"3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:12:13.283536Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"name\":\"64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:14:50.1437191Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01+3": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "49" ], - "x-ms-client-request-id": [ "df9161f1-830d-4d82-b0dd-7722f273f7c2" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "35" ], + "x-ms-client-request-id": [ "396ae251-56a5-43d3-a88d-69ab63f4cd11" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -105,40 +103,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "20801dd4-7844-4c4b-81ff-0c853b5a7e3c" ], + "x-ms-request-id": [ "dcea515b-9277-4953-9183-bc339aac94c9" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "1dc72a40af7afe46a175b9302f03df08" ], + "X-Request-ID": [ "72953c5bcdd92e4eab0e5ab983953dcf" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11956" ], - "x-ms-correlation-request-id": [ "c4f82ea0-56fd-4c9b-85aa-d343adeb0dc2" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111315Z:c4f82ea0-56fd-4c9b-85aa-d343adeb0dc2" ], - "Date": [ "Tue, 29 Mar 2022 11:13:15 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11970" ], + "x-ms-correlation-request-id": [ "2d04fd4b-c5ff-4d9a-bb4f-72a7156ef1de" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T061552Z:2d04fd4b-c5ff-4d9a-bb4f-72a7156ef1de" ], + "Date": [ "Fri, 29 Apr 2022 06:15:51 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "274" ], + "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"name\":\"3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:12:13.283536Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"name\":\"64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:14:50.1437191Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01+4": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "50" ], - "x-ms-client-request-id": [ "df9161f1-830d-4d82-b0dd-7722f273f7c2" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "36" ], + "x-ms-client-request-id": [ "396ae251-56a5-43d3-a88d-69ab63f4cd11" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -148,40 +145,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "cddb6e90-9eea-4195-939a-87eae8db1c15" ], + "x-ms-request-id": [ "3666da36-24fc-4643-8183-227f26927d72" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "44181e81e35d6447926a020d3a178c22" ], + "X-Request-ID": [ "3f1fcd3265cfd644ba61f96a0f751ac9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11955" ], - "x-ms-correlation-request-id": [ "6becd07a-d2cd-4432-a0ef-a5bc4ad8c952" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111346Z:6becd07a-d2cd-4432-a0ef-a5bc4ad8c952" ], - "Date": [ "Tue, 29 Mar 2022 11:13:45 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11969" ], + "x-ms-correlation-request-id": [ "07a26d89-53c6-45dc-8b2d-1896021dfbac" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T061622Z:07a26d89-53c6-45dc-8b2d-1896021dfbac" ], + "Date": [ "Fri, 29 Apr 2022 06:16:21 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "274" ], + "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"name\":\"3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:12:13.283536Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"name\":\"64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:14:50.1437191Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01+5": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "51" ], - "x-ms-client-request-id": [ "df9161f1-830d-4d82-b0dd-7722f273f7c2" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "37" ], + "x-ms-client-request-id": [ "396ae251-56a5-43d3-a88d-69ab63f4cd11" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -191,40 +187,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "4a64f6b4-1968-4d57-9499-47f659d844fd" ], + "x-ms-request-id": [ "7d10e43e-d855-49a1-8019-e7aa94103aad" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "ed1e003bdd494e499fd5b2c56b3db938" ], + "X-Request-ID": [ "25a1fe38c929244e875f2095f8994581" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11954" ], - "x-ms-correlation-request-id": [ "216aba6e-0e92-41da-96bb-cf80e8339059" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111416Z:216aba6e-0e92-41da-96bb-cf80e8339059" ], - "Date": [ "Tue, 29 Mar 2022 11:14:15 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11968" ], + "x-ms-correlation-request-id": [ "eb3920ac-bb97-408d-bb1e-8b1565779b91" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T061653Z:eb3920ac-bb97-408d-bb1e-8b1565779b91" ], + "Date": [ "Fri, 29 Apr 2022 06:16:52 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "274" ], + "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"name\":\"3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:12:13.283536Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"name\":\"64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:14:50.1437191Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01+6": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "52" ], - "x-ms-client-request-id": [ "df9161f1-830d-4d82-b0dd-7722f273f7c2" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "38" ], + "x-ms-client-request-id": [ "396ae251-56a5-43d3-a88d-69ab63f4cd11" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -234,40 +229,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "3752d9bd-4cc3-4f53-bf7f-6cc0e2019d44" ], + "x-ms-request-id": [ "881d189a-dd13-429a-843a-e1b94748e21d" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "32c78cb82f566e4193b741073b150ee1" ], + "X-Request-ID": [ "9f9c4993d8303b49858fcf7df6b9f4b4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11953" ], - "x-ms-correlation-request-id": [ "2f97d8fa-5ea9-4ce0-b369-6551648d151e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111446Z:2f97d8fa-5ea9-4ce0-b369-6551648d151e" ], - "Date": [ "Tue, 29 Mar 2022 11:14:46 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11967" ], + "x-ms-correlation-request-id": [ "bf2cff9f-4062-44d4-a73f-3f2ffacfef1f" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T061723Z:bf2cff9f-4062-44d4-a73f-3f2ffacfef1f" ], + "Date": [ "Fri, 29 Apr 2022 06:17:22 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "274" ], + "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"name\":\"3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:12:13.283536Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"name\":\"64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:14:50.1437191Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01+7": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "53" ], - "x-ms-client-request-id": [ "df9161f1-830d-4d82-b0dd-7722f273f7c2" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "39" ], + "x-ms-client-request-id": [ "396ae251-56a5-43d3-a88d-69ab63f4cd11" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -277,40 +271,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "edd4318e-fa69-45d6-a98e-af36be67a22a" ], + "x-ms-request-id": [ "66464154-bdb7-45ca-9059-1696346747d6" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "b3b242a5e99a4447a032fd991ea62701" ], + "X-Request-ID": [ "c1633bc4e3948043a3f38c0a661df4d4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11952" ], - "x-ms-correlation-request-id": [ "a13ba369-c1f1-423c-92ea-f46d16895b91" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111517Z:a13ba369-c1f1-423c-92ea-f46d16895b91" ], - "Date": [ "Tue, 29 Mar 2022 11:15:16 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11966" ], + "x-ms-correlation-request-id": [ "38801a12-b58b-4463-bb28-d2f61eda1f40" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T061753Z:38801a12-b58b-4463-bb28-d2f61eda1f40" ], + "Date": [ "Fri, 29 Apr 2022 06:17:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "274" ], + "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"name\":\"3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:12:13.283536Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"name\":\"64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:14:50.1437191Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01+8": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "54" ], - "x-ms-client-request-id": [ "df9161f1-830d-4d82-b0dd-7722f273f7c2" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "40" ], + "x-ms-client-request-id": [ "396ae251-56a5-43d3-a88d-69ab63f4cd11" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -320,40 +313,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "128198a9-825e-40f7-99f4-15cc78cc989a" ], + "x-ms-request-id": [ "b92ad6d7-7dcc-44c7-9394-2bd1f6c24e01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "9a39dc0fbce0f94491f5945c78ffdf74" ], + "X-Request-ID": [ "caf531b58d896041a00ddaac9b05eb25" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11951" ], - "x-ms-correlation-request-id": [ "223a6f17-af6a-4c4d-8255-54928759858b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111547Z:223a6f17-af6a-4c4d-8255-54928759858b" ], - "Date": [ "Tue, 29 Mar 2022 11:15:47 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11965" ], + "x-ms-correlation-request-id": [ "205fa0f7-806d-4917-8f7d-b6c972c1afc3" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T061824Z:205fa0f7-806d-4917-8f7d-b6c972c1afc3" ], + "Date": [ "Fri, 29 Apr 2022 06:18:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "274" ], + "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"name\":\"3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:12:13.283536Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"name\":\"64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:14:50.1437191Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01+9": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "55" ], - "x-ms-client-request-id": [ "df9161f1-830d-4d82-b0dd-7722f273f7c2" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "41" ], + "x-ms-client-request-id": [ "396ae251-56a5-43d3-a88d-69ab63f4cd11" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -363,40 +355,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "bc1642c3-3efa-4c78-848f-a4ef0d510b46" ], + "x-ms-request-id": [ "d99ee467-1cfe-41bb-86ee-77bd3b13188a" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "ee724793e09fe84dafb45493168c39b4" ], + "X-Request-ID": [ "b139979cbb15ac4c894c9cf9e6985257" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11950" ], - "x-ms-correlation-request-id": [ "54a34675-295f-4cb1-9323-08627e0e3b14" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111617Z:54a34675-295f-4cb1-9323-08627e0e3b14" ], - "Date": [ "Tue, 29 Mar 2022 11:16:17 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11964" ], + "x-ms-correlation-request-id": [ "d68fb6dd-3fac-4af3-8fe5-ceaf2e4541b6" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T061854Z:d68fb6dd-3fac-4af3-8fe5-ceaf2e4541b6" ], + "Date": [ "Fri, 29 Apr 2022 06:18:53 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "274" ], + "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"name\":\"3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:12:13.283536Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"name\":\"64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:14:50.1437191Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01+10": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "56" ], - "x-ms-client-request-id": [ "df9161f1-830d-4d82-b0dd-7722f273f7c2" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "42" ], + "x-ms-client-request-id": [ "396ae251-56a5-43d3-a88d-69ab63f4cd11" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -406,40 +397,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "456f4e01-6af2-4572-beb2-8160920bce1d" ], + "x-ms-request-id": [ "dbb0ebb1-7279-4602-b179-1d6ef2e63cd3" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "249358b7e3950b4bb23387f4c590e009" ], + "X-Request-ID": [ "9dcf6a051321584b89728bbb8f74722a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11949" ], - "x-ms-correlation-request-id": [ "ccd03728-84b8-486f-82de-925980ceb0a4" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111648Z:ccd03728-84b8-486f-82de-925980ceb0a4" ], - "Date": [ "Tue, 29 Mar 2022 11:16:47 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11963" ], + "x-ms-correlation-request-id": [ "dd8c1523-46c6-4c5c-bfef-fbb07967f584" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T061924Z:dd8c1523-46c6-4c5c-bfef-fbb07967f584" ], + "Date": [ "Fri, 29 Apr 2022 06:19:24 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "274" ], + "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"name\":\"3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:12:13.283536Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"name\":\"64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:14:50.1437191Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01+11": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "57" ], - "x-ms-client-request-id": [ "df9161f1-830d-4d82-b0dd-7722f273f7c2" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "43" ], + "x-ms-client-request-id": [ "396ae251-56a5-43d3-a88d-69ab63f4cd11" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -449,40 +439,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "4edb56fa-9df1-4e83-a7b5-9bc3f79eb470" ], + "x-ms-request-id": [ "2f1ec8b9-f9a4-49a2-9209-6e5d106de186" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "0ccc51815d499f4ebc676b011a51fcca" ], + "X-Request-ID": [ "46cdd2da31df354db92e5c83d802be7c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11948" ], - "x-ms-correlation-request-id": [ "956bb406-37ca-40ce-8cf2-40a7c0e0ceee" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111718Z:956bb406-37ca-40ce-8cf2-40a7c0e0ceee" ], - "Date": [ "Tue, 29 Mar 2022 11:17:17 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11962" ], + "x-ms-correlation-request-id": [ "beff5a01-1d53-435d-a3fa-ff5150ed9e23" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T061955Z:beff5a01-1d53-435d-a3fa-ff5150ed9e23" ], + "Date": [ "Fri, 29 Apr 2022 06:19:54 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "274" ], + "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"name\":\"3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:12:13.283536Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"name\":\"64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:14:50.1437191Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01+12": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "58" ], - "x-ms-client-request-id": [ "df9161f1-830d-4d82-b0dd-7722f273f7c2" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "44" ], + "x-ms-client-request-id": [ "396ae251-56a5-43d3-a88d-69ab63f4cd11" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -492,40 +481,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "1b375a87-847e-4359-b12c-28152e6f55f9" ], + "x-ms-request-id": [ "9e01edfa-e91e-438a-adf9-169d9ce67d5f" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "2d297ab31b5d44408052710a024ec399" ], + "X-Request-ID": [ "1362f3b26cb9704aa88e809657b104c2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11947" ], - "x-ms-correlation-request-id": [ "ba15fa75-7193-4597-b335-a8dc97e6c3b9" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111749Z:ba15fa75-7193-4597-b335-a8dc97e6c3b9" ], - "Date": [ "Tue, 29 Mar 2022 11:17:48 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11961" ], + "x-ms-correlation-request-id": [ "4dfca877-0597-4d21-ac41-1c5ba5e117b5" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062025Z:4dfca877-0597-4d21-ac41-1c5ba5e117b5" ], + "Date": [ "Fri, 29 Apr 2022 06:20:24 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "276" ], + "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"name\":\"3b2e5cb2-159e-4b90-be61-32ab6fcf1dea\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T11:12:13.283536Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"name\":\"64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:14:50.1437191Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/gwct3y?api-version=2021-11-01+13": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/gwct3y?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "59" ], - "x-ms-client-request-id": [ "df9161f1-830d-4d82-b0dd-7722f273f7c2" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "45" ], + "x-ms-client-request-id": [ "396ae251-56a5-43d3-a88d-69ab63f4cd11" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -535,81 +523,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cd0006a9-0000-0400-0000-6242ead60000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "5cb35fa9-63ae-49ef-8338-1244dd079738" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11960" ], + "x-ms-request-id": [ "7a8bd4a2-c064-4067-ac73-354ea0cbafd6" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "4d6ab4e7b865d74a83f86cb899f4a223" ], + "X-Request-ID": [ "5d34b2cbceab5743a1d3eea017d06a8a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11946" ], - "x-ms-correlation-request-id": [ "51976c4d-7112-4436-8c70-bbfa7d00319c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111750Z:51976c4d-7112-4436-8c70-bbfa7d00319c" ], - "Date": [ "Tue, 29 Mar 2022 11:17:50 GMT" ] + "x-ms-correlation-request-id": [ "6487e5d3-c55e-46bf-81f3-18d5c542e9c6" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062055Z:6487e5d3-c55e-46bf-81f3-18d5c542e9c6" ], + "Date": [ "Fri, 29 Apr 2022 06:20:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "823" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/gwct3y\",\"name\":\"gwct3y\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"cd0006a9-0000-0400-0000-6242ead60000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://gwct3y.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false - } - }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g?api-version=2021-11-01+14": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g?api-version=2021-11-01", - "Content": "{\r\n \"kind\": \"fhir\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"cosmosDbConfiguration\": {\r\n \"offerThroughput\": 400\r\n }\r\n }\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "142" ] - } - }, - "Response": { - "StatusCode": 201, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "ETag": [ "\"cd0010aa-0000-0400-0000-6242eae40000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "1556667e-1daa-42ae-b22f-cd7ff23a65a2" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01" ], - "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "440be1a935d121498480434f1abd5f08" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], - "x-ms-correlation-request-id": [ "9b762cd9-8174-4285-92e3-c8b6582ad8bb" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111757Z:9b762cd9-8174-4285-92e3-c8b6582ad8bb" ], - "Date": [ "Tue, 29 Mar 2022 11:17:57 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "780" ], + "Content-Length": [ "277" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g\",\"name\":\"6hrj2g\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"cd0010aa-0000-0400-0000-6242eae40000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://6hrj2g.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"provisioningState\":\"Creating\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"name\":\"64f3f4aa-5ca6-402e-aa3c-412c02552a6d\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T06:14:50.1437191Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01+15": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/vzmg83?api-version=2021-11-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/vzmg83?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "61" ], - "x-ms-client-request-id": [ "641bf09f-7b03-43d4-9fb4-9fe4b55f4090" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "46" ], + "x-ms-client-request-id": [ "396ae251-56a5-43d3-a88d-69ab63f4cd11" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -619,83 +565,79 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11945" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "10beee16-50eb-4d77-8668-4b44e0678433" ], + "ETag": [ "\"22012104-0000-0400-0000-626b83c10000\"" ], + "x-ms-request-id": [ "5a55a523-1682-43a1-b310-9f4728a76a0e" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "d26efe2623997c4eb46b6bcbe2dfa3e7" ], + "X-Request-ID": [ "3a8030affb9aae42bab51a108226ba88" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "1882e21b-98a2-43d8-8472-f78d166f5a27" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111828Z:1882e21b-98a2-43d8-8472-f78d166f5a27" ], - "Date": [ "Tue, 29 Mar 2022 11:18:27 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11959" ], + "x-ms-correlation-request-id": [ "9fca0c6f-180f-4ffd-b01e-4ee7f9a2430e" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062057Z:9fca0c6f-180f-4ffd-b01e-4ee7f9a2430e" ], + "Date": [ "Fri, 29 Apr 2022 06:20:56 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "275" ], + "Content-Length": [ "823" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"name\":\"fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:17:56.4891555Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/vzmg83\",\"name\":\"vzmg83\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"22012104-0000-0400-0000-626b83c10000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://vzmg83.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01+16": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby?api-version=2021-11-01+15": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01", - "Content": null, + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby?api-version=2021-11-01", + "Content": "{\r\n \"kind\": \"fhir\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"cosmosDbConfiguration\": {\r\n \"offerThroughput\": 400\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "62" ], - "x-ms-client-request-id": [ "641bf09f-7b03-43d4-9fb4-9fe4b55f4090" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "142" ] } }, "Response": { - "StatusCode": 200, + "StatusCode": 201, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "9c6aa2c4-b198-4034-bdaf-809ccbc2ce8e" ], + "ETag": [ "\"2201b805-0000-0400-0000-626b83cd0000\"" ], + "x-ms-request-id": [ "cdf1825f-3639-4b66-a1b3-1367d408a683" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "24e729011e565f4eb4d7710cf9e78794" ], + "X-Request-ID": [ "de08812978c0ff43a2398724dcc1bc4f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11944" ], - "x-ms-correlation-request-id": [ "18a0e05d-b280-4f02-8f13-526d700f0fca" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111858Z:18a0e05d-b280-4f02-8f13-526d700f0fca" ], - "Date": [ "Tue, 29 Mar 2022 11:18:57 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], + "x-ms-correlation-request-id": [ "82978dd0-671c-4761-9f86-952f8cd527fb" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062103Z:82978dd0-671c-4761-9f86-952f8cd527fb" ], + "Date": [ "Fri, 29 Apr 2022 06:21:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "275" ], + "Content-Length": [ "780" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"name\":\"fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:17:56.4891555Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby\",\"name\":\"2a5lby\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"2201b805-0000-0400-0000-626b83cd0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://2a5lby.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"provisioningState\":\"Creating\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01+17": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "63" ], - "x-ms-client-request-id": [ "641bf09f-7b03-43d4-9fb4-9fe4b55f4090" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "48" ], + "x-ms-client-request-id": [ "c83353ec-f075-4c38-8581-925f6d8f1441" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -705,40 +647,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "c61eab0f-07d2-4a7d-8638-9b939e87141b" ], + "x-ms-request-id": [ "2b0a4e4c-d9da-4a20-9edd-649186413b7a" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "0973b1b3c2091249a9e09d7886256285" ], + "X-Request-ID": [ "8fcf7adb116e1041956781b2ccc46c44" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11943" ], - "x-ms-correlation-request-id": [ "6ef48bfd-94a6-490b-8032-e95655edb67d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111929Z:6ef48bfd-94a6-490b-8032-e95655edb67d" ], - "Date": [ "Tue, 29 Mar 2022 11:19:28 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11958" ], + "x-ms-correlation-request-id": [ "8570511e-133e-4939-87c3-cc70c6790ab6" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062134Z:8570511e-133e-4939-87c3-cc70c6790ab6" ], + "Date": [ "Fri, 29 Apr 2022 06:21:33 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"name\":\"fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:17:56.4891555Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994\",\"name\":\"b309ff5e-834e-4971-bbec-f26a21468994\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:21:01.7199691Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01+18": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "64" ], - "x-ms-client-request-id": [ "641bf09f-7b03-43d4-9fb4-9fe4b55f4090" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "49" ], + "x-ms-client-request-id": [ "c83353ec-f075-4c38-8581-925f6d8f1441" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -748,40 +689,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "2770e69a-2d87-4bd4-8847-2bb19c26a311" ], + "x-ms-request-id": [ "8975ee49-638e-416e-979a-5b7dd97aa696" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "b1bad0f51d8bf8439ba27ab948d88b03" ], + "X-Request-ID": [ "1207a5954f0b274eb231c991cb913151" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11942" ], - "x-ms-correlation-request-id": [ "cb66fa6c-a1fa-481f-8068-eaf167558035" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T111959Z:cb66fa6c-a1fa-481f-8068-eaf167558035" ], - "Date": [ "Tue, 29 Mar 2022 11:19:59 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11957" ], + "x-ms-correlation-request-id": [ "9a314cee-afeb-4727-977a-db9a7d31302c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062204Z:9a314cee-afeb-4727-977a-db9a7d31302c" ], + "Date": [ "Fri, 29 Apr 2022 06:22:03 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"name\":\"fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:17:56.4891555Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994\",\"name\":\"b309ff5e-834e-4971-bbec-f26a21468994\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:21:01.7199691Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01+19": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "65" ], - "x-ms-client-request-id": [ "641bf09f-7b03-43d4-9fb4-9fe4b55f4090" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "50" ], + "x-ms-client-request-id": [ "c83353ec-f075-4c38-8581-925f6d8f1441" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -791,40 +731,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "8b7451f3-fc0b-4ca4-b64f-a059ac3b327a" ], + "x-ms-request-id": [ "2c8a5324-467e-4042-ad42-37d873b6fee2" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "b7d188e2e829fb40a2b9ffee86b60657" ], + "X-Request-ID": [ "e25e87e6dcc01a409a772f6f66371c82" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11941" ], - "x-ms-correlation-request-id": [ "155fc5d0-c478-477e-993d-bcb125f976fe" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112029Z:155fc5d0-c478-477e-993d-bcb125f976fe" ], - "Date": [ "Tue, 29 Mar 2022 11:20:29 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11956" ], + "x-ms-correlation-request-id": [ "01b42e50-5645-469d-a58e-730dd8c3bb54" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062234Z:01b42e50-5645-469d-a58e-730dd8c3bb54" ], + "Date": [ "Fri, 29 Apr 2022 06:22:34 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"name\":\"fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:17:56.4891555Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994\",\"name\":\"b309ff5e-834e-4971-bbec-f26a21468994\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:21:01.7199691Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01+20": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "66" ], - "x-ms-client-request-id": [ "641bf09f-7b03-43d4-9fb4-9fe4b55f4090" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "51" ], + "x-ms-client-request-id": [ "c83353ec-f075-4c38-8581-925f6d8f1441" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -834,40 +773,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "02d6f1f5-987f-40fc-b146-5d3747bb9e9c" ], + "x-ms-request-id": [ "5fb8790c-bf1b-4871-8dda-d1d4307a0d92" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "2cd04500ad2a944b8c7aa9754eb4a4ad" ], + "X-Request-ID": [ "3cf7fc4fda092949b383f2743f041627" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11940" ], - "x-ms-correlation-request-id": [ "5ad4990e-575d-46f7-aa13-643e9df89b28" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112100Z:5ad4990e-575d-46f7-aa13-643e9df89b28" ], - "Date": [ "Tue, 29 Mar 2022 11:20:59 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11955" ], + "x-ms-correlation-request-id": [ "b613e4fc-2b4f-45b5-aa99-c2ce5cc1131d" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062305Z:b613e4fc-2b4f-45b5-aa99-c2ce5cc1131d" ], + "Date": [ "Fri, 29 Apr 2022 06:23:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"name\":\"fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:17:56.4891555Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994\",\"name\":\"b309ff5e-834e-4971-bbec-f26a21468994\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:21:01.7199691Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01+21": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01+20": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "67" ], - "x-ms-client-request-id": [ "641bf09f-7b03-43d4-9fb4-9fe4b55f4090" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "52" ], + "x-ms-client-request-id": [ "c83353ec-f075-4c38-8581-925f6d8f1441" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -877,40 +815,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "7543ef64-7e4f-4ac5-87f9-39410b6d8ed0" ], + "x-ms-request-id": [ "946e661b-0ee4-4a05-81d0-c66c3cdcb9b3" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "060d9041597b8043ab260c8723d208a6" ], + "X-Request-ID": [ "c46d6eeb7c8b7a45adf86eba8091757a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11939" ], - "x-ms-correlation-request-id": [ "ee6810d0-c7f5-4434-8593-4e3418f705e1" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112130Z:ee6810d0-c7f5-4434-8593-4e3418f705e1" ], - "Date": [ "Tue, 29 Mar 2022 11:21:29 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11954" ], + "x-ms-correlation-request-id": [ "030adc98-42f8-459c-8837-7f1c30c3dad2" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062335Z:030adc98-42f8-459c-8837-7f1c30c3dad2" ], + "Date": [ "Fri, 29 Apr 2022 06:23:35 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"name\":\"fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:17:56.4891555Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994\",\"name\":\"b309ff5e-834e-4971-bbec-f26a21468994\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:21:01.7199691Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01+22": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "68" ], - "x-ms-client-request-id": [ "641bf09f-7b03-43d4-9fb4-9fe4b55f4090" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "53" ], + "x-ms-client-request-id": [ "c83353ec-f075-4c38-8581-925f6d8f1441" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -920,40 +857,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "2fef5e20-6f9e-439f-8b81-8b8c0e834c70" ], + "x-ms-request-id": [ "aeb08bdd-42ec-4b37-ba45-5c18af9b0dfa" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "4c6faa52277945478106a658e5da1715" ], + "X-Request-ID": [ "888b70bf3e18854f9e4ee73ca97a045f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11938" ], - "x-ms-correlation-request-id": [ "01abbe12-00de-4be9-81fe-0946d369428b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112200Z:01abbe12-00de-4be9-81fe-0946d369428b" ], - "Date": [ "Tue, 29 Mar 2022 11:22:00 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11953" ], + "x-ms-correlation-request-id": [ "484094c2-fafc-47cd-9432-47394b347e0f" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062406Z:484094c2-fafc-47cd-9432-47394b347e0f" ], + "Date": [ "Fri, 29 Apr 2022 06:24:05 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"name\":\"fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:17:56.4891555Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994\",\"name\":\"b309ff5e-834e-4971-bbec-f26a21468994\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:21:01.7199691Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01+23": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01+22": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "69" ], - "x-ms-client-request-id": [ "641bf09f-7b03-43d4-9fb4-9fe4b55f4090" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "54" ], + "x-ms-client-request-id": [ "c83353ec-f075-4c38-8581-925f6d8f1441" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -963,40 +899,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "9038de4e-4422-4757-9808-67d1b68a9184" ], + "x-ms-request-id": [ "b22db860-df37-475c-98ce-b4dc4a4bf147" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "77282e17e2e61545a3ecee3ddffb1bea" ], + "X-Request-ID": [ "c9cee57257c0f74187185219ceb9b677" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11937" ], - "x-ms-correlation-request-id": [ "48729bf8-5864-4da4-b7af-9a8419e749c5" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112231Z:48729bf8-5864-4da4-b7af-9a8419e749c5" ], - "Date": [ "Tue, 29 Mar 2022 11:22:31 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11952" ], + "x-ms-correlation-request-id": [ "1deb70c9-4a3f-4ab8-988b-6a75016cce1e" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062436Z:1deb70c9-4a3f-4ab8-988b-6a75016cce1e" ], + "Date": [ "Fri, 29 Apr 2022 06:24:35 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"name\":\"fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:17:56.4891555Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994\",\"name\":\"b309ff5e-834e-4971-bbec-f26a21468994\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:21:01.7199691Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01+24": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01+23": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "70" ], - "x-ms-client-request-id": [ "641bf09f-7b03-43d4-9fb4-9fe4b55f4090" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "55" ], + "x-ms-client-request-id": [ "c83353ec-f075-4c38-8581-925f6d8f1441" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1006,40 +941,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "06642266-49ab-4fba-976d-7ed809aeb9a7" ], + "x-ms-request-id": [ "13e93b91-a05a-43d7-ba15-f6d53875ec0a" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "7d057f8aa3dcde49b7c2f6fc19baade3" ], + "X-Request-ID": [ "afc0ba0dbc0f054081ccc5c39c6597bd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11936" ], - "x-ms-correlation-request-id": [ "73d4b633-8dcd-490c-b20e-2e9aecbdbcca" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112301Z:73d4b633-8dcd-490c-b20e-2e9aecbdbcca" ], - "Date": [ "Tue, 29 Mar 2022 11:23:01 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11951" ], + "x-ms-correlation-request-id": [ "a8373506-0dcb-4add-ac94-7260cf593993" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062506Z:a8373506-0dcb-4add-ac94-7260cf593993" ], + "Date": [ "Fri, 29 Apr 2022 06:25:06 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"name\":\"fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:17:56.4891555Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994\",\"name\":\"b309ff5e-834e-4971-bbec-f26a21468994\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:21:01.7199691Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01+25": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01+24": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "71" ], - "x-ms-client-request-id": [ "641bf09f-7b03-43d4-9fb4-9fe4b55f4090" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "56" ], + "x-ms-client-request-id": [ "c83353ec-f075-4c38-8581-925f6d8f1441" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1049,40 +983,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "3631eacf-4281-48b1-99ed-56b02de47482" ], + "x-ms-request-id": [ "d60bff30-0cae-4b15-b29d-75b79b6da318" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "28e21719c05c9447a49478c52503ddc6" ], + "X-Request-ID": [ "516e6d085018774aab1b1d96239aea9b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11935" ], - "x-ms-correlation-request-id": [ "62669e5e-fb01-41d2-b46a-102bf4bf7e59" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112331Z:62669e5e-fb01-41d2-b46a-102bf4bf7e59" ], - "Date": [ "Tue, 29 Mar 2022 11:23:31 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11950" ], + "x-ms-correlation-request-id": [ "0972a7fe-957b-45fb-acd4-a16fff34d1e6" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062537Z:0972a7fe-957b-45fb-acd4-a16fff34d1e6" ], + "Date": [ "Fri, 29 Apr 2022 06:25:36 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"name\":\"fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:17:56.4891555Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994\",\"name\":\"b309ff5e-834e-4971-bbec-f26a21468994\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:21:01.7199691Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01+26": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01+25": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "72" ], - "x-ms-client-request-id": [ "641bf09f-7b03-43d4-9fb4-9fe4b55f4090" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "57" ], + "x-ms-client-request-id": [ "c83353ec-f075-4c38-8581-925f6d8f1441" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1092,40 +1025,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "18f8a2d6-e9bd-4dc0-b307-9f8d991aa7e0" ], + "x-ms-request-id": [ "27249a0e-1bf5-4fff-9028-6789fe7499ca" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "021436e3104a1047be34e45515578f85" ], + "X-Request-ID": [ "853d4316ac6e3b47b3f23bfeb4fee761" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11934" ], - "x-ms-correlation-request-id": [ "2a684c4d-f967-42ea-8838-3b5a02bb1099" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112402Z:2a684c4d-f967-42ea-8838-3b5a02bb1099" ], - "Date": [ "Tue, 29 Mar 2022 11:24:01 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11949" ], + "x-ms-correlation-request-id": [ "ff082327-58dc-4ff8-b997-eef5b313f54f" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062607Z:ff082327-58dc-4ff8-b997-eef5b313f54f" ], + "Date": [ "Fri, 29 Apr 2022 06:26:07 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"name\":\"fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:17:56.4891555Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994\",\"name\":\"b309ff5e-834e-4971-bbec-f26a21468994\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:21:01.7199691Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01+27": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01+26": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "73" ], - "x-ms-client-request-id": [ "641bf09f-7b03-43d4-9fb4-9fe4b55f4090" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "58" ], + "x-ms-client-request-id": [ "c83353ec-f075-4c38-8581-925f6d8f1441" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1135,40 +1067,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "54245397-cd22-42e3-bdde-ad2c5bc4372e" ], + "x-ms-request-id": [ "6705cb11-23a7-4fc3-ab73-b74e53594140" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "3ca61d3b0aaef5438b029e3796d07954" ], + "X-Request-ID": [ "988a0e6316233b4e9f9b9ca710e1f2e3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11933" ], - "x-ms-correlation-request-id": [ "a8eb6600-8b7f-4b26-bdde-53015b30c793" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112432Z:a8eb6600-8b7f-4b26-bdde-53015b30c793" ], - "Date": [ "Tue, 29 Mar 2022 11:24:32 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11948" ], + "x-ms-correlation-request-id": [ "ba0de941-fedc-43c5-b3e3-7b2f2fff9812" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062637Z:ba0de941-fedc-43c5-b3e3-7b2f2fff9812" ], + "Date": [ "Fri, 29 Apr 2022 06:26:37 GMT" ] }, "ContentHeaders": { "Content-Length": [ "277" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"name\":\"fe37bdba-d103-49b2-8af5-e1aaae4a6217\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T11:17:56.4891555Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/b309ff5e-834e-4971-bbec-f26a21468994\",\"name\":\"b309ff5e-834e-4971-bbec-f26a21468994\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T06:21:01.7199691Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g?api-version=2021-11-01+28": { + "AzHealthcareApisService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby?api-version=2021-11-01+27": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "74" ], - "x-ms-client-request-id": [ "641bf09f-7b03-43d4-9fb4-9fe4b55f4090" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsService" ], - "FullCommandName": [ "New-AzHealthcareAPIsService_CreateExpanded" ], + "x-ms-unique-id": [ "59" ], + "x-ms-client-request-id": [ "c83353ec-f075-4c38-8581-925f6d8f1441" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisService" ], + "FullCommandName": [ "New-AzHealthcareApisService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1178,40 +1109,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cd005ccd-0000-0400-0000-6242ec6a0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "4d7f3f43-6057-41a9-981e-8db7774e12d2" ], + "ETag": [ "\"22011535-0000-0400-0000-626b85130000\"" ], + "x-ms-request-id": [ "34217728-4959-40ee-ac84-66bf6fe826ea" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "93986a66795a3d4c86d1f2da2c0de3e3" ], + "X-Request-ID": [ "2afc23d8f2f8f84190235f0538f7b73c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11932" ], - "x-ms-correlation-request-id": [ "b7dec39e-cb2e-4bcb-949a-37e011a69f30" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112434Z:b7dec39e-cb2e-4bcb-949a-37e011a69f30" ], - "Date": [ "Tue, 29 Mar 2022 11:24:34 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11947" ], + "x-ms-correlation-request-id": [ "327f07bc-7e4d-4904-9c7a-84c15499be5e" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062639Z:327f07bc-7e4d-4904-9c7a-84c15499be5e" ], + "Date": [ "Fri, 29 Apr 2022 06:26:38 GMT" ] }, "ContentHeaders": { "Content-Length": [ "823" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g\",\"name\":\"6hrj2g\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"cd005ccd-0000-0400-0000-6242ec6a0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://6hrj2g.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby\",\"name\":\"2a5lby\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"22011535-0000-0400-0000-626b85130000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://2a5lby.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+List+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/services?api-version=2021-11-01+1": { + "AzHealthcareApisService+[NoContext]+List+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/services?api-version=2021-11-01+1": { "Request": { "Method": "GET", "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/services?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "75" ], - "x-ms-client-request-id": [ "73a73963-2b7b-4f55-b365-26cb7c7ad814" ], - "CommandName": [ "Get-AzHealthcareAPIsService" ], - "FullCommandName": [ "Get-AzHealthcareAPIsService_List" ], + "x-ms-unique-id": [ "60" ], + "x-ms-client-request-id": [ "d137a170-9057-4e43-b5a3-50b4da854913" ], + "CommandName": [ "Get-AzHealthcareApisService" ], + "FullCommandName": [ "Get-AzHealthcareApisService_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1222,39 +1152,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "beb351a7-cd5c-4d6d-b030-e24e5eb55da9" ], + "x-ms-request-id": [ "afa7f172-71b6-4218-83f3-e1c2f5646f6f" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "5f8cd00e676c024b981ed8304dcb00e0" ], + "X-Request-ID": [ "4e641cd41323e645a6ef111b3c79663c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11931" ], - "x-ms-correlation-request-id": [ "d863fc0f-2cb6-432b-858c-a252a68f2bcd" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112436Z:d863fc0f-2cb6-432b-858c-a252a68f2bcd" ], - "Date": [ "Tue, 29 Mar 2022 11:24:36 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11946" ], + "x-ms-correlation-request-id": [ "12d90eab-edab-45ff-a326-506706688ee8" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062641Z:12d90eab-edab-45ff-a326-506706688ee8" ], + "Date": [ "Fri, 29 Apr 2022 06:26:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1659" ], + "Content-Length": [ "2504" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/gwct3y\",\"name\":\"gwct3y\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"cd0006a9-0000-0400-0000-6242ead60000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://gwct3y.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g\",\"name\":\"6hrj2g\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"cd005ccd-0000-0400-0000-6242ec6a0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://6hrj2g.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azps_test_group/providers/Microsoft.HealthcareApis/services/azpsapiservice\",\"name\":\"azpsapiservice\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"ca000ee7-0000-0400-0000-626a705c0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":1000},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpsapiservice.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":true},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/vzmg83\",\"name\":\"vzmg83\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"22012104-0000-0400-0000-626b83c10000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://vzmg83.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby\",\"name\":\"2a5lby\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"22011535-0000-0400-0000-626b85130000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://2a5lby.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services?api-version=2021-11-01+1": { + "AzHealthcareApisService+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services?api-version=2021-11-01+1": { "Request": { "Method": "GET", "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "76" ], - "x-ms-client-request-id": [ "3a4c2aff-edd0-46fe-b88a-b921c340fe2a" ], - "CommandName": [ "Get-AzHealthcareAPIsService" ], - "FullCommandName": [ "Get-AzHealthcareAPIsService_List1" ], + "x-ms-unique-id": [ "61" ], + "x-ms-client-request-id": [ "55b61809-d32c-4343-b84b-f1edb390de5a" ], + "CommandName": [ "Get-AzHealthcareApisService" ], + "FullCommandName": [ "Get-AzHealthcareApisService_List1" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1265,39 +1194,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "d1170082-6a47-4ed8-9e33-7da86d5f22f5" ], + "x-ms-request-id": [ "d9572a13-87f1-47c0-b83b-6fd4e467c454" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "90b0dfc0476da3409087fd498407e811" ], + "X-Request-ID": [ "106a54bb8d59de468f0e36eda5a4c871" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11930" ], - "x-ms-correlation-request-id": [ "1a5f263f-273d-4bd4-8f73-d75ba73eab1a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112438Z:1a5f263f-273d-4bd4-8f73-d75ba73eab1a" ], - "Date": [ "Tue, 29 Mar 2022 11:24:38 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11945" ], + "x-ms-correlation-request-id": [ "f40adf3a-eddc-446a-9dec-018d91e4c0e0" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062643Z:f40adf3a-eddc-446a-9dec-018d91e4c0e0" ], + "Date": [ "Fri, 29 Apr 2022 06:26:42 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1659" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/gwct3y\",\"name\":\"gwct3y\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"cd0006a9-0000-0400-0000-6242ead60000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://gwct3y.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g\",\"name\":\"6hrj2g\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"cd005ccd-0000-0400-0000-6242ec6a0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://6hrj2g.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/vzmg83\",\"name\":\"vzmg83\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"22012104-0000-0400-0000-626b83c10000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://vzmg83.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby\",\"name\":\"2a5lby\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"22011535-0000-0400-0000-626b85130000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://2a5lby.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/gwct3y?api-version=2021-11-01+1": { + "AzHealthcareApisService+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/vzmg83?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/gwct3y?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/vzmg83?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "77" ], - "x-ms-client-request-id": [ "9748e310-1619-45ed-8647-51df45065fef" ], - "CommandName": [ "Get-AzHealthcareAPIsService" ], - "FullCommandName": [ "Get-AzHealthcareAPIsService_Get" ], + "x-ms-unique-id": [ "62" ], + "x-ms-client-request-id": [ "9ba5dc43-39d0-4fbb-9750-e646bf55d2c8" ], + "CommandName": [ "Get-AzHealthcareApisService" ], + "FullCommandName": [ "Get-AzHealthcareApisService_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1308,31 +1236,30 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cd0006a9-0000-0400-0000-6242ead60000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "374d05a9-d49e-440b-8d14-abf26da6277b" ], + "ETag": [ "\"22012104-0000-0400-0000-626b83c10000\"" ], + "x-ms-request-id": [ "1b9cc8f2-0115-4ca4-9848-bc8157aaf27e" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "4b7b5dd724981448b3e3b29843e880e4" ], + "X-Request-ID": [ "3aea9500260a7841ae71c92bc13c1bb6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11929" ], - "x-ms-correlation-request-id": [ "a91fada9-4c43-4112-a3c6-63b6672d114b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112439Z:a91fada9-4c43-4112-a3c6-63b6672d114b" ], - "Date": [ "Tue, 29 Mar 2022 11:24:39 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11944" ], + "x-ms-correlation-request-id": [ "fdda6579-6923-4760-ab73-29ba0312c652" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062644Z:fdda6579-6923-4760-ab73-29ba0312c652" ], + "Date": [ "Fri, 29 Apr 2022 06:26:43 GMT" ] }, "ContentHeaders": { "Content-Length": [ "823" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/gwct3y\",\"name\":\"gwct3y\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"cd0006a9-0000-0400-0000-6242ead60000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://gwct3y.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/vzmg83\",\"name\":\"vzmg83\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"22012104-0000-0400-0000-626b83c10000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://vzmg83.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/gwct3y?api-version=2021-11-01+1": { + "AzHealthcareApisService+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/vzmg83?api-version=2021-11-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/gwct3y?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/vzmg83?api-version=2021-11-01", "Content": "{\r\n \"tags\": {\r\n \"abc\": \"123\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -1347,40 +1274,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cd00e5ce-0000-0400-0000-6242ec7c0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "02145da7-51f5-4b27-b210-6f90057cbf64" ], + "ETag": [ "\"22019a37-0000-0400-0000-626b85280000\"" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], + "x-ms-request-id": [ "3f25b913-1f13-4cb5-af6c-511d4841006c" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "13d01a55657bdd44bab0b2364f0f1ee4" ], + "X-Request-ID": [ "77b4ecb4d3f7c44088f9a53a2d7c3a6d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], - "x-ms-correlation-request-id": [ "e4bfc2d3-30a7-432e-a54c-1ad2ab1ce25a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112447Z:e4bfc2d3-30a7-432e-a54c-1ad2ab1ce25a" ], - "Date": [ "Tue, 29 Mar 2022 11:24:47 GMT" ] + "x-ms-correlation-request-id": [ "e4c0bb18-dbe6-48ca-ae1d-228bb477818d" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062651Z:e4c0bb18-dbe6-48ca-ae1d-228bb477818d" ], + "Date": [ "Fri, 29 Apr 2022 06:26:50 GMT" ] }, "ContentHeaders": { "Content-Length": [ "834" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/gwct3y\",\"name\":\"gwct3y\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"cd00e5ce-0000-0400-0000-6242ec7c0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{\"abc\":\"123\"},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://gwct3y.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/vzmg83\",\"name\":\"vzmg83\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"22019a37-0000-0400-0000-626b85280000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{\"abc\":\"123\"},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://vzmg83.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g?api-version=2021-11-01+1": { + "AzHealthcareApisService+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "79" ], - "x-ms-client-request-id": [ "8f82e88c-a3a4-4878-9923-fe8f926f1b0e" ], - "CommandName": [ "Get-AzHealthcareAPIsService" ], - "FullCommandName": [ "Get-AzHealthcareAPIsService_Get" ], + "x-ms-unique-id": [ "64" ], + "x-ms-client-request-id": [ "6358844d-ac9a-4c8c-96e5-eb51ae996da7" ], + "CommandName": [ "Get-AzHealthcareApisService" ], + "FullCommandName": [ "Get-AzHealthcareApisService_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1391,31 +1317,30 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cd005ccd-0000-0400-0000-6242ec6a0000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11928" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "301dff74-8226-442b-9a61-7025bdfe14bd" ], + "ETag": [ "\"22011535-0000-0400-0000-626b85130000\"" ], + "x-ms-request-id": [ "856d98b9-a1d7-42bd-b69e-ae133c6dc80c" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "5bab181ca5680a4bbd09b2aedd1d1cae" ], + "X-Request-ID": [ "d944bd1b57c70b4882d1c636441f2509" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "c15dfb07-73dc-4f36-b408-b014f7cccdc1" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112449Z:c15dfb07-73dc-4f36-b408-b014f7cccdc1" ], - "Date": [ "Tue, 29 Mar 2022 11:24:48 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11943" ], + "x-ms-correlation-request-id": [ "5528231c-a104-43d9-9346-66ef612db074" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062652Z:5528231c-a104-43d9-9346-66ef612db074" ], + "Date": [ "Fri, 29 Apr 2022 06:26:51 GMT" ] }, "ContentHeaders": { "Content-Length": [ "823" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g\",\"name\":\"6hrj2g\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"cd005ccd-0000-0400-0000-6242ec6a0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://6hrj2g.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby\",\"name\":\"2a5lby\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"22011535-0000-0400-0000-626b85130000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://2a5lby.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g?api-version=2021-11-01+2": { + "AzHealthcareApisService+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby?api-version=2021-11-01+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby?api-version=2021-11-01", "Content": "{\r\n \"tags\": {\r\n \"abc\": \"123\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -1430,40 +1355,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cd005dcf-0000-0400-0000-6242ec840000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "c5157029-1fb7-4f9d-a097-7dd3859ea3c8" ], + "ETag": [ "\"22018638-0000-0400-0000-626b852f0000\"" ], + "x-ms-request-id": [ "cbfbed84-54d6-46c8-b428-40b605f97377" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "2e9a3b3cd7b2aa42bc553db998f4ad24" ], + "X-Request-ID": [ "8b59fae6e0bd424cbea2d5c05a4d5e57" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], - "x-ms-correlation-request-id": [ "9954999c-726f-4f66-a3e7-4efc90b43266" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112454Z:9954999c-726f-4f66-a3e7-4efc90b43266" ], - "Date": [ "Tue, 29 Mar 2022 11:24:53 GMT" ] + "x-ms-correlation-request-id": [ "1e12c010-7468-4ccb-816c-29c12caaa479" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062656Z:1e12c010-7468-4ccb-816c-29c12caaa479" ], + "Date": [ "Fri, 29 Apr 2022 06:26:56 GMT" ] }, "ContentHeaders": { "Content-Length": [ "834" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g\",\"name\":\"6hrj2g\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"cd005dcf-0000-0400-0000-6242ec840000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{\"abc\":\"123\"},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://6hrj2g.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby\",\"name\":\"2a5lby\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"22018638-0000-0400-0000-626b852f0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{\"abc\":\"123\"},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://2a5lby.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/gwct3y?api-version=2021-11-01+1": { + "AzHealthcareApisService+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/vzmg83?api-version=2021-11-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/gwct3y?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/vzmg83?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "81" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "66" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1474,18 +1398,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01\u0026operationResultResponseType=Location" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01" ], + "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "33854f567aa56a488eddd073c9bd613b" ], + "X-Request-ID": [ "047a5ac19cccbc4581c68f5580a1ea42" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-request-id": [ "c5312915-45c9-4081-b830-b5316154afba" ], - "x-ms-correlation-request-id": [ "c5312915-45c9-4081-b830-b5316154afba" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112456Z:c5312915-45c9-4081-b830-b5316154afba" ], - "Date": [ "Tue, 29 Mar 2022 11:24:56 GMT" ] + "x-ms-request-id": [ "54b8c3db-6686-4407-ba0c-f847e0ac70a7" ], + "x-ms-correlation-request-id": [ "54b8c3db-6686-4407-ba0c-f847e0ac70a7" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062659Z:54b8c3db-6686-4407-ba0c-f847e0ac70a7" ], + "Date": [ "Fri, 29 Apr 2022 06:26:59 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1495,20 +1418,20 @@ "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+2": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "82" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "67" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1518,40 +1441,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "18472237-fecd-4c91-98b2-7b52b2c36e0a" ], + "x-ms-request-id": [ "bf939a96-c6a8-45ae-b8a0-3926513b1337" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "201e415e45ad22438ea4d35b5ba30c55" ], + "X-Request-ID": [ "87d5eee25f0518449e39a3665b9d5a98" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11927" ], - "x-ms-correlation-request-id": [ "544f16a7-9c55-4380-9b0b-cbc3f65ecec7" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112526Z:544f16a7-9c55-4380-9b0b-cbc3f65ecec7" ], - "Date": [ "Tue, 29 Mar 2022 11:25:26 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11942" ], + "x-ms-correlation-request-id": [ "feb4302c-7116-400d-a83c-0985f90ffcbc" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062729Z:feb4302c-7116-400d-a83c-0985f90ffcbc" ], + "Date": [ "Fri, 29 Apr 2022 06:27:28 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+3": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "83" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "68" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1561,40 +1483,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "6453f458-d70a-4124-ac36-1484ce3ca363" ], + "x-ms-request-id": [ "eb593670-778d-4244-b43a-78de741ec0cc" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "12525a2789163f498149538e3144c1d0" ], + "X-Request-ID": [ "8b540deb13d9a5478668eb6b0cfe4eb6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11926" ], - "x-ms-correlation-request-id": [ "1734165e-f90d-44f0-8b4c-c0d3d2f83cbb" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112557Z:1734165e-f90d-44f0-8b4c-c0d3d2f83cbb" ], - "Date": [ "Tue, 29 Mar 2022 11:25:56 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11941" ], + "x-ms-correlation-request-id": [ "f5785e8f-c394-4463-a030-1c3bc8344c76" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062759Z:f5785e8f-c394-4463-a030-1c3bc8344c76" ], + "Date": [ "Fri, 29 Apr 2022 06:27:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+4": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "84" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "69" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1604,40 +1525,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "e564546c-d629-41cc-914a-68f140d9cb20" ], + "x-ms-request-id": [ "62c884c3-63e2-4990-a73f-c22ed98cb7e8" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "6bddc5cd57e9144289266e9923151476" ], + "X-Request-ID": [ "c27e7ca2d4ede649843ba1531cddf31a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11925" ], - "x-ms-correlation-request-id": [ "11c05207-7d04-4f1e-ac1e-50ed7fb7405b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112627Z:11c05207-7d04-4f1e-ac1e-50ed7fb7405b" ], - "Date": [ "Tue, 29 Mar 2022 11:26:27 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11940" ], + "x-ms-correlation-request-id": [ "d26e6eb8-9206-4847-bcee-4d69deb5764d" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062830Z:d26e6eb8-9206-4847-bcee-4d69deb5764d" ], + "Date": [ "Fri, 29 Apr 2022 06:28:29 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+5": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "85" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "70" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1647,40 +1567,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "3149ca95-ea67-4a5f-9e78-e1a88f78ea46" ], + "x-ms-request-id": [ "d9f890d2-52cf-46e9-a37c-27239ac36882" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "b2133a8709678749ba35bf6ac544cf30" ], + "X-Request-ID": [ "65a7715d3b1e5244833b50d7798b5aae" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11924" ], - "x-ms-correlation-request-id": [ "9048ab04-9f86-439e-b5f4-3cd63eedabd7" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112658Z:9048ab04-9f86-439e-b5f4-3cd63eedabd7" ], - "Date": [ "Tue, 29 Mar 2022 11:26:57 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11939" ], + "x-ms-correlation-request-id": [ "8117bc36-afeb-4ff9-b72e-2ff17f042a87" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062900Z:8117bc36-afeb-4ff9-b72e-2ff17f042a87" ], + "Date": [ "Fri, 29 Apr 2022 06:28:59 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+6": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "86" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "71" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1690,40 +1609,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "53000228-d00b-4493-87fb-d02bba287ce2" ], + "x-ms-request-id": [ "f6f82f67-41ad-4879-9c00-52f3de2acc61" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "20f45b6297425e41a8553cec47d4a765" ], + "X-Request-ID": [ "3ba742d992ccce47847166feaab78133" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11923" ], - "x-ms-correlation-request-id": [ "821c07cc-8fab-4961-859d-621cbfd79a52" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112728Z:821c07cc-8fab-4961-859d-621cbfd79a52" ], - "Date": [ "Tue, 29 Mar 2022 11:27:28 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11938" ], + "x-ms-correlation-request-id": [ "a281eb7c-2b1b-4ae5-b765-a73d6c10cc63" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T062930Z:a281eb7c-2b1b-4ae5-b765-a73d6c10cc63" ], + "Date": [ "Fri, 29 Apr 2022 06:29:30 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+7": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "87" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "72" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1733,40 +1651,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "13fc7861-d024-418c-a2b7-674e56d7f9ee" ], + "x-ms-request-id": [ "ad7a02b2-0591-4cab-99ec-3e1e490881b6" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "adb210ae642f2b428655f5a04e75171d" ], + "X-Request-ID": [ "b01fdd7b32e20c4ea062ca81e8219b44" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11922" ], - "x-ms-correlation-request-id": [ "e2289dff-ef3a-43b4-b8f9-849cac5f3640" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112758Z:e2289dff-ef3a-43b4-b8f9-849cac5f3640" ], - "Date": [ "Tue, 29 Mar 2022 11:27:58 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11937" ], + "x-ms-correlation-request-id": [ "720318b5-af4e-4e41-8f8f-c7f2e238176a" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063001Z:720318b5-af4e-4e41-8f8f-c7f2e238176a" ], + "Date": [ "Fri, 29 Apr 2022 06:30:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+8": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "88" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "73" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1776,40 +1693,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "64c387eb-caae-49b6-b1d2-cb0b97c503cc" ], + "x-ms-request-id": [ "5102191b-52fd-49d4-8d1b-00aa54c3b7ec" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "d9fed422e04ca94fbde8e5731be144e0" ], + "X-Request-ID": [ "64f9677236fd314c82663b253a98bca2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11921" ], - "x-ms-correlation-request-id": [ "34af86cd-b6f7-49f2-88e3-332e96ccf608" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112829Z:34af86cd-b6f7-49f2-88e3-332e96ccf608" ], - "Date": [ "Tue, 29 Mar 2022 11:28:29 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11936" ], + "x-ms-correlation-request-id": [ "05688b93-463e-416f-bcd0-323561ffefb8" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063031Z:05688b93-463e-416f-bcd0-323561ffefb8" ], + "Date": [ "Fri, 29 Apr 2022 06:30:31 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+9": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "89" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "74" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1819,40 +1735,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "c75fac79-07e8-4aa8-b2b0-64d7feb87d43" ], + "x-ms-request-id": [ "e10cee88-5a41-4075-8a15-4656932c1f04" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "8821a4384aab9e46ad4da8b466562901" ], + "X-Request-ID": [ "6d74deea009e1a45b763f2466f09be5e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11920" ], - "x-ms-correlation-request-id": [ "13f0fc37-226c-4e81-a2aa-1142c15909c0" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112859Z:13f0fc37-226c-4e81-a2aa-1142c15909c0" ], - "Date": [ "Tue, 29 Mar 2022 11:28:59 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11935" ], + "x-ms-correlation-request-id": [ "c26daf88-c4eb-4fb0-af52-64be5e7c9596" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063102Z:c26daf88-c4eb-4fb0-af52-64be5e7c9596" ], + "Date": [ "Fri, 29 Apr 2022 06:31:01 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+10": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "90" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "75" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1862,40 +1777,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "edd0f3e9-bb7a-4e0d-9b5b-9da177d36955" ], + "x-ms-request-id": [ "a870ef1b-c3fe-48ad-a0a0-4dda8b57b53b" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "98d7c06201d79b42b7bc28f0f865653e" ], + "X-Request-ID": [ "57417773546ea24b86d55c48a78fb0c4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11919" ], - "x-ms-correlation-request-id": [ "cbec303d-ce19-4023-a97d-d2e8f2133162" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T112929Z:cbec303d-ce19-4023-a97d-d2e8f2133162" ], - "Date": [ "Tue, 29 Mar 2022 11:29:29 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11934" ], + "x-ms-correlation-request-id": [ "ee777d4c-8b16-430a-89b9-c173f2c98f18" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063132Z:ee777d4c-8b16-430a-89b9-c173f2c98f18" ], + "Date": [ "Fri, 29 Apr 2022 06:31:31 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+11": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "91" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "76" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1905,40 +1819,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "29018c31-588f-45b9-aecd-fa4ce3953fb8" ], + "x-ms-request-id": [ "f781d2ce-fccd-4cb5-a2e0-0fbd6459d755" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "c307754d679a824189d77a667d8f93de" ], + "X-Request-ID": [ "4affa55f6ff56347b859aad8f5270500" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11918" ], - "x-ms-correlation-request-id": [ "de105216-b6a8-44aa-af2b-a6048140a3b9" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113000Z:de105216-b6a8-44aa-af2b-a6048140a3b9" ], - "Date": [ "Tue, 29 Mar 2022 11:29:59 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11933" ], + "x-ms-correlation-request-id": [ "8f945e11-b828-4786-99bb-40e18a79974d" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063202Z:8f945e11-b828-4786-99bb-40e18a79974d" ], + "Date": [ "Fri, 29 Apr 2022 06:32:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+12": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "92" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "77" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1948,40 +1861,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "1bf5057f-f9fe-4164-9f8b-55690c15ae89" ], + "x-ms-request-id": [ "e62beaf2-216a-45d6-9c86-6ce11240bdde" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "25cc072265e3d046b0c5f480a2909288" ], + "X-Request-ID": [ "1bcbfed0248a6148ae56b8079b990b38" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11917" ], - "x-ms-correlation-request-id": [ "3a3ba101-e519-4132-91df-df83e6413835" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113030Z:3a3ba101-e519-4132-91df-df83e6413835" ], - "Date": [ "Tue, 29 Mar 2022 11:30:30 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11932" ], + "x-ms-correlation-request-id": [ "d5da94a3-cbc2-4bc6-a0b9-ac886a898bcf" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063233Z:d5da94a3-cbc2-4bc6-a0b9-ac886a898bcf" ], + "Date": [ "Fri, 29 Apr 2022 06:32:32 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+13": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "93" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "78" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1991,40 +1903,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11916" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "87d3ecb3-d6c2-492c-8c86-72af19b99611" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11931" ], + "x-ms-request-id": [ "b08b620f-e355-470a-b45f-f99a75d5b396" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "db41b067618e7441a45263ab6a17a0e8" ], + "X-Request-ID": [ "72c2c691a5e8744e99dd67b2cdf2b007" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "b09949c8-f5bc-460c-ab8b-f0a756b760d8" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113100Z:b09949c8-f5bc-460c-ab8b-f0a756b760d8" ], - "Date": [ "Tue, 29 Mar 2022 11:31:00 GMT" ] + "x-ms-correlation-request-id": [ "707cb2d0-4737-46d8-859f-32abcce5d99d" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063303Z:707cb2d0-4737-46d8-859f-32abcce5d99d" ], + "Date": [ "Fri, 29 Apr 2022 06:33:03 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+14": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "94" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "79" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2034,40 +1945,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "802794f0-7fe4-4b92-bbdf-8df43d307e37" ], + "x-ms-request-id": [ "f522fa9b-6413-4d66-8fc9-0a18ce92533c" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "017c34343fa68742af7fd64c34f9df6e" ], + "X-Request-ID": [ "5d852a87c9668b42a44afe7e3c4caecb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11915" ], - "x-ms-correlation-request-id": [ "45ac1f0f-1dfd-4097-a29f-6b422260ca70" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113131Z:45ac1f0f-1dfd-4097-a29f-6b422260ca70" ], - "Date": [ "Tue, 29 Mar 2022 11:31:30 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11930" ], + "x-ms-correlation-request-id": [ "5f0ec442-c22c-45da-9238-b6e4a19d6b63" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063334Z:5f0ec442-c22c-45da-9238-b6e4a19d6b63" ], + "Date": [ "Fri, 29 Apr 2022 06:33:33 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+15": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "95" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "80" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2077,40 +1987,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "851e409c-3853-4903-bdb5-7a45afa45447" ], + "x-ms-request-id": [ "a4d47247-123a-4e57-ab09-d6dabd80dc1b" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "0c6065829864074e89101c2a53338a9c" ], + "X-Request-ID": [ "a02cb3dabe38aa4e9627c133aa108569" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11914" ], - "x-ms-correlation-request-id": [ "1bb545e8-5799-48f0-b2b0-c4539aaa6ba3" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113201Z:1bb545e8-5799-48f0-b2b0-c4539aaa6ba3" ], - "Date": [ "Tue, 29 Mar 2022 11:32:01 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11929" ], + "x-ms-correlation-request-id": [ "ab0fc980-c251-4a73-a426-2334c720a819" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063404Z:ab0fc980-c251-4a73-a426-2334c720a819" ], + "Date": [ "Fri, 29 Apr 2022 06:34:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+16": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "96" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "81" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2120,40 +2029,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "8e1717f2-36df-4283-9f11-ecc89e20d347" ], + "x-ms-request-id": [ "2ffd6c95-f9fb-41dd-8d48-1ff11fefedfc" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "75b9ae419e836743a3ffcf83332f9e15" ], + "X-Request-ID": [ "71f6fc78b7601745ae9ecf456d1d6e97" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11913" ], - "x-ms-correlation-request-id": [ "25374b58-e585-43f1-a1d8-1169d52f28bb" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113232Z:25374b58-e585-43f1-a1d8-1169d52f28bb" ], - "Date": [ "Tue, 29 Mar 2022 11:32:31 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11928" ], + "x-ms-correlation-request-id": [ "cd1cf721-70a7-4c5a-98e1-167090b7bfe9" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063434Z:cd1cf721-70a7-4c5a-98e1-167090b7bfe9" ], + "Date": [ "Fri, 29 Apr 2022 06:34:34 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+17": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "97" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "82" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2163,40 +2071,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "fef28c63-41e0-43fc-8e52-653c55561712" ], + "x-ms-request-id": [ "4c5e2222-d103-4a30-b626-6f1d2e549650" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "a214c48d516e18458008b9e85d03c197" ], + "X-Request-ID": [ "fea015644874b849a3bd2ff655a7b932" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11912" ], - "x-ms-correlation-request-id": [ "bce9e033-6edc-4311-8229-97260785a8b3" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113302Z:bce9e033-6edc-4311-8229-97260785a8b3" ], - "Date": [ "Tue, 29 Mar 2022 11:33:02 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11927" ], + "x-ms-correlation-request-id": [ "fe55bd70-d64a-4a7e-bc02-4346de287941" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063505Z:fe55bd70-d64a-4a7e-bc02-4346de287941" ], + "Date": [ "Fri, 29 Apr 2022 06:35:05 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+18": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "98" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "83" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2206,40 +2113,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "37eb10b9-39a9-4041-ae32-3fbe9ad722fd" ], + "x-ms-request-id": [ "f34ca6bd-554a-468f-a0f1-d14f0cc07c39" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "a77d2f6bbc21dc479ac1cc498e974aa8" ], + "X-Request-ID": [ "492a83e626d8f445bca900f7827b8474" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11911" ], - "x-ms-correlation-request-id": [ "309b230d-35d2-44a6-9c34-1271e390b03e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113332Z:309b230d-35d2-44a6-9c34-1271e390b03e" ], - "Date": [ "Tue, 29 Mar 2022 11:33:32 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11926" ], + "x-ms-correlation-request-id": [ "114f5e8d-a55f-4ccf-9414-c36362e4a016" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063535Z:114f5e8d-a55f-4ccf-9414-c36362e4a016" ], + "Date": [ "Fri, 29 Apr 2022 06:35:34 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01+19": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "99" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "84" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2249,40 +2155,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "e17a4956-8aeb-44a2-a3ad-5c7d4d137d7f" ], + "x-ms-request-id": [ "4e44009a-caca-4f2b-ae06-d23bf6bd5cce" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "2ec31356ab4ea0429cf96f5931fd4229" ], + "X-Request-ID": [ "9cc380f83748694a988e34d2ed45e3aa" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11910" ], - "x-ms-correlation-request-id": [ "f0145758-2efb-4885-a4b9-eb3486a36e9e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113403Z:f0145758-2efb-4885-a4b9-eb3486a36e9e" ], - "Date": [ "Tue, 29 Mar 2022 11:34:02 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11925" ], + "x-ms-correlation-request-id": [ "9202cf5e-d77c-44b6-bbf6-7b9a00e208a4" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063605Z:9202cf5e-d77c-44b6-bbf6-7b9a00e208a4" ], + "Date": [ "Fri, 29 Apr 2022 06:36:05 GMT" ] }, "ContentHeaders": { "Content-Length": [ "277" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64\",\"name\":\"5f35f1d5-2230-4831-b936-33b28f121e64\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T11:24:56.3487949Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"name\":\"63e96ea8-e84b-4c1e-be57-d95a97b5993d\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T06:26:58.9766679Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01\u0026operationResultResponseType=Location+20": { + "AzHealthcareApisService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01\u0026operationResultResponseType=Location+20": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5f35f1d5-2230-4831-b936-33b28f121e64?api-version=2021-11-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/63e96ea8-e84b-4c1e-be57-d95a97b5993d?api-version=2021-11-01\u0026operationResultResponseType=Location", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "100" ], - "x-ms-client-request-id": [ "fc8ca15d-68e4-44b7-ab36-35d4453c3243" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_Delete" ], + "x-ms-unique-id": [ "85" ], + "x-ms-client-request-id": [ "13baff45-9187-4f07-908e-838736106fb6" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2292,16 +2197,15 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "49046a70-c07e-40b4-a70e-147240661892" ], + "x-ms-request-id": [ "8667085f-cb2c-44de-a70f-c6208cfbec39" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "da6693701cee884a99c25396131ede10" ], + "X-Request-ID": [ "4c641e8e33ec2a45b6b281f4b8f14119" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11909" ], - "x-ms-correlation-request-id": [ "88b1c7f1-2eae-42f5-bf20-22696092d695" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113403Z:88b1c7f1-2eae-42f5-bf20-22696092d695" ], - "Date": [ "Tue, 29 Mar 2022 11:34:02 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11924" ], + "x-ms-correlation-request-id": [ "6db431b5-be54-4687-a91d-5d721152c62a" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063606Z:6db431b5-be54-4687-a91d-5d721152c62a" ], + "Date": [ "Fri, 29 Apr 2022 06:36:06 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -2311,19 +2215,19 @@ "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g?api-version=2021-11-01+1": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "101" ], - "x-ms-client-request-id": [ "ff2688c5-10ea-4b4d-a956-a0e0aa78ca56" ], - "CommandName": [ "Get-AzHealthcareAPIsService" ], - "FullCommandName": [ "Get-AzHealthcareAPIsService_Get" ], + "x-ms-unique-id": [ "86" ], + "x-ms-client-request-id": [ "b3497f39-96b3-4171-85e6-8beb0b2fec48" ], + "CommandName": [ "Get-AzHealthcareApisService" ], + "FullCommandName": [ "Get-AzHealthcareApisService_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -2334,40 +2238,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cd005dcf-0000-0400-0000-6242ec840000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "333837f2-2472-4558-9e18-cdc1205a0ea8" ], + "ETag": [ "\"22018638-0000-0400-0000-626b852f0000\"" ], + "x-ms-request-id": [ "da587d54-4067-436d-851b-e0e52273aaa7" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "2963cb78ffadf8488e8014b6774b8bfe" ], + "X-Request-ID": [ "057354901f92d84b809a8e0c6a3d5e3c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11908" ], - "x-ms-correlation-request-id": [ "6c2e59da-a0bf-4569-946f-fc066569a0b3" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113406Z:6c2e59da-a0bf-4569-946f-fc066569a0b3" ], - "Date": [ "Tue, 29 Mar 2022 11:34:05 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11923" ], + "x-ms-correlation-request-id": [ "ae7d7b7b-e3d7-42ca-9130-f7a1a0e2fde6" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063608Z:ae7d7b7b-e3d7-42ca-9130-f7a1a0e2fde6" ], + "Date": [ "Fri, 29 Apr 2022 06:36:07 GMT" ] }, "ContentHeaders": { "Content-Length": [ "834" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g\",\"name\":\"6hrj2g\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"cd005dcf-0000-0400-0000-6242ec840000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{\"abc\":\"123\"},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://6hrj2g.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby\",\"name\":\"2a5lby\",\"type\":\"Microsoft.HealthcareApis/services\",\"etag\":\"\\\"22018638-0000-0400-0000-626b852f0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir\",\"tags\":{\"abc\":\"123\"},\"properties\":{\"accessPolicies\":[],\"cosmosDbConfiguration\":{\"offerThroughput\":400},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://2a5lby.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"acrConfiguration\":{\"loginServers\":[]},\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g?api-version=2021-11-01+2": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby?api-version=2021-11-01+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/6hrj2g?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/services/2a5lby?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "102" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "87" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -2378,18 +2281,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01\u0026operationResultResponseType=Location" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01" ], + "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "322879da70c5c243ad60b712e66ca025" ], + "X-Request-ID": [ "025999f869037f45aea4c0a76f0870a9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], - "x-ms-request-id": [ "fb549bb5-e834-4d47-af6b-df21944cfdd6" ], - "x-ms-correlation-request-id": [ "fb549bb5-e834-4d47-af6b-df21944cfdd6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113409Z:fb549bb5-e834-4d47-af6b-df21944cfdd6" ], - "Date": [ "Tue, 29 Mar 2022 11:34:08 GMT" ] + "x-ms-request-id": [ "6d5d1e08-c0cc-4936-ad41-d31ffa6b002c" ], + "x-ms-correlation-request-id": [ "6d5d1e08-c0cc-4936-ad41-d31ffa6b002c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063611Z:6d5d1e08-c0cc-4936-ad41-d31ffa6b002c" ], + "Date": [ "Fri, 29 Apr 2022 06:36:10 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -2399,20 +2301,20 @@ "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+3": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "103" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "88" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2422,40 +2324,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "18875842-4eea-4dde-ac9f-771460e0f434" ], + "x-ms-request-id": [ "69280456-ce85-4134-8c85-a82ed4eeb0da" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "59aca52f27ff1a45a3713dad42eb47c1" ], + "X-Request-ID": [ "1e7e2587279e5647bf3ae8d00d65fa07" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11907" ], - "x-ms-correlation-request-id": [ "8ab5acab-a573-4aad-a675-c1104805fab9" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113439Z:8ab5acab-a573-4aad-a675-c1104805fab9" ], - "Date": [ "Tue, 29 Mar 2022 11:34:39 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11922" ], + "x-ms-correlation-request-id": [ "62dcabcb-2b72-4c11-ad75-f4879270b9fb" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063641Z:62dcabcb-2b72-4c11-ad75-f4879270b9fb" ], + "Date": [ "Fri, 29 Apr 2022 06:36:40 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+4": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "104" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "89" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2465,40 +2366,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "16d987fc-4d60-4d2c-a160-3b1167105ce1" ], + "x-ms-request-id": [ "09d05fdd-fa21-4200-9176-ccd2ca914ce2" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "14b670e9f1ae18408e4dce63b98017cb" ], + "X-Request-ID": [ "8f214583ab9b6c418d570fb0eda67d93" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11906" ], - "x-ms-correlation-request-id": [ "67e46743-e687-4d00-87b5-20d8e59d0351" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113510Z:67e46743-e687-4d00-87b5-20d8e59d0351" ], - "Date": [ "Tue, 29 Mar 2022 11:35:09 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11921" ], + "x-ms-correlation-request-id": [ "957a9747-dfa0-4fda-97ad-51a298720114" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063711Z:957a9747-dfa0-4fda-97ad-51a298720114" ], + "Date": [ "Fri, 29 Apr 2022 06:37:11 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+5": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "105" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "90" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2508,40 +2408,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "e9cf7fd4-005f-4127-a8d3-7d0ce5729902" ], + "x-ms-request-id": [ "c72d8d71-d7d1-4a07-9c58-4cc126f67ff9" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "0ea54e7a2770d84b91597add82946098" ], + "X-Request-ID": [ "525f7f93b3af434a8e384882e0b57802" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11905" ], - "x-ms-correlation-request-id": [ "385cccbe-d9b2-42f8-b850-43fa34127315" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113540Z:385cccbe-d9b2-42f8-b850-43fa34127315" ], - "Date": [ "Tue, 29 Mar 2022 11:35:40 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11920" ], + "x-ms-correlation-request-id": [ "cda2f544-ebe4-417a-873b-c8d97f0ccca3" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063742Z:cda2f544-ebe4-417a-873b-c8d97f0ccca3" ], + "Date": [ "Fri, 29 Apr 2022 06:37:41 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+6": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "106" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "91" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2551,40 +2450,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "5ca2907c-9a3e-4cad-8606-3009257b452b" ], + "x-ms-request-id": [ "e288d8c9-6d31-4ca6-8a05-4d561206590c" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "2095909abaa05447b8627dd7e4c33710" ], + "X-Request-ID": [ "62bb2b9b582e7d4e893820f99c33b51b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11904" ], - "x-ms-correlation-request-id": [ "b6a685b8-c413-488b-8ca4-2f14a610b75a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113611Z:b6a685b8-c413-488b-8ca4-2f14a610b75a" ], - "Date": [ "Tue, 29 Mar 2022 11:36:10 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11919" ], + "x-ms-correlation-request-id": [ "18c481dd-c12f-4140-b63a-1193a55dee54" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063812Z:18c481dd-c12f-4140-b63a-1193a55dee54" ], + "Date": [ "Fri, 29 Apr 2022 06:38:12 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+7": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "107" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "92" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2594,40 +2492,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "31fbf1c1-40be-4a78-bff8-ba9edf144eec" ], + "x-ms-request-id": [ "35ea9758-4bb2-42b1-9cae-547890cb1124" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "82361123418fc74198049ea1047c6797" ], + "X-Request-ID": [ "4b08317a7705be4bbdf346d2d84e8d88" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11903" ], - "x-ms-correlation-request-id": [ "eee7628e-342a-44cb-a049-f54c50d9591a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113641Z:eee7628e-342a-44cb-a049-f54c50d9591a" ], - "Date": [ "Tue, 29 Mar 2022 11:36:41 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11918" ], + "x-ms-correlation-request-id": [ "7fa85f2e-6130-4090-9dfc-06d4cc247c40" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063842Z:7fa85f2e-6130-4090-9dfc-06d4cc247c40" ], + "Date": [ "Fri, 29 Apr 2022 06:38:42 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+8": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "108" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "93" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2637,40 +2534,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "4fa5640f-3b92-4e1b-bd0c-2bfc34b80e32" ], + "x-ms-request-id": [ "105e5f95-7ea8-4427-9667-db3e5888775a" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "ffd261d1ace3a5479e331331cc916311" ], + "X-Request-ID": [ "15e2df2aa08f41448f0622ab47b8433f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11902" ], - "x-ms-correlation-request-id": [ "4d5fbd7a-96bf-4049-9dd1-1be7494c1cf2" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113711Z:4d5fbd7a-96bf-4049-9dd1-1be7494c1cf2" ], - "Date": [ "Tue, 29 Mar 2022 11:37:11 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11917" ], + "x-ms-correlation-request-id": [ "513fe522-1dbd-4275-8e35-6adc373869c3" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063913Z:513fe522-1dbd-4275-8e35-6adc373869c3" ], + "Date": [ "Fri, 29 Apr 2022 06:39:13 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+9": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "109" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "94" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2680,40 +2576,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11901" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "6a6fcd6b-c23e-4852-9034-2f4e431e64e8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11916" ], + "x-ms-request-id": [ "087d16c3-3bf4-4fcf-98bb-3ea587a00818" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "96004d0187af674ea1742a89e932b4e6" ], + "X-Request-ID": [ "73ca40110e6cf549972b7a4a2b714f9e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "dcda946b-cb63-4113-858b-e08632c46120" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113742Z:dcda946b-cb63-4113-858b-e08632c46120" ], - "Date": [ "Tue, 29 Mar 2022 11:37:41 GMT" ] + "x-ms-correlation-request-id": [ "2414d4e6-1101-437d-8868-2d487eda8dbd" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T063943Z:2414d4e6-1101-437d-8868-2d487eda8dbd" ], + "Date": [ "Fri, 29 Apr 2022 06:39:43 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+10": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "110" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "95" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2723,40 +2618,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "387ea1c9-5848-4c96-8696-c176929767cc" ], + "x-ms-request-id": [ "69295d8e-4d84-4b02-9580-fd29890c690a" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "1eeff4acce448a4bab9db5c557bdde1d" ], + "X-Request-ID": [ "a99c295221244b4d9b505bdafea1325e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11900" ], - "x-ms-correlation-request-id": [ "b8b83ea4-8326-448a-8f03-b0b62cd57204" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113812Z:b8b83ea4-8326-448a-8f03-b0b62cd57204" ], - "Date": [ "Tue, 29 Mar 2022 11:38:11 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11915" ], + "x-ms-correlation-request-id": [ "72309fb7-09b9-437c-b35b-012f204cccdd" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064014Z:72309fb7-09b9-437c-b35b-012f204cccdd" ], + "Date": [ "Fri, 29 Apr 2022 06:40:13 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+11": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "111" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "96" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2766,40 +2660,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "bf6ad0a8-df73-49e4-b135-8a5b41f75cf8" ], + "x-ms-request-id": [ "d0dee20c-13a9-4695-af82-aaa1bd9e8442" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "bf1dda566d960147a82827e96d4a4c52" ], + "X-Request-ID": [ "293e9336d3f24547969a5db2c55adb3d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11899" ], - "x-ms-correlation-request-id": [ "c095864c-32af-4b20-9112-319e239bf525" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113842Z:c095864c-32af-4b20-9112-319e239bf525" ], - "Date": [ "Tue, 29 Mar 2022 11:38:41 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11914" ], + "x-ms-correlation-request-id": [ "59ba64d2-9102-40bd-9240-b735f2c33a44" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064044Z:59ba64d2-9102-40bd-9240-b735f2c33a44" ], + "Date": [ "Fri, 29 Apr 2022 06:40:44 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+12": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "112" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "97" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2809,40 +2702,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "6053be05-f40b-49ef-b0a4-3e85fff92065" ], + "x-ms-request-id": [ "b1b69d74-09b9-4245-8443-f23e0aca9a8a" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "857b5addaf16fc4dbd35c5ea8bab179d" ], + "X-Request-ID": [ "ff549fe7a773b94b8af866c8a6662a25" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11898" ], - "x-ms-correlation-request-id": [ "ec4d4c0e-6884-4d1f-a9a2-ede811d67213" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113913Z:ec4d4c0e-6884-4d1f-a9a2-ede811d67213" ], - "Date": [ "Tue, 29 Mar 2022 11:39:13 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11913" ], + "x-ms-correlation-request-id": [ "1fa32586-f7e4-4fcb-9664-65a91d2d9cca" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064114Z:1fa32586-f7e4-4fcb-9664-65a91d2d9cca" ], + "Date": [ "Fri, 29 Apr 2022 06:41:13 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+13": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "113" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "98" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2852,40 +2744,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "2a3d875e-b6f0-44cf-9928-e2d60d50b4a6" ], + "x-ms-request-id": [ "7d22084d-b272-41fe-aaaf-7aa5055df123" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "fcc1a46d946d864a9931779667140821" ], + "X-Request-ID": [ "29897a50e57b62488979ab850dff1483" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11897" ], - "x-ms-correlation-request-id": [ "fd2accdd-926f-40be-a191-e54ad8a2f586" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T113943Z:fd2accdd-926f-40be-a191-e54ad8a2f586" ], - "Date": [ "Tue, 29 Mar 2022 11:39:43 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11912" ], + "x-ms-correlation-request-id": [ "9ec375af-e29d-417d-89f5-46bcffc86d4a" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064145Z:9ec375af-e29d-417d-89f5-46bcffc86d4a" ], + "Date": [ "Fri, 29 Apr 2022 06:41:44 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+14": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "114" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "99" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2895,40 +2786,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "d2d9da7c-596e-4019-b901-809be15ba0bb" ], + "x-ms-request-id": [ "64887434-d730-4de6-9ae9-f9f51107c054" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "279eb07e1e673644a055bc92e5341e4f" ], + "X-Request-ID": [ "929f1a9e6a6b3f4a866d341b6e95ad02" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11896" ], - "x-ms-correlation-request-id": [ "54d8d0d9-9cb8-465e-b882-65b2d7fc56cc" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114013Z:54d8d0d9-9cb8-465e-b882-65b2d7fc56cc" ], - "Date": [ "Tue, 29 Mar 2022 11:40:13 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11910" ], + "x-ms-correlation-request-id": [ "81e5bb7e-3687-40de-bfcb-5019ea10ec29" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064215Z:81e5bb7e-3687-40de-bfcb-5019ea10ec29" ], + "Date": [ "Fri, 29 Apr 2022 06:42:14 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+15": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "115" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "100" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2938,40 +2828,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "306e74ae-2516-40f6-9b59-7ce619e33895" ], + "x-ms-request-id": [ "2820a6f3-7d24-4050-b9ce-56d6470b4232" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "dbba6dce7710d64295089885553fcb1e" ], + "X-Request-ID": [ "3f563aa484ca044e85d8bd356b23459f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11895" ], - "x-ms-correlation-request-id": [ "68e47202-3bf8-4935-8554-81cd23ed8862" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114044Z:68e47202-3bf8-4935-8554-81cd23ed8862" ], - "Date": [ "Tue, 29 Mar 2022 11:40:43 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11909" ], + "x-ms-correlation-request-id": [ "ed0a991a-5eb3-4529-b1bd-fd7625dff8fd" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064245Z:ed0a991a-5eb3-4529-b1bd-fd7625dff8fd" ], + "Date": [ "Fri, 29 Apr 2022 06:42:45 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+16": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "116" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "101" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2981,40 +2870,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "bee95582-15f5-4b13-971a-31d4cc5bd4a8" ], + "x-ms-request-id": [ "a2bbafd7-6b40-4970-b2b4-f5408cc05ae6" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "89891b30c4fb1a4885f65b154f0f3eb1" ], + "X-Request-ID": [ "e5beab0792739f43a702785a63ced9bb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11894" ], - "x-ms-correlation-request-id": [ "b27ef73e-46a6-41cf-bac8-a0c79ccac1c1" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114114Z:b27ef73e-46a6-41cf-bac8-a0c79ccac1c1" ], - "Date": [ "Tue, 29 Mar 2022 11:41:13 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11908" ], + "x-ms-correlation-request-id": [ "d7c4b2f8-ebe6-4fc6-b101-9fbc791cd529" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064316Z:d7c4b2f8-ebe6-4fc6-b101-9fbc791cd529" ], + "Date": [ "Fri, 29 Apr 2022 06:43:15 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+17": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "117" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "102" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -3024,40 +2912,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "4d316e72-12b3-4cde-ab12-fb7203fbee42" ], + "x-ms-request-id": [ "0f4eb196-fdf2-490d-8ddd-d3a127ec5206" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "efd71b07538b4241bd2e0f105b0423ca" ], + "X-Request-ID": [ "fbef0aaddadbf846a8e253477789b422" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11893" ], - "x-ms-correlation-request-id": [ "c837b422-5232-4f55-ab4a-d9ec414b010e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114144Z:c837b422-5232-4f55-ab4a-d9ec414b010e" ], - "Date": [ "Tue, 29 Mar 2022 11:41:44 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11907" ], + "x-ms-correlation-request-id": [ "e8143928-114f-4c70-8f98-cde54d93112d" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064346Z:e8143928-114f-4c70-8f98-cde54d93112d" ], + "Date": [ "Fri, 29 Apr 2022 06:43:46 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+18": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "118" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "103" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -3067,40 +2954,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "25367721-ba53-4360-b189-7eb1acbdbafe" ], + "x-ms-request-id": [ "6fd49069-73bb-4351-aa84-2a101b81a452" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "620c0cf648dd74459666723eff1b5c10" ], + "X-Request-ID": [ "9d3b347f7a544a489a83740c0ba0eecb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11892" ], - "x-ms-correlation-request-id": [ "7ebdb17c-224f-46bf-8113-88f820cad43c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114215Z:7ebdb17c-224f-46bf-8113-88f820cad43c" ], - "Date": [ "Tue, 29 Mar 2022 11:42:14 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11906" ], + "x-ms-correlation-request-id": [ "e3189476-c8ef-4b56-a460-b67dd06cab5f" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064416Z:e3189476-c8ef-4b56-a460-b67dd06cab5f" ], + "Date": [ "Fri, 29 Apr 2022 06:44:16 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+19": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "119" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "104" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -3110,40 +2996,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "7b92dae6-1613-45b8-86fe-2c9c61ff4f24" ], + "x-ms-request-id": [ "0421bb3b-70cf-4a13-b4f1-95869e176b7a" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "e6b602500423b54391ed079f0b5c145d" ], + "X-Request-ID": [ "3eb0c3a923de5a43853a1e28452bf5c8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11891" ], - "x-ms-correlation-request-id": [ "b17f518a-1955-43c9-a5fc-90b8d09e916f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114245Z:b17f518a-1955-43c9-a5fc-90b8d09e916f" ], - "Date": [ "Tue, 29 Mar 2022 11:42:44 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11905" ], + "x-ms-correlation-request-id": [ "bcaf1cc2-cc7e-4bf7-8f1b-f92aa7f3c538" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064447Z:bcaf1cc2-cc7e-4bf7-8f1b-f92aa7f3c538" ], + "Date": [ "Fri, 29 Apr 2022 06:44:47 GMT" ] }, "ContentHeaders": { "Content-Length": [ "275" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01+20": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01+20": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "120" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "105" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -3153,40 +3038,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "a279bc98-22b2-479d-b863-193d192206a1" ], + "x-ms-request-id": [ "fcf4b8c9-0e81-4879-9585-48dd27530109" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "5daa7dbb7194c74ca3f2256ded78a7e0" ], + "X-Request-ID": [ "2fdc959d8f1f314c8dfd7f7ef69aaaa2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11890" ], - "x-ms-correlation-request-id": [ "ba459bbe-aa13-4210-a3fe-20fea24d9589" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114316Z:ba459bbe-aa13-4210-a3fe-20fea24d9589" ], - "Date": [ "Tue, 29 Mar 2022 11:43:15 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11904" ], + "x-ms-correlation-request-id": [ "450d1104-3beb-48c3-b680-afd169b8b5d1" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064517Z:450d1104-3beb-48c3-b680-afd169b8b5d1" ], + "Date": [ "Fri, 29 Apr 2022 06:45:16 GMT" ] }, "ContentHeaders": { "Content-Length": [ "277" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d\",\"name\":\"ee777e94-7f3f-457a-b212-470689c73a7d\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T11:34:09.3368391Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"name\":\"043d0cde-345e-48f5-8838-ac41ea63a8e5\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T06:36:10.7977792Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01\u0026operationResultResponseType=Location+21": { + "AzHealthcareApisService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01\u0026operationResultResponseType=Location+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ee777e94-7f3f-457a-b212-470689c73a7d?api-version=2021-11-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/043d0cde-345e-48f5-8838-ac41ea63a8e5?api-version=2021-11-01\u0026operationResultResponseType=Location", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "121" ], - "x-ms-client-request-id": [ "244bdba5-b2d0-40a2-9e0b-9d5a8c6a3962" ], - "CommandName": [ "Remove-AzHealthcareAPIsService" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "106" ], + "x-ms-client-request-id": [ "389fbdf7-e999-44b6-843b-e6357ff38347" ], + "CommandName": [ "Remove-AzHealthcareApisService" ], + "FullCommandName": [ "Remove-AzHealthcareApisService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -3196,16 +3080,15 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "e2cd1f78-947d-4fe7-9961-ebb1e0ea4c70" ], + "x-ms-request-id": [ "95d9e2c6-cdf6-4cdc-9e9e-35e1845c5c4c" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "57297ef5a782d64cb4ec455aa71c92bc" ], + "X-Request-ID": [ "c69097d4e0c5da459379b0497d44621b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11889" ], - "x-ms-correlation-request-id": [ "0b73f03f-c721-4f56-b1d6-dc758c88e12d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114316Z:0b73f03f-c721-4f56-b1d6-dc758c88e12d" ], - "Date": [ "Tue, 29 Mar 2022 11:43:16 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11903" ], + "x-ms-correlation-request-id": [ "e8c5a59f-dd91-455b-9d9f-3a915dcca3a2" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064517Z:e8c5a59f-dd91-455b-9d9f-3a915dcca3a2" ], + "Date": [ "Fri, 29 Apr 2022 06:45:17 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], diff --git a/src/HealthcareApis/test/AzHealthcareAPIsService.Tests.ps1 b/src/HealthcareApis/test/AzHealthcareAPIsService.Tests.ps1 index 3f4111082a84..3bb7471e2b23 100644 --- a/src/HealthcareApis/test/AzHealthcareAPIsService.Tests.ps1 +++ b/src/HealthcareApis/test/AzHealthcareAPIsService.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'AzHealthcareAPIsService')) +if(($null -eq $TestName) -or ($TestName -contains 'AzHealthcareApisService')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'AzHealthcareAPIsService.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'AzHealthcareApisService.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,63 +14,63 @@ if(($null -eq $TestName) -or ($TestName -contains 'AzHealthcareAPIsService')) . ($mockingPath | Select-Object -First 1).FullName } -Describe 'AzHealthcareAPIsService' { +Describe 'AzHealthcareApisService' { It 'CreateExpanded' { { - $config = New-AzHealthcareAPIsService -ResourceGroupName $env.resourceGroup -Name $env.apiService1 -Kind 'fhir' -Location $env.location -CosmoDbConfigurationOfferThroughput 400 + $config = New-AzHealthcareApisService -ResourceGroupName $env.resourceGroup -Name $env.apiService1 -Kind 'fhir' -Location $env.location -CosmosOfferThroughput 400 $config.Name | Should -Be $env.apiService1 - $config = New-AzHealthcareAPIsService -ResourceGroupName $env.resourceGroup -Name $env.apiService2 -Kind 'fhir' -Location $env.location -CosmoDbConfigurationOfferThroughput 400 + $config = New-AzHealthcareApisService -ResourceGroupName $env.resourceGroup -Name $env.apiService2 -Kind 'fhir' -Location $env.location -CosmosOfferThroughput 400 $config.Name | Should -Be $env.apiService2 } | Should -Not -Throw } It 'List' { { - $config = Get-AzHealthcareAPIsService + $config = Get-AzHealthcareApisService $config.Count | Should -BeGreaterThan 0 } | Should -Not -Throw } It 'List1' { { - $config = Get-AzHealthcareAPIsService -ResourceGroupName $env.resourceGroup + $config = Get-AzHealthcareApisService -ResourceGroupName $env.resourceGroup $config.Count | Should -BeGreaterThan 0 } | Should -Not -Throw } It 'Get' { { - $config = Get-AzHealthcareAPIsService -ResourceGroupName $env.resourceGroup -Name $env.apiService1 + $config = Get-AzHealthcareApisService -ResourceGroupName $env.resourceGroup -Name $env.apiService1 $config.Name | Should -Be $env.apiService1 } | Should -Not -Throw } It 'UpdateExpanded' { { - $config = Update-AzHealthcareAPIsService -ResourceGroupName $env.resourceGroup -Name $env.apiService1 -Tag @{"abc"="123"} + $config = Update-AzHealthcareApisService -ResourceGroupName $env.resourceGroup -Name $env.apiService1 -Tag @{"abc"="123"} $config.Name | Should -Be $env.apiService1 } | Should -Not -Throw } It 'UpdateViaIdentityExpanded' { { - $config = Get-AzHealthcareAPIsService -ResourceGroupName $env.resourceGroup -Name $env.apiService2 - $config = Update-AzHealthcareAPIsService -InputObject $config -Tag @{"abc"="123"} + $config = Get-AzHealthcareApisService -ResourceGroupName $env.resourceGroup -Name $env.apiService2 + $config = Update-AzHealthcareApisService -InputObject $config -Tag @{"abc"="123"} $config.Name | Should -Be $env.apiService2 } | Should -Not -Throw } It 'Delete' { { - Remove-AzHealthcareAPIsService -ResourceGroupName $env.resourceGroup -Name $env.apiService1 + Remove-AzHealthcareApisService -ResourceGroupName $env.resourceGroup -Name $env.apiService1 } | Should -Not -Throw } It 'DeleteViaIdentity' { { - $config = Get-AzHealthcareAPIsService -ResourceGroupName $env.resourceGroup -Name $env.apiService2 - Remove-AzHealthcareAPIsService -InputObject $config + $config = Get-AzHealthcareApisService -ResourceGroupName $env.resourceGroup -Name $env.apiService2 + Remove-AzHealthcareApisService -InputObject $config } | Should -Not -Throw } } \ No newline at end of file diff --git a/src/HealthcareApis/test/AzHealthcareAPIsWorkspace.Recording.json b/src/HealthcareApis/test/AzHealthcareAPIsWorkspace.Recording.json index 96d616df1d8a..962ca5df64d1 100644 --- a/src/HealthcareApis/test/AzHealthcareAPIsWorkspace.Recording.json +++ b/src/HealthcareApis/test/AzHealthcareAPIsWorkspace.Recording.json @@ -1,8 +1,8 @@ { - "AzHealthcareAPIsWorkspace+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y?api-version=2021-11-01+1": { + "AzHealthcareApisWorkspace+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c?api-version=2021-11-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c?api-version=2021-11-01", "Content": "{\r\n \"location\": \"eastus2\"\r\n}", "isContentBase64": false, "Headers": { @@ -17,41 +17,40 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00c12e-0000-0400-0000-6242f0d90000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "8f793f0a-00a5-4793-ae9d-67a61323fdd4" ], + "ETag": [ "\"2201cadb-0000-0400-0000-626b89850000\"" ], + "x-ms-request-id": [ "1de77a27-9fe0-491f-ac41-b6eb21521107" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "9fe117703132f645a3d42ea14cbece3d" ], + "X-Request-ID": [ "de460928f32fa6479919091d9265ee5a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], - "x-ms-correlation-request-id": [ "a3d11a06-354e-466b-940d-2c6aeb81712c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114322Z:a3d11a06-354e-466b-940d-2c6aeb81712c" ], - "Date": [ "Tue, 29 Mar 2022 11:43:22 GMT" ] + "x-ms-correlation-request-id": [ "04186121-4ef1-4a9b-afac-65c7f1771a4a" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064527Z:04186121-4ef1-4a9b-afac-65c7f1771a4a" ], + "Date": [ "Fri, 29 Apr 2022 06:45:26 GMT" ] }, "ContentHeaders": { "Content-Length": [ "390" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y\",\"name\":\"hxpd8y\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"ce00c12e-0000-0400-0000-6242f0d90000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c\",\"name\":\"tf4a5c\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"2201cadb-0000-0400-0000-626b89850000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y?api-version=2021-11-01+2": { + "AzHealthcareApisWorkspace+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c?api-version=2021-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "123" ], - "x-ms-client-request-id": [ "e01f72e1-787f-4565-8eaf-60c416812902" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsWorkspace" ], - "FullCommandName": [ "New-AzHealthcareAPIsWorkspace_CreateExpanded" ], + "x-ms-unique-id": [ "108" ], + "x-ms-client-request-id": [ "d8130913-ca33-4404-acd7-d0325dbb27cd" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisWorkspace" ], + "FullCommandName": [ "New-AzHealthcareApisWorkspace_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -61,41 +60,40 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00c12e-0000-0400-0000-6242f0d90000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "589be7e8-6c22-481e-b0b2-beaaae10bf96" ], + "ETag": [ "\"2201cadb-0000-0400-0000-626b89850000\"" ], + "x-ms-request-id": [ "5d07daa2-df3c-42b7-a583-2ccb0fe10c6d" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "9f3e08598f0a2e4b82cecb6bf37486f5" ], + "X-Request-ID": [ "d2d4c0395a49024f9b754ca507d11ca7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11888" ], - "x-ms-correlation-request-id": [ "0daf19c9-7de7-4019-96c7-fb1084b5fdba" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114352Z:0daf19c9-7de7-4019-96c7-fb1084b5fdba" ], - "Date": [ "Tue, 29 Mar 2022 11:43:52 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11902" ], + "x-ms-correlation-request-id": [ "584c66af-c1bb-4f15-b0f0-984378b9d933" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064557Z:584c66af-c1bb-4f15-b0f0-984378b9d933" ], + "Date": [ "Fri, 29 Apr 2022 06:45:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "390" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y\",\"name\":\"hxpd8y\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"ce00c12e-0000-0400-0000-6242f0d90000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c\",\"name\":\"tf4a5c\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"2201cadb-0000-0400-0000-626b89850000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y?api-version=2021-11-01+3": { + "AzHealthcareApisWorkspace+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c?api-version=2021-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "124" ], - "x-ms-client-request-id": [ "e01f72e1-787f-4565-8eaf-60c416812902" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsWorkspace" ], - "FullCommandName": [ "New-AzHealthcareAPIsWorkspace_CreateExpanded" ], + "x-ms-unique-id": [ "109" ], + "x-ms-client-request-id": [ "d8130913-ca33-4404-acd7-d0325dbb27cd" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisWorkspace" ], + "FullCommandName": [ "New-AzHealthcareApisWorkspace_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -105,31 +103,30 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00c12e-0000-0400-0000-6242f0d90000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "61e79dc4-eafc-409a-8b3d-2d26c31bbcd3" ], + "ETag": [ "\"2201cadb-0000-0400-0000-626b89850000\"" ], + "x-ms-request-id": [ "4f8487e1-fdc2-4600-bfc7-b33f52e3a435" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "a9501f0c1f4696488aa07302d515557f" ], + "X-Request-ID": [ "3ee139ce3a1d3541a69c383f9fe2ddde" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11887" ], - "x-ms-correlation-request-id": [ "2d88332e-ff09-40ff-82b6-5f50556aeda2" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114352Z:2d88332e-ff09-40ff-82b6-5f50556aeda2" ], - "Date": [ "Tue, 29 Mar 2022 11:43:52 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11901" ], + "x-ms-correlation-request-id": [ "8fa0c985-d92e-4ce5-8f0a-59a4a783aec5" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064557Z:8fa0c985-d92e-4ce5-8f0a-59a4a783aec5" ], + "Date": [ "Fri, 29 Apr 2022 06:45:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "390" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y\",\"name\":\"hxpd8y\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"ce00c12e-0000-0400-0000-6242f0d90000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c\",\"name\":\"tf4a5c\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"2201cadb-0000-0400-0000-626b89850000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21?api-version=2021-11-01+4": { + "AzHealthcareApisWorkspace+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e?api-version=2021-11-01+4": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e?api-version=2021-11-01", "Content": "{\r\n \"location\": \"eastus2\"\r\n}", "isContentBase64": false, "Headers": { @@ -144,41 +141,40 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00ef31-0000-0400-0000-6242f0fc0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "e0b62ac5-59af-4936-8117-1b633391b274" ], + "ETag": [ "\"2201e3e1-0000-0400-0000-626b89a90000\"" ], + "x-ms-request-id": [ "ee884cbc-c9d1-45dc-a235-cf6f11a2604e" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "96caa9499a5208478461e321472eb04b" ], + "X-Request-ID": [ "01e784b01b552d4fa6fc917b1e7b5c97" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1191" ], - "x-ms-correlation-request-id": [ "123b1510-a24a-469c-982f-db29784e5d19" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114358Z:123b1510-a24a-469c-982f-db29784e5d19" ], - "Date": [ "Tue, 29 Mar 2022 11:43:57 GMT" ] + "x-ms-correlation-request-id": [ "4d1804ac-8f34-4384-a1ca-346e30aa47e6" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064602Z:4d1804ac-8f34-4384-a1ca-346e30aa47e6" ], + "Date": [ "Fri, 29 Apr 2022 06:46:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "390" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21\",\"name\":\"vrzd21\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"ce00ef31-0000-0400-0000-6242f0fc0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e\",\"name\":\"i5nm3e\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"2201e3e1-0000-0400-0000-626b89a90000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21?api-version=2021-11-01+5": { + "AzHealthcareApisWorkspace+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e?api-version=2021-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "126" ], - "x-ms-client-request-id": [ "c1bca7fb-d91c-4dca-95a3-3579ef20e21e" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsWorkspace" ], - "FullCommandName": [ "New-AzHealthcareAPIsWorkspace_CreateExpanded" ], + "x-ms-unique-id": [ "111" ], + "x-ms-client-request-id": [ "41b2ed62-0cd7-4ec1-98a0-9575f969037f" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisWorkspace" ], + "FullCommandName": [ "New-AzHealthcareApisWorkspace_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -188,41 +184,40 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00ef31-0000-0400-0000-6242f0fc0000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11886" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "c6947ae9-9a5a-4839-ae19-49144e851422" ], + "ETag": [ "\"2201e3e1-0000-0400-0000-626b89a90000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11900" ], + "x-ms-request-id": [ "9cb4db89-45ff-4e23-8f7b-e3639f6b0242" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "eda862e1931a9841ba07029d5677cc73" ], + "X-Request-ID": [ "7b7b125d25679d46ae2302995bdc51d2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "88849349-e8ec-4b16-932c-2788ab0b021b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114428Z:88849349-e8ec-4b16-932c-2788ab0b021b" ], - "Date": [ "Tue, 29 Mar 2022 11:44:27 GMT" ] + "x-ms-correlation-request-id": [ "600a0fa9-d3eb-44ee-ac53-fc93ad5a7501" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064632Z:600a0fa9-d3eb-44ee-ac53-fc93ad5a7501" ], + "Date": [ "Fri, 29 Apr 2022 06:46:31 GMT" ] }, "ContentHeaders": { "Content-Length": [ "390" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21\",\"name\":\"vrzd21\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"ce00ef31-0000-0400-0000-6242f0fc0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e\",\"name\":\"i5nm3e\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"2201e3e1-0000-0400-0000-626b89a90000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21?api-version=2021-11-01+6": { + "AzHealthcareApisWorkspace+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e?api-version=2021-11-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "127" ], - "x-ms-client-request-id": [ "c1bca7fb-d91c-4dca-95a3-3579ef20e21e" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareAPIsWorkspace" ], - "FullCommandName": [ "New-AzHealthcareAPIsWorkspace_CreateExpanded" ], + "x-ms-unique-id": [ "112" ], + "x-ms-client-request-id": [ "41b2ed62-0cd7-4ec1-98a0-9575f969037f" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareApisWorkspace" ], + "FullCommandName": [ "New-AzHealthcareApisWorkspace_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -232,40 +227,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00ef31-0000-0400-0000-6242f0fc0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "12556409-b05d-41a9-bfdb-3ec8b3d55746" ], + "ETag": [ "\"2201e3e1-0000-0400-0000-626b89a90000\"" ], + "x-ms-request-id": [ "380679eb-7b20-4ed3-a7f2-1c2442b3ec37" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "025be0161f38264e9c170969f5a3607a" ], + "X-Request-ID": [ "0213fbebb5b2da41b285d03d268a1ca2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11885" ], - "x-ms-correlation-request-id": [ "fd3384aa-39ea-48d8-a83f-afc2d3e1aaf4" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114428Z:fd3384aa-39ea-48d8-a83f-afc2d3e1aaf4" ], - "Date": [ "Tue, 29 Mar 2022 11:44:27 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11899" ], + "x-ms-correlation-request-id": [ "59e4e28a-57e0-4442-b415-49c65cd6628c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064632Z:59e4e28a-57e0-4442-b415-49c65cd6628c" ], + "Date": [ "Fri, 29 Apr 2022 06:46:31 GMT" ] }, "ContentHeaders": { "Content-Length": [ "390" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21\",\"name\":\"vrzd21\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"ce00ef31-0000-0400-0000-6242f0fc0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e\",\"name\":\"i5nm3e\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"2201e3e1-0000-0400-0000-626b89a90000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+List+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/workspaces?api-version=2021-11-01+1": { + "AzHealthcareApisWorkspace+[NoContext]+List+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/workspaces?api-version=2021-11-01+1": { "Request": { "Method": "GET", "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/workspaces?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "128" ], - "x-ms-client-request-id": [ "6741ce93-870c-45b8-9ce6-31c1bf99baeb" ], - "CommandName": [ "Get-AzHealthcareAPIsWorkspace" ], - "FullCommandName": [ "Get-AzHealthcareAPIsWorkspace_List" ], + "x-ms-unique-id": [ "113" ], + "x-ms-client-request-id": [ "0783d661-45f8-437a-9ca8-722c2f9e8bf6" ], + "CommandName": [ "Get-AzHealthcareApisWorkspace" ], + "FullCommandName": [ "Get-AzHealthcareApisWorkspace_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -276,39 +270,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "78fd9e38-1d63-4702-8cc1-c1d48160cd18" ], + "x-ms-request-id": [ "c6d61e74-acfa-4167-8c66-c35bc275fbf0" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "69137ebeb00c9e4d90a5c7a7e859d483" ], + "X-Request-ID": [ "8ecd20144a3ba248a34837af53a6672f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11884" ], - "x-ms-correlation-request-id": [ "3d05a26b-e685-4df0-9cd1-819459969b98" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114429Z:3d05a26b-e685-4df0-9cd1-819459969b98" ], - "Date": [ "Tue, 29 Mar 2022 11:44:28 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11898" ], + "x-ms-correlation-request-id": [ "9b982093-ac66-4674-b68f-c11a87adc1d6" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064634Z:9b982093-ac66-4674-b68f-c11a87adc1d6" ], + "Date": [ "Fri, 29 Apr 2022 06:46:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1184" ], + "Content-Length": [ "1575" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb\",\"name\":\"ax2qzb\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"cd00ec54-0000-0400-0000-6242e7070000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y\",\"name\":\"hxpd8y\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"ce00c12e-0000-0400-0000-6242f0d90000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21\",\"name\":\"vrzd21\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"ce00ef31-0000-0400-0000-6242f0fc0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/dyb6vj\",\"name\":\"dyb6vj\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"1e018607-0000-0400-0000-626b63730000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq\",\"name\":\"mtz9gq\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"210192ab-0000-0400-0000-626b81400000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c\",\"name\":\"tf4a5c\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"2201cadb-0000-0400-0000-626b89850000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e\",\"name\":\"i5nm3e\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"2201e3e1-0000-0400-0000-626b89a90000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y?api-version=2021-11-01+1": { + "AzHealthcareApisWorkspace+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "129" ], - "x-ms-client-request-id": [ "aa4f508a-1f43-498b-b85b-bcd8a968f4ad" ], - "CommandName": [ "Get-AzHealthcareAPIsWorkspace" ], - "FullCommandName": [ "Get-AzHealthcareAPIsWorkspace_Get" ], + "x-ms-unique-id": [ "114" ], + "x-ms-client-request-id": [ "329da3da-dc53-4f9b-9826-980d2d9d9572" ], + "CommandName": [ "Get-AzHealthcareApisWorkspace" ], + "FullCommandName": [ "Get-AzHealthcareApisWorkspace_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -319,31 +312,30 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00c12e-0000-0400-0000-6242f0d90000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "6bc41f8d-05a0-4c2c-8573-27645b0aa8ef" ], + "ETag": [ "\"2201cadb-0000-0400-0000-626b89850000\"" ], + "x-ms-request-id": [ "54135e2b-d66d-4dce-b5ed-ebe40d88cdb9" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "7617c2c727a7ed42bb850efde3b2a1e4" ], + "X-Request-ID": [ "865b9129698b49498e5bbe9bedebf2c4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11883" ], - "x-ms-correlation-request-id": [ "30e9a60d-e7e9-4e13-808e-242053e196fa" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114430Z:30e9a60d-e7e9-4e13-808e-242053e196fa" ], - "Date": [ "Tue, 29 Mar 2022 11:44:29 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11897" ], + "x-ms-correlation-request-id": [ "89d0dedb-8696-4046-933d-682ed039aa18" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064635Z:89d0dedb-8696-4046-933d-682ed039aa18" ], + "Date": [ "Fri, 29 Apr 2022 06:46:34 GMT" ] }, "ContentHeaders": { "Content-Length": [ "390" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y\",\"name\":\"hxpd8y\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"ce00c12e-0000-0400-0000-6242f0d90000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c\",\"name\":\"tf4a5c\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"2201cadb-0000-0400-0000-626b89850000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y?api-version=2021-11-01+1": { + "AzHealthcareApisWorkspace+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c?api-version=2021-11-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c?api-version=2021-11-01", "Content": "{\r\n \"tags\": {\r\n \"abc\": \"123\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -358,40 +350,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00f934-0000-0400-0000-6242f1200000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "0dcdee24-baea-4b6f-9760-85a2e4389f56" ], + "ETag": [ "\"220106e7-0000-0400-0000-626b89cd0000\"" ], + "x-ms-request-id": [ "6ac6a007-2a44-4050-9894-eeac756e23d9" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "5d9a9bae698956408fff00e5aadf54b4" ], + "X-Request-ID": [ "3876f821761bf44db9e7b1e9a55d7370" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1190" ], - "x-ms-correlation-request-id": [ "b63ca31e-b2fe-4f3b-9dee-72c72e4abc81" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114433Z:b63ca31e-b2fe-4f3b-9dee-72c72e4abc81" ], - "Date": [ "Tue, 29 Mar 2022 11:44:33 GMT" ] + "x-ms-correlation-request-id": [ "24afbbf5-4e0c-4b69-b977-afba58acdec2" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064640Z:24afbbf5-4e0c-4b69-b977-afba58acdec2" ], + "Date": [ "Fri, 29 Apr 2022 06:46:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "411" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y\",\"name\":\"hxpd8y\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"ce00f934-0000-0400-0000-6242f1200000\\\"\",\"location\":\"eastus2\",\"tags\":{\"abc\":\"123\"},\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c\",\"name\":\"tf4a5c\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"220106e7-0000-0400-0000-626b89cd0000\\\"\",\"location\":\"eastus2\",\"tags\":{\"abc\":\"123\"},\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21?api-version=2021-11-01+1": { + "AzHealthcareApisWorkspace+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "131" ], - "x-ms-client-request-id": [ "e57d7555-fd04-4380-88ef-efdc3fcf8af4" ], - "CommandName": [ "Get-AzHealthcareAPIsWorkspace" ], - "FullCommandName": [ "Get-AzHealthcareAPIsWorkspace_Get" ], + "x-ms-unique-id": [ "116" ], + "x-ms-client-request-id": [ "49ca73b4-ab94-4fbf-a098-30cf80444fbd" ], + "CommandName": [ "Get-AzHealthcareApisWorkspace" ], + "FullCommandName": [ "Get-AzHealthcareApisWorkspace_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -402,31 +393,30 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00ef31-0000-0400-0000-6242f0fc0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "ab480259-bc91-48e4-b1cd-68b199ac128d" ], + "ETag": [ "\"2201e3e1-0000-0400-0000-626b89a90000\"" ], + "x-ms-request-id": [ "74b08605-c144-4cc4-ade4-89fba1679dcc" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "ca2926d3ac2f374090b1e5dbf0d0e930" ], + "X-Request-ID": [ "5f7e48675ad74544806bf68bc307c299" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11882" ], - "x-ms-correlation-request-id": [ "6b42ec81-0cc4-4980-a456-d11ec335246c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114434Z:6b42ec81-0cc4-4980-a456-d11ec335246c" ], - "Date": [ "Tue, 29 Mar 2022 11:44:34 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11896" ], + "x-ms-correlation-request-id": [ "8e64938d-94f5-4aee-879a-4aa5236a617f" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064651Z:8e64938d-94f5-4aee-879a-4aa5236a617f" ], + "Date": [ "Fri, 29 Apr 2022 06:46:50 GMT" ] }, "ContentHeaders": { "Content-Length": [ "390" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21\",\"name\":\"vrzd21\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"ce00ef31-0000-0400-0000-6242f0fc0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e\",\"name\":\"i5nm3e\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"2201e3e1-0000-0400-0000-626b89a90000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21?api-version=2021-11-01+2": { + "AzHealthcareApisWorkspace+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e?api-version=2021-11-01+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e?api-version=2021-11-01", "Content": "{\r\n \"tags\": {\r\n \"abc\": \"123\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -441,40 +431,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce003735-0000-0400-0000-6242f1240000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "42beda28-c62b-4a53-9864-107d77d5fafa" ], + "ETag": [ "\"2201eae8-0000-0400-0000-626b89de0000\"" ], + "x-ms-request-id": [ "e6f48226-3af8-4236-93fe-0054ed09265f" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "0debc701f658114c946aaa3b6bfc89f2" ], + "X-Request-ID": [ "65ba3644db4f8f4cbcfdbf29a1785ed7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], - "x-ms-correlation-request-id": [ "acd9f85a-3830-42a0-8849-18ede767d327" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114439Z:acd9f85a-3830-42a0-8849-18ede767d327" ], - "Date": [ "Tue, 29 Mar 2022 11:44:38 GMT" ] + "x-ms-correlation-request-id": [ "57d73470-2bed-47b4-8ad2-12cc5cb20789" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064655Z:57d73470-2bed-47b4-8ad2-12cc5cb20789" ], + "Date": [ "Fri, 29 Apr 2022 06:46:54 GMT" ] }, "ContentHeaders": { "Content-Length": [ "411" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21\",\"name\":\"vrzd21\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"ce003735-0000-0400-0000-6242f1240000\\\"\",\"location\":\"eastus2\",\"tags\":{\"abc\":\"123\"},\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e\",\"name\":\"i5nm3e\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"2201eae8-0000-0400-0000-626b89de0000\\\"\",\"location\":\"eastus2\",\"tags\":{\"abc\":\"123\"},\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces?api-version=2021-11-01+1": { + "AzHealthcareApisWorkspace+[NoContext]+List1+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces?api-version=2021-11-01+1": { "Request": { "Method": "GET", "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "133" ], - "x-ms-client-request-id": [ "6b98916a-4e94-483f-9b13-0f18c6baa053" ], - "CommandName": [ "Get-AzHealthcareAPIsWorkspace" ], - "FullCommandName": [ "Get-AzHealthcareAPIsWorkspace_List1" ], + "x-ms-unique-id": [ "118" ], + "x-ms-client-request-id": [ "9f92934b-3955-4985-a992-def47cc14242" ], + "CommandName": [ "Get-AzHealthcareApisWorkspace" ], + "FullCommandName": [ "Get-AzHealthcareApisWorkspace_List1" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -485,39 +474,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "6ffadf18-0e01-48a6-9135-10427fb8d687" ], + "x-ms-request-id": [ "8d6cd4fc-03d8-4a23-a2d5-4f57343e0145" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "83d5e48557380c4cbc1f1d5e473393ba" ], + "X-Request-ID": [ "18833d666df8b248b458aec8cc83845c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11881" ], - "x-ms-correlation-request-id": [ "452bbab6-72e2-43eb-a28a-07580cac7d11" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114439Z:452bbab6-72e2-43eb-a28a-07580cac7d11" ], - "Date": [ "Tue, 29 Mar 2022 11:44:39 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11895" ], + "x-ms-correlation-request-id": [ "baefe7ba-e2ad-4316-aaf3-01a919b4aeb4" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064656Z:baefe7ba-e2ad-4316-aaf3-01a919b4aeb4" ], + "Date": [ "Fri, 29 Apr 2022 06:46:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1226" ], + "Content-Length": [ "1617" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb\",\"name\":\"ax2qzb\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"cd00ec54-0000-0400-0000-6242e7070000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y\",\"name\":\"hxpd8y\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"ce00f934-0000-0400-0000-6242f1200000\\\"\",\"location\":\"eastus2\",\"tags\":{\"abc\":\"123\"},\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21\",\"name\":\"vrzd21\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"ce003735-0000-0400-0000-6242f1240000\\\"\",\"location\":\"eastus2\",\"tags\":{\"abc\":\"123\"},\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/dyb6vj\",\"name\":\"dyb6vj\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"1e018607-0000-0400-0000-626b63730000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq\",\"name\":\"mtz9gq\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"210192ab-0000-0400-0000-626b81400000\\\"\",\"location\":\"eastus2\",\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c\",\"name\":\"tf4a5c\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"220106e7-0000-0400-0000-626b89cd0000\\\"\",\"location\":\"eastus2\",\"tags\":{\"abc\":\"123\"},\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e\",\"name\":\"i5nm3e\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"2201eae8-0000-0400-0000-626b89de0000\\\"\",\"location\":\"eastus2\",\"tags\":{\"abc\":\"123\"},\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y?api-version=2021-11-01+1": { + "AzHealthcareApisWorkspace+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c?api-version=2021-11-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/hxpd8y?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/tf4a5c?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "134" ], - "x-ms-client-request-id": [ "443b803d-5898-4f66-b592-97ca264adaf2" ], - "CommandName": [ "Remove-AzHealthcareAPIsWorkspace" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsWorkspace_Delete" ], + "x-ms-unique-id": [ "119" ], + "x-ms-client-request-id": [ "61f637b5-90b8-4cc3-9dac-511c8db1b689" ], + "CommandName": [ "Remove-AzHealthcareApisWorkspace" ], + "FullCommandName": [ "Remove-AzHealthcareApisWorkspace_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -528,18 +516,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/k8zrck6k5ei1wkcgw7v4yvm3r?api-version=2021-11-01\u0026operationResultResponseType=Location" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/k8zrck6k5ei1wkcgw7v4yvm3r?api-version=2021-11-01" ], + "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/krolb71qtk92d5msl2wa2y7uy?api-version=2021-11-01\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/krolb71qtk92d5msl2wa2y7uy?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "730521679aef8548a331bc63920c66cf" ], + "X-Request-ID": [ "344efa36f297c143acc3b0cfffa0877d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], - "x-ms-request-id": [ "c732a5e9-ecd3-4e00-aa8b-9ae6013e32e3" ], - "x-ms-correlation-request-id": [ "c732a5e9-ecd3-4e00-aa8b-9ae6013e32e3" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114442Z:c732a5e9-ecd3-4e00-aa8b-9ae6013e32e3" ], - "Date": [ "Tue, 29 Mar 2022 11:44:41 GMT" ] + "x-ms-request-id": [ "7b40f17e-70e8-4a8d-afde-9f78eaaf4693" ], + "x-ms-correlation-request-id": [ "7b40f17e-70e8-4a8d-afde-9f78eaaf4693" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064658Z:7b40f17e-70e8-4a8d-afde-9f78eaaf4693" ], + "Date": [ "Fri, 29 Apr 2022 06:46:57 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -549,20 +536,20 @@ "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/k8zrck6k5ei1wkcgw7v4yvm3r?api-version=2021-11-01+2": { + "AzHealthcareApisWorkspace+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/krolb71qtk92d5msl2wa2y7uy?api-version=2021-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/k8zrck6k5ei1wkcgw7v4yvm3r?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/krolb71qtk92d5msl2wa2y7uy?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "135" ], - "x-ms-client-request-id": [ "443b803d-5898-4f66-b592-97ca264adaf2" ], - "CommandName": [ "Remove-AzHealthcareAPIsWorkspace" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsWorkspace_Delete" ], + "x-ms-unique-id": [ "120" ], + "x-ms-client-request-id": [ "61f637b5-90b8-4cc3-9dac-511c8db1b689" ], + "CommandName": [ "Remove-AzHealthcareApisWorkspace" ], + "FullCommandName": [ "Remove-AzHealthcareApisWorkspace_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -572,40 +559,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "79cc66fd-a144-4aa3-93f1-b91362a243f1" ], + "x-ms-request-id": [ "2102f5e0-d970-49d5-a522-f9efad0d10cd" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "3eef9541c6684e4d805eca93474f35c5" ], + "X-Request-ID": [ "431e4cccfaaee242b915bd86bf980982" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11880" ], - "x-ms-correlation-request-id": [ "097e95d6-3196-4e54-a11d-90b309f494af" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114512Z:097e95d6-3196-4e54-a11d-90b309f494af" ], - "Date": [ "Tue, 29 Mar 2022 11:45:12 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11894" ], + "x-ms-correlation-request-id": [ "0017c074-0772-4da3-8a09-b46ecee74aca" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064729Z:0017c074-0772-4da3-8a09-b46ecee74aca" ], + "Date": [ "Fri, 29 Apr 2022 06:47:28 GMT" ] }, "ContentHeaders": { "Content-Length": [ "255" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/k8zrck6k5ei1wkcgw7v4yvm3r\",\"name\":\"k8zrck6k5ei1wkcgw7v4yvm3r\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T11:44:42.3326388Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/krolb71qtk92d5msl2wa2y7uy\",\"name\":\"krolb71qtk92d5msl2wa2y7uy\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T06:46:58.4445723Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/k8zrck6k5ei1wkcgw7v4yvm3r?api-version=2021-11-01\u0026operationResultResponseType=Location+3": { + "AzHealthcareApisWorkspace+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/krolb71qtk92d5msl2wa2y7uy?api-version=2021-11-01\u0026operationResultResponseType=Location+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/k8zrck6k5ei1wkcgw7v4yvm3r?api-version=2021-11-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/krolb71qtk92d5msl2wa2y7uy?api-version=2021-11-01\u0026operationResultResponseType=Location", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "136" ], - "x-ms-client-request-id": [ "443b803d-5898-4f66-b592-97ca264adaf2" ], - "CommandName": [ "Remove-AzHealthcareAPIsWorkspace" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsWorkspace_Delete" ], + "x-ms-unique-id": [ "121" ], + "x-ms-client-request-id": [ "61f637b5-90b8-4cc3-9dac-511c8db1b689" ], + "CommandName": [ "Remove-AzHealthcareApisWorkspace" ], + "FullCommandName": [ "Remove-AzHealthcareApisWorkspace_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -615,16 +601,15 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "2f5e574c-a4b7-4461-be69-ce80e2ac0fcf" ], + "x-ms-request-id": [ "9ab8d110-750a-40fc-a611-318558fc7166" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "d9a44c062318644c92a25791da1d8df0" ], + "X-Request-ID": [ "d72c8bee6358c34f9590ade0abb6ff94" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11879" ], - "x-ms-correlation-request-id": [ "88d09ef6-e2f7-4c05-a9e7-79036cfbbc19" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114513Z:88d09ef6-e2f7-4c05-a9e7-79036cfbbc19" ], - "Date": [ "Tue, 29 Mar 2022 11:45:12 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11893" ], + "x-ms-correlation-request-id": [ "7ef508b5-376f-4a5f-b9d9-7a4a65002c0d" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064729Z:7ef508b5-376f-4a5f-b9d9-7a4a65002c0d" ], + "Date": [ "Fri, 29 Apr 2022 06:47:28 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -634,19 +619,19 @@ "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21?api-version=2021-11-01+1": { + "AzHealthcareApisWorkspace+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "137" ], - "x-ms-client-request-id": [ "3e96a83c-83ce-4b9a-9d49-61ac57744280" ], - "CommandName": [ "Get-AzHealthcareAPIsWorkspace" ], - "FullCommandName": [ "Get-AzHealthcareAPIsWorkspace_Get" ], + "x-ms-unique-id": [ "122" ], + "x-ms-client-request-id": [ "4c59cd63-9d9d-4815-887f-4c0c7cfa344b" ], + "CommandName": [ "Get-AzHealthcareApisWorkspace" ], + "FullCommandName": [ "Get-AzHealthcareApisWorkspace_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -657,40 +642,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce003735-0000-0400-0000-6242f1240000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "f68bd6ef-1d5f-49c7-a293-017a1fcd30af" ], + "ETag": [ "\"2201eae8-0000-0400-0000-626b89de0000\"" ], + "x-ms-request-id": [ "c215f6f9-b194-481c-a1f0-3d41cb4bacd3" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "2eed7d3b1e35b74da1c04eaf3bca5625" ], + "X-Request-ID": [ "d45118e7c0aad140ba01a0fa6bc3e0e6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11878" ], - "x-ms-correlation-request-id": [ "5223e03d-d9e8-4e8e-bed4-5b4803e50be9" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114513Z:5223e03d-d9e8-4e8e-bed4-5b4803e50be9" ], - "Date": [ "Tue, 29 Mar 2022 11:45:13 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11892" ], + "x-ms-correlation-request-id": [ "fa761ac7-213b-4725-a0b5-8a3446974923" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064730Z:fa761ac7-213b-4725-a0b5-8a3446974923" ], + "Date": [ "Fri, 29 Apr 2022 06:47:29 GMT" ] }, "ContentHeaders": { "Content-Length": [ "411" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21\",\"name\":\"vrzd21\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"ce003735-0000-0400-0000-6242f1240000\\\"\",\"location\":\"eastus2\",\"tags\":{\"abc\":\"123\"},\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e\",\"name\":\"i5nm3e\",\"type\":\"Microsoft.HealthcareApis/workspaces\",\"etag\":\"\\\"2201eae8-0000-0400-0000-626b89de0000\\\"\",\"location\":\"eastus2\",\"tags\":{\"abc\":\"123\"},\"properties\":{\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21?api-version=2021-11-01+2": { + "AzHealthcareApisWorkspace+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e?api-version=2021-11-01+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/vrzd21?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/i5nm3e?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "138" ], - "x-ms-client-request-id": [ "82130d7b-7b26-44fb-a3b0-3fa7a312ed90" ], - "CommandName": [ "Remove-AzHealthcareAPIsWorkspace" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsWorkspace_DeleteViaIdentity" ], + "x-ms-unique-id": [ "123" ], + "x-ms-client-request-id": [ "3b5140e9-f8c7-45f8-83ce-10acd61aa818" ], + "CommandName": [ "Remove-AzHealthcareApisWorkspace" ], + "FullCommandName": [ "Remove-AzHealthcareApisWorkspace_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -701,18 +685,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3pc9ube2gf93orjev0dnnfkpo?api-version=2021-11-01\u0026operationResultResponseType=Location" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3pc9ube2gf93orjev0dnnfkpo?api-version=2021-11-01" ], + "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hwt49w2fck6988hxckvrxpzye?api-version=2021-11-01\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hwt49w2fck6988hxckvrxpzye?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "50bca59705d5c741811f5d9fa11217e0" ], + "X-Request-ID": [ "ba674272c9ae1f418f8345845cb1bfa6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], - "x-ms-request-id": [ "55f14874-a9c9-4c7b-8677-4b3034e82d21" ], - "x-ms-correlation-request-id": [ "55f14874-a9c9-4c7b-8677-4b3034e82d21" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114516Z:55f14874-a9c9-4c7b-8677-4b3034e82d21" ], - "Date": [ "Tue, 29 Mar 2022 11:45:15 GMT" ] + "x-ms-request-id": [ "f6d26e05-5ddb-491f-ac68-21c2c0ff2996" ], + "x-ms-correlation-request-id": [ "f6d26e05-5ddb-491f-ac68-21c2c0ff2996" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064731Z:f6d26e05-5ddb-491f-ac68-21c2c0ff2996" ], + "Date": [ "Fri, 29 Apr 2022 06:47:31 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -722,20 +705,20 @@ "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3pc9ube2gf93orjev0dnnfkpo?api-version=2021-11-01+3": { + "AzHealthcareApisWorkspace+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hwt49w2fck6988hxckvrxpzye?api-version=2021-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3pc9ube2gf93orjev0dnnfkpo?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hwt49w2fck6988hxckvrxpzye?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "139" ], - "x-ms-client-request-id": [ "82130d7b-7b26-44fb-a3b0-3fa7a312ed90" ], - "CommandName": [ "Remove-AzHealthcareAPIsWorkspace" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsWorkspace_DeleteViaIdentity" ], + "x-ms-unique-id": [ "124" ], + "x-ms-client-request-id": [ "3b5140e9-f8c7-45f8-83ce-10acd61aa818" ], + "CommandName": [ "Remove-AzHealthcareApisWorkspace" ], + "FullCommandName": [ "Remove-AzHealthcareApisWorkspace_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -745,40 +728,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "9e7f6b27-b7e1-43a0-bdc0-2bf4d52b937d" ], + "x-ms-request-id": [ "132ef1ba-e02b-40c9-9465-8b707452dca9" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "3320e7994ee9754e83ec9fb9699d0707" ], + "X-Request-ID": [ "57297dfcf5d40047aa16a43b1b371d4a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11877" ], - "x-ms-correlation-request-id": [ "1e8180b9-b229-44ae-b74b-a23e760f0a62" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114546Z:1e8180b9-b229-44ae-b74b-a23e760f0a62" ], - "Date": [ "Tue, 29 Mar 2022 11:45:46 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11891" ], + "x-ms-correlation-request-id": [ "897bc90c-14ad-4c7a-a3ef-a061421b858a" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064802Z:897bc90c-14ad-4c7a-a3ef-a061421b858a" ], + "Date": [ "Fri, 29 Apr 2022 06:48:01 GMT" ] }, "ContentHeaders": { "Content-Length": [ "255" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3pc9ube2gf93orjev0dnnfkpo\",\"name\":\"3pc9ube2gf93orjev0dnnfkpo\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T11:45:15.8665349Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hwt49w2fck6988hxckvrxpzye\",\"name\":\"hwt49w2fck6988hxckvrxpzye\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T06:47:31.7396644Z\"}", "isContentBase64": false } }, - "AzHealthcareAPIsWorkspace+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3pc9ube2gf93orjev0dnnfkpo?api-version=2021-11-01\u0026operationResultResponseType=Location+4": { + "AzHealthcareApisWorkspace+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hwt49w2fck6988hxckvrxpzye?api-version=2021-11-01\u0026operationResultResponseType=Location+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3pc9ube2gf93orjev0dnnfkpo?api-version=2021-11-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hwt49w2fck6988hxckvrxpzye?api-version=2021-11-01\u0026operationResultResponseType=Location", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "140" ], - "x-ms-client-request-id": [ "82130d7b-7b26-44fb-a3b0-3fa7a312ed90" ], - "CommandName": [ "Remove-AzHealthcareAPIsWorkspace" ], - "FullCommandName": [ "Remove-AzHealthcareAPIsWorkspace_DeleteViaIdentity" ], + "x-ms-unique-id": [ "125" ], + "x-ms-client-request-id": [ "3b5140e9-f8c7-45f8-83ce-10acd61aa818" ], + "CommandName": [ "Remove-AzHealthcareApisWorkspace" ], + "FullCommandName": [ "Remove-AzHealthcareApisWorkspace_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -788,16 +770,15 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "b26f91c4-818c-4b1d-9308-f0aa484d2770" ], + "x-ms-request-id": [ "aa67194b-9ab8-4207-8d87-8a2ec35251c1" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "ee5d34350a328442b3f96f8643abc7c4" ], + "X-Request-ID": [ "a2bbe9c02354d448804dc125d90c4d06" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11876" ], - "x-ms-correlation-request-id": [ "b9e44221-93f3-41d3-b853-f27a7ab8a5da" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114546Z:b9e44221-93f3-41d3-b853-f27a7ab8a5da" ], - "Date": [ "Tue, 29 Mar 2022 11:45:46 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11890" ], + "x-ms-correlation-request-id": [ "5fa63e86-99b4-4388-9caf-b3c4aab1abba" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064802Z:5fa63e86-99b4-4388-9caf-b3c4aab1abba" ], + "Date": [ "Fri, 29 Apr 2022 06:48:02 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], diff --git a/src/HealthcareApis/test/AzHealthcareAPIsWorkspace.Tests.ps1 b/src/HealthcareApis/test/AzHealthcareAPIsWorkspace.Tests.ps1 index 4d8e8df972c6..cebae33106d4 100644 --- a/src/HealthcareApis/test/AzHealthcareAPIsWorkspace.Tests.ps1 +++ b/src/HealthcareApis/test/AzHealthcareAPIsWorkspace.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'AzHealthcareAPIsWorkspace')) +if(($null -eq $TestName) -or ($TestName -contains 'AzHealthcareApisWorkspace')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'AzHealthcareAPIsWorkspace.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'AzHealthcareApisWorkspace.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,63 +14,63 @@ if(($null -eq $TestName) -or ($TestName -contains 'AzHealthcareAPIsWorkspace')) . ($mockingPath | Select-Object -First 1).FullName } -Describe 'AzHealthcareAPIsWorkspace' { +Describe 'AzHealthcareApisWorkspace' { It 'CreateExpanded' { { - $config = New-AzHealthcareAPIsWorkspace -Name $env.apiWorkspace2 -ResourceGroupName $env.resourceGroup -Location $env.location + $config = New-AzHealthcareApisWorkspace -Name $env.apiWorkspace2 -ResourceGroupName $env.resourceGroup -Location $env.location $config.Name | Should -Be $env.apiWorkspace2 - $config = New-AzHealthcareAPIsWorkspace -Name $env.apiWorkspace3 -ResourceGroupName $env.resourceGroup -Location $env.location + $config = New-AzHealthcareApisWorkspace -Name $env.apiWorkspace3 -ResourceGroupName $env.resourceGroup -Location $env.location $config.Name | Should -Be $env.apiWorkspace3 } | Should -Not -Throw } It 'List' { { - $config = Get-AzHealthcareAPIsWorkspace + $config = Get-AzHealthcareApisWorkspace $config.Count | Should -BeGreaterThan 0 } | Should -Not -Throw } It 'Get' { { - $config = Get-AzHealthcareAPIsWorkspace -Name $env.apiWorkspace2 -ResourceGroupName $env.resourceGroup + $config = Get-AzHealthcareApisWorkspace -Name $env.apiWorkspace2 -ResourceGroupName $env.resourceGroup $config.Name | Should -Be $env.apiWorkspace2 } | Should -Not -Throw } It 'UpdateExpanded' { { - $config = Update-AzHealthcareAPIsWorkspace -Name $env.apiWorkspace2 -ResourceGroupName $env.resourceGroup -Tag @{"abc"="123"} + $config = Update-AzHealthcareApisWorkspace -Name $env.apiWorkspace2 -ResourceGroupName $env.resourceGroup -Tag @{"abc"="123"} $config.Name | Should -Be $env.apiWorkspace2 } | Should -Not -Throw } It 'UpdateViaIdentityExpanded' { { - $config = Get-AzHealthcareAPIsWorkspace -Name $env.apiWorkspace3 -ResourceGroupName $env.resourceGroup - $config = Update-AzHealthcareAPIsWorkspace -InputObject $config -Tag @{"abc"="123"} + $config = Get-AzHealthcareApisWorkspace -Name $env.apiWorkspace3 -ResourceGroupName $env.resourceGroup + $config = Update-AzHealthcareApisWorkspace -InputObject $config -Tag @{"abc"="123"} $config.Name | Should -Be $env.apiWorkspace3 } | Should -Not -Throw } It 'List1' { { - $config = Get-AzHealthcareAPIsWorkspace -ResourceGroupName $env.resourceGroup + $config = Get-AzHealthcareApisWorkspace -ResourceGroupName $env.resourceGroup $config.Count | Should -BeGreaterThan 0 } | Should -Not -Throw } It 'Delete' { { - Remove-AzHealthcareAPIsWorkspace -Name $env.apiWorkspace2 -ResourceGroupName $env.resourceGroup + Remove-AzHealthcareApisWorkspace -Name $env.apiWorkspace2 -ResourceGroupName $env.resourceGroup } | Should -Not -Throw } It 'DeleteViaIdentity' { { - $config = Get-AzHealthcareAPIsWorkspace -Name $env.apiWorkspace3 -ResourceGroupName $env.resourceGroup - Remove-AzHealthcareAPIsWorkspace -InputObject $config + $config = Get-AzHealthcareApisWorkspace -Name $env.apiWorkspace3 -ResourceGroupName $env.resourceGroup + Remove-AzHealthcareApisWorkspace -InputObject $config } | Should -Not -Throw } } \ No newline at end of file diff --git a/src/HealthcareApis/test/AzHealthcareDicomService.Recording.json b/src/HealthcareApis/test/AzHealthcareDicomService.Recording.json index 0e1b8efe1f6e..517088090bbd 100644 --- a/src/HealthcareApis/test/AzHealthcareDicomService.Recording.json +++ b/src/HealthcareApis/test/AzHealthcareDicomService.Recording.json @@ -1,8 +1,8 @@ { - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/0gx4dm?api-version=2021-11-01+1": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/px5y0q?api-version=2021-11-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/0gx4dm?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/px5y0q?api-version=2021-11-01", "Content": "{\r\n \"location\": \"eastus2\"\r\n}", "isContentBase64": false, "Headers": { @@ -17,601 +17,41 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce007a3d-0000-0400-0000-6242f16f0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "c461bd7b-813e-4148-a1c4-fb653f719bed" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01" ], + "ETag": [ "\"2201b5f2-0000-0400-0000-626b8a270000\"" ], + "x-ms-request-id": [ "a5efa5ea-9d3a-4370-b374-ce858dd0c856" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "985dca6d7a3a8e48869143a2b68747c0" ], + "X-Request-ID": [ "a31ea234c4b08744b42e9b5a317909fb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1188" ], - "x-ms-correlation-request-id": [ "b108d0c1-6237-464f-aa4a-21078c6e0042" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114553Z:b108d0c1-6237-464f-aa4a-21078c6e0042" ], - "Date": [ "Tue, 29 Mar 2022 11:45:53 GMT" ] + "x-ms-correlation-request-id": [ "f8b3043f-ac04-4b37-b797-2663abcc26de" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064808Z:f8b3043f-ac04-4b37-b797-2663abcc26de" ], + "Date": [ "Fri, 29 Apr 2022 06:48:07 GMT" ] }, "ContentHeaders": { "Content-Length": [ "662" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/0gx4dm\",\"name\":\"ax2qzb/0gx4dm\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"ce007a3d-0000-0400-0000-6242f16f0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Creating\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/px5y0q\",\"name\":\"mtz9gq/px5y0q\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"2201b5f2-0000-0400-0000-626b8a270000\\\"\",\"location\":\"eastus2\",\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Creating\"}}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+2": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "142" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], - "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "f301d2aa-cfbd-4576-91ce-e5ef23c738e6" ], - "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "f0ed6f618d48614b8a44bec15e252dce" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11875" ], - "x-ms-correlation-request-id": [ "b3a64392-9c87-40da-8e41-0b16c920cd8e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114623Z:b3a64392-9c87-40da-8e41-0b16c920cd8e" ], - "Date": [ "Tue, 29 Mar 2022 11:46:23 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "253" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", - "isContentBase64": false - } - }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "143" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], - "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "bd3be380-bbc0-4575-a191-54517f32b915" ], - "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "1d5d16c746e7fb4bbaed6fbcfa69efd4" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11874" ], - "x-ms-correlation-request-id": [ "6d211c2d-4892-4ae4-9667-24ee79a86c1a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114654Z:6d211c2d-4892-4ae4-9667-24ee79a86c1a" ], - "Date": [ "Tue, 29 Mar 2022 11:46:53 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "253" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", - "isContentBase64": false - } - }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "144" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], - "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "cc163bbe-244f-4c5f-8aa2-e12e949438bf" ], - "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "acad7bd5bffba14ba0c9ce7e5bb26881" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11873" ], - "x-ms-correlation-request-id": [ "1fd8280e-419a-4183-b96a-97e43b073ebd" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114724Z:1fd8280e-419a-4183-b96a-97e43b073ebd" ], - "Date": [ "Tue, 29 Mar 2022 11:47:23 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "253" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", - "isContentBase64": false - } - }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "145" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], - "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "ffc2a91d-65e2-4963-a145-ed11b57b64fd" ], - "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "5715a0b574f79e458f0cf8f5947093fb" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11872" ], - "x-ms-correlation-request-id": [ "7569fff7-b6e4-45c1-9a38-1f776fa8a34f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114754Z:7569fff7-b6e4-45c1-9a38-1f776fa8a34f" ], - "Date": [ "Tue, 29 Mar 2022 11:47:53 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "253" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", - "isContentBase64": false - } - }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "146" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], - "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "5bbd8ae3-6194-475c-92c4-023e6ff981d6" ], - "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "a86d95a8b281304cb9fbc4facd5fd258" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11871" ], - "x-ms-correlation-request-id": [ "33784f2b-faa7-4a38-8627-b5b518716683" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114825Z:33784f2b-faa7-4a38-8627-b5b518716683" ], - "Date": [ "Tue, 29 Mar 2022 11:48:24 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "253" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", - "isContentBase64": false - } - }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "147" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], - "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "92c4440a-3d04-4fef-9dd4-8c9d71953fce" ], - "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "bb87d28387d25f45b260f2cc841c85dd" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11870" ], - "x-ms-correlation-request-id": [ "f52f9765-cae7-4959-9e4a-31254769bd9a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114855Z:f52f9765-cae7-4959-9e4a-31254769bd9a" ], - "Date": [ "Tue, 29 Mar 2022 11:48:55 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "253" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", - "isContentBase64": false - } - }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+8": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "148" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], - "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "42104a2b-7bbf-4924-9d87-c71f7598c903" ], - "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "cffc4c68cc807f4799a0b6651d5f7946" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11869" ], - "x-ms-correlation-request-id": [ "94f0b11c-4900-45b5-9964-9142a1ba534b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114925Z:94f0b11c-4900-45b5-9964-9142a1ba534b" ], - "Date": [ "Tue, 29 Mar 2022 11:49:25 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "253" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", - "isContentBase64": false - } - }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "149" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], - "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "9556a6aa-0ff6-42df-9585-a1da3a0c5bd8" ], - "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "1f90b1e36866ba47bc2181485aa8755a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11868" ], - "x-ms-correlation-request-id": [ "ee81f3cb-04fa-4604-b96f-acdcb1000fe5" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T114956Z:ee81f3cb-04fa-4604-b96f-acdcb1000fe5" ], - "Date": [ "Tue, 29 Mar 2022 11:49:56 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "253" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", - "isContentBase64": false - } - }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+10": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "150" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], - "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "0a538fd9-6215-45dc-b4ed-2a932d7020f3" ], - "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "1c1ab8dcf963534e846ebff2401a0bc0" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11867" ], - "x-ms-correlation-request-id": [ "23fe6a99-e5d6-437b-b28f-92e8f9edb72a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115026Z:23fe6a99-e5d6-437b-b28f-92e8f9edb72a" ], - "Date": [ "Tue, 29 Mar 2022 11:50:26 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "253" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", - "isContentBase64": false - } - }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+11": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "151" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], - "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "df19ef06-49d6-4491-a6b4-7b683638ed9f" ], - "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "95d673a4f9c56d429b9831db147ae034" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11866" ], - "x-ms-correlation-request-id": [ "490b7e98-f93e-47d7-854a-1ec2da9ffa02" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115056Z:490b7e98-f93e-47d7-854a-1ec2da9ffa02" ], - "Date": [ "Tue, 29 Mar 2022 11:50:56 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "253" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", - "isContentBase64": false - } - }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+12": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "152" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], - "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "215be7e8-088e-404f-9ed2-e73d6dd9c389" ], - "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "54a0fb7d2a87ce4f94d8fee03f4ee71c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11865" ], - "x-ms-correlation-request-id": [ "06ccae65-c556-4807-bd1c-37673171f17a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115127Z:06ccae65-c556-4807-bd1c-37673171f17a" ], - "Date": [ "Tue, 29 Mar 2022 11:51:26 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "253" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", - "isContentBase64": false - } - }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+13": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "153" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], - "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "1b46f29a-cfd9-4966-a84e-663cb4282322" ], - "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "3bf0a29f2dc0cb4c81fb2feaee0467e9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11864" ], - "x-ms-correlation-request-id": [ "d3cc6545-8dec-40c2-aea3-2db9c7bec1d4" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115157Z:d3cc6545-8dec-40c2-aea3-2db9c7bec1d4" ], - "Date": [ "Tue, 29 Mar 2022 11:51:56 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "253" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", - "isContentBase64": false - } - }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+14": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "154" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], - "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "9809cf4b-31ea-4653-9771-ea98d34c662e" ], - "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "08141a07e56780419115b3492efcc6c9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11863" ], - "x-ms-correlation-request-id": [ "78f9d66a-3fbe-4cd4-952b-3443af01e315" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115228Z:78f9d66a-3fbe-4cd4-952b-3443af01e315" ], - "Date": [ "Tue, 29 Mar 2022 11:52:27 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "253" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", - "isContentBase64": false - } - }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+15": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "155" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], + "x-ms-unique-id": [ "127" ], + "x-ms-client-request-id": [ "e494d7c3-d5ed-4c6f-a0db-e2315f102ea3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -621,40 +61,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "9ef08037-70f2-4620-a619-f3c6dbd6a61b" ], + "x-ms-request-id": [ "359fd7a9-bbdf-44b9-92b1-b17cf35ed5a2" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "e255cc0584d06d43aa126cbb6c8d068f" ], + "X-Request-ID": [ "d1ff35e2515a16488412e304d45ad6e6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11862" ], - "x-ms-correlation-request-id": [ "b97ef696-3a3a-463e-8a81-8e113cc38434" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115258Z:b97ef696-3a3a-463e-8a81-8e113cc38434" ], - "Date": [ "Tue, 29 Mar 2022 11:52:58 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11889" ], + "x-ms-correlation-request-id": [ "9efd787d-72ab-4ab8-a8d2-eb5d15c4139d" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064839Z:9efd787d-72ab-4ab8-a8d2-eb5d15c4139d" ], + "Date": [ "Fri, 29 Apr 2022 06:48:38 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9\",\"name\":\"js0lfde53hjht1u1r9sa3wex9\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:48:07.2490101Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+16": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "156" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], + "x-ms-unique-id": [ "128" ], + "x-ms-client-request-id": [ "e494d7c3-d5ed-4c6f-a0db-e2315f102ea3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -664,40 +103,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "7e3760ea-3fde-428e-936a-a388c2ac7c8e" ], + "x-ms-request-id": [ "db88284a-5c49-43a4-aead-028a2ae73710" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "b562e78517513d4082383588b0b98d03" ], + "X-Request-ID": [ "0fed2cbf9bdfd04996b75b10a74d64ed" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11861" ], - "x-ms-correlation-request-id": [ "47a5ef3d-4286-4161-9192-7ffc294c1616" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115328Z:47a5ef3d-4286-4161-9192-7ffc294c1616" ], - "Date": [ "Tue, 29 Mar 2022 11:53:28 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11888" ], + "x-ms-correlation-request-id": [ "16baa93f-4d17-446c-b198-8b878751bc44" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064909Z:16baa93f-4d17-446c-b198-8b878751bc44" ], + "Date": [ "Fri, 29 Apr 2022 06:49:08 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9\",\"name\":\"js0lfde53hjht1u1r9sa3wex9\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:48:07.2490101Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+17": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "157" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], + "x-ms-unique-id": [ "129" ], + "x-ms-client-request-id": [ "e494d7c3-d5ed-4c6f-a0db-e2315f102ea3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -707,40 +145,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "f1517d0e-7505-447e-91e6-11cdbeba5c2e" ], + "x-ms-request-id": [ "6f937188-33d8-484d-978b-4c14f8f6c0c4" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "e8f0fd162d265f4a8cdbcae83fc1f24d" ], + "X-Request-ID": [ "e6ff11b6495edc4686fe37eba739e3d1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11860" ], - "x-ms-correlation-request-id": [ "8ed9abe4-9595-4440-b3fd-cbd1163ddbf6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115359Z:8ed9abe4-9595-4440-b3fd-cbd1163ddbf6" ], - "Date": [ "Tue, 29 Mar 2022 11:53:58 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11887" ], + "x-ms-correlation-request-id": [ "0fad76a8-86d8-40b7-8fa4-3e0f311166e0" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T064939Z:0fad76a8-86d8-40b7-8fa4-3e0f311166e0" ], + "Date": [ "Fri, 29 Apr 2022 06:49:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9\",\"name\":\"js0lfde53hjht1u1r9sa3wex9\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:48:07.2490101Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+18": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "158" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], + "x-ms-unique-id": [ "130" ], + "x-ms-client-request-id": [ "e494d7c3-d5ed-4c6f-a0db-e2315f102ea3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -750,40 +187,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "11d52da4-c20d-4848-9958-18b28097f194" ], + "x-ms-request-id": [ "cf3b326f-7921-4822-b4d0-fe2e4f82a918" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "566dc2911b2ebe40bb33938494af86b5" ], + "X-Request-ID": [ "0742732df493454f83a70cd43c102ff3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11859" ], - "x-ms-correlation-request-id": [ "5d9aad2d-c8cf-444c-803c-dec50f37796d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115429Z:5d9aad2d-c8cf-444c-803c-dec50f37796d" ], - "Date": [ "Tue, 29 Mar 2022 11:54:29 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11886" ], + "x-ms-correlation-request-id": [ "b1dc84a0-8e6e-494b-af6b-980e3e9163de" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065010Z:b1dc84a0-8e6e-494b-af6b-980e3e9163de" ], + "Date": [ "Fri, 29 Apr 2022 06:50:09 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9\",\"name\":\"js0lfde53hjht1u1r9sa3wex9\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:48:07.2490101Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+19": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "159" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], + "x-ms-unique-id": [ "131" ], + "x-ms-client-request-id": [ "e494d7c3-d5ed-4c6f-a0db-e2315f102ea3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -793,167 +229,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "7b07b056-3ef9-4030-8766-4c532874bca3" ], + "x-ms-request-id": [ "f790a9af-8e04-4f54-9172-9987e1bdf6fb" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "3dc848e505fedd4b978f9971228608f9" ], + "X-Request-ID": [ "60ad19515304a14abc2d7dca68cb002d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11858" ], - "x-ms-correlation-request-id": [ "738ecd6d-a8d9-4f6f-98e4-ba604eae313e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115459Z:738ecd6d-a8d9-4f6f-98e4-ba604eae313e" ], - "Date": [ "Tue, 29 Mar 2022 11:54:59 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11885" ], + "x-ms-correlation-request-id": [ "f5afeb4d-cc3c-4547-812c-bb46069a4492" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065040Z:f5afeb4d-cc3c-4547-812c-bb46069a4492" ], + "Date": [ "Fri, 29 Apr 2022 06:50:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", - "isContentBase64": false - } - }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01+20": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o?api-version=2021-11-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "160" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], - "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "0cd0028c-55e5-4c68-8c74-762fdafdc753" ], - "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "ec224c3eb4763c429f92b5ca65ecd299" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11863" ], - "x-ms-correlation-request-id": [ "01e89699-6c7f-476b-a923-5ed4829e3c2d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115530Z:01e89699-6c7f-476b-a923-5ed4829e3c2d" ], - "Date": [ "Tue, 29 Mar 2022 11:55:29 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "255" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/23gjkeg7ehz15jzjp25jk3a6o\",\"name\":\"23gjkeg7ehz15jzjp25jk3a6o\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T11:45:51.9053525Z\"}", - "isContentBase64": false - } - }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/0gx4dm?api-version=2021-11-01+21": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/0gx4dm?api-version=2021-11-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "161" ], - "x-ms-client-request-id": [ "b084d771-f30f-44db-b675-5d6bf88ad63f" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], - "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "ETag": [ "\"ce005c6d-0000-0400-0000-6242f3980000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "f3326577-5ad6-498b-8261-43a894f8a445" ], - "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "69c95d90e8b030468d83179850721efd" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11862" ], - "x-ms-correlation-request-id": [ "6573f713-1a96-482d-ab11-03e080538ccf" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115530Z:6573f713-1a96-482d-ab11-03e080538ccf" ], - "Date": [ "Tue, 29 Mar 2022 11:55:29 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "714" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/0gx4dm\",\"name\":\"ax2qzb/0gx4dm\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"ce005c6d-0000-0400-0000-6242f3980000\\\"\",\"location\":\"eastus2\",\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://ax2qzb-0gx4dm.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", - "isContentBase64": false - } - }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e?api-version=2021-11-01+22": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e?api-version=2021-11-01", - "Content": "{\r\n \"location\": \"eastus2\"\r\n}", - "isContentBase64": false, - "Headers": { - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "29" ] - } - }, - "Response": { - "StatusCode": 201, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00b06f-0000-0400-0000-6242f3b80000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "a461038a-b0e6-4b08-9be4-b79a88fbacd5" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01" ], - "X-Content-Type-Options": [ "nosniff" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "adf39550abfb384fa3de53f043173879" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], - "x-ms-correlation-request-id": [ "80b58b1a-839f-4aba-a3dd-fb7d8641995b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115538Z:80b58b1a-839f-4aba-a3dd-fb7d8641995b" ], - "Date": [ "Tue, 29 Mar 2022 11:55:37 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "662" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e\",\"name\":\"ax2qzb/kilm1e\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"ce00b06f-0000-0400-0000-6242f3b80000\\\"\",\"location\":\"eastus2\",\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Creating\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9\",\"name\":\"js0lfde53hjht1u1r9sa3wex9\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:48:07.2490101Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01+23": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "163" ], - "x-ms-client-request-id": [ "82572bdf-7940-440c-b103-798a64280486" ], + "x-ms-unique-id": [ "132" ], + "x-ms-client-request-id": [ "e494d7c3-d5ed-4c6f-a0db-e2315f102ea3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -963,40 +271,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "7b7fe6ff-5de2-4ac2-9de3-df7ca1d01f8f" ], + "x-ms-request-id": [ "fdd6889d-01d4-490d-9891-02bf55b61cb2" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "0fe5d8890fd41140ab41447ad87dea52" ], + "X-Request-ID": [ "e1f6402d07ae914ca0c258fe07914f19" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11861" ], - "x-ms-correlation-request-id": [ "afc88c78-5c92-4264-be81-f481d2825569" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115608Z:afc88c78-5c92-4264-be81-f481d2825569" ], - "Date": [ "Tue, 29 Mar 2022 11:56:07 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11884" ], + "x-ms-correlation-request-id": [ "11bb5f3c-3626-43ea-a30f-db74dff30e2f" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065110Z:11bb5f3c-3626-43ea-a30f-db74dff30e2f" ], + "Date": [ "Fri, 29 Apr 2022 06:51:10 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz\",\"name\":\"2ibs7szexv36veyjpm7e8r7cz\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:55:36.5612425Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9\",\"name\":\"js0lfde53hjht1u1r9sa3wex9\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:48:07.2490101Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01+24": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "164" ], - "x-ms-client-request-id": [ "82572bdf-7940-440c-b103-798a64280486" ], + "x-ms-unique-id": [ "133" ], + "x-ms-client-request-id": [ "e494d7c3-d5ed-4c6f-a0db-e2315f102ea3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1006,40 +313,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11860" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "1b8c9d04-0ac7-411e-a11d-4b1f26f94778" ], + "x-ms-request-id": [ "2007a10a-e3b7-4083-99ce-72bcd59ae69f" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "14d90de420d0874e93e7d511541462dd" ], + "X-Request-ID": [ "6a6e5ab5d1a2824e8e04fd62379c0874" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "0b510913-08ed-42e6-a97b-e9c4ad13bf7f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115638Z:0b510913-08ed-42e6-a97b-e9c4ad13bf7f" ], - "Date": [ "Tue, 29 Mar 2022 11:56:38 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11883" ], + "x-ms-correlation-request-id": [ "a5616a13-70ff-4e64-9d40-b78b7a2a762c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065141Z:a5616a13-70ff-4e64-9d40-b78b7a2a762c" ], + "Date": [ "Fri, 29 Apr 2022 06:51:40 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz\",\"name\":\"2ibs7szexv36veyjpm7e8r7cz\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:55:36.5612425Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9\",\"name\":\"js0lfde53hjht1u1r9sa3wex9\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:48:07.2490101Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01+25": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "165" ], - "x-ms-client-request-id": [ "82572bdf-7940-440c-b103-798a64280486" ], + "x-ms-unique-id": [ "134" ], + "x-ms-client-request-id": [ "e494d7c3-d5ed-4c6f-a0db-e2315f102ea3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1049,40 +355,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "426fdf88-0145-45df-8576-0bce03c42e33" ], + "x-ms-request-id": [ "9060250d-b6ce-4910-84d2-dd1c36d4ce09" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "8681112a447e1e4f84cdfe5016beff44" ], + "X-Request-ID": [ "c9afb33ee7209242ad3e8837c8695a4b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11859" ], - "x-ms-correlation-request-id": [ "c3a222cb-30ca-4e00-9d49-b374ee652ac7" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115709Z:c3a222cb-30ca-4e00-9d49-b374ee652ac7" ], - "Date": [ "Tue, 29 Mar 2022 11:57:08 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11882" ], + "x-ms-correlation-request-id": [ "bb475d65-ce22-4954-a4ad-7dd688d50440" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065211Z:bb475d65-ce22-4954-a4ad-7dd688d50440" ], + "Date": [ "Fri, 29 Apr 2022 06:52:11 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz\",\"name\":\"2ibs7szexv36veyjpm7e8r7cz\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:55:36.5612425Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9\",\"name\":\"js0lfde53hjht1u1r9sa3wex9\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:48:07.2490101Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01+26": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "166" ], - "x-ms-client-request-id": [ "82572bdf-7940-440c-b103-798a64280486" ], + "x-ms-unique-id": [ "135" ], + "x-ms-client-request-id": [ "e494d7c3-d5ed-4c6f-a0db-e2315f102ea3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1092,40 +397,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "e6d1afdd-9d1f-472f-8bd5-cfe918ac6033" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11881" ], + "x-ms-request-id": [ "7c6b4136-8c33-4dc1-bfb9-03c11a376273" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "ef8e373ef4b07b4b8f96141d57d761bf" ], + "X-Request-ID": [ "69c77e8a3246b640b0777d6ea8dcc086" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11858" ], - "x-ms-correlation-request-id": [ "84d2b90d-d211-43e8-b649-158b4a31213e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115739Z:84d2b90d-d211-43e8-b649-158b4a31213e" ], - "Date": [ "Tue, 29 Mar 2022 11:57:38 GMT" ] + "x-ms-correlation-request-id": [ "dbc70be5-a59c-48cf-9e9e-55c4b79af18c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065241Z:dbc70be5-a59c-48cf-9e9e-55c4b79af18c" ], + "Date": [ "Fri, 29 Apr 2022 06:52:41 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz\",\"name\":\"2ibs7szexv36veyjpm7e8r7cz\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:55:36.5612425Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9\",\"name\":\"js0lfde53hjht1u1r9sa3wex9\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:48:07.2490101Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01+27": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "167" ], - "x-ms-client-request-id": [ "82572bdf-7940-440c-b103-798a64280486" ], + "x-ms-unique-id": [ "136" ], + "x-ms-client-request-id": [ "e494d7c3-d5ed-4c6f-a0db-e2315f102ea3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1135,40 +439,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "745da435-e02f-4127-bc76-954bfcf7ccd8" ], + "x-ms-request-id": [ "de86db15-02fd-4b52-84a6-376ee490dcc3" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "15b268b4d9356f43841e2b42ceb21dfd" ], + "X-Request-ID": [ "96678964e2a7124eb127307df2b7e50c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11857" ], - "x-ms-correlation-request-id": [ "cf875c85-0777-404c-8f5d-b15b7c1aa14c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115809Z:cf875c85-0777-404c-8f5d-b15b7c1aa14c" ], - "Date": [ "Tue, 29 Mar 2022 11:58:09 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11880" ], + "x-ms-correlation-request-id": [ "1e0cb38c-44b3-4ae1-b739-68d46b536129" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065312Z:1e0cb38c-44b3-4ae1-b739-68d46b536129" ], + "Date": [ "Fri, 29 Apr 2022 06:53:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "253" ], + "Content-Length": [ "255" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz\",\"name\":\"2ibs7szexv36veyjpm7e8r7cz\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:55:36.5612425Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/js0lfde53hjht1u1r9sa3wex9\",\"name\":\"js0lfde53hjht1u1r9sa3wex9\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T06:48:07.2490101Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01+28": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/px5y0q?api-version=2021-11-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/px5y0q?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "168" ], - "x-ms-client-request-id": [ "82572bdf-7940-440c-b103-798a64280486" ], + "x-ms-unique-id": [ "137" ], + "x-ms-client-request-id": [ "e494d7c3-d5ed-4c6f-a0db-e2315f102ea3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1178,83 +481,79 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "30018176-08ad-4812-8a61-cf557e24053f" ], + "ETag": [ "\"23010716-0000-0400-0000-626b8b3d0000\"" ], + "x-ms-request-id": [ "e877aff0-bfd9-48be-ab3c-ce7c2f804b47" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "96793a6ca0afaf4b9510c424f588635a" ], + "X-Request-ID": [ "ed89eed7d8034a46a3983b0662c34fc2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11856" ], - "x-ms-correlation-request-id": [ "806bfd5e-2a4d-479d-8bd6-c0e8953d0e03" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115840Z:806bfd5e-2a4d-479d-8bd6-c0e8953d0e03" ], - "Date": [ "Tue, 29 Mar 2022 11:58:39 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11879" ], + "x-ms-correlation-request-id": [ "afc4b8d8-f4e7-43a0-b7f8-7a8d50bda527" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065312Z:afc4b8d8-f4e7-43a0-b7f8-7a8d50bda527" ], + "Date": [ "Fri, 29 Apr 2022 06:53:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "253" ], + "Content-Length": [ "714" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz\",\"name\":\"2ibs7szexv36veyjpm7e8r7cz\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:55:36.5612425Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/px5y0q\",\"name\":\"mtz9gq/px5y0q\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"23010716-0000-0400-0000-626b8b3d0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://mtz9gq-px5y0q.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01+29": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe?api-version=2021-11-01+13": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01", - "Content": null, + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe?api-version=2021-11-01", + "Content": "{\r\n \"location\": \"eastus2\"\r\n}", "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "169" ], - "x-ms-client-request-id": [ "82572bdf-7940-440c-b103-798a64280486" ], - "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], - "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "29" ] } }, "Response": { - "StatusCode": 200, + "StatusCode": 201, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "71abe037-7bb8-4abe-bd45-1de7fdcde3ba" ], + "ETag": [ "\"2301841a-0000-0400-0000-626b8b5c0000\"" ], + "x-ms-request-id": [ "122de36f-7388-4ff9-9727-4db0a5f4db0e" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "66d0a9232d97684a973faeb4f0844d8f" ], + "X-Request-ID": [ "1bbd226466a8b14ab129ad28ef6bb2ee" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11855" ], - "x-ms-correlation-request-id": [ "277b5c49-f4c5-44f9-8523-dde7d8038c6c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115910Z:277b5c49-f4c5-44f9-8523-dde7d8038c6c" ], - "Date": [ "Tue, 29 Mar 2022 11:59:10 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1187" ], + "x-ms-correlation-request-id": [ "f5cfeeb0-7bde-4b0a-8336-85c67faa370e" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065318Z:f5cfeeb0-7bde-4b0a-8336-85c67faa370e" ], + "Date": [ "Fri, 29 Apr 2022 06:53:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "253" ], + "Content-Length": [ "662" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz\",\"name\":\"2ibs7szexv36veyjpm7e8r7cz\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:55:36.5612425Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe\",\"name\":\"mtz9gq/w063fe\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"2301841a-0000-0400-0000-626b8b5c0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Creating\"}}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01+30": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "170" ], - "x-ms-client-request-id": [ "82572bdf-7940-440c-b103-798a64280486" ], + "x-ms-unique-id": [ "139" ], + "x-ms-client-request-id": [ "8afdc34a-5dfc-459e-b4e3-1d5c82ef034c" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1264,40 +563,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "503e929c-0d59-493a-b581-0f0f405d417d" ], + "x-ms-request-id": [ "4f2176f8-e92b-413b-bfa8-fb5b238074dc" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "a02cf2b6e551c740b6c11cba3e6855b8" ], + "X-Request-ID": [ "4cc8ceb2d306534e9b5ae902b3b8e0e5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11854" ], - "x-ms-correlation-request-id": [ "8ab07418-0156-4c59-9fb7-86c6f1fe6019" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T115940Z:8ab07418-0156-4c59-9fb7-86c6f1fe6019" ], - "Date": [ "Tue, 29 Mar 2022 11:59:40 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11878" ], + "x-ms-correlation-request-id": [ "18f754c5-1f14-4c6e-a2a1-b980170eb411" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065349Z:18f754c5-1f14-4c6e-a2a1-b980170eb411" ], + "Date": [ "Fri, 29 Apr 2022 06:53:48 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz\",\"name\":\"2ibs7szexv36veyjpm7e8r7cz\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:55:36.5612425Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik\",\"name\":\"5aydp6zagp37q2ohi9holduik\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:53:16.9386558Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01+31": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "171" ], - "x-ms-client-request-id": [ "82572bdf-7940-440c-b103-798a64280486" ], + "x-ms-unique-id": [ "140" ], + "x-ms-client-request-id": [ "8afdc34a-5dfc-459e-b4e3-1d5c82ef034c" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1307,40 +605,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "1d6f4750-7d35-4122-872d-d59035530ae8" ], + "x-ms-request-id": [ "399be7f6-be28-4418-89c2-841663834039" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "7070c79ca9eb2e48bd5d579cd96092c6" ], + "X-Request-ID": [ "5a2625701368294c8d5398965718eeea" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11864" ], - "x-ms-correlation-request-id": [ "1c1e0865-e99e-4ff0-b6f2-9cf80c780b2b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120011Z:1c1e0865-e99e-4ff0-b6f2-9cf80c780b2b" ], - "Date": [ "Tue, 29 Mar 2022 12:00:10 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11877" ], + "x-ms-correlation-request-id": [ "0b257939-9cc6-4538-95ad-18eabdc3c18f" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065419Z:0b257939-9cc6-4538-95ad-18eabdc3c18f" ], + "Date": [ "Fri, 29 Apr 2022 06:54:18 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz\",\"name\":\"2ibs7szexv36veyjpm7e8r7cz\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:55:36.5612425Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik\",\"name\":\"5aydp6zagp37q2ohi9holduik\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:53:16.9386558Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01+32": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "172" ], - "x-ms-client-request-id": [ "82572bdf-7940-440c-b103-798a64280486" ], + "x-ms-unique-id": [ "141" ], + "x-ms-client-request-id": [ "8afdc34a-5dfc-459e-b4e3-1d5c82ef034c" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1350,40 +647,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "5c40a04c-7688-4036-8d25-674d214e0c76" ], + "x-ms-request-id": [ "745bd0fb-8005-417b-9c90-a5cee03d8daf" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "633870ed68f7554f8a31b78f16cfb613" ], + "X-Request-ID": [ "103e77199ec95c43b623064025b51091" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11863" ], - "x-ms-correlation-request-id": [ "f8232f24-4440-4f22-bc94-81c4e958bce3" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120041Z:f8232f24-4440-4f22-bc94-81c4e958bce3" ], - "Date": [ "Tue, 29 Mar 2022 12:00:40 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11876" ], + "x-ms-correlation-request-id": [ "dcf02d23-4687-48d6-af4e-a2b0c09f2a7c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065449Z:dcf02d23-4687-48d6-af4e-a2b0c09f2a7c" ], + "Date": [ "Fri, 29 Apr 2022 06:54:48 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz\",\"name\":\"2ibs7szexv36veyjpm7e8r7cz\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:55:36.5612425Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik\",\"name\":\"5aydp6zagp37q2ohi9holduik\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:53:16.9386558Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01+33": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "173" ], - "x-ms-client-request-id": [ "82572bdf-7940-440c-b103-798a64280486" ], + "x-ms-unique-id": [ "142" ], + "x-ms-client-request-id": [ "8afdc34a-5dfc-459e-b4e3-1d5c82ef034c" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1393,40 +689,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "40b6df01-b0ad-428b-96a5-96774d12b263" ], + "x-ms-request-id": [ "4dc6928b-ed28-4d79-b592-955d75d3538d" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "a44aca6ed55e7c4a8597c04c26576fe3" ], + "X-Request-ID": [ "01b59373d4673143a1f469e396a5a9ef" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11862" ], - "x-ms-correlation-request-id": [ "16b73821-4b53-48fe-a466-7926693f5e35" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120111Z:16b73821-4b53-48fe-a466-7926693f5e35" ], - "Date": [ "Tue, 29 Mar 2022 12:01:11 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11874" ], + "x-ms-correlation-request-id": [ "dd12d588-c99e-4faa-aac4-3750a0e9f45a" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065520Z:dd12d588-c99e-4faa-aac4-3750a0e9f45a" ], + "Date": [ "Fri, 29 Apr 2022 06:55:19 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz\",\"name\":\"2ibs7szexv36veyjpm7e8r7cz\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:55:36.5612425Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik\",\"name\":\"5aydp6zagp37q2ohi9holduik\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:53:16.9386558Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01+34": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "174" ], - "x-ms-client-request-id": [ "82572bdf-7940-440c-b103-798a64280486" ], + "x-ms-unique-id": [ "143" ], + "x-ms-client-request-id": [ "8afdc34a-5dfc-459e-b4e3-1d5c82ef034c" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1436,40 +731,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "fc1e2bd4-fb5f-4a81-a4d4-d5b502fdfdb7" ], + "x-ms-request-id": [ "bb873a6b-2d39-49b3-9c85-87f04666e44a" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "d14537a8cbb64d41b17d9366c3793c12" ], + "X-Request-ID": [ "8ab04373f0dc014a9917a58c76cf77da" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11861" ], - "x-ms-correlation-request-id": [ "384485e3-a2fc-4490-8de1-854c66897c5f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120142Z:384485e3-a2fc-4490-8de1-854c66897c5f" ], - "Date": [ "Tue, 29 Mar 2022 12:01:42 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11873" ], + "x-ms-correlation-request-id": [ "bb499153-7126-48e5-af6c-86640103e93d" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065550Z:bb499153-7126-48e5-af6c-86640103e93d" ], + "Date": [ "Fri, 29 Apr 2022 06:55:50 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz\",\"name\":\"2ibs7szexv36veyjpm7e8r7cz\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:55:36.5612425Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik\",\"name\":\"5aydp6zagp37q2ohi9holduik\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:53:16.9386558Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01+35": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "175" ], - "x-ms-client-request-id": [ "82572bdf-7940-440c-b103-798a64280486" ], + "x-ms-unique-id": [ "144" ], + "x-ms-client-request-id": [ "8afdc34a-5dfc-459e-b4e3-1d5c82ef034c" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1479,40 +773,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "11620697-a33e-4c75-baa0-f59c9c850eeb" ], + "x-ms-request-id": [ "23543ded-5053-4404-921d-5b74a9e3694d" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "c67bff776fcab841bf5b87fb022b9c5b" ], + "X-Request-ID": [ "975c3627b30130458fd4d010c2f6ce1b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11860" ], - "x-ms-correlation-request-id": [ "caa220f6-d717-4d52-9994-b2f17e0f69db" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120212Z:caa220f6-d717-4d52-9994-b2f17e0f69db" ], - "Date": [ "Tue, 29 Mar 2022 12:02:12 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11872" ], + "x-ms-correlation-request-id": [ "4c432b91-f5ef-4851-9ec5-ee17a5955e49" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065620Z:4c432b91-f5ef-4851-9ec5-ee17a5955e49" ], + "Date": [ "Fri, 29 Apr 2022 06:56:20 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz\",\"name\":\"2ibs7szexv36veyjpm7e8r7cz\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:55:36.5612425Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik\",\"name\":\"5aydp6zagp37q2ohi9holduik\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:53:16.9386558Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01+36": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01+20": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "176" ], - "x-ms-client-request-id": [ "82572bdf-7940-440c-b103-798a64280486" ], + "x-ms-unique-id": [ "145" ], + "x-ms-client-request-id": [ "8afdc34a-5dfc-459e-b4e3-1d5c82ef034c" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1522,40 +815,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "1721c4d9-c652-42bd-9f1e-45c08247d8cc" ], + "x-ms-request-id": [ "11440f63-2ada-48b6-954f-b711d1645581" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "bfa33484cd16fe4e97728f81d1d0e7d6" ], + "X-Request-ID": [ "c2ababc9bb38bc49940f27c406a6a949" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11859" ], - "x-ms-correlation-request-id": [ "c5b8353c-dbcb-4586-acdb-7ec75e63df0c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120243Z:c5b8353c-dbcb-4586-acdb-7ec75e63df0c" ], - "Date": [ "Tue, 29 Mar 2022 12:02:42 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11871" ], + "x-ms-correlation-request-id": [ "46669748-8066-4355-9f20-40998561189d" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065651Z:46669748-8066-4355-9f20-40998561189d" ], + "Date": [ "Fri, 29 Apr 2022 06:56:50 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz\",\"name\":\"2ibs7szexv36veyjpm7e8r7cz\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:55:36.5612425Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik\",\"name\":\"5aydp6zagp37q2ohi9holduik\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:53:16.9386558Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01+37": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "177" ], - "x-ms-client-request-id": [ "82572bdf-7940-440c-b103-798a64280486" ], + "x-ms-unique-id": [ "146" ], + "x-ms-client-request-id": [ "8afdc34a-5dfc-459e-b4e3-1d5c82ef034c" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1565,40 +857,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11858" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "3b85dc2a-4c52-458f-b089-428dc781a517" ], + "x-ms-request-id": [ "32ff0258-05d3-4d5b-aa0a-a27704143f34" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "4892281df326ef4ea1d5f2ed75c3bdaa" ], + "X-Request-ID": [ "ad0833c008b13e48bb3d2498333b2896" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "400c1bd7-0c72-4b4a-8e88-f68f1e0ca21a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120313Z:400c1bd7-0c72-4b4a-8e88-f68f1e0ca21a" ], - "Date": [ "Tue, 29 Mar 2022 12:03:12 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11870" ], + "x-ms-correlation-request-id": [ "f85ed221-79db-42ec-a2bd-e194cb371873" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065721Z:f85ed221-79db-42ec-a2bd-e194cb371873" ], + "Date": [ "Fri, 29 Apr 2022 06:57:21 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz\",\"name\":\"2ibs7szexv36veyjpm7e8r7cz\",\"status\":\"Running\",\"startTime\":\"2022-03-29T11:55:36.5612425Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik\",\"name\":\"5aydp6zagp37q2ohi9holduik\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:53:16.9386558Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01+38": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01+22": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "178" ], - "x-ms-client-request-id": [ "82572bdf-7940-440c-b103-798a64280486" ], + "x-ms-unique-id": [ "147" ], + "x-ms-client-request-id": [ "8afdc34a-5dfc-459e-b4e3-1d5c82ef034c" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1608,40 +899,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "40b92a1c-d176-4857-99ea-0d0781e4090b" ], + "x-ms-request-id": [ "84c45a5e-95db-45de-8091-cbf279254947" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "0aae3a8c5774b643ad40678e49bb446b" ], + "X-Request-ID": [ "76e1a4096bc4724d9a38a2792e8c0e88" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11857" ], - "x-ms-correlation-request-id": [ "6f119ad3-f0e5-4e6f-bee7-cda48d6e307f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120343Z:6f119ad3-f0e5-4e6f-bee7-cda48d6e307f" ], - "Date": [ "Tue, 29 Mar 2022 12:03:43 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11869" ], + "x-ms-correlation-request-id": [ "67c3d40a-cecb-4f38-8c04-742631a23eba" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065751Z:67c3d40a-cecb-4f38-8c04-742631a23eba" ], + "Date": [ "Fri, 29 Apr 2022 06:57:51 GMT" ] }, "ContentHeaders": { "Content-Length": [ "255" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/2ibs7szexv36veyjpm7e8r7cz\",\"name\":\"2ibs7szexv36veyjpm7e8r7cz\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T11:55:36.5612425Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5aydp6zagp37q2ohi9holduik\",\"name\":\"5aydp6zagp37q2ohi9holduik\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T06:53:16.9386558Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e?api-version=2021-11-01+39": { + "AzHealthcareDicomService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe?api-version=2021-11-01+23": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "179" ], - "x-ms-client-request-id": [ "82572bdf-7940-440c-b103-798a64280486" ], + "x-ms-unique-id": [ "148" ], + "x-ms-client-request-id": [ "8afdc34a-5dfc-459e-b4e3-1d5c82ef034c" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareDicomService" ], "FullCommandName": [ "New-AzHealthcareDicomService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1651,40 +941,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00d498-0000-0400-0000-6242f58a0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "0b4da027-9442-462f-8063-52f771a50741" ], + "ETag": [ "\"2301563b-0000-0400-0000-626b8c550000\"" ], + "x-ms-request-id": [ "aad3c495-db70-4542-81ea-de75cca25ffc" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "4f0f080a2dd3ca478f3964b0a3d4a3e1" ], + "X-Request-ID": [ "73774d3398fed549ab36a00ed7721eb3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11856" ], - "x-ms-correlation-request-id": [ "79cbfa17-b97b-45c5-88a0-00ee9f2b78c0" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120344Z:79cbfa17-b97b-45c5-88a0-00ee9f2b78c0" ], - "Date": [ "Tue, 29 Mar 2022 12:03:43 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11868" ], + "x-ms-correlation-request-id": [ "e33a8099-09f0-439a-bed9-898eec766021" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065752Z:e33a8099-09f0-439a-bed9-898eec766021" ], + "Date": [ "Fri, 29 Apr 2022 06:57:51 GMT" ] }, "ContentHeaders": { "Content-Length": [ "714" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e\",\"name\":\"ax2qzb/kilm1e\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"ce00d498-0000-0400-0000-6242f58a0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://ax2qzb-kilm1e.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe\",\"name\":\"mtz9gq/w063fe\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"2301563b-0000-0400-0000-626b8c550000\\\"\",\"location\":\"eastus2\",\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://mtz9gq-w063fe.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+List+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices?api-version=2021-11-01+1": { + "AzHealthcareDicomService+[NoContext]+List+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "180" ], - "x-ms-client-request-id": [ "d5d715fb-9589-40c1-ba43-ab4c3baf49fa" ], + "x-ms-unique-id": [ "149" ], + "x-ms-client-request-id": [ "450612a5-1c54-40c4-9d6d-47ddc6f48a74" ], "CommandName": [ "Get-AzHealthcareDicomService" ], "FullCommandName": [ "Get-AzHealthcareDicomService_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1695,39 +984,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "d8b364e2-eaa1-401d-9015-763d3a7ecd40" ], + "x-ms-request-id": [ "03283f87-75da-4994-86bf-79e3718b0911" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "d383a14c2095934d88749cc1ec5ef7e7" ], + "X-Request-ID": [ "faff7d56af0740419d01d2212cca3897" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11855" ], - "x-ms-correlation-request-id": [ "00a95d4b-7717-4976-bf54-705fbebd11a2" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120345Z:00a95d4b-7717-4976-bf54-705fbebd11a2" ], - "Date": [ "Tue, 29 Mar 2022 12:03:44 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11867" ], + "x-ms-correlation-request-id": [ "6cd4b042-08bd-4421-83a2-39e4f6c28005" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065753Z:6cd4b042-08bd-4421-83a2-39e4f6c28005" ], + "Date": [ "Fri, 29 Apr 2022 06:57:52 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1441" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/0gx4dm\",\"name\":\"ax2qzb/0gx4dm\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"ce005c6d-0000-0400-0000-6242f3980000\\\"\",\"location\":\"eastus2\",\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://ax2qzb-0gx4dm.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e\",\"name\":\"ax2qzb/kilm1e\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"ce00d498-0000-0400-0000-6242f58a0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://ax2qzb-kilm1e.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/px5y0q\",\"name\":\"mtz9gq/px5y0q\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"23010716-0000-0400-0000-626b8b3d0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://mtz9gq-px5y0q.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe\",\"name\":\"mtz9gq/w063fe\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"2301563b-0000-0400-0000-626b8c550000\\\"\",\"location\":\"eastus2\",\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://mtz9gq-w063fe.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e?api-version=2021-11-01+1": { + "AzHealthcareDicomService+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "181" ], - "x-ms-client-request-id": [ "cd6d5011-f22a-4e06-bdf9-f910ecaf8ee5" ], + "x-ms-unique-id": [ "150" ], + "x-ms-client-request-id": [ "6c1b6a42-7119-4a29-9b0f-3edbc33ef8c2" ], "CommandName": [ "Get-AzHealthcareDicomService" ], "FullCommandName": [ "Get-AzHealthcareDicomService_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1738,31 +1026,30 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00d498-0000-0400-0000-6242f58a0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "91cf26d7-577e-4619-8b08-61b59033a93f" ], + "ETag": [ "\"2301563b-0000-0400-0000-626b8c550000\"" ], + "x-ms-request-id": [ "b0abcf0e-1fcf-43c0-abd9-657075eead5c" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "276fbf1f0493a840974ff759157a3886" ], + "X-Request-ID": [ "d2f6054bb3308548be9437bef5255313" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11854" ], - "x-ms-correlation-request-id": [ "5c6b854c-16ee-41a6-a845-5e194c942012" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120346Z:5c6b854c-16ee-41a6-a845-5e194c942012" ], - "Date": [ "Tue, 29 Mar 2022 12:03:45 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11866" ], + "x-ms-correlation-request-id": [ "03c5cd91-74d7-45a6-b75a-0a6bdfc9ec97" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065754Z:03c5cd91-74d7-45a6-b75a-0a6bdfc9ec97" ], + "Date": [ "Fri, 29 Apr 2022 06:57:53 GMT" ] }, "ContentHeaders": { "Content-Length": [ "714" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e\",\"name\":\"ax2qzb/kilm1e\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"ce00d498-0000-0400-0000-6242f58a0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://ax2qzb-kilm1e.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe\",\"name\":\"mtz9gq/w063fe\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"2301563b-0000-0400-0000-626b8c550000\\\"\",\"location\":\"eastus2\",\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://mtz9gq-w063fe.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e?api-version=2021-11-01+1": { + "AzHealthcareDicomService+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe?api-version=2021-11-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe?api-version=2021-11-01", "Content": "{\r\n \"tags\": {\r\n \"123\": \"abc\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -1777,40 +1064,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00fd9a-0000-0400-0000-6242f5a40000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "e66ec445-2eaa-4dd3-b59a-45be0eaf3f6b" ], + "ETag": [ "\"2301003f-0000-0400-0000-626b8c730000\"" ], + "x-ms-request-id": [ "3dbd5540-31fd-4770-9463-cb2d34d69ebe" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "59530672b9317e418a07a040552bad70" ], + "X-Request-ID": [ "3e231045ce58314caf82a33b3151db7d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], - "x-ms-correlation-request-id": [ "4e7c9493-901d-49c2-ac08-3bb9d6fd3168" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120350Z:4e7c9493-901d-49c2-ac08-3bb9d6fd3168" ], - "Date": [ "Tue, 29 Mar 2022 12:03:49 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], + "x-ms-correlation-request-id": [ "8a3144dd-5e99-47bf-9e2f-b02102ef27cc" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065758Z:8a3144dd-5e99-47bf-9e2f-b02102ef27cc" ], + "Date": [ "Fri, 29 Apr 2022 06:57:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "735" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e\",\"name\":\"ax2qzb/kilm1e\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"ce00fd9a-0000-0400-0000-6242f5a40000\\\"\",\"location\":\"eastus2\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://ax2qzb-kilm1e.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe\",\"name\":\"mtz9gq/w063fe\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"2301003f-0000-0400-0000-626b8c730000\\\"\",\"location\":\"eastus2\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://mtz9gq-w063fe.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/0gx4dm?api-version=2021-11-01+1": { + "AzHealthcareDicomService+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/px5y0q?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/0gx4dm?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/px5y0q?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "183" ], - "x-ms-client-request-id": [ "73ab29f0-2f35-4713-9dfb-0dc1ecc11d94" ], + "x-ms-unique-id": [ "152" ], + "x-ms-client-request-id": [ "2c2e6c59-87b5-4968-b566-14c4ee30cd7d" ], "CommandName": [ "Get-AzHealthcareDicomService" ], "FullCommandName": [ "Get-AzHealthcareDicomService_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1821,31 +1107,30 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce005c6d-0000-0400-0000-6242f3980000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "56a40da4-11af-4b22-9c9f-f82341bbef56" ], + "ETag": [ "\"23010716-0000-0400-0000-626b8b3d0000\"" ], + "x-ms-request-id": [ "a7cb9963-dbed-4c5b-a367-e121667b816a" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "fc640740f8a52745a3ffa631e1756da2" ], + "X-Request-ID": [ "844d542801bf004598e040343cf53cbb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11853" ], - "x-ms-correlation-request-id": [ "95970da8-205b-445a-9ca5-cdfc0ce8303c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120351Z:95970da8-205b-445a-9ca5-cdfc0ce8303c" ], - "Date": [ "Tue, 29 Mar 2022 12:03:50 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11865" ], + "x-ms-correlation-request-id": [ "e7e2b95a-b86f-4f03-8f56-12d338026d4a" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065759Z:e7e2b95a-b86f-4f03-8f56-12d338026d4a" ], + "Date": [ "Fri, 29 Apr 2022 06:57:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "714" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/0gx4dm\",\"name\":\"ax2qzb/0gx4dm\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"ce005c6d-0000-0400-0000-6242f3980000\\\"\",\"location\":\"eastus2\",\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://ax2qzb-0gx4dm.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/px5y0q\",\"name\":\"mtz9gq/px5y0q\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"23010716-0000-0400-0000-626b8b3d0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://mtz9gq-px5y0q.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/0gx4dm?api-version=2021-11-01+2": { + "AzHealthcareDicomService+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/px5y0q?api-version=2021-11-01+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/0gx4dm?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/px5y0q?api-version=2021-11-01", "Content": "{\r\n \"tags\": {\r\n \"123\": \"abc\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -1860,40 +1145,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00819b-0000-0400-0000-6242f5a80000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "7f24f20c-78af-4f07-9b1a-7cb55cec153a" ], + "ETag": [ "\"2301b33f-0000-0400-0000-626b8c780000\"" ], + "x-ms-request-id": [ "c59682ff-d1bb-4c36-81bd-573eb537ff14" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "7e6640fb3e6aca44bcc9ac56eea64585" ], + "X-Request-ID": [ "a741fb5145c0884198219b898a84e4ea" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1188" ], - "x-ms-correlation-request-id": [ "eed141a7-d1ae-40f7-94ab-b8b6bf659b55" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120354Z:eed141a7-d1ae-40f7-94ab-b8b6bf659b55" ], - "Date": [ "Tue, 29 Mar 2022 12:03:53 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1185" ], + "x-ms-correlation-request-id": [ "8bf1f5cb-37f5-44b4-ab53-249351a7a829" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065802Z:8bf1f5cb-37f5-44b4-ab53-249351a7a829" ], + "Date": [ "Fri, 29 Apr 2022 06:58:01 GMT" ] }, "ContentHeaders": { "Content-Length": [ "735" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/0gx4dm\",\"name\":\"ax2qzb/0gx4dm\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"ce00819b-0000-0400-0000-6242f5a80000\\\"\",\"location\":\"eastus2\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://ax2qzb-0gx4dm.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/px5y0q\",\"name\":\"mtz9gq/px5y0q\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"2301b33f-0000-0400-0000-626b8c780000\\\"\",\"location\":\"eastus2\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://mtz9gq-px5y0q.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/0gx4dm?api-version=2021-11-01+1": { + "AzHealthcareDicomService+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/px5y0q?api-version=2021-11-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/0gx4dm?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/px5y0q?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "185" ], - "x-ms-client-request-id": [ "913f29d3-ac06-463f-b1de-d3bbab80c9bd" ], + "x-ms-unique-id": [ "154" ], + "x-ms-client-request-id": [ "630d517e-9069-42a8-a949-044968d5b0c2" ], "CommandName": [ "Remove-AzHealthcareDicomService" ], "FullCommandName": [ "Remove-AzHealthcareDicomService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1904,18 +1188,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/73lm3108r8cgrgph9ld7k1uq5?api-version=2021-11-01\u0026operationResultResponseType=Location" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/73lm3108r8cgrgph9ld7k1uq5?api-version=2021-11-01" ], + "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hbig10iko5xg6c1np39715dc1?api-version=2021-11-01\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hbig10iko5xg6c1np39715dc1?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "9e1ef25a117f3d4782fa4924db2d96b4" ], + "X-Request-ID": [ "03e446c64a2aa04cbc30d0e5eeea0f73" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14995" ], - "x-ms-request-id": [ "39d3b458-0d2c-4446-89a1-cdfd08f7f714" ], - "x-ms-correlation-request-id": [ "39d3b458-0d2c-4446-89a1-cdfd08f7f714" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120356Z:39d3b458-0d2c-4446-89a1-cdfd08f7f714" ], - "Date": [ "Tue, 29 Mar 2022 12:03:55 GMT" ] + "x-ms-request-id": [ "e1a663ac-a803-448f-8ff4-108f4339a4f6" ], + "x-ms-correlation-request-id": [ "e1a663ac-a803-448f-8ff4-108f4339a4f6" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065803Z:e1a663ac-a803-448f-8ff4-108f4339a4f6" ], + "Date": [ "Fri, 29 Apr 2022 06:58:02 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1925,20 +1208,20 @@ "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/73lm3108r8cgrgph9ld7k1uq5?api-version=2021-11-01+2": { + "AzHealthcareDicomService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hbig10iko5xg6c1np39715dc1?api-version=2021-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/73lm3108r8cgrgph9ld7k1uq5?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hbig10iko5xg6c1np39715dc1?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "186" ], - "x-ms-client-request-id": [ "913f29d3-ac06-463f-b1de-d3bbab80c9bd" ], + "x-ms-unique-id": [ "155" ], + "x-ms-client-request-id": [ "630d517e-9069-42a8-a949-044968d5b0c2" ], "CommandName": [ "Remove-AzHealthcareDicomService" ], "FullCommandName": [ "Remove-AzHealthcareDicomService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1948,40 +1231,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "ed1756cd-e184-4a2d-9cb8-5a83bf5d01a0" ], + "x-ms-request-id": [ "3374c2fb-2a67-4e92-9ba8-0cea7a9fbc50" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "f3ea1725f0d6fb4db9a04d956e78365f" ], + "X-Request-ID": [ "42a55f9c17bd73499c9a4b39c6d1c73b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11852" ], - "x-ms-correlation-request-id": [ "a22f94f5-d581-4981-b7b6-403c069d0c92" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120426Z:a22f94f5-d581-4981-b7b6-403c069d0c92" ], - "Date": [ "Tue, 29 Mar 2022 12:04:25 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11864" ], + "x-ms-correlation-request-id": [ "0d5c839d-47f5-4e10-9902-c8ec1356f92a" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065834Z:0d5c839d-47f5-4e10-9902-c8ec1356f92a" ], + "Date": [ "Fri, 29 Apr 2022 06:58:33 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/73lm3108r8cgrgph9ld7k1uq5\",\"name\":\"73lm3108r8cgrgph9ld7k1uq5\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:03:55.9339791Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hbig10iko5xg6c1np39715dc1\",\"name\":\"hbig10iko5xg6c1np39715dc1\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:58:03.5316101Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/73lm3108r8cgrgph9ld7k1uq5?api-version=2021-11-01+3": { + "AzHealthcareDicomService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hbig10iko5xg6c1np39715dc1?api-version=2021-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/73lm3108r8cgrgph9ld7k1uq5?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hbig10iko5xg6c1np39715dc1?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "187" ], - "x-ms-client-request-id": [ "913f29d3-ac06-463f-b1de-d3bbab80c9bd" ], + "x-ms-unique-id": [ "156" ], + "x-ms-client-request-id": [ "630d517e-9069-42a8-a949-044968d5b0c2" ], "CommandName": [ "Remove-AzHealthcareDicomService" ], "FullCommandName": [ "Remove-AzHealthcareDicomService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1991,40 +1273,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "48abf29f-255f-47c8-b57d-c14f4fa75958" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11863" ], + "x-ms-request-id": [ "a148fffd-59f9-4487-9362-9b66aa706bd8" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "a99aadd5c1556b469d382db6bf2cb6fe" ], + "X-Request-ID": [ "3fdaf07fd1601e42a8d28dcb75da3090" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11851" ], - "x-ms-correlation-request-id": [ "12315fbb-3af5-4423-9450-f6311c1e8c37" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120456Z:12315fbb-3af5-4423-9450-f6311c1e8c37" ], - "Date": [ "Tue, 29 Mar 2022 12:04:56 GMT" ] + "x-ms-correlation-request-id": [ "f6cea326-8b8b-4f81-a4dc-79aa74f8ead4" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065904Z:f6cea326-8b8b-4f81-a4dc-79aa74f8ead4" ], + "Date": [ "Fri, 29 Apr 2022 06:59:03 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/73lm3108r8cgrgph9ld7k1uq5\",\"name\":\"73lm3108r8cgrgph9ld7k1uq5\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:03:55.9339791Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hbig10iko5xg6c1np39715dc1\",\"name\":\"hbig10iko5xg6c1np39715dc1\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:58:03.5316101Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/73lm3108r8cgrgph9ld7k1uq5?api-version=2021-11-01+4": { + "AzHealthcareDicomService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hbig10iko5xg6c1np39715dc1?api-version=2021-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/73lm3108r8cgrgph9ld7k1uq5?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hbig10iko5xg6c1np39715dc1?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "188" ], - "x-ms-client-request-id": [ "913f29d3-ac06-463f-b1de-d3bbab80c9bd" ], + "x-ms-unique-id": [ "157" ], + "x-ms-client-request-id": [ "630d517e-9069-42a8-a949-044968d5b0c2" ], "CommandName": [ "Remove-AzHealthcareDicomService" ], "FullCommandName": [ "Remove-AzHealthcareDicomService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2034,40 +1315,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "755b55a0-e96e-4ab4-9e4c-4d4166cf47a4" ], + "x-ms-request-id": [ "dca90e8a-98ef-42f2-97a2-0334c8ec9dbb" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "58bc1319b8fbff4c8a15ba4396d62619" ], + "X-Request-ID": [ "0e258f926291e843920abe5a8bb538f2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11859" ], - "x-ms-correlation-request-id": [ "8fea7db8-100d-4860-abf0-732199084c3e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120527Z:8fea7db8-100d-4860-abf0-732199084c3e" ], - "Date": [ "Tue, 29 Mar 2022 12:05:26 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11862" ], + "x-ms-correlation-request-id": [ "33270860-3a00-41c5-aabc-af932b74561b" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T065934Z:33270860-3a00-41c5-aabc-af932b74561b" ], + "Date": [ "Fri, 29 Apr 2022 06:59:34 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/73lm3108r8cgrgph9ld7k1uq5\",\"name\":\"73lm3108r8cgrgph9ld7k1uq5\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:03:55.9339791Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hbig10iko5xg6c1np39715dc1\",\"name\":\"hbig10iko5xg6c1np39715dc1\",\"status\":\"Running\",\"startTime\":\"2022-04-29T06:58:03.5316101Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/73lm3108r8cgrgph9ld7k1uq5?api-version=2021-11-01+5": { + "AzHealthcareDicomService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hbig10iko5xg6c1np39715dc1?api-version=2021-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/73lm3108r8cgrgph9ld7k1uq5?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hbig10iko5xg6c1np39715dc1?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "189" ], - "x-ms-client-request-id": [ "913f29d3-ac06-463f-b1de-d3bbab80c9bd" ], + "x-ms-unique-id": [ "158" ], + "x-ms-client-request-id": [ "630d517e-9069-42a8-a949-044968d5b0c2" ], "CommandName": [ "Remove-AzHealthcareDicomService" ], "FullCommandName": [ "Remove-AzHealthcareDicomService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2077,40 +1357,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "f68142df-7640-462c-99c0-878c1b82bbc2" ], + "x-ms-request-id": [ "445fdd50-236d-49d3-afd0-039242430b95" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "6dbba51bb5ec284bbfd6d01704f4fdca" ], + "X-Request-ID": [ "8e2f250aba539d4ca5a43846f93e63e7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11858" ], - "x-ms-correlation-request-id": [ "aabd80c3-b47b-4210-a9e4-b79e96d16947" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120557Z:aabd80c3-b47b-4210-a9e4-b79e96d16947" ], - "Date": [ "Tue, 29 Mar 2022 12:05:57 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11861" ], + "x-ms-correlation-request-id": [ "9c036eb9-7581-4f71-926c-c07fc264af4c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070005Z:9c036eb9-7581-4f71-926c-c07fc264af4c" ], + "Date": [ "Fri, 29 Apr 2022 07:00:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "255" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/73lm3108r8cgrgph9ld7k1uq5\",\"name\":\"73lm3108r8cgrgph9ld7k1uq5\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T12:03:55.9339791Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hbig10iko5xg6c1np39715dc1\",\"name\":\"hbig10iko5xg6c1np39715dc1\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T06:58:03.5316101Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/73lm3108r8cgrgph9ld7k1uq5?api-version=2021-11-01\u0026operationResultResponseType=Location+6": { + "AzHealthcareDicomService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hbig10iko5xg6c1np39715dc1?api-version=2021-11-01\u0026operationResultResponseType=Location+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/73lm3108r8cgrgph9ld7k1uq5?api-version=2021-11-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/hbig10iko5xg6c1np39715dc1?api-version=2021-11-01\u0026operationResultResponseType=Location", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "190" ], - "x-ms-client-request-id": [ "913f29d3-ac06-463f-b1de-d3bbab80c9bd" ], + "x-ms-unique-id": [ "159" ], + "x-ms-client-request-id": [ "630d517e-9069-42a8-a949-044968d5b0c2" ], "CommandName": [ "Remove-AzHealthcareDicomService" ], "FullCommandName": [ "Remove-AzHealthcareDicomService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2120,16 +1399,15 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "23c1b1ac-8a06-4411-ac41-79882b278278" ], + "x-ms-request-id": [ "93fc095d-a72f-47ce-8f00-d040ffa88d7d" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "261c6821d7397d458254c5745f2243eb" ], + "X-Request-ID": [ "28444f7f12e20f4dacb0d1774550eb96" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11857" ], - "x-ms-correlation-request-id": [ "7806920d-a565-4700-af0e-d93c4fb9182b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120557Z:7806920d-a565-4700-af0e-d93c4fb9182b" ], - "Date": [ "Tue, 29 Mar 2022 12:05:57 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11860" ], + "x-ms-correlation-request-id": [ "5d48b4e1-8fdf-4b0d-b60c-0a57c58a15a5" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070005Z:5d48b4e1-8fdf-4b0d-b60c-0a57c58a15a5" ], + "Date": [ "Fri, 29 Apr 2022 07:00:04 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -2139,19 +1417,19 @@ "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e?api-version=2021-11-01+1": { + "AzHealthcareDicomService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "191" ], - "x-ms-client-request-id": [ "8233b092-1c90-4dc1-b097-42d0837375d7" ], + "x-ms-unique-id": [ "160" ], + "x-ms-client-request-id": [ "bfd42e95-4a5c-4dd5-86a4-0d6047127610" ], "CommandName": [ "Get-AzHealthcareDicomService" ], "FullCommandName": [ "Get-AzHealthcareDicomService_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -2162,40 +1440,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00fd9a-0000-0400-0000-6242f5a40000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "7fb62bc1-c20b-4243-a965-9df6c346a648" ], + "ETag": [ "\"2301003f-0000-0400-0000-626b8c730000\"" ], + "x-ms-request-id": [ "a17c0e6e-5e87-40af-a1c8-28e1f46d7cab" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "a910cc23e632fa46bf13c5608050d8d3" ], + "X-Request-ID": [ "b3281a59c2da80478cd389df51e120a7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11856" ], - "x-ms-correlation-request-id": [ "6385b350-625c-4cc0-8ea6-5d8d70519285" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120559Z:6385b350-625c-4cc0-8ea6-5d8d70519285" ], - "Date": [ "Tue, 29 Mar 2022 12:05:58 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11859" ], + "x-ms-correlation-request-id": [ "6d86f1d2-8e5b-4305-8d39-e63bf423b279" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070006Z:6d86f1d2-8e5b-4305-8d39-e63bf423b279" ], + "Date": [ "Fri, 29 Apr 2022 07:00:05 GMT" ] }, "ContentHeaders": { "Content-Length": [ "735" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e\",\"name\":\"ax2qzb/kilm1e\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"ce00fd9a-0000-0400-0000-6242f5a40000\\\"\",\"location\":\"eastus2\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://ax2qzb-kilm1e.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe\",\"name\":\"mtz9gq/w063fe\",\"type\":\"Microsoft.HealthcareApis/workspaces/dicomservices\",\"etag\":\"\\\"2301003f-0000-0400-0000-626b8c730000\\\"\",\"location\":\"eastus2\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/\",\"audiences\":[\"https://dicom.healthcareapis.azure.com/\",\"https://dicom.healthcareapis.azure.com\"]},\"serviceUrl\":\"https://mtz9gq-w063fe.dicom.azurehealthcareapis.com\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e?api-version=2021-11-01+2": { + "AzHealthcareDicomService+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe?api-version=2021-11-01+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/dicomservices/kilm1e?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/dicomservices/w063fe?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "192" ], - "x-ms-client-request-id": [ "9bbefc52-355f-49e7-abc3-b9edbda87793" ], + "x-ms-unique-id": [ "161" ], + "x-ms-client-request-id": [ "5ab9f8b0-2334-4a74-8615-5ba3484184a0" ], "CommandName": [ "Remove-AzHealthcareDicomService" ], "FullCommandName": [ "Remove-AzHealthcareDicomService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -2206,18 +1483,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jh5wl9xxrprpuuv41lb9vthzc?api-version=2021-11-01\u0026operationResultResponseType=Location" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jh5wl9xxrprpuuv41lb9vthzc?api-version=2021-11-01" ], + "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6y0u2dk3oqjngg4b3fv9dm9n3?api-version=2021-11-01\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6y0u2dk3oqjngg4b3fv9dm9n3?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "f48a087cce2d714aabc950f2d116e777" ], + "X-Request-ID": [ "3455cb3a103dcc44a28b8e67e4730d44" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14994" ], - "x-ms-request-id": [ "30f648d9-87f8-4eb7-af8c-12744f45e726" ], - "x-ms-correlation-request-id": [ "30f648d9-87f8-4eb7-af8c-12744f45e726" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120600Z:30f648d9-87f8-4eb7-af8c-12744f45e726" ], - "Date": [ "Tue, 29 Mar 2022 12:06:00 GMT" ] + "x-ms-request-id": [ "b7df02c9-1b6e-4cff-ab89-92c659bfdead" ], + "x-ms-correlation-request-id": [ "b7df02c9-1b6e-4cff-ab89-92c659bfdead" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070008Z:b7df02c9-1b6e-4cff-ab89-92c659bfdead" ], + "Date": [ "Fri, 29 Apr 2022 07:00:07 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -2227,20 +1503,20 @@ "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jh5wl9xxrprpuuv41lb9vthzc?api-version=2021-11-01+3": { + "AzHealthcareDicomService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6y0u2dk3oqjngg4b3fv9dm9n3?api-version=2021-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jh5wl9xxrprpuuv41lb9vthzc?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6y0u2dk3oqjngg4b3fv9dm9n3?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "193" ], - "x-ms-client-request-id": [ "9bbefc52-355f-49e7-abc3-b9edbda87793" ], + "x-ms-unique-id": [ "162" ], + "x-ms-client-request-id": [ "5ab9f8b0-2334-4a74-8615-5ba3484184a0" ], "CommandName": [ "Remove-AzHealthcareDicomService" ], "FullCommandName": [ "Remove-AzHealthcareDicomService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2250,40 +1526,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "cc44ff15-d6ce-4041-b703-1bbea467d0d3" ], + "x-ms-request-id": [ "7be67d65-e16c-4334-99b1-9ad07731d3d9" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "87b04aa96e85f04193a94fc65f97a457" ], + "X-Request-ID": [ "181e9daf77cafe42b394671d3ec076c1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11855" ], - "x-ms-correlation-request-id": [ "21f773e9-0866-4c25-b45f-5c308b781b06" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120632Z:21f773e9-0866-4c25-b45f-5c308b781b06" ], - "Date": [ "Tue, 29 Mar 2022 12:06:31 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11858" ], + "x-ms-correlation-request-id": [ "50257f76-db5e-4017-ae27-044b63d4b0b4" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070039Z:50257f76-db5e-4017-ae27-044b63d4b0b4" ], + "Date": [ "Fri, 29 Apr 2022 07:00:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "252" ], + "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jh5wl9xxrprpuuv41lb9vthzc\",\"name\":\"jh5wl9xxrprpuuv41lb9vthzc\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:06:00.336298Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6y0u2dk3oqjngg4b3fv9dm9n3\",\"name\":\"6y0u2dk3oqjngg4b3fv9dm9n3\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:00:08.1350753Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jh5wl9xxrprpuuv41lb9vthzc?api-version=2021-11-01+4": { + "AzHealthcareDicomService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6y0u2dk3oqjngg4b3fv9dm9n3?api-version=2021-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jh5wl9xxrprpuuv41lb9vthzc?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6y0u2dk3oqjngg4b3fv9dm9n3?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "194" ], - "x-ms-client-request-id": [ "9bbefc52-355f-49e7-abc3-b9edbda87793" ], + "x-ms-unique-id": [ "163" ], + "x-ms-client-request-id": [ "5ab9f8b0-2334-4a74-8615-5ba3484184a0" ], "CommandName": [ "Remove-AzHealthcareDicomService" ], "FullCommandName": [ "Remove-AzHealthcareDicomService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2293,40 +1568,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "51970349-5f55-4e1a-903a-b816107b54f9" ], + "x-ms-request-id": [ "37c7bce7-f9e1-438b-85dd-950b2a69b1a4" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "54b9302d26a1f94db69cad7f06c72621" ], + "X-Request-ID": [ "18c5e3192fe57847944cdda8d087deba" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11854" ], - "x-ms-correlation-request-id": [ "db92deb7-4ed8-4209-8893-1aba87ca985f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120702Z:db92deb7-4ed8-4209-8893-1aba87ca985f" ], - "Date": [ "Tue, 29 Mar 2022 12:07:02 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11857" ], + "x-ms-correlation-request-id": [ "2dea10d2-f492-4062-9122-7cb258195db0" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070109Z:2dea10d2-f492-4062-9122-7cb258195db0" ], + "Date": [ "Fri, 29 Apr 2022 07:01:08 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "252" ], + "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jh5wl9xxrprpuuv41lb9vthzc\",\"name\":\"jh5wl9xxrprpuuv41lb9vthzc\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:06:00.336298Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6y0u2dk3oqjngg4b3fv9dm9n3\",\"name\":\"6y0u2dk3oqjngg4b3fv9dm9n3\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:00:08.1350753Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jh5wl9xxrprpuuv41lb9vthzc?api-version=2021-11-01+5": { + "AzHealthcareDicomService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6y0u2dk3oqjngg4b3fv9dm9n3?api-version=2021-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jh5wl9xxrprpuuv41lb9vthzc?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6y0u2dk3oqjngg4b3fv9dm9n3?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "195" ], - "x-ms-client-request-id": [ "9bbefc52-355f-49e7-abc3-b9edbda87793" ], + "x-ms-unique-id": [ "164" ], + "x-ms-client-request-id": [ "5ab9f8b0-2334-4a74-8615-5ba3484184a0" ], "CommandName": [ "Remove-AzHealthcareDicomService" ], "FullCommandName": [ "Remove-AzHealthcareDicomService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2336,40 +1610,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "01261085-6a49-4eda-aba7-8ffb9265f5c0" ], + "x-ms-request-id": [ "0300f413-d575-4b9e-851a-1b49a645d5c5" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "defa42eca3187d4c8046d800e6d4cec7" ], + "X-Request-ID": [ "c666d3a7c4c7a44cbe90701ab0e3dab6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11853" ], - "x-ms-correlation-request-id": [ "30f66593-644f-4e7d-8576-a96f7504dd24" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120733Z:30f66593-644f-4e7d-8576-a96f7504dd24" ], - "Date": [ "Tue, 29 Mar 2022 12:07:33 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11856" ], + "x-ms-correlation-request-id": [ "548c7f9a-fee1-4900-a320-88f09f78f2e5" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070139Z:548c7f9a-fee1-4900-a320-88f09f78f2e5" ], + "Date": [ "Fri, 29 Apr 2022 07:01:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "252" ], + "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jh5wl9xxrprpuuv41lb9vthzc\",\"name\":\"jh5wl9xxrprpuuv41lb9vthzc\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:06:00.336298Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6y0u2dk3oqjngg4b3fv9dm9n3\",\"name\":\"6y0u2dk3oqjngg4b3fv9dm9n3\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:00:08.1350753Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jh5wl9xxrprpuuv41lb9vthzc?api-version=2021-11-01+6": { + "AzHealthcareDicomService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6y0u2dk3oqjngg4b3fv9dm9n3?api-version=2021-11-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jh5wl9xxrprpuuv41lb9vthzc?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6y0u2dk3oqjngg4b3fv9dm9n3?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "196" ], - "x-ms-client-request-id": [ "9bbefc52-355f-49e7-abc3-b9edbda87793" ], + "x-ms-unique-id": [ "165" ], + "x-ms-client-request-id": [ "5ab9f8b0-2334-4a74-8615-5ba3484184a0" ], "CommandName": [ "Remove-AzHealthcareDicomService" ], "FullCommandName": [ "Remove-AzHealthcareDicomService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2379,40 +1652,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "a15d3e4c-9bc3-4311-8f99-0f7897de78a1" ], + "x-ms-request-id": [ "2f297009-d3f5-485a-8ac7-00cbb1f0c083" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "62785d2aee35374cbf2efc404cf1fcfd" ], + "X-Request-ID": [ "c7613868096bd54eaf0f22fb16d707c1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11852" ], - "x-ms-correlation-request-id": [ "0ffb16e4-7b72-4070-a9e0-a3091be53a2d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120803Z:0ffb16e4-7b72-4070-a9e0-a3091be53a2d" ], - "Date": [ "Tue, 29 Mar 2022 12:08:03 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11855" ], + "x-ms-correlation-request-id": [ "331269bf-ef8a-4225-b7e3-c9ddd0669b9e" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070210Z:331269bf-ef8a-4225-b7e3-c9ddd0669b9e" ], + "Date": [ "Fri, 29 Apr 2022 07:02:09 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "254" ], + "Content-Length": [ "255" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jh5wl9xxrprpuuv41lb9vthzc\",\"name\":\"jh5wl9xxrprpuuv41lb9vthzc\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T12:06:00.336298Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6y0u2dk3oqjngg4b3fv9dm9n3\",\"name\":\"6y0u2dk3oqjngg4b3fv9dm9n3\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T07:00:08.1350753Z\"}", "isContentBase64": false } }, - "AzHealthcareDicomService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jh5wl9xxrprpuuv41lb9vthzc?api-version=2021-11-01\u0026operationResultResponseType=Location+7": { + "AzHealthcareDicomService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6y0u2dk3oqjngg4b3fv9dm9n3?api-version=2021-11-01\u0026operationResultResponseType=Location+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jh5wl9xxrprpuuv41lb9vthzc?api-version=2021-11-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6y0u2dk3oqjngg4b3fv9dm9n3?api-version=2021-11-01\u0026operationResultResponseType=Location", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "197" ], - "x-ms-client-request-id": [ "9bbefc52-355f-49e7-abc3-b9edbda87793" ], + "x-ms-unique-id": [ "166" ], + "x-ms-client-request-id": [ "5ab9f8b0-2334-4a74-8615-5ba3484184a0" ], "CommandName": [ "Remove-AzHealthcareDicomService" ], "FullCommandName": [ "Remove-AzHealthcareDicomService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2422,16 +1694,15 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "6445189f-f421-42d5-a740-3a023305ff4c" ], + "x-ms-request-id": [ "4b0d6507-fbfb-4d79-9e38-ab7c6ed88eb2" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "fa37d365cf024a4da442bd77467c79b8" ], + "X-Request-ID": [ "445858acf22e824dacfb4013c0109324" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11851" ], - "x-ms-correlation-request-id": [ "a87e9cf8-ba1e-4901-87aa-e9b3f5e2b7af" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120803Z:a87e9cf8-ba1e-4901-87aa-e9b3f5e2b7af" ], - "Date": [ "Tue, 29 Mar 2022 12:08:03 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11854" ], + "x-ms-correlation-request-id": [ "15d1e86c-06f6-4441-99af-04711d10df1c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070210Z:15d1e86c-06f6-4441-99af-04711d10df1c" ], + "Date": [ "Fri, 29 Apr 2022 07:02:09 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], diff --git a/src/HealthcareApis/test/AzHealthcareFhirService.Recording.json b/src/HealthcareApis/test/AzHealthcareFhirService.Recording.json index 892c90877485..1973066ca22d 100644 --- a/src/HealthcareApis/test/AzHealthcareFhirService.Recording.json +++ b/src/HealthcareApis/test/AzHealthcareFhirService.Recording.json @@ -1,9 +1,9 @@ { - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/hv9eu4?api-version=2021-11-01+1": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/egp40u?api-version=2021-11-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/hv9eu4?api-version=2021-11-01", - "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"authenticationConfiguration\": {\r\n \"authority\": \"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"audience\": \"https://azpshcws-hv9eu4.fhir.azurehealthcareapis.com\"\r\n }\r\n },\r\n \"kind\": \"fhir-R4\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/egp40u?api-version=2021-11-01", + "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"authenticationConfiguration\": {\r\n \"authority\": \"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"audience\": \"https://azpshcws-egp40u.fhir.azurehealthcareapis.com\"\r\n }\r\n },\r\n \"kind\": \"fhir-R4\"\r\n}", "isContentBase64": false, "Headers": { }, @@ -17,42 +17,41 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce0082b3-0000-0400-0000-6242f6a90000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "e7d42c47-2cd5-47e5-af92-a14909e0c17e" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01" ], + "ETag": [ "\"23011c64-0000-0400-0000-626b8d770000\"" ], + "x-ms-request-id": [ "cae8edc7-ad70-40e7-b2e6-03db16aadde4" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "6cefe11c4fac514e8209fb3e5777acd4" ], + "X-Request-ID": [ "fa0182bcaa241b46b76bea070dfe83f3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1187" ], - "x-ms-correlation-request-id": [ "dab307c3-5874-4912-9cdb-e725c2c18e65" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120811Z:dab307c3-5874-4912-9cdb-e725c2c18e65" ], - "Date": [ "Tue, 29 Mar 2022 12:08:10 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1184" ], + "x-ms-correlation-request-id": [ "f4bf9a5c-fb20-487d-813d-85c006d09ca3" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070217Z:f4bf9a5c-fb20-487d-813d-85c006d09ca3" ], + "Date": [ "Fri, 29 Apr 2022 07:02:16 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "849" ], + "Content-Length": [ "910" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/hv9eu4\",\"name\":\"ax2qzb/hv9eu4\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"ce0082b3-0000-0400-0000-6242f6a90000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-hv9eu4.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Creating\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/egp40u\",\"name\":\"mtz9gq/egp40u\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"23011c64-0000-0400-0000-626b8d770000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-egp40u.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"resourceVersionPolicyConfiguration\":{\"default\":\"versioned\"},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Creating\"}}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01+2": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "199" ], - "x-ms-client-request-id": [ "10da968f-d8db-4ab9-87d1-704859a16fcb" ], + "x-ms-unique-id": [ "168" ], + "x-ms-client-request-id": [ "d1c1de29-5ef7-4e20-9c34-c5ffdb937aaa" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -62,40 +61,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "56328c47-dc1a-4f75-a552-1b78683901ba" ], + "x-ms-request-id": [ "27b30444-8c19-44ba-a535-d5d7fa8dc684" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "132011f4cbcc0d4cb1466698577f7d1e" ], + "X-Request-ID": [ "0d8e90ed548685418c051465b6877a30" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11850" ], - "x-ms-correlation-request-id": [ "17adc58c-5581-4394-9bc8-0e0df6c32886" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120841Z:17adc58c-5581-4394-9bc8-0e0df6c32886" ], - "Date": [ "Tue, 29 Mar 2022 12:08:40 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11853" ], + "x-ms-correlation-request-id": [ "595c8c58-f656-47cd-be67-1029aeb0b287" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070247Z:595c8c58-f656-47cd-be67-1029aeb0b287" ], + "Date": [ "Fri, 29 Apr 2022 07:02:47 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu\",\"name\":\"6bxlh9zbp554rc0iikrgunrxu\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:08:09.6365155Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35\",\"name\":\"5v09tvde38b9gag032136lz35\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:02:15.2171086Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01+3": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "200" ], - "x-ms-client-request-id": [ "10da968f-d8db-4ab9-87d1-704859a16fcb" ], + "x-ms-unique-id": [ "169" ], + "x-ms-client-request-id": [ "d1c1de29-5ef7-4e20-9c34-c5ffdb937aaa" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -105,40 +103,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "e00cdf43-80e7-4118-bc86-f1e98e11fd35" ], + "x-ms-request-id": [ "6fb85829-c07b-4159-b5a0-2a9edd0d46cb" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "2d601b050d5ca641b7a4e6e7e162d633" ], + "X-Request-ID": [ "808e07ade9fcc24fb011cb183a186d02" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11849" ], - "x-ms-correlation-request-id": [ "09346c0a-436d-4a53-a47b-a2ac2bca4b9f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120911Z:09346c0a-436d-4a53-a47b-a2ac2bca4b9f" ], - "Date": [ "Tue, 29 Mar 2022 12:09:11 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11852" ], + "x-ms-correlation-request-id": [ "771615f0-fa79-4c5d-a85b-1d6be6f65464" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070317Z:771615f0-fa79-4c5d-a85b-1d6be6f65464" ], + "Date": [ "Fri, 29 Apr 2022 07:03:17 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu\",\"name\":\"6bxlh9zbp554rc0iikrgunrxu\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:08:09.6365155Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35\",\"name\":\"5v09tvde38b9gag032136lz35\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:02:15.2171086Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01+4": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "201" ], - "x-ms-client-request-id": [ "10da968f-d8db-4ab9-87d1-704859a16fcb" ], + "x-ms-unique-id": [ "170" ], + "x-ms-client-request-id": [ "d1c1de29-5ef7-4e20-9c34-c5ffdb937aaa" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -148,40 +145,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11848" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "9f05a9cb-0efa-4078-9630-e0505b0e32ba" ], + "x-ms-request-id": [ "af64e6c1-a49a-43ef-a6d2-8c37982ef1b3" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "b33a488f4543494990d4e354e295ab10" ], + "X-Request-ID": [ "7740d2024aec6e4c9d405679b21ffd85" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "2e042b66-57f3-4ab7-9c12-11bea5bc0867" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T120942Z:2e042b66-57f3-4ab7-9c12-11bea5bc0867" ], - "Date": [ "Tue, 29 Mar 2022 12:09:41 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11851" ], + "x-ms-correlation-request-id": [ "13754318-8d0e-4969-8a61-c593c4ee3eae" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070348Z:13754318-8d0e-4969-8a61-c593c4ee3eae" ], + "Date": [ "Fri, 29 Apr 2022 07:03:48 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu\",\"name\":\"6bxlh9zbp554rc0iikrgunrxu\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:08:09.6365155Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35\",\"name\":\"5v09tvde38b9gag032136lz35\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:02:15.2171086Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01+5": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "202" ], - "x-ms-client-request-id": [ "10da968f-d8db-4ab9-87d1-704859a16fcb" ], + "x-ms-unique-id": [ "171" ], + "x-ms-client-request-id": [ "d1c1de29-5ef7-4e20-9c34-c5ffdb937aaa" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -191,40 +187,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "c0f6ebb4-2828-447d-a533-f739603ce2ca" ], + "x-ms-request-id": [ "559dae17-640e-4799-a4be-6ae951c7eb62" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "ce2d0e49b6fdf54099fff734f4de3443" ], + "X-Request-ID": [ "f587f3aed519154da55afa4be72ff2b1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11857" ], - "x-ms-correlation-request-id": [ "06e44a3e-1267-4cdd-8a46-a2fc0530d1ca" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121012Z:06e44a3e-1267-4cdd-8a46-a2fc0530d1ca" ], - "Date": [ "Tue, 29 Mar 2022 12:10:12 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11850" ], + "x-ms-correlation-request-id": [ "cab6aead-ec9c-4d1a-8bbf-45b21eaad643" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070418Z:cab6aead-ec9c-4d1a-8bbf-45b21eaad643" ], + "Date": [ "Fri, 29 Apr 2022 07:04:17 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu\",\"name\":\"6bxlh9zbp554rc0iikrgunrxu\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:08:09.6365155Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35\",\"name\":\"5v09tvde38b9gag032136lz35\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:02:15.2171086Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01+6": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "203" ], - "x-ms-client-request-id": [ "10da968f-d8db-4ab9-87d1-704859a16fcb" ], + "x-ms-unique-id": [ "172" ], + "x-ms-client-request-id": [ "d1c1de29-5ef7-4e20-9c34-c5ffdb937aaa" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -234,40 +229,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "52749264-71db-46cf-a2a7-f63e34c0964e" ], + "x-ms-request-id": [ "bb093f53-88a9-4ce9-949b-376a12d22da0" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "539a35ef0b19e2459ca9a478a5c011b4" ], + "X-Request-ID": [ "f6ccfda3cbe51b478fd485d98ebf94ce" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11856" ], - "x-ms-correlation-request-id": [ "07c7ff7c-7fd2-4101-9b90-9f977ca5645c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121042Z:07c7ff7c-7fd2-4101-9b90-9f977ca5645c" ], - "Date": [ "Tue, 29 Mar 2022 12:10:42 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11849" ], + "x-ms-correlation-request-id": [ "96f4261d-af12-455c-a64b-ec9f4e55cd75" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070448Z:96f4261d-af12-455c-a64b-ec9f4e55cd75" ], + "Date": [ "Fri, 29 Apr 2022 07:04:48 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu\",\"name\":\"6bxlh9zbp554rc0iikrgunrxu\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:08:09.6365155Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35\",\"name\":\"5v09tvde38b9gag032136lz35\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:02:15.2171086Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01+7": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "204" ], - "x-ms-client-request-id": [ "10da968f-d8db-4ab9-87d1-704859a16fcb" ], + "x-ms-unique-id": [ "173" ], + "x-ms-client-request-id": [ "d1c1de29-5ef7-4e20-9c34-c5ffdb937aaa" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -277,40 +271,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "30f3b58a-af52-4a4f-b384-e5a64da8c97a" ], + "x-ms-request-id": [ "206e51df-02e8-4039-8ce0-b72bf7bffd7a" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "2c02ac6566ad2f45ba22985f7de36dcf" ], + "X-Request-ID": [ "c8eae22609b3a9419c6bd3ce3be0e4ce" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11855" ], - "x-ms-correlation-request-id": [ "f0cbf45e-8257-4f57-a628-89b98b12a3b8" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121113Z:f0cbf45e-8257-4f57-a628-89b98b12a3b8" ], - "Date": [ "Tue, 29 Mar 2022 12:11:12 GMT" ] + "x-ms-correlation-request-id": [ "686f6ee2-5b53-444d-8f73-2c9e68c4c895" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070519Z:686f6ee2-5b53-444d-8f73-2c9e68c4c895" ], + "Date": [ "Fri, 29 Apr 2022 07:05:18 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu\",\"name\":\"6bxlh9zbp554rc0iikrgunrxu\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:08:09.6365155Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35\",\"name\":\"5v09tvde38b9gag032136lz35\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:02:15.2171086Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01+8": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "205" ], - "x-ms-client-request-id": [ "10da968f-d8db-4ab9-87d1-704859a16fcb" ], + "x-ms-unique-id": [ "174" ], + "x-ms-client-request-id": [ "d1c1de29-5ef7-4e20-9c34-c5ffdb937aaa" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -320,40 +313,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "efe8a2a3-e6e4-4535-a5a8-0550060f4360" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11854" ], + "x-ms-request-id": [ "07b38118-354e-4942-a8cc-94db55533247" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "3b88fc8024d81041a12be6dbb63a2356" ], + "X-Request-ID": [ "35a3f1d84adfd64faf22201ffad5f1c9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11854" ], - "x-ms-correlation-request-id": [ "ed9eb634-b37a-42c5-9784-f242a7f23080" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121143Z:ed9eb634-b37a-42c5-9784-f242a7f23080" ], - "Date": [ "Tue, 29 Mar 2022 12:11:43 GMT" ] + "x-ms-correlation-request-id": [ "1d940998-6cf1-467a-a5dd-6d4c0cf16161" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070549Z:1d940998-6cf1-467a-a5dd-6d4c0cf16161" ], + "Date": [ "Fri, 29 Apr 2022 07:05:49 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu\",\"name\":\"6bxlh9zbp554rc0iikrgunrxu\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:08:09.6365155Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35\",\"name\":\"5v09tvde38b9gag032136lz35\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:02:15.2171086Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01+9": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "206" ], - "x-ms-client-request-id": [ "10da968f-d8db-4ab9-87d1-704859a16fcb" ], + "x-ms-unique-id": [ "175" ], + "x-ms-client-request-id": [ "d1c1de29-5ef7-4e20-9c34-c5ffdb937aaa" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -363,40 +355,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "d14a355d-94ca-49e0-a217-f8279e12e5f8" ], + "x-ms-request-id": [ "d38511e1-97a7-4162-9bdc-081471501787" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "72c28a6a83265a44b81e2b355c71415c" ], + "X-Request-ID": [ "c93d5c8833b3874bbcce5bc374263efe" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11853" ], - "x-ms-correlation-request-id": [ "cc945497-e39d-420e-b65f-a06113c31d73" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121213Z:cc945497-e39d-420e-b65f-a06113c31d73" ], - "Date": [ "Tue, 29 Mar 2022 12:12:13 GMT" ] + "x-ms-correlation-request-id": [ "5cc03049-4700-440e-bdc7-4cf9c9ae3ff2" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070620Z:5cc03049-4700-440e-bdc7-4cf9c9ae3ff2" ], + "Date": [ "Fri, 29 Apr 2022 07:06:19 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu\",\"name\":\"6bxlh9zbp554rc0iikrgunrxu\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:08:09.6365155Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35\",\"name\":\"5v09tvde38b9gag032136lz35\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:02:15.2171086Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01+10": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "207" ], - "x-ms-client-request-id": [ "10da968f-d8db-4ab9-87d1-704859a16fcb" ], + "x-ms-unique-id": [ "176" ], + "x-ms-client-request-id": [ "d1c1de29-5ef7-4e20-9c34-c5ffdb937aaa" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -406,40 +397,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "b50bd072-b969-419f-9d3b-e87f6330f5d7" ], + "x-ms-request-id": [ "c7ca553f-b966-4687-b441-79d0a3dc7781" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "f799d42a344a5344b4c5cf7e8897e98a" ], + "X-Request-ID": [ "f8eb31f1273ae04b9f96acfa4a11ee6b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11852" ], - "x-ms-correlation-request-id": [ "f236a3d5-923a-4419-b107-4f952de00ed0" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121244Z:f236a3d5-923a-4419-b107-4f952de00ed0" ], - "Date": [ "Tue, 29 Mar 2022 12:12:43 GMT" ] + "x-ms-correlation-request-id": [ "9402b523-9d79-4585-940e-09ae3843083a" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070650Z:9402b523-9d79-4585-940e-09ae3843083a" ], + "Date": [ "Fri, 29 Apr 2022 07:06:49 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu\",\"name\":\"6bxlh9zbp554rc0iikrgunrxu\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:08:09.6365155Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35\",\"name\":\"5v09tvde38b9gag032136lz35\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:02:15.2171086Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01+11": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "208" ], - "x-ms-client-request-id": [ "10da968f-d8db-4ab9-87d1-704859a16fcb" ], + "x-ms-unique-id": [ "177" ], + "x-ms-client-request-id": [ "d1c1de29-5ef7-4e20-9c34-c5ffdb937aaa" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -449,40 +439,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "a489ea9e-d932-4752-8c05-bb96b74de131" ], + "x-ms-request-id": [ "e2f4d4ba-3c09-4661-b0e1-bdfe2cbc39fe" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "d6758f1a873f9d4ca4b1024de6f6b98c" ], + "X-Request-ID": [ "7f7b463b076bf749ab53736578b4f45b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11851" ], - "x-ms-correlation-request-id": [ "526a2c16-5681-49d4-ab5e-be8c509fb410" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121314Z:526a2c16-5681-49d4-ab5e-be8c509fb410" ], - "Date": [ "Tue, 29 Mar 2022 12:13:13 GMT" ] + "x-ms-correlation-request-id": [ "c0995879-c0bc-42a5-b410-0faf17570500" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070720Z:c0995879-c0bc-42a5-b410-0faf17570500" ], + "Date": [ "Fri, 29 Apr 2022 07:07:19 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu\",\"name\":\"6bxlh9zbp554rc0iikrgunrxu\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:08:09.6365155Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35\",\"name\":\"5v09tvde38b9gag032136lz35\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:02:15.2171086Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01+12": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "209" ], - "x-ms-client-request-id": [ "10da968f-d8db-4ab9-87d1-704859a16fcb" ], + "x-ms-unique-id": [ "178" ], + "x-ms-client-request-id": [ "d1c1de29-5ef7-4e20-9c34-c5ffdb937aaa" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -492,40 +481,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "c7258601-d6c9-477c-a52c-54f37429867a" ], + "x-ms-request-id": [ "fc5bae57-65c8-490d-9142-9a46f8b6e71b" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "0191a9386a815f448024f939f7bf6b2a" ], + "X-Request-ID": [ "e5daa49313133041b8af24d6d6f7864b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11850" ], - "x-ms-correlation-request-id": [ "5a603cf5-9ce4-4022-bf01-3e613771e3b3" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121344Z:5a603cf5-9ce4-4022-bf01-3e613771e3b3" ], - "Date": [ "Tue, 29 Mar 2022 12:13:44 GMT" ] + "x-ms-correlation-request-id": [ "bb6ac772-c49f-4857-b5d0-658a8717104c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070751Z:bb6ac772-c49f-4857-b5d0-658a8717104c" ], + "Date": [ "Fri, 29 Apr 2022 07:07:50 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu\",\"name\":\"6bxlh9zbp554rc0iikrgunrxu\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:08:09.6365155Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35\",\"name\":\"5v09tvde38b9gag032136lz35\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:02:15.2171086Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01+13": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "210" ], - "x-ms-client-request-id": [ "10da968f-d8db-4ab9-87d1-704859a16fcb" ], + "x-ms-unique-id": [ "179" ], + "x-ms-client-request-id": [ "d1c1de29-5ef7-4e20-9c34-c5ffdb937aaa" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -535,40 +523,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "267036b6-cafe-4a72-9091-7a3dcac36cbe" ], + "x-ms-request-id": [ "45a24e12-b677-4edb-971f-a6b51c83f224" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "475f4608fc8cd74dad4642ddd47b089d" ], + "X-Request-ID": [ "7d686fb5c5fc8d419c747aa5e130e8e2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11849" ], - "x-ms-correlation-request-id": [ "7a3019a8-5218-4027-8d06-bd433fdd649e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121415Z:7a3019a8-5218-4027-8d06-bd433fdd649e" ], - "Date": [ "Tue, 29 Mar 2022 12:14:14 GMT" ] + "x-ms-correlation-request-id": [ "fa3da8fe-094a-4862-becf-d1624c894587" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070821Z:fa3da8fe-094a-4862-becf-d1624c894587" ], + "Date": [ "Fri, 29 Apr 2022 07:08:20 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu\",\"name\":\"6bxlh9zbp554rc0iikrgunrxu\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:08:09.6365155Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35\",\"name\":\"5v09tvde38b9gag032136lz35\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:02:15.2171086Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01+14": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "211" ], - "x-ms-client-request-id": [ "10da968f-d8db-4ab9-87d1-704859a16fcb" ], + "x-ms-unique-id": [ "180" ], + "x-ms-client-request-id": [ "d1c1de29-5ef7-4e20-9c34-c5ffdb937aaa" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -578,40 +565,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "1b5d9998-7edd-4486-a591-b6179d453b54" ], + "x-ms-request-id": [ "b21ea238-dedb-4b5d-af7b-c205287ac900" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "ca63b2ca05bed14a959bd2630e25c499" ], + "X-Request-ID": [ "1c6a53c8ce03cb41a5c24941c78d6567" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11848" ], - "x-ms-correlation-request-id": [ "13b5409f-79cb-4f19-b7b6-8719451dee73" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121445Z:13b5409f-79cb-4f19-b7b6-8719451dee73" ], - "Date": [ "Tue, 29 Mar 2022 12:14:44 GMT" ] + "x-ms-correlation-request-id": [ "c3e4df27-f5c0-46f2-95c8-a4e1c722e984" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070851Z:c3e4df27-f5c0-46f2-95c8-a4e1c722e984" ], + "Date": [ "Fri, 29 Apr 2022 07:08:51 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "255" ], + "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/6bxlh9zbp554rc0iikrgunrxu\",\"name\":\"6bxlh9zbp554rc0iikrgunrxu\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T12:08:09.6365155Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35\",\"name\":\"5v09tvde38b9gag032136lz35\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:02:15.2171086Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/hv9eu4?api-version=2021-11-01+15": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/hv9eu4?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "212" ], - "x-ms-client-request-id": [ "10da968f-d8db-4ab9-87d1-704859a16fcb" ], + "x-ms-unique-id": [ "181" ], + "x-ms-client-request-id": [ "d1c1de29-5ef7-4e20-9c34-c5ffdb937aaa" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -621,32 +607,73 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00b7d4-0000-0400-0000-6242f82f0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "6b72b946-7667-463b-8686-a22f9aa49f16" ], + "x-ms-request-id": [ "00435b1f-1d7c-4862-b831-36bf866a4ff2" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "f9c8bf09690e0b46b94c595da3d4cfbb" ], + "X-Request-ID": [ "e4a9705b4dc1ce4a98a31fa0def2a134" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11847" ], - "x-ms-correlation-request-id": [ "d22d27af-b527-4c27-bd53-fc271a70878c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121445Z:d22d27af-b527-4c27-bd53-fc271a70878c" ], - "Date": [ "Tue, 29 Mar 2022 12:14:45 GMT" ] + "x-ms-correlation-request-id": [ "125dd5c4-dd8f-4f75-bc5c-3f63bec160c8" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070922Z:125dd5c4-dd8f-4f75-bc5c-3f63bec160c8" ], + "Date": [ "Fri, 29 Apr 2022 07:09:21 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "255" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5v09tvde38b9gag032136lz35\",\"name\":\"5v09tvde38b9gag032136lz35\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T07:02:15.2171086Z\"}", + "isContentBase64": false + } + }, + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/egp40u?api-version=2021-11-01+16": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/egp40u?api-version=2021-11-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "182" ], + "x-ms-client-request-id": [ "d1c1de29-5ef7-4e20-9c34-c5ffdb937aaa" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], + "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"2301d5a5-0000-0400-0000-626b8f1f0000\"" ], + "x-ms-request-id": [ "52d46786-f192-49c8-8739-5e7c0b96331e" ], + "X-Content-Type-Options": [ "nosniff" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Request-ID": [ "13cf5e99e334504388faf79993b5bd95" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11846" ], + "x-ms-correlation-request-id": [ "d114ecc7-f894-4eec-b8cb-bcb4f2bba717" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070922Z:d114ecc7-f894-4eec-b8cb-bcb4f2bba717" ], + "Date": [ "Fri, 29 Apr 2022 07:09:21 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "850" ], + "Content-Length": [ "911" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/hv9eu4\",\"name\":\"ax2qzb/hv9eu4\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"ce00b7d4-0000-0400-0000-6242f82f0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-hv9eu4.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/egp40u\",\"name\":\"mtz9gq/egp40u\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"2301d5a5-0000-0400-0000-626b8f1f0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-egp40u.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"resourceVersionPolicyConfiguration\":{\"default\":\"versioned\"},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol?api-version=2021-11-01+16": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s?api-version=2021-11-01+17": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol?api-version=2021-11-01", - "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"authenticationConfiguration\": {\r\n \"authority\": \"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"audience\": \"https://azpshcws-kxrdol.fhir.azurehealthcareapis.com\"\r\n }\r\n },\r\n \"kind\": \"fhir-R4\"\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s?api-version=2021-11-01", + "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"authenticationConfiguration\": {\r\n \"authority\": \"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"audience\": \"https://azpshcws-n9kd3s.fhir.azurehealthcareapis.com\"\r\n }\r\n },\r\n \"kind\": \"fhir-R4\"\r\n}", "isContentBase64": false, "Headers": { }, @@ -660,42 +687,41 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce008fd5-0000-0400-0000-6242f83a0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "b58428c9-e84d-4d8c-a79b-6ad8d72257c1" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01" ], + "ETag": [ "\"2301bca6-0000-0400-0000-626b8f260000\"" ], + "x-ms-request-id": [ "70b36d05-02ec-4184-9a11-31df14e74b13" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "6e9e11784cde8f46be451e4e293477e0" ], + "X-Request-ID": [ "6617d401727ac04bad8ad00ea5acfe78" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], - "x-ms-correlation-request-id": [ "fdffeae4-95c4-4ee6-92ef-3c4c3194de69" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121452Z:fdffeae4-95c4-4ee6-92ef-3c4c3194de69" ], - "Date": [ "Tue, 29 Mar 2022 12:14:51 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1185" ], + "x-ms-correlation-request-id": [ "6942c654-2401-447a-a4e8-0d6f7b2bc9c2" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070927Z:6942c654-2401-447a-a4e8-0d6f7b2bc9c2" ], + "Date": [ "Fri, 29 Apr 2022 07:09:27 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "849" ], + "Content-Length": [ "910" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol\",\"name\":\"ax2qzb/kxrdol\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"ce008fd5-0000-0400-0000-6242f83a0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-kxrdol.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Creating\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s\",\"name\":\"mtz9gq/n9kd3s\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"2301bca6-0000-0400-0000-626b8f260000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-n9kd3s.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"resourceVersionPolicyConfiguration\":{\"default\":\"versioned\"},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Creating\"}}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01+17": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "214" ], - "x-ms-client-request-id": [ "96e18b72-f2a6-4dc6-8adc-00bcb8deaccb" ], + "x-ms-unique-id": [ "184" ], + "x-ms-client-request-id": [ "a07e1042-f9b0-41b0-abbb-7350053b6a0f" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -705,40 +731,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "8b227dd9-b62a-4f43-8173-0b09ba641983" ], + "x-ms-request-id": [ "3d4139cd-e858-4cd3-96e1-edf91bedb926" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "2e2d8c61fd06e64c94b0e68b3d94d954" ], + "X-Request-ID": [ "2204f6156c6e0c439bc631b94f2fdd1b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11857" ], - "x-ms-correlation-request-id": [ "b156f81e-1dac-4d1a-8a37-88072b81b35b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121522Z:b156f81e-1dac-4d1a-8a37-88072b81b35b" ], - "Date": [ "Tue, 29 Mar 2022 12:15:21 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11845" ], + "x-ms-correlation-request-id": [ "1ebbad80-06a8-4702-893f-d90e170dd501" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T070958Z:1ebbad80-06a8-4702-893f-d90e170dd501" ], + "Date": [ "Fri, 29 Apr 2022 07:09:57 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u\",\"name\":\"721p2rw8jvm3hgncp3tv6qy2u\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:14:50.7243225Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55\",\"name\":\"752xq6qws81740fjzs5h4re55\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:09:26.4634692Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01+18": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01+19": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "215" ], - "x-ms-client-request-id": [ "96e18b72-f2a6-4dc6-8adc-00bcb8deaccb" ], + "x-ms-unique-id": [ "185" ], + "x-ms-client-request-id": [ "a07e1042-f9b0-41b0-abbb-7350053b6a0f" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -748,40 +773,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "1b02a638-6528-4766-a4f1-80b71accd856" ], + "x-ms-request-id": [ "6ee7ff27-07d5-48d4-8342-2a079425ce74" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "31215c3235ab2f4bb4da0831b0d1be54" ], + "X-Request-ID": [ "6dac730443daa94197e98dbf8d3ef4a6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11856" ], - "x-ms-correlation-request-id": [ "3519c864-f048-4b11-a56f-f7bedfaea39f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121552Z:3519c864-f048-4b11-a56f-f7bedfaea39f" ], - "Date": [ "Tue, 29 Mar 2022 12:15:52 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11854" ], + "x-ms-correlation-request-id": [ "004ca614-bafa-4e67-aeb8-d468371c5630" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071028Z:004ca614-bafa-4e67-aeb8-d468371c5630" ], + "Date": [ "Fri, 29 Apr 2022 07:10:27 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u\",\"name\":\"721p2rw8jvm3hgncp3tv6qy2u\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:14:50.7243225Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55\",\"name\":\"752xq6qws81740fjzs5h4re55\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:09:26.4634692Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01+19": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01+20": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "216" ], - "x-ms-client-request-id": [ "96e18b72-f2a6-4dc6-8adc-00bcb8deaccb" ], + "x-ms-unique-id": [ "186" ], + "x-ms-client-request-id": [ "a07e1042-f9b0-41b0-abbb-7350053b6a0f" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -791,40 +815,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11855" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "b175e06b-0dc2-4b4f-be00-4205698c6fdb" ], + "x-ms-request-id": [ "642100d4-0726-4ed0-a945-497b3d403246" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "005f0488ac30674a97d722e9f39667d6" ], + "X-Request-ID": [ "879bd8da1869f3439313dbd3c33643ac" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "ab0b1b1a-262a-45d4-857a-c28ed6d81987" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121623Z:ab0b1b1a-262a-45d4-857a-c28ed6d81987" ], - "Date": [ "Tue, 29 Mar 2022 12:16:23 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11853" ], + "x-ms-correlation-request-id": [ "5cde49f8-5481-4f6e-a0b6-75166c46ec87" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071058Z:5cde49f8-5481-4f6e-a0b6-75166c46ec87" ], + "Date": [ "Fri, 29 Apr 2022 07:10:58 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u\",\"name\":\"721p2rw8jvm3hgncp3tv6qy2u\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:14:50.7243225Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55\",\"name\":\"752xq6qws81740fjzs5h4re55\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:09:26.4634692Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01+20": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "217" ], - "x-ms-client-request-id": [ "96e18b72-f2a6-4dc6-8adc-00bcb8deaccb" ], + "x-ms-unique-id": [ "187" ], + "x-ms-client-request-id": [ "a07e1042-f9b0-41b0-abbb-7350053b6a0f" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -834,40 +857,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "dab49f16-f2b7-4fbb-8fb4-a471aaa3bcaf" ], + "x-ms-request-id": [ "19d102b0-85f8-430b-80e7-070eb96b63b0" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "6c28e4224a1ec64f82b8c9a3bc95ef70" ], + "X-Request-ID": [ "c9ecc4cd8f302946adf49cef9a7f6994" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11854" ], - "x-ms-correlation-request-id": [ "9312db5f-adee-424c-b403-141c14d95a8d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121653Z:9312db5f-adee-424c-b403-141c14d95a8d" ], - "Date": [ "Tue, 29 Mar 2022 12:16:53 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11852" ], + "x-ms-correlation-request-id": [ "6338f0ee-3f8b-4a01-8c95-d9f3f5d09bb6" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071129Z:6338f0ee-3f8b-4a01-8c95-d9f3f5d09bb6" ], + "Date": [ "Fri, 29 Apr 2022 07:11:28 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u\",\"name\":\"721p2rw8jvm3hgncp3tv6qy2u\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:14:50.7243225Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55\",\"name\":\"752xq6qws81740fjzs5h4re55\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:09:26.4634692Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01+21": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01+22": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "218" ], - "x-ms-client-request-id": [ "96e18b72-f2a6-4dc6-8adc-00bcb8deaccb" ], + "x-ms-unique-id": [ "188" ], + "x-ms-client-request-id": [ "a07e1042-f9b0-41b0-abbb-7350053b6a0f" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -877,40 +899,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "9ef55603-025e-455d-88fb-5ba070ec732e" ], + "x-ms-request-id": [ "7ef718d0-f2b6-46df-a8d6-0ab293f0d523" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "659a756a75e1da47be7eee997d91b910" ], + "X-Request-ID": [ "1946ea247c7798459ff9747d077cfd69" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11853" ], - "x-ms-correlation-request-id": [ "ae655d7e-ae5f-427c-a614-4774de4ff726" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121724Z:ae655d7e-ae5f-427c-a614-4774de4ff726" ], - "Date": [ "Tue, 29 Mar 2022 12:17:23 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11851" ], + "x-ms-correlation-request-id": [ "21f99961-07a0-4503-94d6-c7a3916c3023" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071159Z:21f99961-07a0-4503-94d6-c7a3916c3023" ], + "Date": [ "Fri, 29 Apr 2022 07:11:59 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u\",\"name\":\"721p2rw8jvm3hgncp3tv6qy2u\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:14:50.7243225Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55\",\"name\":\"752xq6qws81740fjzs5h4re55\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:09:26.4634692Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01+22": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01+23": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "219" ], - "x-ms-client-request-id": [ "96e18b72-f2a6-4dc6-8adc-00bcb8deaccb" ], + "x-ms-unique-id": [ "189" ], + "x-ms-client-request-id": [ "a07e1042-f9b0-41b0-abbb-7350053b6a0f" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -920,40 +941,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "2eaae5d6-276d-4651-a545-f0e763ad2d6f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11850" ], + "x-ms-request-id": [ "0f652298-8232-4a32-adbf-79abda30c7b9" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "5d0551fce57936478b5055b5e0f803b4" ], + "X-Request-ID": [ "885cd652f4d4bf4c8663154e9e5a4cb2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11852" ], - "x-ms-correlation-request-id": [ "4c6a9f45-99f2-4019-9e4c-76ecf9f09ad9" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121754Z:4c6a9f45-99f2-4019-9e4c-76ecf9f09ad9" ], - "Date": [ "Tue, 29 Mar 2022 12:17:54 GMT" ] + "x-ms-correlation-request-id": [ "759e9dd6-3a5b-4a26-8c1a-e45ebb123891" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071229Z:759e9dd6-3a5b-4a26-8c1a-e45ebb123891" ], + "Date": [ "Fri, 29 Apr 2022 07:12:29 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u\",\"name\":\"721p2rw8jvm3hgncp3tv6qy2u\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:14:50.7243225Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55\",\"name\":\"752xq6qws81740fjzs5h4re55\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:09:26.4634692Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01+23": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01+24": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "220" ], - "x-ms-client-request-id": [ "96e18b72-f2a6-4dc6-8adc-00bcb8deaccb" ], + "x-ms-unique-id": [ "190" ], + "x-ms-client-request-id": [ "a07e1042-f9b0-41b0-abbb-7350053b6a0f" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -963,40 +983,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "b94390c3-1115-4225-b307-039781848afe" ], + "x-ms-request-id": [ "5d687007-7e79-4b49-9b1c-10887811467a" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "43ad00edf5fe314f87e48c9a1d2416a2" ], + "X-Request-ID": [ "58561905efe9ff489869755f11de0ade" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11851" ], - "x-ms-correlation-request-id": [ "a18ef281-9a8d-4e0f-a7c7-ef6655f3a9c8" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121824Z:a18ef281-9a8d-4e0f-a7c7-ef6655f3a9c8" ], - "Date": [ "Tue, 29 Mar 2022 12:18:24 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11849" ], + "x-ms-correlation-request-id": [ "233fec92-184e-4632-9b95-1a59802e5609" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071300Z:233fec92-184e-4632-9b95-1a59802e5609" ], + "Date": [ "Fri, 29 Apr 2022 07:13:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u\",\"name\":\"721p2rw8jvm3hgncp3tv6qy2u\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:14:50.7243225Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55\",\"name\":\"752xq6qws81740fjzs5h4re55\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:09:26.4634692Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01+24": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01+25": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "221" ], - "x-ms-client-request-id": [ "96e18b72-f2a6-4dc6-8adc-00bcb8deaccb" ], + "x-ms-unique-id": [ "191" ], + "x-ms-client-request-id": [ "a07e1042-f9b0-41b0-abbb-7350053b6a0f" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1006,40 +1025,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "7d1f7cd1-121a-4eb2-a3b9-51ef4a405acc" ], + "x-ms-request-id": [ "33db54f2-1b47-491a-9851-0de4b0215c81" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "ce184e58ba056048ae5c9727075ea5a4" ], + "X-Request-ID": [ "a9670bf345145c46b2f35b417ca942fb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11850" ], - "x-ms-correlation-request-id": [ "97142df2-ac0a-4868-b93d-c745e9c4b9c9" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121855Z:97142df2-ac0a-4868-b93d-c745e9c4b9c9" ], - "Date": [ "Tue, 29 Mar 2022 12:18:55 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11848" ], + "x-ms-correlation-request-id": [ "eae36ce8-03a7-4ad6-8f6c-039967a511f4" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071330Z:eae36ce8-03a7-4ad6-8f6c-039967a511f4" ], + "Date": [ "Fri, 29 Apr 2022 07:13:30 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u\",\"name\":\"721p2rw8jvm3hgncp3tv6qy2u\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:14:50.7243225Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55\",\"name\":\"752xq6qws81740fjzs5h4re55\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:09:26.4634692Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01+25": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01+26": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "222" ], - "x-ms-client-request-id": [ "96e18b72-f2a6-4dc6-8adc-00bcb8deaccb" ], + "x-ms-unique-id": [ "192" ], + "x-ms-client-request-id": [ "a07e1042-f9b0-41b0-abbb-7350053b6a0f" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1049,40 +1067,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "8239a391-54fb-499b-9f6b-0063051469a3" ], + "x-ms-request-id": [ "d261d51e-8895-407a-83f6-3ccd2539a15c" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "7b77a24037976d4cb706a8413ce1e90e" ], + "X-Request-ID": [ "59bf5cf786c5b64e89c9f23dcec207d1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11849" ], - "x-ms-correlation-request-id": [ "cc5dfa11-2751-4dcd-a946-be7481d91beb" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121925Z:cc5dfa11-2751-4dcd-a946-be7481d91beb" ], - "Date": [ "Tue, 29 Mar 2022 12:19:24 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11847" ], + "x-ms-correlation-request-id": [ "6c2a0aac-4132-405b-b9ec-99076d3f6b51" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071401Z:6c2a0aac-4132-405b-b9ec-99076d3f6b51" ], + "Date": [ "Fri, 29 Apr 2022 07:14:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u\",\"name\":\"721p2rw8jvm3hgncp3tv6qy2u\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:14:50.7243225Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55\",\"name\":\"752xq6qws81740fjzs5h4re55\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:09:26.4634692Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01+26": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01+27": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "223" ], - "x-ms-client-request-id": [ "96e18b72-f2a6-4dc6-8adc-00bcb8deaccb" ], + "x-ms-unique-id": [ "193" ], + "x-ms-client-request-id": [ "a07e1042-f9b0-41b0-abbb-7350053b6a0f" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1092,40 +1109,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "807f9998-9acd-4032-88e1-8d40b691bc31" ], + "x-ms-request-id": [ "fe157de4-6429-4bc2-93a6-d6753a37c727" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "8dc9512af6e70c41800b5e750507a163" ], + "X-Request-ID": [ "a0fab0c0f2014f4c826d0f9c9a165033" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11848" ], - "x-ms-correlation-request-id": [ "9ee4cae3-10e3-4ad1-af12-45e01e98691b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T121955Z:9ee4cae3-10e3-4ad1-af12-45e01e98691b" ], - "Date": [ "Tue, 29 Mar 2022 12:19:55 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11846" ], + "x-ms-correlation-request-id": [ "6b70a47e-44bc-42ec-84fa-ed79c75ddc21" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071431Z:6b70a47e-44bc-42ec-84fa-ed79c75ddc21" ], + "Date": [ "Fri, 29 Apr 2022 07:14:30 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u\",\"name\":\"721p2rw8jvm3hgncp3tv6qy2u\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:14:50.7243225Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55\",\"name\":\"752xq6qws81740fjzs5h4re55\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:09:26.4634692Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01+27": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01+28": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "224" ], - "x-ms-client-request-id": [ "96e18b72-f2a6-4dc6-8adc-00bcb8deaccb" ], + "x-ms-unique-id": [ "194" ], + "x-ms-client-request-id": [ "a07e1042-f9b0-41b0-abbb-7350053b6a0f" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1135,40 +1151,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "0eb22635-b8bc-4e70-8c5c-75c4986ccf1a" ], + "x-ms-request-id": [ "4d6a241f-ac65-4d90-80f1-c767b12cfc0a" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "3341e7badb6c4f409adb79184efe7c45" ], + "X-Request-ID": [ "8557cef7612a694e953cfb958f3678a1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11858" ], - "x-ms-correlation-request-id": [ "84218268-634f-4eee-b57b-dabb0a7225b7" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122026Z:84218268-634f-4eee-b57b-dabb0a7225b7" ], - "Date": [ "Tue, 29 Mar 2022 12:20:25 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11856" ], + "x-ms-correlation-request-id": [ "152b3e6b-9004-4f81-83d7-ced1739ba7e3" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071501Z:152b3e6b-9004-4f81-83d7-ced1739ba7e3" ], + "Date": [ "Fri, 29 Apr 2022 07:15:01 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u\",\"name\":\"721p2rw8jvm3hgncp3tv6qy2u\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:14:50.7243225Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55\",\"name\":\"752xq6qws81740fjzs5h4re55\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:09:26.4634692Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01+28": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01+29": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "225" ], - "x-ms-client-request-id": [ "96e18b72-f2a6-4dc6-8adc-00bcb8deaccb" ], + "x-ms-unique-id": [ "195" ], + "x-ms-client-request-id": [ "a07e1042-f9b0-41b0-abbb-7350053b6a0f" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1178,40 +1193,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "5b8409f4-df07-4270-8cc4-206d3b920dc0" ], + "x-ms-request-id": [ "f13f960d-0b2a-419b-a77b-aa03586001e0" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "55a7aa52fa6332498c7cb895ab0db5aa" ], + "X-Request-ID": [ "ef33cadba05a704780a71497ee0abd39" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11857" ], - "x-ms-correlation-request-id": [ "8f80382b-0bfb-43dd-acdd-e81fde7d8da6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122056Z:8f80382b-0bfb-43dd-acdd-e81fde7d8da6" ], - "Date": [ "Tue, 29 Mar 2022 12:20:55 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11855" ], + "x-ms-correlation-request-id": [ "0c780de3-1af4-4fbc-8c19-5045cfdafeb9" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071532Z:0c780de3-1af4-4fbc-8c19-5045cfdafeb9" ], + "Date": [ "Fri, 29 Apr 2022 07:15:31 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u\",\"name\":\"721p2rw8jvm3hgncp3tv6qy2u\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:14:50.7243225Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55\",\"name\":\"752xq6qws81740fjzs5h4re55\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:09:26.4634692Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01+29": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01+30": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "226" ], - "x-ms-client-request-id": [ "96e18b72-f2a6-4dc6-8adc-00bcb8deaccb" ], + "x-ms-unique-id": [ "196" ], + "x-ms-client-request-id": [ "a07e1042-f9b0-41b0-abbb-7350053b6a0f" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1221,40 +1235,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "d193d841-190b-4bef-8796-c2b7920dcac8" ], + "x-ms-request-id": [ "29624366-ab91-468a-8939-f824a3b51bfc" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "c27ab41941d2ed49bbfd05b35bdeeb44" ], + "X-Request-ID": [ "8b30b4813199cd4ba3bc8e93c4744a7e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11856" ], - "x-ms-correlation-request-id": [ "3b63935a-a9f2-4eec-afa3-81e35bcb5dc2" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122126Z:3b63935a-a9f2-4eec-afa3-81e35bcb5dc2" ], - "Date": [ "Tue, 29 Mar 2022 12:21:26 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11854" ], + "x-ms-correlation-request-id": [ "463e9922-c5b2-4ee1-abb7-873fa81e04c3" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071602Z:463e9922-c5b2-4ee1-abb7-873fa81e04c3" ], + "Date": [ "Fri, 29 Apr 2022 07:16:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u\",\"name\":\"721p2rw8jvm3hgncp3tv6qy2u\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:14:50.7243225Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55\",\"name\":\"752xq6qws81740fjzs5h4re55\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:09:26.4634692Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01+30": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01+31": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "227" ], - "x-ms-client-request-id": [ "96e18b72-f2a6-4dc6-8adc-00bcb8deaccb" ], + "x-ms-unique-id": [ "197" ], + "x-ms-client-request-id": [ "a07e1042-f9b0-41b0-abbb-7350053b6a0f" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1264,40 +1277,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "fa2bb9f3-1cfc-466c-a21e-bc0032591205" ], + "x-ms-request-id": [ "723abd89-e6fa-438c-a530-a32906a2875c" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "8dc7e0943d3e9645b5cb3e8e604728a6" ], + "X-Request-ID": [ "b68a2b104384e545b3923b420d5abe65" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11855" ], - "x-ms-correlation-request-id": [ "7afae796-67aa-45f8-b4c4-b8907adf44aa" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122157Z:7afae796-67aa-45f8-b4c4-b8907adf44aa" ], - "Date": [ "Tue, 29 Mar 2022 12:21:56 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11853" ], + "x-ms-correlation-request-id": [ "0bfc8642-3162-4b19-bb20-bf711fd569cd" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071632Z:0bfc8642-3162-4b19-bb20-bf711fd569cd" ], + "Date": [ "Fri, 29 Apr 2022 07:16:32 GMT" ] }, "ContentHeaders": { "Content-Length": [ "255" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/721p2rw8jvm3hgncp3tv6qy2u\",\"name\":\"721p2rw8jvm3hgncp3tv6qy2u\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T12:14:50.7243225Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/752xq6qws81740fjzs5h4re55\",\"name\":\"752xq6qws81740fjzs5h4re55\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T07:09:26.4634692Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol?api-version=2021-11-01+31": { + "AzHealthcareFhirService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s?api-version=2021-11-01+32": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "228" ], - "x-ms-client-request-id": [ "96e18b72-f2a6-4dc6-8adc-00bcb8deaccb" ], + "x-ms-unique-id": [ "198" ], + "x-ms-client-request-id": [ "a07e1042-f9b0-41b0-abbb-7350053b6a0f" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareFhirService" ], "FullCommandName": [ "New-AzHealthcareFhirService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1307,40 +1319,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce0076f8-0000-0400-0000-6242f9d20000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "5f7e6eed-8ed6-43b7-bfc8-d7f424b9b2aa" ], + "ETag": [ "\"230119e6-0000-0400-0000-626b90c10000\"" ], + "x-ms-request-id": [ "4db43d2c-45a9-4a75-9567-7a085432202c" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "311c2bab57f8d94496ce5ab53b3567fa" ], + "X-Request-ID": [ "d628a49ac77e9a4195e1b26e098a87e6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11854" ], - "x-ms-correlation-request-id": [ "f9699d60-f877-45c0-a6ae-3e66a38d3097" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122157Z:f9699d60-f877-45c0-a6ae-3e66a38d3097" ], - "Date": [ "Tue, 29 Mar 2022 12:21:56 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11852" ], + "x-ms-correlation-request-id": [ "cc759027-ced0-4a1d-a4d8-2753fe1657d6" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071632Z:cc759027-ced0-4a1d-a4d8-2753fe1657d6" ], + "Date": [ "Fri, 29 Apr 2022 07:16:32 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "850" ], + "Content-Length": [ "911" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol\",\"name\":\"ax2qzb/kxrdol\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"ce0076f8-0000-0400-0000-6242f9d20000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-kxrdol.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s\",\"name\":\"mtz9gq/n9kd3s\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"230119e6-0000-0400-0000-626b90c10000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-n9kd3s.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"resourceVersionPolicyConfiguration\":{\"default\":\"versioned\"},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+List+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices?api-version=2021-11-01+1": { + "AzHealthcareFhirService+[NoContext]+List+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "229" ], - "x-ms-client-request-id": [ "a316f6b7-bec2-48f2-9e1b-e3cae2856fed" ], + "x-ms-unique-id": [ "199" ], + "x-ms-client-request-id": [ "8ce49387-3e56-4ff9-9420-310a15b47a60" ], "CommandName": [ "Get-AzHealthcareFhirService" ], "FullCommandName": [ "Get-AzHealthcareFhirService_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1351,39 +1362,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "d534bd92-7ba5-4a38-8d22-164529293295" ], + "x-ms-request-id": [ "a8e1805a-957d-4cb4-88fe-336890f59731" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "2fb6f2d81bcf01408d9a1de9bca92f15" ], + "X-Request-ID": [ "267d36b240faec4fb338977239c1b1be" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11853" ], - "x-ms-correlation-request-id": [ "eac91b2e-cc4d-4879-80ef-232bd20c8d9a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122158Z:eac91b2e-cc4d-4879-80ef-232bd20c8d9a" ], - "Date": [ "Tue, 29 Mar 2022 12:21:57 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11851" ], + "x-ms-correlation-request-id": [ "40d9e1f5-12fd-40a3-9721-bea2d2814dae" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071634Z:40d9e1f5-12fd-40a3-9721-bea2d2814dae" ], + "Date": [ "Fri, 29 Apr 2022 07:16:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "2564" ], + "Content-Length": [ "2747" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/wq9m2j\",\"name\":\"ax2qzb/wq9m2j\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"cd00af49-0000-0400-0000-6242e68f0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-wq9m2j.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/hv9eu4\",\"name\":\"ax2qzb/hv9eu4\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"ce00b7d4-0000-0400-0000-6242f82f0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-hv9eu4.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol\",\"name\":\"ax2qzb/kxrdol\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"ce0076f8-0000-0400-0000-6242f9d20000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-kxrdol.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/sqhim6\",\"name\":\"mtz9gq/sqhim6\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"21011d9e-0000-0400-0000-626b80d50000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-sqhim6.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"resourceVersionPolicyConfiguration\":{\"default\":\"versioned\"},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/egp40u\",\"name\":\"mtz9gq/egp40u\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"2301d5a5-0000-0400-0000-626b8f1f0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-egp40u.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"resourceVersionPolicyConfiguration\":{\"default\":\"versioned\"},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s\",\"name\":\"mtz9gq/n9kd3s\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"230119e6-0000-0400-0000-626b90c10000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-n9kd3s.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"resourceVersionPolicyConfiguration\":{\"default\":\"versioned\"},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/hv9eu4?api-version=2021-11-01+1": { + "AzHealthcareFhirService+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/egp40u?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/hv9eu4?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/egp40u?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "230" ], - "x-ms-client-request-id": [ "bdc935f9-e64b-4ddf-81d8-d250117e8752" ], + "x-ms-unique-id": [ "200" ], + "x-ms-client-request-id": [ "6167cd0f-5118-4515-8387-94347702a16f" ], "CommandName": [ "Get-AzHealthcareFhirService" ], "FullCommandName": [ "Get-AzHealthcareFhirService_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1394,31 +1404,30 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00b7d4-0000-0400-0000-6242f82f0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "7951cdc5-b81e-4669-87af-cf4a96a5799c" ], + "ETag": [ "\"2301d5a5-0000-0400-0000-626b8f1f0000\"" ], + "x-ms-request-id": [ "cc4edceb-60ca-4add-89b7-9d5fba7d55df" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "cb84f535b84e4741b57df72f13ee0ee4" ], + "X-Request-ID": [ "7ebf660cb00ea94682c5e4f973ff2385" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11852" ], - "x-ms-correlation-request-id": [ "e3984a99-4d85-458f-ae63-18404b38fc00" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122159Z:e3984a99-4d85-458f-ae63-18404b38fc00" ], - "Date": [ "Tue, 29 Mar 2022 12:21:58 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11850" ], + "x-ms-correlation-request-id": [ "6a4044b2-9989-49a1-9eb2-0471a41771a7" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071635Z:6a4044b2-9989-49a1-9eb2-0471a41771a7" ], + "Date": [ "Fri, 29 Apr 2022 07:16:34 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "850" ], + "Content-Length": [ "911" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/hv9eu4\",\"name\":\"ax2qzb/hv9eu4\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"ce00b7d4-0000-0400-0000-6242f82f0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-hv9eu4.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/egp40u\",\"name\":\"mtz9gq/egp40u\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"2301d5a5-0000-0400-0000-626b8f1f0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-egp40u.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"resourceVersionPolicyConfiguration\":{\"default\":\"versioned\"},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/hv9eu4?api-version=2021-11-01+1": { + "AzHealthcareFhirService+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/egp40u?api-version=2021-11-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/hv9eu4?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/egp40u?api-version=2021-11-01", "Content": "{\r\n \"tags\": {\r\n \"123\": \"abc\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -1433,40 +1442,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce00ebfa-0000-0400-0000-6242f9e90000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "ef9d12a1-4258-4c7d-aa45-548d26f2c540" ], + "ETag": [ "\"23015ee8-0000-0400-0000-626b90d50000\"" ], + "x-ms-request-id": [ "603fd456-ffd9-43fb-9123-6a07473faaf9" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "b7e33cfc628b5943b8f7990d62396f5c" ], + "X-Request-ID": [ "59acbbe75950b040b6d970c878eca6ad" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1187" ], - "x-ms-correlation-request-id": [ "195d1b1b-1398-4e6d-b85f-178e409b3216" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122203Z:195d1b1b-1398-4e6d-b85f-178e409b3216" ], - "Date": [ "Tue, 29 Mar 2022 12:22:03 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], + "x-ms-correlation-request-id": [ "472ced31-c037-4f73-9122-e21f29c47447" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071639Z:472ced31-c037-4f73-9122-e21f29c47447" ], + "Date": [ "Fri, 29 Apr 2022 07:16:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "871" ], + "Content-Length": [ "932" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/hv9eu4\",\"name\":\"ax2qzb/hv9eu4\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"ce00ebfa-0000-0400-0000-6242f9e90000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-hv9eu4.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/egp40u\",\"name\":\"mtz9gq/egp40u\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"23015ee8-0000-0400-0000-626b90d50000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-egp40u.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"resourceVersionPolicyConfiguration\":{\"default\":\"versioned\"},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol?api-version=2021-11-01+1": { + "AzHealthcareFhirService+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "232" ], - "x-ms-client-request-id": [ "189e3441-aceb-4cba-a13b-ea2c5b73dfb3" ], + "x-ms-unique-id": [ "202" ], + "x-ms-client-request-id": [ "f9c40766-a49f-42dc-b488-409c2b5241de" ], "CommandName": [ "Get-AzHealthcareFhirService" ], "FullCommandName": [ "Get-AzHealthcareFhirService_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1477,31 +1485,30 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce0076f8-0000-0400-0000-6242f9d20000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "3f5173db-d938-481d-b854-505fcd738d6e" ], + "ETag": [ "\"230119e6-0000-0400-0000-626b90c10000\"" ], + "x-ms-request-id": [ "5d3d6c22-fbed-4dcd-b874-289f4cb1b8ec" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "fbcdb81fd3985b42893db65a4263a9e4" ], + "X-Request-ID": [ "b0bd74244585ce478ce49c6dcdad370b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11851" ], - "x-ms-correlation-request-id": [ "f36d1172-6973-487c-abed-51512d2979a1" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122204Z:f36d1172-6973-487c-abed-51512d2979a1" ], - "Date": [ "Tue, 29 Mar 2022 12:22:03 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11849" ], + "x-ms-correlation-request-id": [ "2c4e1283-e495-4b4e-bef3-2f51d9412eb2" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071640Z:2c4e1283-e495-4b4e-bef3-2f51d9412eb2" ], + "Date": [ "Fri, 29 Apr 2022 07:16:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "850" ], + "Content-Length": [ "911" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol\",\"name\":\"ax2qzb/kxrdol\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"ce0076f8-0000-0400-0000-6242f9d20000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-kxrdol.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s\",\"name\":\"mtz9gq/n9kd3s\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"230119e6-0000-0400-0000-626b90c10000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-n9kd3s.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"resourceVersionPolicyConfiguration\":{\"default\":\"versioned\"},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol?api-version=2021-11-01+2": { + "AzHealthcareFhirService+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s?api-version=2021-11-01+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s?api-version=2021-11-01", "Content": "{\r\n \"tags\": {\r\n \"123\": \"abc\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -1516,40 +1523,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce0039fb-0000-0400-0000-6242f9ee0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "f8f9648a-68e9-49d8-8fa6-3046421e258b" ], + "ETag": [ "\"230123e9-0000-0400-0000-626b90d90000\"" ], + "x-ms-request-id": [ "2151cf6a-faa4-49b8-8efc-ace488be8bb5" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "b2cb8e81298750448ee62e663b1bc2af" ], + "X-Request-ID": [ "eb7d7aed8617ec43a1fac15aa016db38" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], - "x-ms-correlation-request-id": [ "43c6e095-6106-4acf-b601-48b4b73c3ee6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122208Z:43c6e095-6106-4acf-b601-48b4b73c3ee6" ], - "Date": [ "Tue, 29 Mar 2022 12:22:07 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1185" ], + "x-ms-correlation-request-id": [ "6b2c7652-a250-43ec-80b4-c9e7e9019178" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071642Z:6b2c7652-a250-43ec-80b4-c9e7e9019178" ], + "Date": [ "Fri, 29 Apr 2022 07:16:41 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "871" ], + "Content-Length": [ "932" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol\",\"name\":\"ax2qzb/kxrdol\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"ce0039fb-0000-0400-0000-6242f9ee0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-kxrdol.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s\",\"name\":\"mtz9gq/n9kd3s\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"230123e9-0000-0400-0000-626b90d90000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-n9kd3s.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"resourceVersionPolicyConfiguration\":{\"default\":\"versioned\"},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/hv9eu4?api-version=2021-11-01+1": { + "AzHealthcareFhirService+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/egp40u?api-version=2021-11-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/hv9eu4?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/egp40u?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "234" ], - "x-ms-client-request-id": [ "876a4c4b-1073-44b9-a420-09f030f6ce28" ], + "x-ms-unique-id": [ "204" ], + "x-ms-client-request-id": [ "2ee6c168-7adc-48fc-aaa4-c525f3b2d9e4" ], "CommandName": [ "Remove-AzHealthcareFhirService" ], "FullCommandName": [ "Remove-AzHealthcareFhirService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1560,18 +1566,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/g2ch7fkarqupp363bz99cajfk?api-version=2021-11-01\u0026operationResultResponseType=Location" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/g2ch7fkarqupp363bz99cajfk?api-version=2021-11-01" ], + "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h?api-version=2021-11-01\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "a41ff6af14f78e468bd117347019de4e" ], + "X-Request-ID": [ "8a561d38cf3b1844a5f805a2f26410bb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14993" ], - "x-ms-request-id": [ "8d2a9fb4-34f5-4096-9d8c-859a31fb6035" ], - "x-ms-correlation-request-id": [ "8d2a9fb4-34f5-4096-9d8c-859a31fb6035" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122209Z:8d2a9fb4-34f5-4096-9d8c-859a31fb6035" ], - "Date": [ "Tue, 29 Mar 2022 12:22:08 GMT" ] + "x-ms-request-id": [ "38aa1697-a902-440a-a8e0-8de8896a1d11" ], + "x-ms-correlation-request-id": [ "38aa1697-a902-440a-a8e0-8de8896a1d11" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071644Z:38aa1697-a902-440a-a8e0-8de8896a1d11" ], + "Date": [ "Fri, 29 Apr 2022 07:16:43 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1581,20 +1586,20 @@ "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/g2ch7fkarqupp363bz99cajfk?api-version=2021-11-01+2": { + "AzHealthcareFhirService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h?api-version=2021-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/g2ch7fkarqupp363bz99cajfk?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "235" ], - "x-ms-client-request-id": [ "876a4c4b-1073-44b9-a420-09f030f6ce28" ], + "x-ms-unique-id": [ "205" ], + "x-ms-client-request-id": [ "2ee6c168-7adc-48fc-aaa4-c525f3b2d9e4" ], "CommandName": [ "Remove-AzHealthcareFhirService" ], "FullCommandName": [ "Remove-AzHealthcareFhirService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1604,40 +1609,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "8e3b7453-2145-4b12-8e9b-cded68043ee3" ], + "x-ms-request-id": [ "2e7f5cc1-b450-479e-9c7b-33ad2175e9d6" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "8b94f7695097dc4ba85a4eddb81302eb" ], + "X-Request-ID": [ "1f1f9a59ae98894b9957ea38a65b478f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11850" ], - "x-ms-correlation-request-id": [ "c313e945-05c2-40a5-97f2-6c184a31014c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122240Z:c313e945-05c2-40a5-97f2-6c184a31014c" ], - "Date": [ "Tue, 29 Mar 2022 12:22:39 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11848" ], + "x-ms-correlation-request-id": [ "ba2de7e9-25de-4080-8d95-e45cf5dfe4b5" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071714Z:ba2de7e9-25de-4080-8d95-e45cf5dfe4b5" ], + "Date": [ "Fri, 29 Apr 2022 07:17:14 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/g2ch7fkarqupp363bz99cajfk\",\"name\":\"g2ch7fkarqupp363bz99cajfk\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:22:09.4060959Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h\",\"name\":\"jqvgspvwxai2n2rmy13wnr59h\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:16:44.2488581Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/g2ch7fkarqupp363bz99cajfk?api-version=2021-11-01+3": { + "AzHealthcareFhirService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h?api-version=2021-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/g2ch7fkarqupp363bz99cajfk?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "236" ], - "x-ms-client-request-id": [ "876a4c4b-1073-44b9-a420-09f030f6ce28" ], + "x-ms-unique-id": [ "206" ], + "x-ms-client-request-id": [ "2ee6c168-7adc-48fc-aaa4-c525f3b2d9e4" ], "CommandName": [ "Remove-AzHealthcareFhirService" ], "FullCommandName": [ "Remove-AzHealthcareFhirService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1647,40 +1651,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11849" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "18887299-0ce5-4273-bd9c-4e3c4c3dc357" ], + "x-ms-request-id": [ "96be9d88-cc6e-4273-8cae-089d2d07db1c" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "2218093c640de54a930a44645eb25bd4" ], + "X-Request-ID": [ "0acf5dfd24e82241ad30e789f7b1a714" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "9a3b69bb-f2e1-442c-92f5-6990a1a7c64b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122310Z:9a3b69bb-f2e1-442c-92f5-6990a1a7c64b" ], - "Date": [ "Tue, 29 Mar 2022 12:23:09 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11847" ], + "x-ms-correlation-request-id": [ "e652494e-ce26-4bae-af84-be9bf7000a45" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071745Z:e652494e-ce26-4bae-af84-be9bf7000a45" ], + "Date": [ "Fri, 29 Apr 2022 07:17:44 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/g2ch7fkarqupp363bz99cajfk\",\"name\":\"g2ch7fkarqupp363bz99cajfk\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:22:09.4060959Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h\",\"name\":\"jqvgspvwxai2n2rmy13wnr59h\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:16:44.2488581Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/g2ch7fkarqupp363bz99cajfk?api-version=2021-11-01+4": { + "AzHealthcareFhirService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h?api-version=2021-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/g2ch7fkarqupp363bz99cajfk?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "237" ], - "x-ms-client-request-id": [ "876a4c4b-1073-44b9-a420-09f030f6ce28" ], + "x-ms-unique-id": [ "207" ], + "x-ms-client-request-id": [ "2ee6c168-7adc-48fc-aaa4-c525f3b2d9e4" ], "CommandName": [ "Remove-AzHealthcareFhirService" ], "FullCommandName": [ "Remove-AzHealthcareFhirService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1690,40 +1693,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "b270370c-d015-4822-8f3b-4ac27d9dd824" ], + "x-ms-request-id": [ "e323eef5-dfde-4081-9dd4-13bc007e24c6" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "a0216f963ea00247ab71221689f36c5a" ], + "X-Request-ID": [ "beadb45de10d65448488af3462371e41" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11848" ], - "x-ms-correlation-request-id": [ "c5b8a967-a385-4d5d-a08f-eea5a820a0b3" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122340Z:c5b8a967-a385-4d5d-a08f-eea5a820a0b3" ], - "Date": [ "Tue, 29 Mar 2022 12:23:39 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11846" ], + "x-ms-correlation-request-id": [ "f9f41f76-3290-40fc-a4af-f7c52b674cae" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071815Z:f9f41f76-3290-40fc-a4af-f7c52b674cae" ], + "Date": [ "Fri, 29 Apr 2022 07:18:15 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/g2ch7fkarqupp363bz99cajfk\",\"name\":\"g2ch7fkarqupp363bz99cajfk\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:22:09.4060959Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h\",\"name\":\"jqvgspvwxai2n2rmy13wnr59h\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:16:44.2488581Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/g2ch7fkarqupp363bz99cajfk?api-version=2021-11-01+5": { + "AzHealthcareFhirService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h?api-version=2021-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/g2ch7fkarqupp363bz99cajfk?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "238" ], - "x-ms-client-request-id": [ "876a4c4b-1073-44b9-a420-09f030f6ce28" ], + "x-ms-unique-id": [ "208" ], + "x-ms-client-request-id": [ "2ee6c168-7adc-48fc-aaa4-c525f3b2d9e4" ], "CommandName": [ "Remove-AzHealthcareFhirService" ], "FullCommandName": [ "Remove-AzHealthcareFhirService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1733,40 +1735,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "5fa09dd9-80ed-4bb3-ab0a-e81e42a3d101" ], + "x-ms-request-id": [ "7be5c30b-2c40-48e5-860a-f1333e8a4b11" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "7901427374aa9b45977aaf5f8c4c061a" ], + "X-Request-ID": [ "024f1ca45b23ea42bcd7885fcfa72a62" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11847" ], - "x-ms-correlation-request-id": [ "796189f2-ccd1-4dfa-8222-5d7a1a5eac4c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122411Z:796189f2-ccd1-4dfa-8222-5d7a1a5eac4c" ], - "Date": [ "Tue, 29 Mar 2022 12:24:10 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11845" ], + "x-ms-correlation-request-id": [ "8e50c57f-3e5f-4193-a191-5e04017513bf" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071845Z:8e50c57f-3e5f-4193-a191-5e04017513bf" ], + "Date": [ "Fri, 29 Apr 2022 07:18:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "255" ], + "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/g2ch7fkarqupp363bz99cajfk\",\"name\":\"g2ch7fkarqupp363bz99cajfk\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T12:22:09.4060959Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h\",\"name\":\"jqvgspvwxai2n2rmy13wnr59h\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:16:44.2488581Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/g2ch7fkarqupp363bz99cajfk?api-version=2021-11-01\u0026operationResultResponseType=Location+6": { + "AzHealthcareFhirService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h?api-version=2021-11-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/g2ch7fkarqupp363bz99cajfk?api-version=2021-11-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "239" ], - "x-ms-client-request-id": [ "876a4c4b-1073-44b9-a420-09f030f6ce28" ], + "x-ms-unique-id": [ "209" ], + "x-ms-client-request-id": [ "2ee6c168-7adc-48fc-aaa4-c525f3b2d9e4" ], "CommandName": [ "Remove-AzHealthcareFhirService" ], "FullCommandName": [ "Remove-AzHealthcareFhirService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1776,39 +1777,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "5487a127-5f3d-4da8-8042-62842b977ae9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11844" ], + "x-ms-request-id": [ "98061337-f0eb-4b31-921b-e18e278c6888" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "16ac3a9def49be4395f2e5fe2cca2c5d" ], + "X-Request-ID": [ "a5a89039f2f7fe4ea39fd9f4a4d48a9b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11846" ], - "x-ms-correlation-request-id": [ "9f158a17-1558-4e56-a8ce-539c6bf8175e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122411Z:9f158a17-1558-4e56-a8ce-539c6bf8175e" ], - "Date": [ "Tue, 29 Mar 2022 12:24:11 GMT" ] + "x-ms-correlation-request-id": [ "e54936dd-c66e-47c4-951c-3ab41c4ba171" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071916Z:e54936dd-c66e-47c4-951c-3ab41c4ba171" ], + "Date": [ "Fri, 29 Apr 2022 07:19:15 GMT" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "253" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": null, + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h\",\"name\":\"jqvgspvwxai2n2rmy13wnr59h\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:16:44.2488581Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol?api-version=2021-11-01+1": { + "AzHealthcareFhirService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h?api-version=2021-11-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "240" ], - "x-ms-client-request-id": [ "8727d68d-fda6-4542-8965-5f7ee0df58c4" ], - "CommandName": [ "Get-AzHealthcareFhirService" ], - "FullCommandName": [ "Get-AzHealthcareFhirService_Get" ], + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "210" ], + "x-ms-client-request-id": [ "2ee6c168-7adc-48fc-aaa4-c525f3b2d9e4" ], + "CommandName": [ "Remove-AzHealthcareFhirService" ], + "FullCommandName": [ "Remove-AzHealthcareFhirService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], - "Authorization": [ "[Filtered]" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1818,62 +1819,57 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ce0039fb-0000-0400-0000-6242f9ee0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "d56a93f5-9ad9-4324-8e74-0ea33218c545" ], + "x-ms-request-id": [ "9cdadfa6-4444-4e63-8cc8-401c32a4bf6d" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "f25f7fd573077e46a1251d91699df131" ], + "X-Request-ID": [ "e3a83b29fe01c04bb965c1e1c5fcf8ae" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11845" ], - "x-ms-correlation-request-id": [ "2a378e29-245c-4373-a1b4-4df610f54bb6" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122411Z:2a378e29-245c-4373-a1b4-4df610f54bb6" ], - "Date": [ "Tue, 29 Mar 2022 12:24:11 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11843" ], + "x-ms-correlation-request-id": [ "609dcb4b-8a80-4dd1-be78-f6ae200fc705" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071946Z:609dcb4b-8a80-4dd1-be78-f6ae200fc705" ], + "Date": [ "Fri, 29 Apr 2022 07:19:45 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "871" ], + "Content-Length": [ "255" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol\",\"name\":\"ax2qzb/kxrdol\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"ce0039fb-0000-0400-0000-6242f9ee0000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-kxrdol.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h\",\"name\":\"jqvgspvwxai2n2rmy13wnr59h\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T07:16:44.2488581Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol?api-version=2021-11-01+2": { + "AzHealthcareFhirService+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h?api-version=2021-11-01\u0026operationResultResponseType=Location+8": { "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/kxrdol?api-version=2021-11-01", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jqvgspvwxai2n2rmy13wnr59h?api-version=2021-11-01\u0026operationResultResponseType=Location", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "241" ], - "x-ms-client-request-id": [ "9666a9f5-0649-4892-9217-7291d417419b" ], + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "211" ], + "x-ms-client-request-id": [ "2ee6c168-7adc-48fc-aaa4-c525f3b2d9e4" ], "CommandName": [ "Remove-AzHealthcareFhirService" ], - "FullCommandName": [ "Remove-AzHealthcareFhirService_DeleteViaIdentity" ], + "FullCommandName": [ "Remove-AzHealthcareFhirService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], - "Authorization": [ "[Filtered]" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 202, + "StatusCode": 200, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v?api-version=2021-11-01\u0026operationResultResponseType=Location" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v?api-version=2021-11-01" ], + "x-ms-request-id": [ "5f01eea3-49c3-4065-b8ab-99b51c3e4e7a" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "10cabdd3b283f340bc8c049b3e0538f8" ], + "X-Request-ID": [ "688a499cd9e7f946a1a337ffff42492d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], - "x-ms-request-id": [ "35a71347-f127-4f84-8e2a-c85f2378688e" ], - "x-ms-correlation-request-id": [ "35a71347-f127-4f84-8e2a-c85f2378688e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122413Z:35a71347-f127-4f84-8e2a-c85f2378688e" ], - "Date": [ "Tue, 29 Mar 2022 12:24:13 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11842" ], + "x-ms-correlation-request-id": [ "f3dec426-c8ef-4a68-a578-6bc1d09eac69" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071946Z:f3dec426-c8ef-4a68-a578-6bc1d09eac69" ], + "Date": [ "Fri, 29 Apr 2022 07:19:46 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1883,20 +1879,20 @@ "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v?api-version=2021-11-01+3": { + "AzHealthcareFhirService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "242" ], - "x-ms-client-request-id": [ "9666a9f5-0649-4892-9217-7291d417419b" ], - "CommandName": [ "Remove-AzHealthcareFhirService" ], - "FullCommandName": [ "Remove-AzHealthcareFhirService_DeleteViaIdentity" ], + "x-ms-unique-id": [ "212" ], + "x-ms-client-request-id": [ "55dcdd37-3497-4c2c-9842-5ead179997ed" ], + "CommandName": [ "Get-AzHealthcareFhirService" ], + "FullCommandName": [ "Get-AzHealthcareFhirService_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } @@ -1906,83 +1902,83 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "0af1997f-a042-45a9-a5ed-90341fae9873" ], + "ETag": [ "\"230123e9-0000-0400-0000-626b90d90000\"" ], + "x-ms-request-id": [ "b2a3b542-84ad-4b64-a3ac-46024e739525" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "9fd00735b84c414bb15842e720cb0d19" ], + "X-Request-ID": [ "ec2b0d49bebb704d95863e53b049b92d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11844" ], - "x-ms-correlation-request-id": [ "743a5607-58ca-43d7-bd86-ad5af2f0ff07" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122444Z:743a5607-58ca-43d7-bd86-ad5af2f0ff07" ], - "Date": [ "Tue, 29 Mar 2022 12:24:43 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11841" ], + "x-ms-correlation-request-id": [ "c1c999d6-f84f-405a-ba53-494fe0d068e3" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071948Z:c1c999d6-f84f-405a-ba53-494fe0d068e3" ], + "Date": [ "Fri, 29 Apr 2022 07:19:47 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "253" ], + "Content-Length": [ "932" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v\",\"name\":\"gi8lrnx4ie3mp6i680damya4v\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:24:13.3851481Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s\",\"name\":\"mtz9gq/n9kd3s\",\"type\":\"Microsoft.HealthcareApis/workspaces/fhirservices\",\"etag\":\"\\\"230123e9-0000-0400-0000-626b90d90000\\\"\",\"location\":\"eastus2\",\"kind\":\"fhir-R4\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"accessPolicies\":[],\"acrConfiguration\":{\"loginServers\":[]},\"authenticationConfiguration\":{\"authority\":\"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47\",\"audience\":\"https://azpshcws-n9kd3s.fhir.azurehealthcareapis.com\",\"smartProxyEnabled\":false},\"corsConfiguration\":{\"origins\":[],\"headers\":[],\"methods\":[],\"allowCredentials\":false},\"exportConfiguration\":{},\"resourceVersionPolicyConfiguration\":{\"default\":\"versioned\"},\"eventState\":\"Disabled\",\"privateEndpointConnections\":[],\"publicNetworkAccess\":\"Enabled\",\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v?api-version=2021-11-01+4": { + "AzHealthcareFhirService+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s?api-version=2021-11-01+2": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v?api-version=2021-11-01", + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/n9kd3s?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "243" ], - "x-ms-client-request-id": [ "9666a9f5-0649-4892-9217-7291d417419b" ], + "x-ms-unique-id": [ "213" ], + "x-ms-client-request-id": [ "4c9587e6-be8b-47ff-9b2c-257cf7e21493" ], "CommandName": [ "Remove-AzHealthcareFhirService" ], "FullCommandName": [ "Remove-AzHealthcareFhirService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 202, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "168b3b07-7f39-44d0-9dd6-554e312ab7d7" ], + "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fztj36l8vji9hdv0p4qz0d0ua?api-version=2021-11-01\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fztj36l8vji9hdv0p4qz0d0ua?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "52ffd9be141a3a4b8ca9df3d101b3a43" ], + "X-Request-ID": [ "208a4ea3a150d44fb98a6e8dab107ba2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11857" ], - "x-ms-correlation-request-id": [ "bcced586-6d57-4f11-909a-eaccab424a38" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122514Z:bcced586-6d57-4f11-909a-eaccab424a38" ], - "Date": [ "Tue, 29 Mar 2022 12:25:13 GMT" ] + "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], + "x-ms-request-id": [ "e061befa-42fa-44dd-9818-fff9d3eb443a" ], + "x-ms-correlation-request-id": [ "e061befa-42fa-44dd-9818-fff9d3eb443a" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T071949Z:e061befa-42fa-44dd-9818-fff9d3eb443a" ], + "Date": [ "Fri, 29 Apr 2022 07:19:48 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "253" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] + "Expires": [ "-1" ], + "Content-Length": [ "0" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v\",\"name\":\"gi8lrnx4ie3mp6i680damya4v\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:24:13.3851481Z\"}", + "Content": null, "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v?api-version=2021-11-01+5": { + "AzHealthcareFhirService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fztj36l8vji9hdv0p4qz0d0ua?api-version=2021-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fztj36l8vji9hdv0p4qz0d0ua?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "244" ], - "x-ms-client-request-id": [ "9666a9f5-0649-4892-9217-7291d417419b" ], + "x-ms-unique-id": [ "214" ], + "x-ms-client-request-id": [ "4c9587e6-be8b-47ff-9b2c-257cf7e21493" ], "CommandName": [ "Remove-AzHealthcareFhirService" ], "FullCommandName": [ "Remove-AzHealthcareFhirService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1992,40 +1988,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "aeab991e-a71a-45e8-84e8-97e51872ec0f" ], + "x-ms-request-id": [ "b1ade6ec-ea0b-47da-b0c8-9fd2df6a3379" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "aae721c6a961344f92fd5a2872c8e057" ], + "X-Request-ID": [ "95998ab18ff6bc4abe4edc02a1e900b5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11856" ], - "x-ms-correlation-request-id": [ "6b81cdf2-0e81-44ec-97bc-72861b835df4" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122544Z:6b81cdf2-0e81-44ec-97bc-72861b835df4" ], - "Date": [ "Tue, 29 Mar 2022 12:25:44 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11850" ], + "x-ms-correlation-request-id": [ "c5f64510-1191-4591-939a-76d2e7aed922" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072019Z:c5f64510-1191-4591-939a-76d2e7aed922" ], + "Date": [ "Fri, 29 Apr 2022 07:20:19 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v\",\"name\":\"gi8lrnx4ie3mp6i680damya4v\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:24:13.3851481Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fztj36l8vji9hdv0p4qz0d0ua\",\"name\":\"fztj36l8vji9hdv0p4qz0d0ua\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:19:49.4223926Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v?api-version=2021-11-01+6": { + "AzHealthcareFhirService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fztj36l8vji9hdv0p4qz0d0ua?api-version=2021-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fztj36l8vji9hdv0p4qz0d0ua?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "245" ], - "x-ms-client-request-id": [ "9666a9f5-0649-4892-9217-7291d417419b" ], + "x-ms-unique-id": [ "215" ], + "x-ms-client-request-id": [ "4c9587e6-be8b-47ff-9b2c-257cf7e21493" ], "CommandName": [ "Remove-AzHealthcareFhirService" ], "FullCommandName": [ "Remove-AzHealthcareFhirService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2035,40 +2030,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "d6e0b2ef-0b6a-48cb-b19b-811584f89128" ], + "x-ms-request-id": [ "53d06472-c644-4cac-abdf-14460e9444f4" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "7c06ed50bb8c2647b677bd3b77421156" ], + "X-Request-ID": [ "12fc0928247db04bb2e01e0aae1736d8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11855" ], - "x-ms-correlation-request-id": [ "40cee713-8b27-422a-802d-c7757c48bceb" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122614Z:40cee713-8b27-422a-802d-c7757c48bceb" ], - "Date": [ "Tue, 29 Mar 2022 12:26:14 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11849" ], + "x-ms-correlation-request-id": [ "b0e4e3b4-3f07-4df4-bce4-3fe214b5b7d5" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072050Z:b0e4e3b4-3f07-4df4-bce4-3fe214b5b7d5" ], + "Date": [ "Fri, 29 Apr 2022 07:20:49 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v\",\"name\":\"gi8lrnx4ie3mp6i680damya4v\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:24:13.3851481Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fztj36l8vji9hdv0p4qz0d0ua\",\"name\":\"fztj36l8vji9hdv0p4qz0d0ua\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:19:49.4223926Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v?api-version=2021-11-01+7": { + "AzHealthcareFhirService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fztj36l8vji9hdv0p4qz0d0ua?api-version=2021-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fztj36l8vji9hdv0p4qz0d0ua?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "246" ], - "x-ms-client-request-id": [ "9666a9f5-0649-4892-9217-7291d417419b" ], + "x-ms-unique-id": [ "216" ], + "x-ms-client-request-id": [ "4c9587e6-be8b-47ff-9b2c-257cf7e21493" ], "CommandName": [ "Remove-AzHealthcareFhirService" ], "FullCommandName": [ "Remove-AzHealthcareFhirService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2078,40 +2072,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "d759641f-7daf-4a66-ab43-2944b59e9adc" ], + "x-ms-request-id": [ "f6ef3684-1cc6-4a9f-a38c-259dcfc02cea" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "d66d5c217d45fe488b65c092fdfc7deb" ], + "X-Request-ID": [ "2ba793c65a739643b34d13f82cbc069a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11854" ], - "x-ms-correlation-request-id": [ "8f018730-2f84-4923-8b05-3ece12025fd1" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122645Z:8f018730-2f84-4923-8b05-3ece12025fd1" ], - "Date": [ "Tue, 29 Mar 2022 12:26:44 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11848" ], + "x-ms-correlation-request-id": [ "513ec9a9-f816-4804-91be-a3c1f3702ce8" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072120Z:513ec9a9-f816-4804-91be-a3c1f3702ce8" ], + "Date": [ "Fri, 29 Apr 2022 07:21:20 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v\",\"name\":\"gi8lrnx4ie3mp6i680damya4v\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:24:13.3851481Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fztj36l8vji9hdv0p4qz0d0ua\",\"name\":\"fztj36l8vji9hdv0p4qz0d0ua\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:19:49.4223926Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v?api-version=2021-11-01+8": { + "AzHealthcareFhirService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fztj36l8vji9hdv0p4qz0d0ua?api-version=2021-11-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fztj36l8vji9hdv0p4qz0d0ua?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "247" ], - "x-ms-client-request-id": [ "9666a9f5-0649-4892-9217-7291d417419b" ], + "x-ms-unique-id": [ "217" ], + "x-ms-client-request-id": [ "4c9587e6-be8b-47ff-9b2c-257cf7e21493" ], "CommandName": [ "Remove-AzHealthcareFhirService" ], "FullCommandName": [ "Remove-AzHealthcareFhirService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2121,40 +2114,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "9d5ce478-b0e6-4c58-a35a-672100132e7c" ], + "x-ms-request-id": [ "d5e8b274-d4b6-4342-950a-6f7957dc2633" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "f5574592c149be44a54f892c804a15d9" ], + "X-Request-ID": [ "8d273f8bedf7de4daf7cea474f3562bd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11853" ], - "x-ms-correlation-request-id": [ "19086642-1ea1-4ade-9c21-c2f2a6ee4291" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122715Z:19086642-1ea1-4ade-9c21-c2f2a6ee4291" ], - "Date": [ "Tue, 29 Mar 2022 12:27:15 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11847" ], + "x-ms-correlation-request-id": [ "3647ec3b-20e0-48b6-aa9f-4671bd38090e" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072151Z:3647ec3b-20e0-48b6-aa9f-4671bd38090e" ], + "Date": [ "Fri, 29 Apr 2022 07:21:50 GMT" ] }, "ContentHeaders": { "Content-Length": [ "255" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v\",\"name\":\"gi8lrnx4ie3mp6i680damya4v\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T12:24:13.3851481Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fztj36l8vji9hdv0p4qz0d0ua\",\"name\":\"fztj36l8vji9hdv0p4qz0d0ua\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T07:19:49.4223926Z\"}", "isContentBase64": false } }, - "AzHealthcareFhirService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v?api-version=2021-11-01\u0026operationResultResponseType=Location+9": { + "AzHealthcareFhirService+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fztj36l8vji9hdv0p4qz0d0ua?api-version=2021-11-01\u0026operationResultResponseType=Location+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gi8lrnx4ie3mp6i680damya4v?api-version=2021-11-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fztj36l8vji9hdv0p4qz0d0ua?api-version=2021-11-01\u0026operationResultResponseType=Location", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "248" ], - "x-ms-client-request-id": [ "9666a9f5-0649-4892-9217-7291d417419b" ], + "x-ms-unique-id": [ "218" ], + "x-ms-client-request-id": [ "4c9587e6-be8b-47ff-9b2c-257cf7e21493" ], "CommandName": [ "Remove-AzHealthcareFhirService" ], "FullCommandName": [ "Remove-AzHealthcareFhirService_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -2164,16 +2156,15 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "1f85a981-fa95-4de0-b51b-1db92f1a6c81" ], + "x-ms-request-id": [ "39a55be7-fe05-4e0c-9d37-e3460ac416fb" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "ce7c5405239b2a41927c9ae21caf0671" ], + "X-Request-ID": [ "60204bd760c38843bcd9d6d3a5a934f5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11852" ], - "x-ms-correlation-request-id": [ "9b3d8e66-35ab-4cbe-ab26-d66a4d17fcaa" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122715Z:9b3d8e66-35ab-4cbe-ab26-d66a4d17fcaa" ], - "Date": [ "Tue, 29 Mar 2022 12:27:15 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11846" ], + "x-ms-correlation-request-id": [ "5b6e4024-7104-4a7b-bf14-a577c2376f3d" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072151Z:5b6e4024-7104-4a7b-bf14-a577c2376f3d" ], + "Date": [ "Fri, 29 Apr 2022 07:21:51 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], diff --git a/src/HealthcareApis/test/AzHealthcareFhirService.Tests.ps1 b/src/HealthcareApis/test/AzHealthcareFhirService.Tests.ps1 index 59b1610a90b4..bf29bc8e2409 100644 --- a/src/HealthcareApis/test/AzHealthcareFhirService.Tests.ps1 +++ b/src/HealthcareApis/test/AzHealthcareFhirService.Tests.ps1 @@ -17,10 +17,10 @@ if(($null -eq $TestName) -or ($TestName -contains 'AzHealthcareFhirService')) Describe 'AzHealthcareFhirService' { It 'CreateExpanded' { { - $config = New-AzHealthcareFhirService -Name $env.fhirService2 -ResourceGroupName $env.resourceGroup -WorkspaceName $env.apiWorkspace1 -Location $env.location -Kind 'fhir-R4' -AuthenticationConfigurationAuthority "https://login.microsoftonline.com/$($env.Tenant)" -AuthenticationConfigurationAudience "https://azpshcws-$($env.fhirService2).fhir.azurehealthcareapis.com" + $config = New-AzHealthcareFhirService -Name $env.fhirService2 -ResourceGroupName $env.resourceGroup -WorkspaceName $env.apiWorkspace1 -Location $env.location -Kind 'fhir-R4' -Authority "https://login.microsoftonline.com/$($env.Tenant)" -Audience "https://azpshcws-$($env.fhirService2).fhir.azurehealthcareapis.com" $config.Name | Should -Be "$($env.apiWorkspace1)/$($env.fhirService2)" - $config = New-AzHealthcareFhirService -Name $env.fhirService3 -ResourceGroupName $env.resourceGroup -WorkspaceName $env.apiWorkspace1 -Location $env.location -Kind 'fhir-R4' -AuthenticationConfigurationAuthority "https://login.microsoftonline.com/$($env.Tenant)" -AuthenticationConfigurationAudience "https://azpshcws-$($env.fhirService3).fhir.azurehealthcareapis.com" + $config = New-AzHealthcareFhirService -Name $env.fhirService3 -ResourceGroupName $env.resourceGroup -WorkspaceName $env.apiWorkspace1 -Location $env.location -Kind 'fhir-R4' -Authority "https://login.microsoftonline.com/$($env.Tenant)" -Audience "https://azpshcws-$($env.fhirService3).fhir.azurehealthcareapis.com" $config.Name | Should -Be "$($env.apiWorkspace1)/$($env.fhirService3)" } | Should -Not -Throw } diff --git a/src/HealthcareApis/test/AzHealthcareIotConnector.Recording.json b/src/HealthcareApis/test/AzHealthcareIotConnector.Recording.json index 83fc0de02d4b..abae1a3dccaa 100644 --- a/src/HealthcareApis/test/AzHealthcareIotConnector.Recording.json +++ b/src/HealthcareApis/test/AzHealthcareIotConnector.Recording.json @@ -1,9 +1,9 @@ { - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/8r2fli?api-version=2021-11-01+1": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/86s5tg?api-version=2021-11-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/8r2fli?api-version=2021-11-01", - "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"ingestionEndpointConfiguration\": {\r\n \"eventHubName\": \"sajob01portaleventhub\",\r\n \"consumerGroup\": \"sajob-01-portal_input-01_consumer_group\",\r\n \"fullyQualifiedEventHubNamespace\": \"sdk-Namespace-4761\"\r\n },\r\n \"deviceMapping\": {\r\n \"content\": {\r\n \"templateType\": \"CollectionContent\",\r\n \"template\": [ ]\r\n }\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/86s5tg?api-version=2021-11-01", + "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"ingestionEndpointConfiguration\": {\r\n \"eventHubName\": \"sajob01portaleventhub\",\r\n \"consumerGroup\": \"sajob-01-portal_input-01_consumer_group\",\r\n \"fullyQualifiedEventHubNamespace\": \"sdk-Namespace-4761\"\r\n },\r\n \"deviceMapping\": {\r\n \"content\": {\r\n \"template\": [ ],\r\n \"templateType\": \"CollectionContent\"\r\n }\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -17,42 +17,41 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cf004c14-0000-0400-0000-6242fb270000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "cc228d46-3c15-4d29-8adc-2125b89e93eb" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01" ], + "ETag": [ "\"2401561e-0000-0400-0000-626b92160000\"" ], + "x-ms-request-id": [ "d86e68da-121d-4c63-8c6d-7cb925aab37c" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "c2da30ce65cadf4887101823d0b813ff" ], + "X-Request-ID": [ "8caf14545d73bb4296bc29aee1b56081" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1187" ], - "x-ms-correlation-request-id": [ "dd9d73fb-8b48-4eeb-8183-11f189133662" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122721Z:dd9d73fb-8b48-4eeb-8183-11f189133662" ], - "Date": [ "Tue, 29 Mar 2022 12:27:21 GMT" ] + "x-ms-ratelimit-remaining-subscription-writes": [ "1184" ], + "x-ms-correlation-request-id": [ "8a7a9000-4a8d-4895-a38d-4206e51820e9" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072159Z:8a7a9000-4a8d-4895-a38d-4206e51820e9" ], + "Date": [ "Fri, 29 Apr 2022 07:21:59 GMT" ] }, "ContentHeaders": { "Content-Length": [ "633" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/8r2fli\",\"name\":\"ax2qzb/8r2fli\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"cf004c14-0000-0400-0000-6242fb270000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"templateType\":\"CollectionContent\",\"template\":[]}},\"provisioningState\":\"Creating\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/86s5tg\",\"name\":\"mtz9gq/86s5tg\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"2401561e-0000-0400-0000-626b92160000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionContent\"}},\"provisioningState\":\"Creating\"}}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01+2": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "250" ], - "x-ms-client-request-id": [ "3e6cffe5-2df2-4815-aa6e-af1d66f2c8b1" ], + "x-ms-unique-id": [ "220" ], + "x-ms-client-request-id": [ "52bb7a88-71ac-4e20-8284-4797e0dc1ed3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -62,40 +61,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "4986b12d-c1f6-45b2-8ae7-9478988c311b" ], + "x-ms-request-id": [ "27413d90-81a1-4a37-baec-5e37597ef271" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "1d3a4c0685d88346bd519a41e4a44fa6" ], + "X-Request-ID": [ "cd7eab9c3597994db733c7f756f41300" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11851" ], - "x-ms-correlation-request-id": [ "c4bf41cd-839e-4208-8d58-5440693563ee" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122751Z:c4bf41cd-839e-4208-8d58-5440693563ee" ], - "Date": [ "Tue, 29 Mar 2022 12:27:51 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11845" ], + "x-ms-correlation-request-id": [ "7421687c-1321-4cef-8352-c8d32948c146" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072229Z:7421687c-1321-4cef-8352-c8d32948c146" ], + "Date": [ "Fri, 29 Apr 2022 07:22:29 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju\",\"name\":\"jmesg99dz5fuso39u1yr0i4ju\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:27:20.0605672Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o\",\"name\":\"1qidb14ah72up79uvaomlxy6o\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:21:58.1354455Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01+3": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "251" ], - "x-ms-client-request-id": [ "3e6cffe5-2df2-4815-aa6e-af1d66f2c8b1" ], + "x-ms-unique-id": [ "221" ], + "x-ms-client-request-id": [ "52bb7a88-71ac-4e20-8284-4797e0dc1ed3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -105,40 +103,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "c961d7b9-fed2-4d87-9863-ef7305463f84" ], + "x-ms-request-id": [ "fd2d35ab-9cca-405b-9305-0f8b247d8203" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "8b475e825a9ad447a28f35031046bd1d" ], + "X-Request-ID": [ "d2c886898a2248448e3ca4d1f08fb7a1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11850" ], - "x-ms-correlation-request-id": [ "62d91fc1-5282-4eee-b067-a4c72a790ee8" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122822Z:62d91fc1-5282-4eee-b067-a4c72a790ee8" ], - "Date": [ "Tue, 29 Mar 2022 12:28:21 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11844" ], + "x-ms-correlation-request-id": [ "8ba8e647-d5f1-4aa4-b754-602319492c3c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072300Z:8ba8e647-d5f1-4aa4-b754-602319492c3c" ], + "Date": [ "Fri, 29 Apr 2022 07:23:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju\",\"name\":\"jmesg99dz5fuso39u1yr0i4ju\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:27:20.0605672Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o\",\"name\":\"1qidb14ah72up79uvaomlxy6o\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:21:58.1354455Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01+4": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "252" ], - "x-ms-client-request-id": [ "3e6cffe5-2df2-4815-aa6e-af1d66f2c8b1" ], + "x-ms-unique-id": [ "222" ], + "x-ms-client-request-id": [ "52bb7a88-71ac-4e20-8284-4797e0dc1ed3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -148,40 +145,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "63a6ef37-7abf-4f07-a5e2-8a2b53a8b4de" ], + "x-ms-request-id": [ "7ddbce82-8d40-459a-a974-d028c129945f" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "5e1ec6cfcfc8e04bbcd1d674e4135131" ], + "X-Request-ID": [ "e303200b46a5094997b9862a7f03a8ad" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11849" ], - "x-ms-correlation-request-id": [ "655ca7b1-05f7-4e2b-a35e-f0092dc206ef" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122852Z:655ca7b1-05f7-4e2b-a35e-f0092dc206ef" ], - "Date": [ "Tue, 29 Mar 2022 12:28:51 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11843" ], + "x-ms-correlation-request-id": [ "d7bdca0b-6322-4091-8e2e-719dca289030" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072330Z:d7bdca0b-6322-4091-8e2e-719dca289030" ], + "Date": [ "Fri, 29 Apr 2022 07:23:30 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju\",\"name\":\"jmesg99dz5fuso39u1yr0i4ju\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:27:20.0605672Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o\",\"name\":\"1qidb14ah72up79uvaomlxy6o\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:21:58.1354455Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01+5": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "253" ], - "x-ms-client-request-id": [ "3e6cffe5-2df2-4815-aa6e-af1d66f2c8b1" ], + "x-ms-unique-id": [ "223" ], + "x-ms-client-request-id": [ "52bb7a88-71ac-4e20-8284-4797e0dc1ed3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -191,40 +187,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "4e93c7b7-0f78-4b01-b188-c06097f99c6a" ], + "x-ms-request-id": [ "2fe642a5-376c-460d-8ca6-f31cc247a4f1" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "1aba99fd92333e4eabac607874fb5619" ], + "X-Request-ID": [ "bc75ed6af66d174ab02ee7874dfa608a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11848" ], - "x-ms-correlation-request-id": [ "ef24c81c-a0fe-4d70-8324-35051e6fac0b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122922Z:ef24c81c-a0fe-4d70-8324-35051e6fac0b" ], - "Date": [ "Tue, 29 Mar 2022 12:29:22 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11842" ], + "x-ms-correlation-request-id": [ "f9d04d54-54c0-409f-89a9-d31061b1a44e" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072401Z:f9d04d54-54c0-409f-89a9-d31061b1a44e" ], + "Date": [ "Fri, 29 Apr 2022 07:24:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju\",\"name\":\"jmesg99dz5fuso39u1yr0i4ju\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:27:20.0605672Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o\",\"name\":\"1qidb14ah72up79uvaomlxy6o\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:21:58.1354455Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01+6": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "254" ], - "x-ms-client-request-id": [ "3e6cffe5-2df2-4815-aa6e-af1d66f2c8b1" ], + "x-ms-unique-id": [ "224" ], + "x-ms-client-request-id": [ "52bb7a88-71ac-4e20-8284-4797e0dc1ed3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -234,40 +229,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11847" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "699e78fd-3718-4c99-8029-5c1b6c7df2ed" ], + "x-ms-request-id": [ "a2294cdc-aba9-4688-b5f8-f345971aff38" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "2b6c9d31f2a71545adf427cf8de2b1f9" ], + "X-Request-ID": [ "dacf3ec001d4164d96e2f34cfc8127c8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "34348fa3-eab5-4a23-93a4-10c8cea36267" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T122953Z:34348fa3-eab5-4a23-93a4-10c8cea36267" ], - "Date": [ "Tue, 29 Mar 2022 12:29:52 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11841" ], + "x-ms-correlation-request-id": [ "37f7bd88-887b-4271-b2ae-f5516ecec47f" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072431Z:37f7bd88-887b-4271-b2ae-f5516ecec47f" ], + "Date": [ "Fri, 29 Apr 2022 07:24:31 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju\",\"name\":\"jmesg99dz5fuso39u1yr0i4ju\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:27:20.0605672Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o\",\"name\":\"1qidb14ah72up79uvaomlxy6o\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:21:58.1354455Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01+7": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "255" ], - "x-ms-client-request-id": [ "3e6cffe5-2df2-4815-aa6e-af1d66f2c8b1" ], + "x-ms-unique-id": [ "225" ], + "x-ms-client-request-id": [ "52bb7a88-71ac-4e20-8284-4797e0dc1ed3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -277,40 +271,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "482e4d16-9a86-4d0f-b137-d408e3b03239" ], + "x-ms-request-id": [ "d12bbe58-8148-423b-a171-eda66506ecf5" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "ab7d9a7879a9de46b1101c53e23da640" ], + "X-Request-ID": [ "dd4df274faeb544d8b979c73db647bb5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11856" ], - "x-ms-correlation-request-id": [ "586237f0-7977-48f6-8f14-60607556133c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123023Z:586237f0-7977-48f6-8f14-60607556133c" ], - "Date": [ "Tue, 29 Mar 2022 12:30:23 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11850" ], + "x-ms-correlation-request-id": [ "0bca1077-b801-4a16-b4b2-ec59cbe57430" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072501Z:0bca1077-b801-4a16-b4b2-ec59cbe57430" ], + "Date": [ "Fri, 29 Apr 2022 07:25:01 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju\",\"name\":\"jmesg99dz5fuso39u1yr0i4ju\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:27:20.0605672Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o\",\"name\":\"1qidb14ah72up79uvaomlxy6o\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:21:58.1354455Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01+8": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "256" ], - "x-ms-client-request-id": [ "3e6cffe5-2df2-4815-aa6e-af1d66f2c8b1" ], + "x-ms-unique-id": [ "226" ], + "x-ms-client-request-id": [ "52bb7a88-71ac-4e20-8284-4797e0dc1ed3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -320,40 +313,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "5eaaf237-b784-46d8-aa5c-954f63644b06" ], + "x-ms-request-id": [ "d3dd518a-16fa-4fe4-b98f-e48923b0a960" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "cb3c71c8df5bfa4e8ebe0f227a8e5b11" ], + "X-Request-ID": [ "23af886cb899c54e89214e20cca763b8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11855" ], - "x-ms-correlation-request-id": [ "06c5ba07-d990-43c8-9ccc-416fcb6d5c99" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123053Z:06c5ba07-d990-43c8-9ccc-416fcb6d5c99" ], - "Date": [ "Tue, 29 Mar 2022 12:30:53 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11849" ], + "x-ms-correlation-request-id": [ "606c44e9-662d-480f-bc63-597098279e34" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072532Z:606c44e9-662d-480f-bc63-597098279e34" ], + "Date": [ "Fri, 29 Apr 2022 07:25:31 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju\",\"name\":\"jmesg99dz5fuso39u1yr0i4ju\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:27:20.0605672Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o\",\"name\":\"1qidb14ah72up79uvaomlxy6o\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:21:58.1354455Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01+9": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "257" ], - "x-ms-client-request-id": [ "3e6cffe5-2df2-4815-aa6e-af1d66f2c8b1" ], + "x-ms-unique-id": [ "227" ], + "x-ms-client-request-id": [ "52bb7a88-71ac-4e20-8284-4797e0dc1ed3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -363,40 +355,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "6fa48f7a-d896-4505-b021-25a8f6aee749" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11848" ], + "x-ms-request-id": [ "64d8d5dc-6787-4a08-8df8-b1aa2ad64ce1" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "84c6ca19e1526a409085ed75001b2b96" ], + "X-Request-ID": [ "01af77ae4847f94e8fcd61ada58337df" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11854" ], - "x-ms-correlation-request-id": [ "6b71261a-6541-4203-ac72-3ac72ced9a67" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123124Z:6b71261a-6541-4203-ac72-3ac72ced9a67" ], - "Date": [ "Tue, 29 Mar 2022 12:31:23 GMT" ] + "x-ms-correlation-request-id": [ "ad0a8a4e-e188-4c00-830d-711618cf46e8" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072602Z:ad0a8a4e-e188-4c00-830d-711618cf46e8" ], + "Date": [ "Fri, 29 Apr 2022 07:26:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju\",\"name\":\"jmesg99dz5fuso39u1yr0i4ju\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:27:20.0605672Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o\",\"name\":\"1qidb14ah72up79uvaomlxy6o\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:21:58.1354455Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01+10": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "258" ], - "x-ms-client-request-id": [ "3e6cffe5-2df2-4815-aa6e-af1d66f2c8b1" ], + "x-ms-unique-id": [ "228" ], + "x-ms-client-request-id": [ "52bb7a88-71ac-4e20-8284-4797e0dc1ed3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -406,40 +397,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "a9072b1c-f4c3-4ab0-be88-914515c19ef8" ], + "x-ms-request-id": [ "45ac62e0-93d0-4250-a56b-0767821bd373" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "0c7eface1ed873478bdbba947eee22f8" ], + "X-Request-ID": [ "c43a08a1dc4d634fad1a6ca11df4e974" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11853" ], - "x-ms-correlation-request-id": [ "2fa06892-80df-4acf-af70-1de1a69056aa" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123154Z:2fa06892-80df-4acf-af70-1de1a69056aa" ], - "Date": [ "Tue, 29 Mar 2022 12:31:53 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11847" ], + "x-ms-correlation-request-id": [ "8a3a4909-9a10-4a8c-b6ae-f7043b1ed3c5" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072632Z:8a3a4909-9a10-4a8c-b6ae-f7043b1ed3c5" ], + "Date": [ "Fri, 29 Apr 2022 07:26:32 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju\",\"name\":\"jmesg99dz5fuso39u1yr0i4ju\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:27:20.0605672Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o\",\"name\":\"1qidb14ah72up79uvaomlxy6o\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:21:58.1354455Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01+11": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "259" ], - "x-ms-client-request-id": [ "3e6cffe5-2df2-4815-aa6e-af1d66f2c8b1" ], + "x-ms-unique-id": [ "229" ], + "x-ms-client-request-id": [ "52bb7a88-71ac-4e20-8284-4797e0dc1ed3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -449,40 +439,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "9fa51aa3-b648-440e-8e34-18ead65d3ab8" ], + "x-ms-request-id": [ "508b46df-04a9-4a12-8c2d-2a0f20a7e324" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "03da2faf59283a45a5c717369bcdf31d" ], + "X-Request-ID": [ "83cbd283b3923c4a84abeea7d65be8f9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11852" ], - "x-ms-correlation-request-id": [ "7761f11f-d0e5-4b7e-925d-1ed30eaa87ce" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123224Z:7761f11f-d0e5-4b7e-925d-1ed30eaa87ce" ], - "Date": [ "Tue, 29 Mar 2022 12:32:24 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11846" ], + "x-ms-correlation-request-id": [ "bff50c98-8ea8-4207-b99b-e5a4d502006d" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072703Z:bff50c98-8ea8-4207-b99b-e5a4d502006d" ], + "Date": [ "Fri, 29 Apr 2022 07:27:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju\",\"name\":\"jmesg99dz5fuso39u1yr0i4ju\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:27:20.0605672Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o\",\"name\":\"1qidb14ah72up79uvaomlxy6o\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:21:58.1354455Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01+12": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "260" ], - "x-ms-client-request-id": [ "3e6cffe5-2df2-4815-aa6e-af1d66f2c8b1" ], + "x-ms-unique-id": [ "230" ], + "x-ms-client-request-id": [ "52bb7a88-71ac-4e20-8284-4797e0dc1ed3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -492,40 +481,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "d3ef61ad-1930-4687-ba0a-f445982be0f0" ], + "x-ms-request-id": [ "dcc1a820-c9e3-4b5a-8162-48a7fbd20bf4" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "c7a2b96546d98e4daf425e80df6c5a23" ], + "X-Request-ID": [ "00b4b2114ce43b49bbe35025ceb5586a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11851" ], - "x-ms-correlation-request-id": [ "e8b68fb5-9d87-4789-b5ec-1a5f26f272ff" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123255Z:e8b68fb5-9d87-4789-b5ec-1a5f26f272ff" ], - "Date": [ "Tue, 29 Mar 2022 12:32:54 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11845" ], + "x-ms-correlation-request-id": [ "3a748d23-16d3-42a5-9587-ee43a23581c8" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072733Z:3a748d23-16d3-42a5-9587-ee43a23581c8" ], + "Date": [ "Fri, 29 Apr 2022 07:27:32 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "255" ], + "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/jmesg99dz5fuso39u1yr0i4ju\",\"name\":\"jmesg99dz5fuso39u1yr0i4ju\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T12:27:20.0605672Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o\",\"name\":\"1qidb14ah72up79uvaomlxy6o\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:21:58.1354455Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/8r2fli?api-version=2021-11-01+13": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/8r2fli?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "261" ], - "x-ms-client-request-id": [ "3e6cffe5-2df2-4815-aa6e-af1d66f2c8b1" ], + "x-ms-unique-id": [ "231" ], + "x-ms-client-request-id": [ "52bb7a88-71ac-4e20-8284-4797e0dc1ed3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -535,81 +523,81 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cf003830-0000-0400-0000-6242fc760000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "401593d0-2409-4f34-8d8e-ed173df90e87" ], + "x-ms-request-id": [ "c65617d5-6076-4e11-9b79-9dd527cf4ed1" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "6cf86f9921e4504ba7691a4f98cc3e38" ], + "X-Request-ID": [ "5915920059ee6949a3d9cd1a59fba33b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11850" ], - "x-ms-correlation-request-id": [ "f50eccb1-fd61-4824-8a12-2ab3503fbf49" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123255Z:f50eccb1-fd61-4824-8a12-2ab3503fbf49" ], - "Date": [ "Tue, 29 Mar 2022 12:32:54 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11844" ], + "x-ms-correlation-request-id": [ "7f8fcedd-f245-4e38-b19c-f8ade1443e9c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072803Z:7f8fcedd-f245-4e38-b19c-f8ade1443e9c" ], + "Date": [ "Fri, 29 Apr 2022 07:28:02 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "634" ], + "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/8r2fli\",\"name\":\"ax2qzb/8r2fli\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"cf003830-0000-0400-0000-6242fc760000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"templateType\":\"CollectionContent\",\"template\":[]}},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o\",\"name\":\"1qidb14ah72up79uvaomlxy6o\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:21:58.1354455Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw?api-version=2021-11-01+14": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01+14": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw?api-version=2021-11-01", - "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"ingestionEndpointConfiguration\": {\r\n \"eventHubName\": \"sajob01portaleventhub\",\r\n \"consumerGroup\": \"sajob-01-portal_input-01_consumer_group\",\r\n \"fullyQualifiedEventHubNamespace\": \"sdk-Namespace-4761\"\r\n },\r\n \"deviceMapping\": {\r\n \"content\": {\r\n \"templateType\": \"CollectionContent\",\r\n \"template\": [ ]\r\n }\r\n }\r\n }\r\n}", + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01", + "Content": null, "isContentBase64": false, "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "232" ], + "x-ms-client-request-id": [ "52bb7a88-71ac-4e20-8284-4797e0dc1ed3" ], + "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], + "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "412" ] } }, "Response": { - "StatusCode": 201, + "StatusCode": 200, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cf00bc30-0000-0400-0000-6242fc7c0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "b4325382-5081-4353-b0cc-55072553e8b6" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01" ], + "x-ms-request-id": [ "5e1fcf3a-2c80-4fb3-a0c3-cfb93c637977" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "d6d144bdd967bc4fa5cebbfbbc5e661c" ], + "X-Request-ID": [ "40d735376808874ab1a648d1d2d839dc" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], - "x-ms-correlation-request-id": [ "5ea4dfdf-076e-404e-8ae2-cc628f75cdde" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123302Z:5ea4dfdf-076e-404e-8ae2-cc628f75cdde" ], - "Date": [ "Tue, 29 Mar 2022 12:33:01 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11843" ], + "x-ms-correlation-request-id": [ "5e538a0a-c9ef-4c0c-b4eb-98da0898b8fa" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072834Z:5e538a0a-c9ef-4c0c-b4eb-98da0898b8fa" ], + "Date": [ "Fri, 29 Apr 2022 07:28:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "633" ], + "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw\",\"name\":\"ax2qzb/tz3edw\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"cf00bc30-0000-0400-0000-6242fc7c0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"templateType\":\"CollectionContent\",\"template\":[]}},\"provisioningState\":\"Creating\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o\",\"name\":\"1qidb14ah72up79uvaomlxy6o\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:21:58.1354455Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01+15": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "263" ], - "x-ms-client-request-id": [ "8143040b-913a-40e5-92bd-0d254868f6f9" ], + "x-ms-unique-id": [ "233" ], + "x-ms-client-request-id": [ "52bb7a88-71ac-4e20-8284-4797e0dc1ed3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -619,40 +607,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "1b65a608-2227-4e6d-b753-597a8ef48aae" ], + "x-ms-request-id": [ "11e5162d-ba86-414a-97e5-658cddd1c8b2" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "7feba9b0b8b88147a43c5a02c6de47d1" ], + "X-Request-ID": [ "f801bdaa67f45d4aa431a3f925a8b812" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11849" ], - "x-ms-correlation-request-id": [ "833b4f47-08a3-44b4-bdfc-382fda6ca16a" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123332Z:833b4f47-08a3-44b4-bdfc-382fda6ca16a" ], - "Date": [ "Tue, 29 Mar 2022 12:33:32 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11842" ], + "x-ms-correlation-request-id": [ "bb53ebe8-2aba-40ac-8cd9-f8ff37890ed4" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072904Z:bb53ebe8-2aba-40ac-8cd9-f8ff37890ed4" ], + "Date": [ "Fri, 29 Apr 2022 07:29:03 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v\",\"name\":\"fmxc9471rqjicg58ivits0i7v\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:33:00.3306681Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o\",\"name\":\"1qidb14ah72up79uvaomlxy6o\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:21:58.1354455Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01+16": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01+16": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "264" ], - "x-ms-client-request-id": [ "8143040b-913a-40e5-92bd-0d254868f6f9" ], + "x-ms-unique-id": [ "234" ], + "x-ms-client-request-id": [ "52bb7a88-71ac-4e20-8284-4797e0dc1ed3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -662,40 +649,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "072c32ee-7808-453e-9626-5cac5099e857" ], + "x-ms-request-id": [ "2fc8dc30-d76a-4ab6-8f28-7e2fca75b1cf" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "abebe58d8943de4a9da6509b5ee5a454" ], + "X-Request-ID": [ "3e6443cafa16bc4d9338420e402ad89f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11848" ], - "x-ms-correlation-request-id": [ "9d0fb581-0640-48f7-a797-a3883b136ea7" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123403Z:9d0fb581-0640-48f7-a797-a3883b136ea7" ], - "Date": [ "Tue, 29 Mar 2022 12:34:02 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11841" ], + "x-ms-correlation-request-id": [ "565acd16-a9d0-4922-b8cc-70779eb9fed2" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T072934Z:565acd16-a9d0-4922-b8cc-70779eb9fed2" ], + "Date": [ "Fri, 29 Apr 2022 07:29:34 GMT" ] }, "ContentHeaders": { "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v\",\"name\":\"fmxc9471rqjicg58ivits0i7v\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:33:00.3306681Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o\",\"name\":\"1qidb14ah72up79uvaomlxy6o\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:21:58.1354455Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01+17": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01+17": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "265" ], - "x-ms-client-request-id": [ "8143040b-913a-40e5-92bd-0d254868f6f9" ], + "x-ms-unique-id": [ "235" ], + "x-ms-client-request-id": [ "52bb7a88-71ac-4e20-8284-4797e0dc1ed3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -705,40 +691,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "854df72e-e05d-4fdf-a24d-adcc7fb49a20" ], + "x-ms-request-id": [ "6943d507-c476-45ed-8d49-13dda61fef37" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "265e8bad3485ee4da7d9fa1da7fd9d5a" ], + "X-Request-ID": [ "9b39d81f7c4f7d4daef4579002eea24b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11847" ], - "x-ms-correlation-request-id": [ "8a337eb2-5868-4739-ac7c-ecd22308b938" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123433Z:8a337eb2-5868-4739-ac7c-ecd22308b938" ], - "Date": [ "Tue, 29 Mar 2022 12:34:32 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11854" ], + "x-ms-correlation-request-id": [ "6b17ee17-ee2d-46a0-a7a5-e715fb2c2e86" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073005Z:6b17ee17-ee2d-46a0-a7a5-e715fb2c2e86" ], + "Date": [ "Fri, 29 Apr 2022 07:30:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "253" ], + "Content-Length": [ "255" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v\",\"name\":\"fmxc9471rqjicg58ivits0i7v\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:33:00.3306681Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/1qidb14ah72up79uvaomlxy6o\",\"name\":\"1qidb14ah72up79uvaomlxy6o\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T07:21:58.1354455Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01+18": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/86s5tg?api-version=2021-11-01+18": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/86s5tg?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "266" ], - "x-ms-client-request-id": [ "8143040b-913a-40e5-92bd-0d254868f6f9" ], + "x-ms-unique-id": [ "236" ], + "x-ms-client-request-id": [ "52bb7a88-71ac-4e20-8284-4797e0dc1ed3" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -748,40 +733,79 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "a303a694-8ba6-48c4-bf4d-a4f187effada" ], + "ETag": [ "\"2401e466-0000-0400-0000-626b93e60000\"" ], + "x-ms-request-id": [ "3183b324-a571-4049-ba1d-52e9cc1d49f0" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "aea49907b2465d41ba0b3ea8a1f81e5b" ], + "X-Request-ID": [ "bcd49d7975c51246a5c87ece3d8dce6d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11857" ], - "x-ms-correlation-request-id": [ "c5bf0c4f-62c9-4e1d-91bf-d8879ed9ee0c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123503Z:c5bf0c4f-62c9-4e1d-91bf-d8879ed9ee0c" ], - "Date": [ "Tue, 29 Mar 2022 12:35:03 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11853" ], + "x-ms-correlation-request-id": [ "203fcfb4-3f28-47bd-80bb-cf68e103bd0b" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073005Z:203fcfb4-3f28-47bd-80bb-cf68e103bd0b" ], + "Date": [ "Fri, 29 Apr 2022 07:30:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "253" ], + "Content-Length": [ "634" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/86s5tg\",\"name\":\"mtz9gq/86s5tg\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"2401e466-0000-0400-0000-626b93e60000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionContent\"}},\"provisioningState\":\"Succeeded\"}}", + "isContentBase64": false + } + }, + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd?api-version=2021-11-01+19": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd?api-version=2021-11-01", + "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"ingestionEndpointConfiguration\": {\r\n \"eventHubName\": \"sajob01portaleventhub\",\r\n \"consumerGroup\": \"sajob-01-portal_input-01_consumer_group\",\r\n \"fullyQualifiedEventHubNamespace\": \"sdk-Namespace-4761\"\r\n },\r\n \"deviceMapping\": {\r\n \"content\": {\r\n \"template\": [ ],\r\n \"templateType\": \"CollectionContent\"\r\n }\r\n }\r\n }\r\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "412" ] + } + }, + "Response": { + "StatusCode": 201, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"2401e46a-0000-0400-0000-626b94010000\"" ], + "x-ms-request-id": [ "9c005aa2-6424-4832-89b3-64595c2628ef" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/adnajdvvs5cv5sd29nby7n27?api-version=2021-11-01" ], + "X-Content-Type-Options": [ "nosniff" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Request-ID": [ "f62aff694919e143b9ac244ab34392b4" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], + "x-ms-correlation-request-id": [ "05abe73a-2870-4d1d-a4eb-9c1e9eb55bde" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073011Z:05abe73a-2870-4d1d-a4eb-9c1e9eb55bde" ], + "Date": [ "Fri, 29 Apr 2022 07:30:10 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "633" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v\",\"name\":\"fmxc9471rqjicg58ivits0i7v\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:33:00.3306681Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd\",\"name\":\"mtz9gq/apylmd\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"2401e46a-0000-0400-0000-626b94010000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionContent\"}},\"provisioningState\":\"Creating\"}}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01+19": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/adnajdvvs5cv5sd29nby7n27?api-version=2021-11-01+20": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/adnajdvvs5cv5sd29nby7n27?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "267" ], - "x-ms-client-request-id": [ "8143040b-913a-40e5-92bd-0d254868f6f9" ], + "x-ms-unique-id": [ "238" ], + "x-ms-client-request-id": [ "e8caa68e-ba55-49a2-b312-1d163ff46928" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -791,40 +815,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "89802028-d1e5-4e45-9574-16e76ee6a1d5" ], + "x-ms-request-id": [ "2dbde727-b1d6-429c-b9b3-d8ccfb245896" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "3cacfe85f247f947be5e947017fc94b0" ], + "X-Request-ID": [ "0e1ee3beb736c04e80ecae1a1131c682" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11856" ], - "x-ms-correlation-request-id": [ "ff854750-5cd4-4dc0-8c35-7e01f09cea5c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123534Z:ff854750-5cd4-4dc0-8c35-7e01f09cea5c" ], - "Date": [ "Tue, 29 Mar 2022 12:35:33 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11852" ], + "x-ms-correlation-request-id": [ "707bd6d8-d968-4a32-ba56-81458a095e93" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073041Z:707bd6d8-d968-4a32-ba56-81458a095e93" ], + "Date": [ "Fri, 29 Apr 2022 07:30:41 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "253" ], + "Content-Length": [ "251" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v\",\"name\":\"fmxc9471rqjicg58ivits0i7v\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:33:00.3306681Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/adnajdvvs5cv5sd29nby7n27\",\"name\":\"adnajdvvs5cv5sd29nby7n27\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:30:09.9143445Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01+20": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/adnajdvvs5cv5sd29nby7n27?api-version=2021-11-01+21": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/adnajdvvs5cv5sd29nby7n27?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "268" ], - "x-ms-client-request-id": [ "8143040b-913a-40e5-92bd-0d254868f6f9" ], + "x-ms-unique-id": [ "239" ], + "x-ms-client-request-id": [ "e8caa68e-ba55-49a2-b312-1d163ff46928" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -834,40 +857,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11855" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "6347fa6b-3186-4bec-9ac6-949420041e4a" ], + "x-ms-request-id": [ "ff0843c1-db4d-43ef-a053-61b94967820f" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "8a58286f1e02c441953b3b457bd21871" ], + "X-Request-ID": [ "dde5fe1e51843e41bb36c61a488b2fb0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "36af3f7d-23d4-4b41-b955-dc793db81bcf" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123604Z:36af3f7d-23d4-4b41-b955-dc793db81bcf" ], - "Date": [ "Tue, 29 Mar 2022 12:36:04 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11851" ], + "x-ms-correlation-request-id": [ "c006127a-8486-467e-9984-3616f1a3aa8f" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073112Z:c006127a-8486-467e-9984-3616f1a3aa8f" ], + "Date": [ "Fri, 29 Apr 2022 07:31:11 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "253" ], + "Content-Length": [ "251" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v\",\"name\":\"fmxc9471rqjicg58ivits0i7v\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:33:00.3306681Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/adnajdvvs5cv5sd29nby7n27\",\"name\":\"adnajdvvs5cv5sd29nby7n27\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:30:09.9143445Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01+21": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/adnajdvvs5cv5sd29nby7n27?api-version=2021-11-01+22": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/adnajdvvs5cv5sd29nby7n27?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "269" ], - "x-ms-client-request-id": [ "8143040b-913a-40e5-92bd-0d254868f6f9" ], + "x-ms-unique-id": [ "240" ], + "x-ms-client-request-id": [ "e8caa68e-ba55-49a2-b312-1d163ff46928" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -877,40 +899,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "84c94cca-6a63-4ed4-b219-dcf062a59dcc" ], + "x-ms-request-id": [ "26ca5cc8-b5fc-4959-9d23-8cd799c4b003" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "2470bd5c5930864cb82ca0be5ee11f54" ], + "X-Request-ID": [ "f71980ad28087747a1057181bf63789f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11854" ], - "x-ms-correlation-request-id": [ "44e5de9f-3872-4355-ba32-4a420cb334df" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123634Z:44e5de9f-3872-4355-ba32-4a420cb334df" ], - "Date": [ "Tue, 29 Mar 2022 12:36:34 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11850" ], + "x-ms-correlation-request-id": [ "e1b76c70-26a2-408a-b113-c0b1f5dffa20" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073142Z:e1b76c70-26a2-408a-b113-c0b1f5dffa20" ], + "Date": [ "Fri, 29 Apr 2022 07:31:41 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "253" ], + "Content-Length": [ "251" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v\",\"name\":\"fmxc9471rqjicg58ivits0i7v\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:33:00.3306681Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/adnajdvvs5cv5sd29nby7n27\",\"name\":\"adnajdvvs5cv5sd29nby7n27\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:30:09.9143445Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01+22": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/adnajdvvs5cv5sd29nby7n27?api-version=2021-11-01+23": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/adnajdvvs5cv5sd29nby7n27?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "270" ], - "x-ms-client-request-id": [ "8143040b-913a-40e5-92bd-0d254868f6f9" ], + "x-ms-unique-id": [ "241" ], + "x-ms-client-request-id": [ "e8caa68e-ba55-49a2-b312-1d163ff46928" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -920,40 +941,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "7aaf21d8-d66a-4f2b-b045-e220385e4e8c" ], + "x-ms-request-id": [ "221fd9a9-6bd3-487a-a7d2-cb02002013f6" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "1e87d0265ccf13429da1716c10e311e0" ], + "X-Request-ID": [ "e5562e40cb99d643a68a6cc284fd7ade" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11853" ], - "x-ms-correlation-request-id": [ "e785290a-b1ce-4c33-9ad0-de1b1c7fdcd8" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123705Z:e785290a-b1ce-4c33-9ad0-de1b1c7fdcd8" ], - "Date": [ "Tue, 29 Mar 2022 12:37:04 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11849" ], + "x-ms-correlation-request-id": [ "83535ac6-db41-4833-ad75-2a216b0fdd30" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073212Z:83535ac6-db41-4833-ad75-2a216b0fdd30" ], + "Date": [ "Fri, 29 Apr 2022 07:32:12 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "253" ], + "Content-Length": [ "251" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v\",\"name\":\"fmxc9471rqjicg58ivits0i7v\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:33:00.3306681Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/adnajdvvs5cv5sd29nby7n27\",\"name\":\"adnajdvvs5cv5sd29nby7n27\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:30:09.9143445Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01+23": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/adnajdvvs5cv5sd29nby7n27?api-version=2021-11-01+24": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/adnajdvvs5cv5sd29nby7n27?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "271" ], - "x-ms-client-request-id": [ "8143040b-913a-40e5-92bd-0d254868f6f9" ], + "x-ms-unique-id": [ "242" ], + "x-ms-client-request-id": [ "e8caa68e-ba55-49a2-b312-1d163ff46928" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -963,40 +983,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "697afba7-39ac-4191-8b56-ddf2dc775038" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11848" ], + "x-ms-request-id": [ "80f937a1-1325-410d-80b5-d722159930dd" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "089c0007824499408f53dac9bc76f21c" ], + "X-Request-ID": [ "42ebf0682b73724c9f97f105277e31df" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11852" ], - "x-ms-correlation-request-id": [ "9a8d2dcd-a248-471e-9367-e07fb5dcc56f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123735Z:9a8d2dcd-a248-471e-9367-e07fb5dcc56f" ], - "Date": [ "Tue, 29 Mar 2022 12:37:35 GMT" ] + "x-ms-correlation-request-id": [ "2a02c51f-9508-4502-aa1d-f8914f881b8c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073244Z:2a02c51f-9508-4502-aa1d-f8914f881b8c" ], + "Date": [ "Fri, 29 Apr 2022 07:32:43 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "255" ], + "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/fmxc9471rqjicg58ivits0i7v\",\"name\":\"fmxc9471rqjicg58ivits0i7v\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T12:33:00.3306681Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/adnajdvvs5cv5sd29nby7n27\",\"name\":\"adnajdvvs5cv5sd29nby7n27\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T07:30:09.9143445Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw?api-version=2021-11-01+24": { + "AzHealthcareIotConnector+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd?api-version=2021-11-01+25": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "272" ], - "x-ms-client-request-id": [ "8143040b-913a-40e5-92bd-0d254868f6f9" ], + "x-ms-unique-id": [ "243" ], + "x-ms-client-request-id": [ "e8caa68e-ba55-49a2-b312-1d163ff46928" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnector" ], "FullCommandName": [ "New-AzHealthcareIotConnector_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1006,40 +1025,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cf00c946-0000-0400-0000-6242fd710000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "f45036a9-5da0-4397-84bb-db3def883feb" ], + "ETag": [ "\"2401967e-0000-0400-0000-626b947e0000\"" ], + "x-ms-request-id": [ "2479502f-da74-4314-929d-2e7d59430f65" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "3f913887863b7946a4472700a3f304a6" ], + "X-Request-ID": [ "d16413e76f305c44ac50e898fdd294ea" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11851" ], - "x-ms-correlation-request-id": [ "67d8fc6b-530a-45fb-892f-88a0e6daeaa2" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123735Z:67d8fc6b-530a-45fb-892f-88a0e6daeaa2" ], - "Date": [ "Tue, 29 Mar 2022 12:37:35 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11847" ], + "x-ms-correlation-request-id": [ "7bc761cf-c68c-4fdf-9897-8373c04ca9a5" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073244Z:7bc761cf-c68c-4fdf-9897-8373c04ca9a5" ], + "Date": [ "Fri, 29 Apr 2022 07:32:43 GMT" ] }, "ContentHeaders": { "Content-Length": [ "634" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw\",\"name\":\"ax2qzb/tz3edw\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"cf00c946-0000-0400-0000-6242fd710000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"templateType\":\"CollectionContent\",\"template\":[]}},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd\",\"name\":\"mtz9gq/apylmd\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"2401967e-0000-0400-0000-626b947e0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionContent\"}},\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+List+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors?api-version=2021-11-01+1": { + "AzHealthcareIotConnector+[NoContext]+List+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "273" ], - "x-ms-client-request-id": [ "18342c62-de93-48d9-9f82-c984957d0504" ], + "x-ms-unique-id": [ "244" ], + "x-ms-client-request-id": [ "3770d93b-0d5f-42e7-95d5-309564e8d762" ], "CommandName": [ "Get-AzHealthcareIotConnector" ], "FullCommandName": [ "Get-AzHealthcareIotConnector_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1050,39 +1068,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "c7d9122b-fa2c-4ecd-a1c0-104666cb6afc" ], + "x-ms-request-id": [ "b6bdf408-6111-4331-8907-ad29da9b2a3e" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "cfbd07a6ca4f774f9785fd19b90e2e7d" ], + "X-Request-ID": [ "6cbe183002ca994bb0a210dc2d597c62" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11850" ], - "x-ms-correlation-request-id": [ "925d6417-3456-4fc4-a3ff-1c3a22fd1720" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123737Z:925d6417-3456-4fc4-a3ff-1c3a22fd1720" ], - "Date": [ "Tue, 29 Mar 2022 12:37:37 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11846" ], + "x-ms-correlation-request-id": [ "c42bb291-5ca4-4394-972d-fd88a2c606eb" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073245Z:c42bb291-5ca4-4394-972d-fd88a2c606eb" ], + "Date": [ "Fri, 29 Apr 2022 07:32:45 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1916" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r\",\"name\":\"ax2qzb/xuez6r\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"cd007f8d-0000-0400-0000-6242e9800000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"templateType\":\"CollectionContent\",\"template\":[]}},\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/8r2fli\",\"name\":\"ax2qzb/8r2fli\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"cf003830-0000-0400-0000-6242fc760000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"templateType\":\"CollectionContent\",\"template\":[]}},\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw\",\"name\":\"ax2qzb/tz3edw\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"cf00c946-0000-0400-0000-6242fd710000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"templateType\":\"CollectionContent\",\"template\":[]}},\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4\",\"name\":\"mtz9gq/bpc0i4\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"2101d0d2-0000-0400-0000-626b82510000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionContent\"}},\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/86s5tg\",\"name\":\"mtz9gq/86s5tg\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"2401e466-0000-0400-0000-626b93e60000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionContent\"}},\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd\",\"name\":\"mtz9gq/apylmd\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"2401967e-0000-0400-0000-626b947e0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionContent\"}},\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/8r2fli?api-version=2021-11-01+1": { + "AzHealthcareIotConnector+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/86s5tg?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/8r2fli?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/86s5tg?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "274" ], - "x-ms-client-request-id": [ "ef12abf0-74d5-4b24-8e66-23da5f5556b6" ], + "x-ms-unique-id": [ "245" ], + "x-ms-client-request-id": [ "411ae8d9-39de-48e8-b772-1350c31f21bd" ], "CommandName": [ "Get-AzHealthcareIotConnector" ], "FullCommandName": [ "Get-AzHealthcareIotConnector_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1093,31 +1110,30 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cf003830-0000-0400-0000-6242fc760000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "96853e80-c17b-46eb-8f8f-9b48be4eea93" ], + "ETag": [ "\"2401e466-0000-0400-0000-626b93e60000\"" ], + "x-ms-request-id": [ "0a9b15e9-46db-40b6-af54-9b43227119a3" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "b27619c63f15334f8484a19f40a30ba4" ], + "X-Request-ID": [ "7920925084f4484782b7e43c7aef1b2e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11849" ], - "x-ms-correlation-request-id": [ "345d4eff-137b-402b-a4e3-b58514afe762" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123737Z:345d4eff-137b-402b-a4e3-b58514afe762" ], - "Date": [ "Tue, 29 Mar 2022 12:37:37 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11845" ], + "x-ms-correlation-request-id": [ "52fb7f42-3977-47e1-afc7-e7f21777b550" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073246Z:52fb7f42-3977-47e1-afc7-e7f21777b550" ], + "Date": [ "Fri, 29 Apr 2022 07:32:45 GMT" ] }, "ContentHeaders": { "Content-Length": [ "634" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/8r2fli\",\"name\":\"ax2qzb/8r2fli\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"cf003830-0000-0400-0000-6242fc760000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"templateType\":\"CollectionContent\",\"template\":[]}},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/86s5tg\",\"name\":\"mtz9gq/86s5tg\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"2401e466-0000-0400-0000-626b93e60000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionContent\"}},\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/8r2fli?api-version=2021-11-01+1": { + "AzHealthcareIotConnector+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/86s5tg?api-version=2021-11-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/8r2fli?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/86s5tg?api-version=2021-11-01", "Content": "{\r\n \"tags\": {\r\n \"123\": \"abc\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -1132,40 +1148,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cf00d349-0000-0400-0000-6242fd930000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "a5e4585c-ba9a-4deb-9cee-2f539f5cfa96" ], + "ETag": [ "\"24012583-0000-0400-0000-626b94a00000\"" ], + "x-ms-request-id": [ "a47ef9bc-769b-43f5-a913-934c716271f6" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "923f4853537bcc489dee7ac525bdb94f" ], + "X-Request-ID": [ "f17f25729d545043b7cff71e33eac5de" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1185" ], - "x-ms-correlation-request-id": [ "b2d5e145-6026-45d2-b042-9518a06f77df" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123742Z:b2d5e145-6026-45d2-b042-9518a06f77df" ], - "Date": [ "Tue, 29 Mar 2022 12:37:42 GMT" ] + "x-ms-correlation-request-id": [ "feacdd23-d2d3-4ea3-a901-5ede3f718ee5" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073250Z:feacdd23-d2d3-4ea3-a901-5ede3f718ee5" ], + "Date": [ "Fri, 29 Apr 2022 07:32:49 GMT" ] }, "ContentHeaders": { "Content-Length": [ "655" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/8r2fli\",\"name\":\"ax2qzb/8r2fli\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"cf00d349-0000-0400-0000-6242fd930000\\\"\",\"location\":\"eastus2\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"templateType\":\"CollectionContent\",\"template\":[]}},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/86s5tg\",\"name\":\"mtz9gq/86s5tg\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"24012583-0000-0400-0000-626b94a00000\\\"\",\"location\":\"eastus2\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionContent\"}},\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw?api-version=2021-11-01+1": { + "AzHealthcareIotConnector+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "276" ], - "x-ms-client-request-id": [ "3f95d46e-244f-453c-8112-f32cc6fff80c" ], + "x-ms-unique-id": [ "247" ], + "x-ms-client-request-id": [ "7c3f7941-0a39-4339-89e8-e09b1d57a404" ], "CommandName": [ "Get-AzHealthcareIotConnector" ], "FullCommandName": [ "Get-AzHealthcareIotConnector_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1176,31 +1191,30 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cf00c946-0000-0400-0000-6242fd710000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "2ab1da96-41c2-4c7f-9b0f-ee3f0d8ecfc7" ], + "ETag": [ "\"2401967e-0000-0400-0000-626b947e0000\"" ], + "x-ms-request-id": [ "bac71dc1-c663-4b4d-9541-25090133508a" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "b4601a1df874a2418add591108af5437" ], + "X-Request-ID": [ "bdc6a6209702a74682adac39c98ad57d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11848" ], - "x-ms-correlation-request-id": [ "a47771a3-e155-4289-a044-a90a64a9e125" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123743Z:a47771a3-e155-4289-a044-a90a64a9e125" ], - "Date": [ "Tue, 29 Mar 2022 12:37:43 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11844" ], + "x-ms-correlation-request-id": [ "0c9cb6f3-1a17-49af-9497-faea0879114c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073251Z:0c9cb6f3-1a17-49af-9497-faea0879114c" ], + "Date": [ "Fri, 29 Apr 2022 07:32:50 GMT" ] }, "ContentHeaders": { "Content-Length": [ "634" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw\",\"name\":\"ax2qzb/tz3edw\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"cf00c946-0000-0400-0000-6242fd710000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"templateType\":\"CollectionContent\",\"template\":[]}},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd\",\"name\":\"mtz9gq/apylmd\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"2401967e-0000-0400-0000-626b947e0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionContent\"}},\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw?api-version=2021-11-01+2": { + "AzHealthcareIotConnector+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd?api-version=2021-11-01+2": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd?api-version=2021-11-01", "Content": "{\r\n \"tags\": {\r\n \"123\": \"abc\"\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -1215,40 +1229,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cf00734a-0000-0400-0000-6242fd980000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "e0942f66-ece9-425c-a5bb-2b16636ccfe4" ], + "ETag": [ "\"2401ea83-0000-0400-0000-626b94a40000\"" ], + "x-ms-request-id": [ "8df63b61-1538-4f85-8ceb-ee58b5ab8556" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "e8beac124f0df849813162924ede1e3c" ], + "X-Request-ID": [ "453a82888910e342b25770f79160bd61" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1184" ], - "x-ms-correlation-request-id": [ "8112ad9f-d59c-4f08-851a-5b10b85bfe2f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123746Z:8112ad9f-d59c-4f08-851a-5b10b85bfe2f" ], - "Date": [ "Tue, 29 Mar 2022 12:37:46 GMT" ] + "x-ms-correlation-request-id": [ "91f00ea8-7807-4c79-bd7c-30e7cdd79c0b" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073254Z:91f00ea8-7807-4c79-bd7c-30e7cdd79c0b" ], + "Date": [ "Fri, 29 Apr 2022 07:32:53 GMT" ] }, "ContentHeaders": { "Content-Length": [ "655" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw\",\"name\":\"ax2qzb/tz3edw\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"cf00734a-0000-0400-0000-6242fd980000\\\"\",\"location\":\"eastus2\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"templateType\":\"CollectionContent\",\"template\":[]}},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd\",\"name\":\"mtz9gq/apylmd\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"2401ea83-0000-0400-0000-626b94a40000\\\"\",\"location\":\"eastus2\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionContent\"}},\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/8r2fli?api-version=2021-11-01+1": { + "AzHealthcareIotConnector+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/86s5tg?api-version=2021-11-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/8r2fli?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/86s5tg?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "278" ], - "x-ms-client-request-id": [ "2b10ea43-a746-4214-8b7f-305d2b9e1d74" ], + "x-ms-unique-id": [ "249" ], + "x-ms-client-request-id": [ "995684a3-adb8-497d-9ae0-f52b93723ec0" ], "CommandName": [ "Remove-AzHealthcareIotConnector" ], "FullCommandName": [ "Remove-AzHealthcareIotConnector_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1259,18 +1272,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/7ckm67migcici15hpylc7qhzg?api-version=2021-11-01\u0026operationResultResponseType=Location" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/7ckm67migcici15hpylc7qhzg?api-version=2021-11-01" ], + "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5m7tvp2o1n2d01ei68r1wz7en?api-version=2021-11-01\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5m7tvp2o1n2d01ei68r1wz7en?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "ab564ccc60b6f64db283310452f1a478" ], + "X-Request-ID": [ "acd27665b071154caffc9bf99936f0ca" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14993" ], - "x-ms-request-id": [ "bf5e28cc-6771-4e76-8b7f-9af6e5e04020" ], - "x-ms-correlation-request-id": [ "bf5e28cc-6771-4e76-8b7f-9af6e5e04020" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123748Z:bf5e28cc-6771-4e76-8b7f-9af6e5e04020" ], - "Date": [ "Tue, 29 Mar 2022 12:37:48 GMT" ] + "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], + "x-ms-request-id": [ "8ba67a01-3e1e-4855-8285-ce40da6cef71" ], + "x-ms-correlation-request-id": [ "8ba67a01-3e1e-4855-8285-ce40da6cef71" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073256Z:8ba67a01-3e1e-4855-8285-ce40da6cef71" ], + "Date": [ "Fri, 29 Apr 2022 07:32:55 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1280,20 +1292,20 @@ "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/7ckm67migcici15hpylc7qhzg?api-version=2021-11-01+2": { + "AzHealthcareIotConnector+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5m7tvp2o1n2d01ei68r1wz7en?api-version=2021-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/7ckm67migcici15hpylc7qhzg?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5m7tvp2o1n2d01ei68r1wz7en?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "279" ], - "x-ms-client-request-id": [ "2b10ea43-a746-4214-8b7f-305d2b9e1d74" ], + "x-ms-unique-id": [ "250" ], + "x-ms-client-request-id": [ "995684a3-adb8-497d-9ae0-f52b93723ec0" ], "CommandName": [ "Remove-AzHealthcareIotConnector" ], "FullCommandName": [ "Remove-AzHealthcareIotConnector_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1303,40 +1315,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "64eaa588-7596-4222-80a6-ab0331e3eddf" ], + "x-ms-request-id": [ "f7441477-5736-4642-8f76-a172e4442167" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "f3e4cd1a357d5543af4fecad416280bc" ], + "X-Request-ID": [ "4f0131e5fd8bbb4ea890fc4c17ec5603" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11847" ], - "x-ms-correlation-request-id": [ "0bcd14e2-b696-41af-9c05-a395e5d6abc2" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123818Z:0bcd14e2-b696-41af-9c05-a395e5d6abc2" ], - "Date": [ "Tue, 29 Mar 2022 12:38:18 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11843" ], + "x-ms-correlation-request-id": [ "8d677aeb-bb66-42d6-a99d-a7b816da6665" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073326Z:8d677aeb-bb66-42d6-a99d-a7b816da6665" ], + "Date": [ "Fri, 29 Apr 2022 07:33:26 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "253" ], + "Content-Length": [ "252" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/7ckm67migcici15hpylc7qhzg\",\"name\":\"7ckm67migcici15hpylc7qhzg\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:37:48.1508252Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5m7tvp2o1n2d01ei68r1wz7en\",\"name\":\"5m7tvp2o1n2d01ei68r1wz7en\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:32:55.918165Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/7ckm67migcici15hpylc7qhzg?api-version=2021-11-01+3": { + "AzHealthcareIotConnector+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5m7tvp2o1n2d01ei68r1wz7en?api-version=2021-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/7ckm67migcici15hpylc7qhzg?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5m7tvp2o1n2d01ei68r1wz7en?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "280" ], - "x-ms-client-request-id": [ "2b10ea43-a746-4214-8b7f-305d2b9e1d74" ], + "x-ms-unique-id": [ "251" ], + "x-ms-client-request-id": [ "995684a3-adb8-497d-9ae0-f52b93723ec0" ], "CommandName": [ "Remove-AzHealthcareIotConnector" ], "FullCommandName": [ "Remove-AzHealthcareIotConnector_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1346,40 +1357,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "fb96ef49-973d-4d27-9b59-3a1796921138" ], + "x-ms-request-id": [ "8bb895b3-1761-4092-a1f7-5ce4c9b614d9" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "9aef88e90c7e494caa6d07e490dcbcc0" ], + "X-Request-ID": [ "f34b2afa01b95b4fa019082312a566b5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11846" ], - "x-ms-correlation-request-id": [ "dbd06316-4fa3-401f-be44-356354c4c7ca" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123849Z:dbd06316-4fa3-401f-be44-356354c4c7ca" ], - "Date": [ "Tue, 29 Mar 2022 12:38:48 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11842" ], + "x-ms-correlation-request-id": [ "07c1fb97-2f2a-463f-a53f-a1a6cb407f85" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073356Z:07c1fb97-2f2a-463f-a53f-a1a6cb407f85" ], + "Date": [ "Fri, 29 Apr 2022 07:33:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "253" ], + "Content-Length": [ "252" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/7ckm67migcici15hpylc7qhzg\",\"name\":\"7ckm67migcici15hpylc7qhzg\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:37:48.1508252Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5m7tvp2o1n2d01ei68r1wz7en\",\"name\":\"5m7tvp2o1n2d01ei68r1wz7en\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:32:55.918165Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/7ckm67migcici15hpylc7qhzg?api-version=2021-11-01+4": { + "AzHealthcareIotConnector+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5m7tvp2o1n2d01ei68r1wz7en?api-version=2021-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/7ckm67migcici15hpylc7qhzg?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5m7tvp2o1n2d01ei68r1wz7en?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "281" ], - "x-ms-client-request-id": [ "2b10ea43-a746-4214-8b7f-305d2b9e1d74" ], + "x-ms-unique-id": [ "252" ], + "x-ms-client-request-id": [ "995684a3-adb8-497d-9ae0-f52b93723ec0" ], "CommandName": [ "Remove-AzHealthcareIotConnector" ], "FullCommandName": [ "Remove-AzHealthcareIotConnector_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1389,40 +1399,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "cc5d81d7-71b3-4064-b0a2-87f0469ab422" ], + "x-ms-request-id": [ "b714e0f7-51f1-469d-b6a4-bbac8fdecae0" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "d9827805e7d43f428d8234eaf8043d40" ], + "X-Request-ID": [ "be0bd27448518a41aafbf5e2e5d81f3d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11845" ], - "x-ms-correlation-request-id": [ "b9b9b673-c429-4a57-881c-e9f23878323d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123919Z:b9b9b673-c429-4a57-881c-e9f23878323d" ], - "Date": [ "Tue, 29 Mar 2022 12:39:18 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11841" ], + "x-ms-correlation-request-id": [ "7bc1c8fb-4847-4ddb-8352-be91771e8086" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073427Z:7bc1c8fb-4847-4ddb-8352-be91771e8086" ], + "Date": [ "Fri, 29 Apr 2022 07:34:26 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "255" ], + "Content-Length": [ "254" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/7ckm67migcici15hpylc7qhzg\",\"name\":\"7ckm67migcici15hpylc7qhzg\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T12:37:48.1508252Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5m7tvp2o1n2d01ei68r1wz7en\",\"name\":\"5m7tvp2o1n2d01ei68r1wz7en\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T07:32:55.918165Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/7ckm67migcici15hpylc7qhzg?api-version=2021-11-01\u0026operationResultResponseType=Location+5": { + "AzHealthcareIotConnector+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5m7tvp2o1n2d01ei68r1wz7en?api-version=2021-11-01\u0026operationResultResponseType=Location+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/7ckm67migcici15hpylc7qhzg?api-version=2021-11-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5m7tvp2o1n2d01ei68r1wz7en?api-version=2021-11-01\u0026operationResultResponseType=Location", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "282" ], - "x-ms-client-request-id": [ "2b10ea43-a746-4214-8b7f-305d2b9e1d74" ], + "x-ms-unique-id": [ "253" ], + "x-ms-client-request-id": [ "995684a3-adb8-497d-9ae0-f52b93723ec0" ], "CommandName": [ "Remove-AzHealthcareIotConnector" ], "FullCommandName": [ "Remove-AzHealthcareIotConnector_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1432,16 +1441,15 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "7fa5e0e9-e3a5-4012-8745-2618ec06ed3e" ], + "x-ms-request-id": [ "13690e9b-8efd-47de-b169-63534ae976d1" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "fcf87c65a850864596accd6617c3c86d" ], + "X-Request-ID": [ "27bd3ee87873d541b89a2bb4f9cfed7c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11844" ], - "x-ms-correlation-request-id": [ "7d4a1a7d-7d78-43d9-adbf-368d10f16e6b" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123919Z:7d4a1a7d-7d78-43d9-adbf-368d10f16e6b" ], - "Date": [ "Tue, 29 Mar 2022 12:39:18 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11840" ], + "x-ms-correlation-request-id": [ "acaba5c3-0ca5-4d7c-b5ce-a915466bbf16" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073427Z:acaba5c3-0ca5-4d7c-b5ce-a915466bbf16" ], + "Date": [ "Fri, 29 Apr 2022 07:34:27 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1451,19 +1459,19 @@ "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw?api-version=2021-11-01+1": { + "AzHealthcareIotConnector+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "283" ], - "x-ms-client-request-id": [ "d07cbe2f-02b2-46a2-b3fe-466b148666ef" ], + "x-ms-unique-id": [ "254" ], + "x-ms-client-request-id": [ "38442ab4-4c99-4754-a2ef-1c759902d3f3" ], "CommandName": [ "Get-AzHealthcareIotConnector" ], "FullCommandName": [ "Get-AzHealthcareIotConnector_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1474,40 +1482,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cf00734a-0000-0400-0000-6242fd980000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "735b141d-17a2-42e3-a623-8feea3f5a719" ], + "ETag": [ "\"2401ea83-0000-0400-0000-626b94a40000\"" ], + "x-ms-request-id": [ "05531df8-6414-4743-ab9f-fae5299423ac" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "f571875070f3d34b9e8c87ac0dceb2ec" ], + "X-Request-ID": [ "b888befe9b07a447a16325031e03d1cd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11843" ], - "x-ms-correlation-request-id": [ "f5ca438a-3e7b-4377-a934-6531ae36cf27" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123920Z:f5ca438a-3e7b-4377-a934-6531ae36cf27" ], - "Date": [ "Tue, 29 Mar 2022 12:39:19 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11839" ], + "x-ms-correlation-request-id": [ "e925debf-1e1d-4202-892b-11a5cebd2f58" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073428Z:e925debf-1e1d-4202-892b-11a5cebd2f58" ], + "Date": [ "Fri, 29 Apr 2022 07:34:28 GMT" ] }, "ContentHeaders": { "Content-Length": [ "655" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw\",\"name\":\"ax2qzb/tz3edw\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"cf00734a-0000-0400-0000-6242fd980000\\\"\",\"location\":\"eastus2\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"templateType\":\"CollectionContent\",\"template\":[]}},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd\",\"name\":\"mtz9gq/apylmd\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors\",\"etag\":\"\\\"2401ea83-0000-0400-0000-626b94a40000\\\"\",\"location\":\"eastus2\",\"tags\":{\"123\":\"abc\"},\"properties\":{\"ingestionEndpointConfiguration\":{\"eventHubName\":\"sajob01portaleventhub\",\"consumerGroup\":\"sajob-01-portal_input-01_consumer_group\",\"fullyQualifiedEventHubNamespace\":\"sdk-Namespace-4761\"},\"deviceMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionContent\"}},\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw?api-version=2021-11-01+2": { + "AzHealthcareIotConnector+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd?api-version=2021-11-01+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/tz3edw?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/apylmd?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "284" ], - "x-ms-client-request-id": [ "e2e740dd-42bc-404f-b444-5172602336fe" ], + "x-ms-unique-id": [ "255" ], + "x-ms-client-request-id": [ "f43a34be-0c2d-4fc5-9e52-3556dd3a1335" ], "CommandName": [ "Remove-AzHealthcareIotConnector" ], "FullCommandName": [ "Remove-AzHealthcareIotConnector_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1518,18 +1525,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gjv93f359wkghcwt5hpwl9n1k?api-version=2021-11-01\u0026operationResultResponseType=Location" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gjv93f359wkghcwt5hpwl9n1k?api-version=2021-11-01" ], + "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/mml5ffqa54qsimyijirndi2ev?api-version=2021-11-01\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/mml5ffqa54qsimyijirndi2ev?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "879aa2dd46c5474fafdfe83493eef186" ], + "X-Request-ID": [ "2a5d71b1b6995f498e6f5db025550a28" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], - "x-ms-request-id": [ "66defba3-a077-4910-a47c-7cec1908b919" ], - "x-ms-correlation-request-id": [ "66defba3-a077-4910-a47c-7cec1908b919" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123923Z:66defba3-a077-4910-a47c-7cec1908b919" ], - "Date": [ "Tue, 29 Mar 2022 12:39:22 GMT" ] + "x-ms-ratelimit-remaining-subscription-deletes": [ "14991" ], + "x-ms-request-id": [ "dabbc99c-47ea-425a-af07-5a98e84daea2" ], + "x-ms-correlation-request-id": [ "dabbc99c-47ea-425a-af07-5a98e84daea2" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073430Z:dabbc99c-47ea-425a-af07-5a98e84daea2" ], + "Date": [ "Fri, 29 Apr 2022 07:34:29 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -1539,20 +1545,20 @@ "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gjv93f359wkghcwt5hpwl9n1k?api-version=2021-11-01+3": { + "AzHealthcareIotConnector+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/mml5ffqa54qsimyijirndi2ev?api-version=2021-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gjv93f359wkghcwt5hpwl9n1k?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/mml5ffqa54qsimyijirndi2ev?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "285" ], - "x-ms-client-request-id": [ "e2e740dd-42bc-404f-b444-5172602336fe" ], + "x-ms-unique-id": [ "256" ], + "x-ms-client-request-id": [ "f43a34be-0c2d-4fc5-9e52-3556dd3a1335" ], "CommandName": [ "Remove-AzHealthcareIotConnector" ], "FullCommandName": [ "Remove-AzHealthcareIotConnector_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1562,40 +1568,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "5f48ac46-5d34-4d8a-aa00-c7ab3d46914c" ], + "x-ms-request-id": [ "d8c98851-2f3b-4d19-9655-2b2db6fdd49c" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "00e264274670814daf872ed37eb12545" ], + "X-Request-ID": [ "22c8863af126d94bbedb5f83821b1630" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11842" ], - "x-ms-correlation-request-id": [ "31e1e2d6-d030-46aa-8fa5-ab3751604705" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T123953Z:31e1e2d6-d030-46aa-8fa5-ab3751604705" ], - "Date": [ "Tue, 29 Mar 2022 12:39:53 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11848" ], + "x-ms-correlation-request-id": [ "7de04721-e180-43a0-b4ae-ffd75bc05da8" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073500Z:7de04721-e180-43a0-b4ae-ffd75bc05da8" ], + "Date": [ "Fri, 29 Apr 2022 07:34:59 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "252" ], + "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gjv93f359wkghcwt5hpwl9n1k\",\"name\":\"gjv93f359wkghcwt5hpwl9n1k\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:39:22.864061Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/mml5ffqa54qsimyijirndi2ev\",\"name\":\"mml5ffqa54qsimyijirndi2ev\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:34:29.8774503Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gjv93f359wkghcwt5hpwl9n1k?api-version=2021-11-01+4": { + "AzHealthcareIotConnector+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/mml5ffqa54qsimyijirndi2ev?api-version=2021-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gjv93f359wkghcwt5hpwl9n1k?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/mml5ffqa54qsimyijirndi2ev?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "286" ], - "x-ms-client-request-id": [ "e2e740dd-42bc-404f-b444-5172602336fe" ], + "x-ms-unique-id": [ "257" ], + "x-ms-client-request-id": [ "f43a34be-0c2d-4fc5-9e52-3556dd3a1335" ], "CommandName": [ "Remove-AzHealthcareIotConnector" ], "FullCommandName": [ "Remove-AzHealthcareIotConnector_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1605,40 +1610,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "8b5e829f-4216-4949-8493-0352597db43d" ], + "x-ms-request-id": [ "d38dbc5e-a916-4a9f-98ea-c959b37b06c7" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "b8ebf1ec51bc9c49833e0ac74cc11344" ], + "X-Request-ID": [ "aff6825e845e8445a31e053b14469c86" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11851" ], - "x-ms-correlation-request-id": [ "c61679a6-8a23-4fee-b069-511ffca819bb" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124023Z:c61679a6-8a23-4fee-b069-511ffca819bb" ], - "Date": [ "Tue, 29 Mar 2022 12:40:23 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11847" ], + "x-ms-correlation-request-id": [ "489ba969-5a4e-4285-9737-666493f24b21" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073530Z:489ba969-5a4e-4285-9737-666493f24b21" ], + "Date": [ "Fri, 29 Apr 2022 07:35:30 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "252" ], + "Content-Length": [ "253" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gjv93f359wkghcwt5hpwl9n1k\",\"name\":\"gjv93f359wkghcwt5hpwl9n1k\",\"status\":\"Running\",\"startTime\":\"2022-03-29T12:39:22.864061Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/mml5ffqa54qsimyijirndi2ev\",\"name\":\"mml5ffqa54qsimyijirndi2ev\",\"status\":\"Running\",\"startTime\":\"2022-04-29T07:34:29.8774503Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gjv93f359wkghcwt5hpwl9n1k?api-version=2021-11-01+5": { + "AzHealthcareIotConnector+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/mml5ffqa54qsimyijirndi2ev?api-version=2021-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gjv93f359wkghcwt5hpwl9n1k?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/mml5ffqa54qsimyijirndi2ev?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "287" ], - "x-ms-client-request-id": [ "e2e740dd-42bc-404f-b444-5172602336fe" ], + "x-ms-unique-id": [ "258" ], + "x-ms-client-request-id": [ "f43a34be-0c2d-4fc5-9e52-3556dd3a1335" ], "CommandName": [ "Remove-AzHealthcareIotConnector" ], "FullCommandName": [ "Remove-AzHealthcareIotConnector_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1648,40 +1652,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "7cb2b8f4-fb97-4cc9-bd14-ccb1bf3aef6b" ], + "x-ms-request-id": [ "ecdcb13b-c695-4bc5-b64c-9b85c54395e3" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "d3e14f190eb7074c84e851e2c70310b1" ], + "X-Request-ID": [ "6b8be1c79bf104438a077d29ffd6456e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11850" ], - "x-ms-correlation-request-id": [ "65c1728e-c456-4bd7-ad44-26d4bac48180" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124054Z:65c1728e-c456-4bd7-ad44-26d4bac48180" ], - "Date": [ "Tue, 29 Mar 2022 12:40:53 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11846" ], + "x-ms-correlation-request-id": [ "dae743b5-ecff-415d-b866-04052ce65394" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073601Z:dae743b5-ecff-415d-b866-04052ce65394" ], + "Date": [ "Fri, 29 Apr 2022 07:36:00 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "254" ], + "Content-Length": [ "255" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gjv93f359wkghcwt5hpwl9n1k\",\"name\":\"gjv93f359wkghcwt5hpwl9n1k\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T12:39:22.864061Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/mml5ffqa54qsimyijirndi2ev\",\"name\":\"mml5ffqa54qsimyijirndi2ev\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T07:34:29.8774503Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnector+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gjv93f359wkghcwt5hpwl9n1k?api-version=2021-11-01\u0026operationResultResponseType=Location+6": { + "AzHealthcareIotConnector+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/mml5ffqa54qsimyijirndi2ev?api-version=2021-11-01\u0026operationResultResponseType=Location+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/gjv93f359wkghcwt5hpwl9n1k?api-version=2021-11-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/mml5ffqa54qsimyijirndi2ev?api-version=2021-11-01\u0026operationResultResponseType=Location", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "288" ], - "x-ms-client-request-id": [ "e2e740dd-42bc-404f-b444-5172602336fe" ], + "x-ms-unique-id": [ "259" ], + "x-ms-client-request-id": [ "f43a34be-0c2d-4fc5-9e52-3556dd3a1335" ], "CommandName": [ "Remove-AzHealthcareIotConnector" ], "FullCommandName": [ "Remove-AzHealthcareIotConnector_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -1691,16 +1694,15 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "8fc3d944-e2d3-4765-85d2-ae7b04ae1c38" ], + "x-ms-request-id": [ "5bdb2a2e-6ec8-4c9c-86ca-036f5bf0ea63" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "c9571c49b1a5cc40995e507d23d57432" ], + "X-Request-ID": [ "64c1c9122ef3ff4184e0a5b367f67e4f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11849" ], - "x-ms-correlation-request-id": [ "5896e06d-ee57-41bf-b8d9-6d24c20a1478" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124054Z:5896e06d-ee57-41bf-b8d9-6d24c20a1478" ], - "Date": [ "Tue, 29 Mar 2022 12:40:54 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11845" ], + "x-ms-correlation-request-id": [ "b25dd651-3b93-4527-9b5e-b09eb3430bdb" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073601Z:b25dd651-3b93-4527-9b5e-b09eb3430bdb" ], + "Date": [ "Fri, 29 Apr 2022 07:36:00 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], diff --git a/src/HealthcareApis/test/AzHealthcareIotConnectorFhirDestination.Recording.json b/src/HealthcareApis/test/AzHealthcareIotConnectorFhirDestination.Recording.json index 3224fc152d5f..577e59ef4505 100644 --- a/src/HealthcareApis/test/AzHealthcareIotConnectorFhirDestination.Recording.json +++ b/src/HealthcareApis/test/AzHealthcareIotConnectorFhirDestination.Recording.json @@ -1,9 +1,9 @@ { - "AzHealthcareIotConnectorFhirDestination+[NoContext]+CreateExpanded1+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/v0276w?api-version=2021-11-01+1": { + "AzHealthcareIotConnectorFhirDestination+[NoContext]+CreateExpanded1+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/wqnp9m?api-version=2021-11-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/v0276w?api-version=2021-11-01", - "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"fhirMapping\": {\r\n \"content\": {\r\n \"templateType\": \"CollectionFhirTemplate\",\r\n \"template\": [ ]\r\n }\r\n },\r\n \"resourceIdentityResolutionType\": \"Create\",\r\n \"fhirServiceResourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/wq9m2j\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/wqnp9m?api-version=2021-11-01", + "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"fhirMapping\": {\r\n \"content\": {\r\n \"template\": [ ],\r\n \"templateType\": \"CollectionFhirTemplate\"\r\n }\r\n },\r\n \"resourceIdentityResolutionType\": \"Create\",\r\n \"fhirServiceResourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/sqhim6\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -17,42 +17,41 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cf00625b-0000-0400-0000-6242fe580000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "7632ebd5-fedd-4e6c-93a7-f971684b1464" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/lwnkosymdnylu86z25vr3y7gs?api-version=2021-11-01" ], + "ETag": [ "\"240114a5-0000-0400-0000-626b95630000\"" ], + "x-ms-request-id": [ "4dd2065b-bdb9-4e92-9b23-75366797be2b" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/kr2mt5cgynf64s5sdgr20mtnf?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "400e79a9ead1e94fa669faffa2e448b3" ], + "X-Request-ID": [ "17957848e6d96944a657a9ed0906920c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1183" ], - "x-ms-correlation-request-id": [ "a38332dc-b8b9-4ba8-a355-b248d8f35d6e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124056Z:a38332dc-b8b9-4ba8-a355-b248d8f35d6e" ], - "Date": [ "Tue, 29 Mar 2022 12:40:56 GMT" ] + "x-ms-correlation-request-id": [ "677b62a0-d79c-4bb1-9882-e3274c5597d4" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073603Z:677b62a0-d79c-4bb1-9882-e3274c5597d4" ], + "Date": [ "Fri, 29 Apr 2022 07:36:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "724" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/v0276w\",\"name\":\"ax2qzb/xuez6r/v0276w\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations\",\"etag\":\"\\\"cf00625b-0000-0400-0000-6242fe580000\\\"\",\"location\":\"eastus2\",\"properties\":{\"resourceIdentityResolutionType\":\"Create\",\"fhirServiceResourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/wq9m2j\",\"fhirMapping\":{\"content\":{\"templateType\":\"CollectionFhirTemplate\",\"template\":[]}},\"provisioningState\":\"Creating\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/wqnp9m\",\"name\":\"mtz9gq/bpc0i4/wqnp9m\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations\",\"etag\":\"\\\"240114a5-0000-0400-0000-626b95630000\\\"\",\"location\":\"eastus2\",\"properties\":{\"resourceIdentityResolutionType\":\"Create\",\"fhirServiceResourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/sqhim6\",\"fhirMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionFhirTemplate\"}},\"provisioningState\":\"Creating\"}}", "isContentBase64": false } }, - "AzHealthcareIotConnectorFhirDestination+[NoContext]+CreateExpanded1+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/lwnkosymdnylu86z25vr3y7gs?api-version=2021-11-01+2": { + "AzHealthcareIotConnectorFhirDestination+[NoContext]+CreateExpanded1+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/kr2mt5cgynf64s5sdgr20mtnf?api-version=2021-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/lwnkosymdnylu86z25vr3y7gs?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/kr2mt5cgynf64s5sdgr20mtnf?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "290" ], - "x-ms-client-request-id": [ "1914ad6e-d241-425f-b678-ac8e61606a8a" ], + "x-ms-unique-id": [ "261" ], + "x-ms-client-request-id": [ "d73c5770-9d3d-4599-a67d-8ba2beb178b0" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnectorFhirDestination" ], "FullCommandName": [ "New-AzHealthcareIotConnectorFhirDestination_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -62,40 +61,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "33c918e7-e123-4f07-9412-9e6061dad614" ], + "x-ms-request-id": [ "1585eb19-8500-4666-a5b7-e41c054f7dcf" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "56aee5cb0b97af46a4c60cdfe03736de" ], + "X-Request-ID": [ "4ed023921368ac4ea2254bc2cc8ebe85" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11848" ], - "x-ms-correlation-request-id": [ "157430d8-5ce4-4cdf-ad5c-12425fe42ba5" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124126Z:157430d8-5ce4-4cdf-ad5c-12425fe42ba5" ], - "Date": [ "Tue, 29 Mar 2022 12:41:26 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11844" ], + "x-ms-correlation-request-id": [ "93eead7b-ca81-4788-9227-8461e2542051" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073633Z:93eead7b-ca81-4788-9227-8461e2542051" ], + "Date": [ "Fri, 29 Apr 2022 07:36:33 GMT" ] }, "ContentHeaders": { "Content-Length": [ "255" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/lwnkosymdnylu86z25vr3y7gs\",\"name\":\"lwnkosymdnylu86z25vr3y7gs\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T12:40:56.2577837Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/kr2mt5cgynf64s5sdgr20mtnf\",\"name\":\"kr2mt5cgynf64s5sdgr20mtnf\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T07:36:03.2034221Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnectorFhirDestination+[NoContext]+CreateExpanded1+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/v0276w?api-version=2021-11-01+3": { + "AzHealthcareIotConnectorFhirDestination+[NoContext]+CreateExpanded1+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/wqnp9m?api-version=2021-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/v0276w?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/wqnp9m?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "291" ], - "x-ms-client-request-id": [ "1914ad6e-d241-425f-b678-ac8e61606a8a" ], + "x-ms-unique-id": [ "262" ], + "x-ms-client-request-id": [ "d73c5770-9d3d-4599-a67d-8ba2beb178b0" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnectorFhirDestination" ], "FullCommandName": [ "New-AzHealthcareIotConnectorFhirDestination_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -105,40 +103,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cf00615d-0000-0400-0000-6242fe6f0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "6bc610ec-2fa4-4b4a-b9bf-9e4db93b2380" ], + "ETag": [ "\"24012ba9-0000-0400-0000-626b95790000\"" ], + "x-ms-request-id": [ "afd55bd7-a19d-456a-b78f-32207bdfc183" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "570fa2dfea54f844a1cef2dcf9069579" ], + "X-Request-ID": [ "e6b537fcbcaea1458168c78d8075592b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11847" ], - "x-ms-correlation-request-id": [ "138c8c5b-184d-48cc-959c-2609a1ca6787" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124127Z:138c8c5b-184d-48cc-959c-2609a1ca6787" ], - "Date": [ "Tue, 29 Mar 2022 12:41:26 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11843" ], + "x-ms-correlation-request-id": [ "5857386d-f56c-43ea-94ce-42f30309bdfd" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073634Z:5857386d-f56c-43ea-94ce-42f30309bdfd" ], + "Date": [ "Fri, 29 Apr 2022 07:36:33 GMT" ] }, "ContentHeaders": { "Content-Length": [ "725" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/v0276w\",\"name\":\"ax2qzb/xuez6r/v0276w\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations\",\"etag\":\"\\\"cf00615d-0000-0400-0000-6242fe6f0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"resourceIdentityResolutionType\":\"Create\",\"fhirServiceResourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/wq9m2j\",\"fhirMapping\":{\"content\":{\"templateType\":\"CollectionFhirTemplate\",\"template\":[]}},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/wqnp9m\",\"name\":\"mtz9gq/bpc0i4/wqnp9m\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations\",\"etag\":\"\\\"24012ba9-0000-0400-0000-626b95790000\\\"\",\"location\":\"eastus2\",\"properties\":{\"resourceIdentityResolutionType\":\"Create\",\"fhirServiceResourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/sqhim6\",\"fhirMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionFhirTemplate\"}},\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareIotConnectorFhirDestination+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/v0276w?api-version=2021-11-01+1": { + "AzHealthcareIotConnectorFhirDestination+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/wqnp9m?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/v0276w?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/wqnp9m?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "292" ], - "x-ms-client-request-id": [ "916dad75-2de1-42d4-af62-b5cfb8e91769" ], + "x-ms-unique-id": [ "263" ], + "x-ms-client-request-id": [ "70dbc70c-96e3-4f9a-8250-9f274424a2d2" ], "CommandName": [ "Get-AzHealthcareIotConnectorFhirDestination" ], "FullCommandName": [ "Get-AzHealthcareIotConnectorFhirDestination_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -149,40 +146,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cf00615d-0000-0400-0000-6242fe6f0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "f2161345-8949-4cfe-afe5-8406a744c6d9" ], + "ETag": [ "\"24012ba9-0000-0400-0000-626b95790000\"" ], + "x-ms-request-id": [ "3bb91139-8df4-47e3-ab4e-eb7b62d2ac0f" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "0fa9f966a49ead4ebd3fbf499caec3b3" ], + "X-Request-ID": [ "4e484df893e0e9408c3a739975e4fa0f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11846" ], - "x-ms-correlation-request-id": [ "ddc6c010-5409-4ec5-853c-a89d8b647caa" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124128Z:ddc6c010-5409-4ec5-853c-a89d8b647caa" ], - "Date": [ "Tue, 29 Mar 2022 12:41:27 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11842" ], + "x-ms-correlation-request-id": [ "ab9faca8-fe4f-49b8-a28a-da607efdc741" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073635Z:ab9faca8-fe4f-49b8-a28a-da607efdc741" ], + "Date": [ "Fri, 29 Apr 2022 07:36:34 GMT" ] }, "ContentHeaders": { "Content-Length": [ "725" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/v0276w\",\"name\":\"ax2qzb/xuez6r/v0276w\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations\",\"etag\":\"\\\"cf00615d-0000-0400-0000-6242fe6f0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"resourceIdentityResolutionType\":\"Create\",\"fhirServiceResourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/wq9m2j\",\"fhirMapping\":{\"content\":{\"templateType\":\"CollectionFhirTemplate\",\"template\":[]}},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/wqnp9m\",\"name\":\"mtz9gq/bpc0i4/wqnp9m\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations\",\"etag\":\"\\\"24012ba9-0000-0400-0000-626b95790000\\\"\",\"location\":\"eastus2\",\"properties\":{\"resourceIdentityResolutionType\":\"Create\",\"fhirServiceResourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/sqhim6\",\"fhirMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionFhirTemplate\"}},\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareIotConnectorFhirDestination+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/v0276w?api-version=2021-11-01+1": { + "AzHealthcareIotConnectorFhirDestination+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/wqnp9m?api-version=2021-11-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/v0276w?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/wqnp9m?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "293" ], - "x-ms-client-request-id": [ "f06480a9-77ba-4ec0-b10a-c0a9335972fa" ], + "x-ms-unique-id": [ "264" ], + "x-ms-client-request-id": [ "0ca47e78-50f2-4eec-a3a6-cd211a93a6ec" ], "CommandName": [ "Remove-AzHealthcareIotConnectorFhirDestination" ], "FullCommandName": [ "Remove-AzHealthcareIotConnectorFhirDestination_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -193,18 +189,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/h2oegg8kebohowbn01dwtebhz?api-version=2021-11-01\u0026operationResultResponseType=Location" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/h2oegg8kebohowbn01dwtebhz?api-version=2021-11-01" ], + "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/415c2qu51ihk8bk1blhu0ktm2?api-version=2021-11-01\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/415c2qu51ihk8bk1blhu0ktm2?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "bfdf99f30bc7cb41aa128b034d6b2fba" ], + "X-Request-ID": [ "4dbc73ecfa073f4ab57dc0d6ee4c49a1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14991" ], - "x-ms-request-id": [ "69e43690-73d7-4782-b6e3-6d3164605f3c" ], - "x-ms-correlation-request-id": [ "69e43690-73d7-4782-b6e3-6d3164605f3c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124129Z:69e43690-73d7-4782-b6e3-6d3164605f3c" ], - "Date": [ "Tue, 29 Mar 2022 12:41:28 GMT" ] + "x-ms-ratelimit-remaining-subscription-deletes": [ "14990" ], + "x-ms-request-id": [ "646f655a-d843-4855-a49c-ec6093e46269" ], + "x-ms-correlation-request-id": [ "646f655a-d843-4855-a49c-ec6093e46269" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073636Z:646f655a-d843-4855-a49c-ec6093e46269" ], + "Date": [ "Fri, 29 Apr 2022 07:36:36 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -214,20 +209,20 @@ "isContentBase64": false } }, - "AzHealthcareIotConnectorFhirDestination+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/h2oegg8kebohowbn01dwtebhz?api-version=2021-11-01+2": { + "AzHealthcareIotConnectorFhirDestination+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/415c2qu51ihk8bk1blhu0ktm2?api-version=2021-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/h2oegg8kebohowbn01dwtebhz?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/415c2qu51ihk8bk1blhu0ktm2?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "294" ], - "x-ms-client-request-id": [ "f06480a9-77ba-4ec0-b10a-c0a9335972fa" ], + "x-ms-unique-id": [ "265" ], + "x-ms-client-request-id": [ "0ca47e78-50f2-4eec-a3a6-cd211a93a6ec" ], "CommandName": [ "Remove-AzHealthcareIotConnectorFhirDestination" ], "FullCommandName": [ "Remove-AzHealthcareIotConnectorFhirDestination_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -237,40 +232,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "4339c30b-2a93-43b3-b325-b547ff5a6e42" ], + "x-ms-request-id": [ "e2207717-7f7b-495f-90f2-344cc061ed90" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "623e1624ac187242b901c126ab3154b4" ], + "X-Request-ID": [ "ccce0f29014c2549962e9f936091e4d7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11845" ], - "x-ms-correlation-request-id": [ "69d33303-f6ba-4ad8-a218-6fd7d8cb0984" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124159Z:69d33303-f6ba-4ad8-a218-6fd7d8cb0984" ], - "Date": [ "Tue, 29 Mar 2022 12:41:58 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11841" ], + "x-ms-correlation-request-id": [ "bbbbd1fd-4a4d-40a3-a204-a9848054260d" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073706Z:bbbbd1fd-4a4d-40a3-a204-a9848054260d" ], + "Date": [ "Fri, 29 Apr 2022 07:37:05 GMT" ] }, "ContentHeaders": { "Content-Length": [ "255" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/h2oegg8kebohowbn01dwtebhz\",\"name\":\"h2oegg8kebohowbn01dwtebhz\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T12:41:29.0998988Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/415c2qu51ihk8bk1blhu0ktm2\",\"name\":\"415c2qu51ihk8bk1blhu0ktm2\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T07:36:36.2192504Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnectorFhirDestination+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/h2oegg8kebohowbn01dwtebhz?api-version=2021-11-01\u0026operationResultResponseType=Location+3": { + "AzHealthcareIotConnectorFhirDestination+[NoContext]+Delete+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/415c2qu51ihk8bk1blhu0ktm2?api-version=2021-11-01\u0026operationResultResponseType=Location+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/h2oegg8kebohowbn01dwtebhz?api-version=2021-11-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/415c2qu51ihk8bk1blhu0ktm2?api-version=2021-11-01\u0026operationResultResponseType=Location", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "295" ], - "x-ms-client-request-id": [ "f06480a9-77ba-4ec0-b10a-c0a9335972fa" ], + "x-ms-unique-id": [ "266" ], + "x-ms-client-request-id": [ "0ca47e78-50f2-4eec-a3a6-cd211a93a6ec" ], "CommandName": [ "Remove-AzHealthcareIotConnectorFhirDestination" ], "FullCommandName": [ "Remove-AzHealthcareIotConnectorFhirDestination_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -280,16 +274,15 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "135899f9-2150-4e4d-ab8e-489f6dccdd3c" ], + "x-ms-request-id": [ "ef1dc1aa-298f-4118-bc27-72706d333b84" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "7175bac102d2e84a946a19394b1662a6" ], + "X-Request-ID": [ "ff1868464f656a45a05cb9d343b98c64" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11844" ], - "x-ms-correlation-request-id": [ "3c413449-0772-4e52-9624-305ba556f0ad" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124200Z:3c413449-0772-4e52-9624-305ba556f0ad" ], - "Date": [ "Tue, 29 Mar 2022 12:41:59 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11840" ], + "x-ms-correlation-request-id": [ "f0c9ed80-382d-4adc-b68a-69da33b2036a" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073707Z:f0c9ed80-382d-4adc-b68a-69da33b2036a" ], + "Date": [ "Fri, 29 Apr 2022 07:37:06 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -299,11 +292,11 @@ "isContentBase64": false } }, - "AzHealthcareIotConnectorFhirDestination+[NoContext]+CreateExpanded2+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/9z3v0m?api-version=2021-11-01+1": { + "AzHealthcareIotConnectorFhirDestination+[NoContext]+CreateExpanded2+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/ieqg6u?api-version=2021-11-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/9z3v0m?api-version=2021-11-01", - "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"fhirMapping\": {\r\n \"content\": {\r\n \"templateType\": \"CollectionFhirTemplate\",\r\n \"template\": [ ]\r\n }\r\n },\r\n \"resourceIdentityResolutionType\": \"Create\",\r\n \"fhirServiceResourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/wq9m2j\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/ieqg6u?api-version=2021-11-01", + "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"fhirMapping\": {\r\n \"content\": {\r\n \"template\": [ ],\r\n \"templateType\": \"CollectionFhirTemplate\"\r\n }\r\n },\r\n \"resourceIdentityResolutionType\": \"Create\",\r\n \"fhirServiceResourceId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/sqhim6\"\r\n }\r\n}", "isContentBase64": false, "Headers": { }, @@ -317,42 +310,41 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cf000961-0000-0400-0000-6242fe990000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "2ad8d2fa-f36a-4d41-9c5f-58c1695e480d" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ikus4jvog4yrldrdemhovne3h?api-version=2021-11-01" ], + "ETag": [ "\"2401cfaf-0000-0400-0000-626b95a40000\"" ], + "x-ms-request-id": [ "7aee3655-ed44-4112-bb28-050d3ee7098d" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3r0o1j688stysxpy2a0qzjhit?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "19eae26ab4836349848155c89a674a2e" ], + "X-Request-ID": [ "d8203d830e681f43a5ef8f2750c5155e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1182" ], - "x-ms-correlation-request-id": [ "44e48c7d-a180-4cb7-a5f2-f9b33f37365f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124201Z:44e48c7d-a180-4cb7-a5f2-f9b33f37365f" ], - "Date": [ "Tue, 29 Mar 2022 12:42:00 GMT" ] + "x-ms-correlation-request-id": [ "f31ff3fe-152b-4815-99e7-c91cf66869df" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073708Z:f31ff3fe-152b-4815-99e7-c91cf66869df" ], + "Date": [ "Fri, 29 Apr 2022 07:37:07 GMT" ] }, "ContentHeaders": { "Content-Length": [ "724" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/9z3v0m\",\"name\":\"ax2qzb/xuez6r/9z3v0m\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations\",\"etag\":\"\\\"cf000961-0000-0400-0000-6242fe990000\\\"\",\"location\":\"eastus2\",\"properties\":{\"resourceIdentityResolutionType\":\"Create\",\"fhirServiceResourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/wq9m2j\",\"fhirMapping\":{\"content\":{\"templateType\":\"CollectionFhirTemplate\",\"template\":[]}},\"provisioningState\":\"Creating\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/ieqg6u\",\"name\":\"mtz9gq/bpc0i4/ieqg6u\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations\",\"etag\":\"\\\"2401cfaf-0000-0400-0000-626b95a40000\\\"\",\"location\":\"eastus2\",\"properties\":{\"resourceIdentityResolutionType\":\"Create\",\"fhirServiceResourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/sqhim6\",\"fhirMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionFhirTemplate\"}},\"provisioningState\":\"Creating\"}}", "isContentBase64": false } }, - "AzHealthcareIotConnectorFhirDestination+[NoContext]+CreateExpanded2+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ikus4jvog4yrldrdemhovne3h?api-version=2021-11-01+2": { + "AzHealthcareIotConnectorFhirDestination+[NoContext]+CreateExpanded2+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3r0o1j688stysxpy2a0qzjhit?api-version=2021-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ikus4jvog4yrldrdemhovne3h?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3r0o1j688stysxpy2a0qzjhit?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "297" ], - "x-ms-client-request-id": [ "d634a8ba-474f-4a5a-96f8-cbf55fb70b01" ], + "x-ms-unique-id": [ "268" ], + "x-ms-client-request-id": [ "aff159cb-61ae-4762-a10c-57891746f9bd" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnectorFhirDestination" ], "FullCommandName": [ "New-AzHealthcareIotConnectorFhirDestination_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -362,40 +354,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11843" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "e5efb152-e86d-423d-8964-1b0d98e5fcbb" ], + "x-ms-request-id": [ "554138b6-23fe-4bea-8f50-3d2ccab832a6" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "86b3f905c551e34eb814756b871665fe" ], + "X-Request-ID": [ "0e7664b84c3cf442adea98b70881ceee" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-correlation-request-id": [ "59b81945-8c11-48a0-b79e-0ca223d26c4f" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124231Z:59b81945-8c11-48a0-b79e-0ca223d26c4f" ], - "Date": [ "Tue, 29 Mar 2022 12:42:31 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11839" ], + "x-ms-correlation-request-id": [ "3d7ec30f-3244-483f-9cb6-29776930303c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073738Z:3d7ec30f-3244-483f-9cb6-29776930303c" ], + "Date": [ "Fri, 29 Apr 2022 07:37:38 GMT" ] }, "ContentHeaders": { "Content-Length": [ "255" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/ikus4jvog4yrldrdemhovne3h\",\"name\":\"ikus4jvog4yrldrdemhovne3h\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T12:42:01.3512071Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3r0o1j688stysxpy2a0qzjhit\",\"name\":\"3r0o1j688stysxpy2a0qzjhit\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T07:37:08.3814424Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnectorFhirDestination+[NoContext]+CreateExpanded2+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/9z3v0m?api-version=2021-11-01+3": { + "AzHealthcareIotConnectorFhirDestination+[NoContext]+CreateExpanded2+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/ieqg6u?api-version=2021-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/9z3v0m?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/ieqg6u?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "298" ], - "x-ms-client-request-id": [ "d634a8ba-474f-4a5a-96f8-cbf55fb70b01" ], + "x-ms-unique-id": [ "269" ], + "x-ms-client-request-id": [ "aff159cb-61ae-4762-a10c-57891746f9bd" ], "CommandName": [ "Az.HealthcareApis.internal\\New-AzHealthcareIotConnectorFhirDestination" ], "FullCommandName": [ "New-AzHealthcareIotConnectorFhirDestination_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -405,40 +396,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cf00d662-0000-0400-0000-6242feaf0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "e3e86298-bbc6-4f1d-a325-fb3a245aed33" ], + "ETag": [ "\"240122b3-0000-0400-0000-626b95ba0000\"" ], + "x-ms-request-id": [ "92b9cf9f-7bf2-4dca-a12c-892b6ac5fe3f" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "43c986178973f24fa4203b6e9069f996" ], + "X-Request-ID": [ "c61b10f1ffd7f143802fa496beddf67f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11842" ], - "x-ms-correlation-request-id": [ "e3666f09-7f64-483a-9def-39a2877a7d3d" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124232Z:e3666f09-7f64-483a-9def-39a2877a7d3d" ], - "Date": [ "Tue, 29 Mar 2022 12:42:32 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11838" ], + "x-ms-correlation-request-id": [ "646949a1-d25a-46c3-ba33-2657242c8961" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073739Z:646949a1-d25a-46c3-ba33-2657242c8961" ], + "Date": [ "Fri, 29 Apr 2022 07:37:38 GMT" ] }, "ContentHeaders": { "Content-Length": [ "725" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/9z3v0m\",\"name\":\"ax2qzb/xuez6r/9z3v0m\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations\",\"etag\":\"\\\"cf00d662-0000-0400-0000-6242feaf0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"resourceIdentityResolutionType\":\"Create\",\"fhirServiceResourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/wq9m2j\",\"fhirMapping\":{\"content\":{\"templateType\":\"CollectionFhirTemplate\",\"template\":[]}},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/ieqg6u\",\"name\":\"mtz9gq/bpc0i4/ieqg6u\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations\",\"etag\":\"\\\"240122b3-0000-0400-0000-626b95ba0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"resourceIdentityResolutionType\":\"Create\",\"fhirServiceResourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/sqhim6\",\"fhirMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionFhirTemplate\"}},\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareIotConnectorFhirDestination+[NoContext]+List+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations?api-version=2021-11-01+1": { + "AzHealthcareIotConnectorFhirDestination+[NoContext]+List+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "299" ], - "x-ms-client-request-id": [ "ab981284-15f4-41e5-8304-965986ce8f5d" ], + "x-ms-unique-id": [ "270" ], + "x-ms-client-request-id": [ "f348e624-8975-4e9b-9528-c511c8f8c933" ], "CommandName": [ "Get-AzHealthcareFhirDestination" ], "FullCommandName": [ "Get-AzHealthcareFhirDestination_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -449,39 +439,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "a055438c-b697-4a6f-8289-724a6f143f03" ], + "x-ms-request-id": [ "f5654fc2-81d8-49f0-8765-47b89e5dbde8" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "532deac03fc25f40adc7e77b936cb2f6" ], + "X-Request-ID": [ "27801592aa602345bfe3c957329cf6ef" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11841" ], - "x-ms-correlation-request-id": [ "e450d3b2-ee2a-416f-bf5b-86f05307472c" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124233Z:e450d3b2-ee2a-416f-bf5b-86f05307472c" ], - "Date": [ "Tue, 29 Mar 2022 12:42:33 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11837" ], + "x-ms-correlation-request-id": [ "48102668-2b7c-46fe-a98a-c036035eaec2" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073740Z:48102668-2b7c-46fe-a98a-c036035eaec2" ], + "Date": [ "Fri, 29 Apr 2022 07:37:39 GMT" ] }, "ContentHeaders": { "Content-Length": [ "737" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/9z3v0m\",\"name\":\"ax2qzb/xuez6r/9z3v0m\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations\",\"etag\":\"\\\"cf00d662-0000-0400-0000-6242feaf0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"resourceIdentityResolutionType\":\"Create\",\"fhirServiceResourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/wq9m2j\",\"fhirMapping\":{\"content\":{\"templateType\":\"CollectionFhirTemplate\",\"template\":[]}},\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/ieqg6u\",\"name\":\"mtz9gq/bpc0i4/ieqg6u\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations\",\"etag\":\"\\\"240122b3-0000-0400-0000-626b95ba0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"resourceIdentityResolutionType\":\"Create\",\"fhirServiceResourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/sqhim6\",\"fhirMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionFhirTemplate\"}},\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, - "AzHealthcareIotConnectorFhirDestination+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/9z3v0m?api-version=2021-11-01+1": { + "AzHealthcareIotConnectorFhirDestination+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/ieqg6u?api-version=2021-11-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/9z3v0m?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/ieqg6u?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "300" ], - "x-ms-client-request-id": [ "ec56a1a3-5256-4e02-aee3-58cb1ae59827" ], + "x-ms-unique-id": [ "271" ], + "x-ms-client-request-id": [ "a3017c08-609b-4250-8b6c-f5c49af04e1e" ], "CommandName": [ "Get-AzHealthcareIotConnectorFhirDestination" ], "FullCommandName": [ "Get-AzHealthcareIotConnectorFhirDestination_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -492,40 +481,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"cf00d662-0000-0400-0000-6242feaf0000\"" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "d7bb80d9-33c1-4bab-bd62-cfd8c54c2f24" ], + "ETag": [ "\"240122b3-0000-0400-0000-626b95ba0000\"" ], + "x-ms-request-id": [ "1f951f8c-1319-4162-ad38-615594d0dedc" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "8674c4f3797fc242b40eb660479f8bc4" ], + "X-Request-ID": [ "f1722f0957d29143ab3742c042be1769" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11840" ], - "x-ms-correlation-request-id": [ "7a228f21-ee55-41e4-9bce-3e6a05371bec" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124233Z:7a228f21-ee55-41e4-9bce-3e6a05371bec" ], - "Date": [ "Tue, 29 Mar 2022 12:42:33 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11836" ], + "x-ms-correlation-request-id": [ "8006f18c-745e-4fec-956c-30e911007b87" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073740Z:8006f18c-745e-4fec-956c-30e911007b87" ], + "Date": [ "Fri, 29 Apr 2022 07:37:40 GMT" ] }, "ContentHeaders": { "Content-Length": [ "725" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/9z3v0m\",\"name\":\"ax2qzb/xuez6r/9z3v0m\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations\",\"etag\":\"\\\"cf00d662-0000-0400-0000-6242feaf0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"resourceIdentityResolutionType\":\"Create\",\"fhirServiceResourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/fhirservices/wq9m2j\",\"fhirMapping\":{\"content\":{\"templateType\":\"CollectionFhirTemplate\",\"template\":[]}},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/ieqg6u\",\"name\":\"mtz9gq/bpc0i4/ieqg6u\",\"type\":\"Microsoft.HealthcareApis/workspaces/iotconnectors/fhirdestinations\",\"etag\":\"\\\"240122b3-0000-0400-0000-626b95ba0000\\\"\",\"location\":\"eastus2\",\"properties\":{\"resourceIdentityResolutionType\":\"Create\",\"fhirServiceResourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/fhirservices/sqhim6\",\"fhirMapping\":{\"content\":{\"template\":[],\"templateType\":\"CollectionFhirTemplate\"}},\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzHealthcareIotConnectorFhirDestination+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/9z3v0m?api-version=2021-11-01+2": { + "AzHealthcareIotConnectorFhirDestination+[NoContext]+DeleteViaIdentity+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/ieqg6u?api-version=2021-11-01+2": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/ax2qzb/iotconnectors/xuez6r/fhirdestinations/9z3v0m?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azpstestgroup-eus2/providers/Microsoft.HealthcareApis/workspaces/mtz9gq/iotconnectors/bpc0i4/fhirdestinations/ieqg6u?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "301" ], - "x-ms-client-request-id": [ "4fee43d5-ccb3-4775-8329-11cca50a4f10" ], + "x-ms-unique-id": [ "272" ], + "x-ms-client-request-id": [ "83825542-ec80-455d-a729-bbe29a66e89b" ], "CommandName": [ "Remove-AzHealthcareIotConnectorFhirDestination" ], "FullCommandName": [ "Remove-AzHealthcareIotConnectorFhirDestination_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -536,18 +524,17 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3etgfgjmi6l109dn3i9rsohoa?api-version=2021-11-01\u0026operationResultResponseType=Location" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3etgfgjmi6l109dn3i9rsohoa?api-version=2021-11-01" ], + "Location": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5s1enegonskj8zpxi8x5u0yy0?api-version=2021-11-01\u0026operationResultResponseType=Location" ], + "Azure-AsyncOperation": [ "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5s1enegonskj8zpxi8x5u0yy0?api-version=2021-11-01" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "dd55ab21601f8540aa081de9175b896e" ], + "X-Request-ID": [ "17881611f224ab46ad1c412b0634d0eb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14990" ], - "x-ms-request-id": [ "0b7e9867-e88e-4583-b831-6a18ec57a69e" ], - "x-ms-correlation-request-id": [ "0b7e9867-e88e-4583-b831-6a18ec57a69e" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124235Z:0b7e9867-e88e-4583-b831-6a18ec57a69e" ], - "Date": [ "Tue, 29 Mar 2022 12:42:35 GMT" ] + "x-ms-ratelimit-remaining-subscription-deletes": [ "14989" ], + "x-ms-request-id": [ "9beaf501-1e14-4509-9459-df88c9161e3c" ], + "x-ms-correlation-request-id": [ "9beaf501-1e14-4509-9459-df88c9161e3c" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073742Z:9beaf501-1e14-4509-9459-df88c9161e3c" ], + "Date": [ "Fri, 29 Apr 2022 07:37:41 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], @@ -557,20 +544,20 @@ "isContentBase64": false } }, - "AzHealthcareIotConnectorFhirDestination+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3etgfgjmi6l109dn3i9rsohoa?api-version=2021-11-01+3": { + "AzHealthcareIotConnectorFhirDestination+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5s1enegonskj8zpxi8x5u0yy0?api-version=2021-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3etgfgjmi6l109dn3i9rsohoa?api-version=2021-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5s1enegonskj8zpxi8x5u0yy0?api-version=2021-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "302" ], - "x-ms-client-request-id": [ "4fee43d5-ccb3-4775-8329-11cca50a4f10" ], + "x-ms-unique-id": [ "273" ], + "x-ms-client-request-id": [ "83825542-ec80-455d-a729-bbe29a66e89b" ], "CommandName": [ "Remove-AzHealthcareIotConnectorFhirDestination" ], "FullCommandName": [ "Remove-AzHealthcareIotConnectorFhirDestination_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -580,40 +567,39 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "6c4e973f-dd53-4b42-a5aa-160adf580e61" ], + "x-ms-request-id": [ "fd2e4cc4-1637-4178-a547-ed91b181adb7" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "fc1a5b5eefbf7146aa8c888bac00c925" ], + "X-Request-ID": [ "94670023cca4c54f90e929ff03bf2338" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11839" ], - "x-ms-correlation-request-id": [ "5a923c5f-e665-4822-b8c5-752d81bf67fb" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124305Z:5a923c5f-e665-4822-b8c5-752d81bf67fb" ], - "Date": [ "Tue, 29 Mar 2022 12:43:05 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11835" ], + "x-ms-correlation-request-id": [ "97a38a51-e9e1-4a2e-8f82-0b11df37711f" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073812Z:97a38a51-e9e1-4a2e-8f82-0b11df37711f" ], + "Date": [ "Fri, 29 Apr 2022 07:38:12 GMT" ] }, "ContentHeaders": { "Content-Length": [ "255" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3etgfgjmi6l109dn3i9rsohoa\",\"name\":\"3etgfgjmi6l109dn3i9rsohoa\",\"status\":\"Succeeded\",\"startTime\":\"2022-03-29T12:42:34.8346643Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5s1enegonskj8zpxi8x5u0yy0\",\"name\":\"5s1enegonskj8zpxi8x5u0yy0\",\"status\":\"Succeeded\",\"startTime\":\"2022-04-29T07:37:41.9714642Z\"}", "isContentBase64": false } }, - "AzHealthcareIotConnectorFhirDestination+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3etgfgjmi6l109dn3i9rsohoa?api-version=2021-11-01\u0026operationResultResponseType=Location+4": { + "AzHealthcareIotConnectorFhirDestination+[NoContext]+DeleteViaIdentity+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5s1enegonskj8zpxi8x5u0yy0?api-version=2021-11-01\u0026operationResultResponseType=Location+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/3etgfgjmi6l109dn3i9rsohoa?api-version=2021-11-01\u0026operationResultResponseType=Location", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/locations/eastus2/operationresults/5s1enegonskj8zpxi8x5u0yy0?api-version=2021-11-01\u0026operationResultResponseType=Location", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "303" ], - "x-ms-client-request-id": [ "4fee43d5-ccb3-4775-8329-11cca50a4f10" ], + "x-ms-unique-id": [ "274" ], + "x-ms-client-request-id": [ "83825542-ec80-455d-a729-bbe29a66e89b" ], "CommandName": [ "Remove-AzHealthcareIotConnectorFhirDestination" ], "FullCommandName": [ "Remove-AzHealthcareIotConnectorFhirDestination_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "Az.HealthcareApis/0.3.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.1.2", "Az.HealthcareApis/0.3.0" ] }, "ContentHeaders": { } @@ -623,16 +609,15 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "26f61e16-21a4-45f9-a74b-8d94c4b0b797" ], + "x-ms-request-id": [ "be8dd5f5-6bbf-4db4-aab8-f014bddf8e84" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "ffb99f6e3a208c4c85d6e15a8a013d21" ], + "X-Request-ID": [ "f2a8e1ef08942549aa155b4a9f25fc5b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11838" ], - "x-ms-correlation-request-id": [ "6ad225f7-9ee7-47ba-bc62-bd089afd8cf0" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124305Z:6ad225f7-9ee7-47ba-bc62-bd089afd8cf0" ], - "Date": [ "Tue, 29 Mar 2022 12:43:05 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11834" ], + "x-ms-correlation-request-id": [ "8ea7e2d6-894f-4a41-a5e4-976e473f99b4" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073812Z:8ea7e2d6-894f-4a41-a5e4-976e473f99b4" ], + "Date": [ "Fri, 29 Apr 2022 07:38:12 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], diff --git a/src/HealthcareApis/test/AzHealthcareServiceNameAvailability.Recording.json b/src/HealthcareApis/test/AzHealthcareServiceNameAvailability.Recording.json index 03ac81b08e89..fd6735ad46d1 100644 --- a/src/HealthcareApis/test/AzHealthcareServiceNameAvailability.Recording.json +++ b/src/HealthcareApis/test/AzHealthcareServiceNameAvailability.Recording.json @@ -3,7 +3,7 @@ "Request": { "Method": "POST", "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.HealthcareApis/checkNameAvailability?api-version=2021-11-01", - "Content": "{\r\n \"name\": \"wq9m2j\",\r\n \"type\": \"Microsoft.HealthcareApis/services\"\r\n}", + "Content": "{\r\n \"name\": \"sqhim6\",\r\n \"type\": \"Microsoft.HealthcareApis/services\"\r\n}", "isContentBase64": false, "Headers": { }, @@ -17,16 +17,15 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "Request-Context": [ "appId=cid-v1:3de0b58a-5b02-4f39-a0b3-83315651f823" ], - "x-ms-request-id": [ "0c55b6ed-3c88-4edc-a1bc-41561512b6f8" ], + "x-ms-request-id": [ "1cfcdebf-d9c5-4730-ab65-dccc47427d7d" ], "X-Content-Type-Options": [ "nosniff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Request-ID": [ "f04c0ca27033ab44a66affdbfa0a24cf" ], + "X-Request-ID": [ "18e31b5ab012654eae9f2e81c23b7c3d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11837" ], - "x-ms-correlation-request-id": [ "654dbe01-ad77-4525-94d5-bd3c8a860127" ], - "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220329T124306Z:654dbe01-ad77-4525-94d5-bd3c8a860127" ], - "Date": [ "Tue, 29 Mar 2022 12:43:06 GMT" ] + "x-ms-ratelimit-remaining-subscription-reads": [ "11833" ], + "x-ms-correlation-request-id": [ "67a7a41a-56b9-4eb9-8bd2-26b982302770" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20220429T073815Z:67a7a41a-56b9-4eb9-8bd2-26b982302770" ], + "Date": [ "Fri, 29 Apr 2022 07:38:14 GMT" ] }, "ContentHeaders": { "Content-Length": [ "22" ], diff --git a/src/HealthcareApis/test/Get-AzHealthcareAPIsService.Tests.ps1 b/src/HealthcareApis/test/Get-AzHealthcareAPIsService.Tests.ps1 index 14d5b333a760..52c0a802c579 100644 --- a/src/HealthcareApis/test/Get-AzHealthcareAPIsService.Tests.ps1 +++ b/src/HealthcareApis/test/Get-AzHealthcareAPIsService.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Get-AzHealthcareAPIsService')) +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzHealthcareApisService')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzHealthcareAPIsService.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzHealthcareApisService.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzHealthcareAPIsService') . ($mockingPath | Select-Object -First 1).FullName } -Describe 'Get-AzHealthcareAPIsService' { +Describe 'Get-AzHealthcareApisService' { It 'List' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/HealthcareApis/test/Get-AzHealthcareAPIsWorkspace.Tests.ps1 b/src/HealthcareApis/test/Get-AzHealthcareAPIsWorkspace.Tests.ps1 index 888c46ef88aa..1b02b5e9a08b 100644 --- a/src/HealthcareApis/test/Get-AzHealthcareAPIsWorkspace.Tests.ps1 +++ b/src/HealthcareApis/test/Get-AzHealthcareAPIsWorkspace.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Get-AzHealthcareAPIsWorkspace')) +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzHealthcareApisWorkspace')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzHealthcareAPIsWorkspace.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzHealthcareApisWorkspace.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzHealthcareAPIsWorkspace . ($mockingPath | Select-Object -First 1).FullName } -Describe 'Get-AzHealthcareAPIsWorkspace' { +Describe 'Get-AzHealthcareApisWorkspace' { It 'List' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/HealthcareApis/test/New-AzHealthcareAPIsService.Tests.ps1 b/src/HealthcareApis/test/New-AzHealthcareAPIsService.Tests.ps1 index a935d3867adc..b7ddeae01054 100644 --- a/src/HealthcareApis/test/New-AzHealthcareAPIsService.Tests.ps1 +++ b/src/HealthcareApis/test/New-AzHealthcareAPIsService.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'New-AzHealthcareAPIsService')) +if(($null -eq $TestName) -or ($TestName -contains 'New-AzHealthcareApisService')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzHealthcareAPIsService.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzHealthcareApisService.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzHealthcareAPIsService') . ($mockingPath | Select-Object -First 1).FullName } -Describe 'New-AzHealthcareAPIsService' { +Describe 'New-AzHealthcareApisService' { It 'CreateExpanded' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/HealthcareApis/test/New-AzHealthcareAPIsWorkspace.Tests.ps1 b/src/HealthcareApis/test/New-AzHealthcareAPIsWorkspace.Tests.ps1 index 2ca86170d51d..2e091cf51306 100644 --- a/src/HealthcareApis/test/New-AzHealthcareAPIsWorkspace.Tests.ps1 +++ b/src/HealthcareApis/test/New-AzHealthcareAPIsWorkspace.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'New-AzHealthcareAPIsWorkspace')) +if(($null -eq $TestName) -or ($TestName -contains 'New-AzHealthcareApisWorkspace')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzHealthcareAPIsWorkspace.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzHealthcareApisWorkspace.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzHealthcareAPIsWorkspace . ($mockingPath | Select-Object -First 1).FullName } -Describe 'New-AzHealthcareAPIsWorkspace' { +Describe 'New-AzHealthcareApisWorkspace' { It 'CreateExpanded' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/HealthcareApis/test/Remove-AzHealthcareAPIsService.Tests.ps1 b/src/HealthcareApis/test/Remove-AzHealthcareAPIsService.Tests.ps1 index 0f1386ea8a16..a543f2ec1638 100644 --- a/src/HealthcareApis/test/Remove-AzHealthcareAPIsService.Tests.ps1 +++ b/src/HealthcareApis/test/Remove-AzHealthcareAPIsService.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzHealthcareAPIsService')) +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzHealthcareApisService')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzHealthcareAPIsService.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzHealthcareApisService.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzHealthcareAPIsServic . ($mockingPath | Select-Object -First 1).FullName } -Describe 'Remove-AzHealthcareAPIsService' { +Describe 'Remove-AzHealthcareApisService' { It 'Delete' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/HealthcareApis/test/Remove-AzHealthcareAPIsWorkspace.Tests.ps1 b/src/HealthcareApis/test/Remove-AzHealthcareAPIsWorkspace.Tests.ps1 index 8747937e3dce..43c61ba1cba1 100644 --- a/src/HealthcareApis/test/Remove-AzHealthcareAPIsWorkspace.Tests.ps1 +++ b/src/HealthcareApis/test/Remove-AzHealthcareAPIsWorkspace.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzHealthcareAPIsWorkspace')) +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzHealthcareApisWorkspace')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzHealthcareAPIsWorkspace.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzHealthcareApisWorkspace.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzHealthcareAPIsWorksp . ($mockingPath | Select-Object -First 1).FullName } -Describe 'Remove-AzHealthcareAPIsWorkspace' { +Describe 'Remove-AzHealthcareApisWorkspace' { It 'Delete' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/HealthcareApis/test/Update-AzHealthcareAPIsService.Tests.ps1 b/src/HealthcareApis/test/Update-AzHealthcareAPIsService.Tests.ps1 index 7465d135c23d..21346d98e2ca 100644 --- a/src/HealthcareApis/test/Update-AzHealthcareAPIsService.Tests.ps1 +++ b/src/HealthcareApis/test/Update-AzHealthcareAPIsService.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Update-AzHealthcareAPIsService')) +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzHealthcareApisService')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzHealthcareAPIsService.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzHealthcareApisService.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Update-AzHealthcareAPIsServic . ($mockingPath | Select-Object -First 1).FullName } -Describe 'Update-AzHealthcareAPIsService' { +Describe 'Update-AzHealthcareApisService' { It 'UpdateExpanded' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/HealthcareApis/test/Update-AzHealthcareAPIsWorkspace.Tests.ps1 b/src/HealthcareApis/test/Update-AzHealthcareAPIsWorkspace.Tests.ps1 index 28188263e735..6d6df64a964c 100644 --- a/src/HealthcareApis/test/Update-AzHealthcareAPIsWorkspace.Tests.ps1 +++ b/src/HealthcareApis/test/Update-AzHealthcareAPIsWorkspace.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Update-AzHealthcareAPIsWorkspace')) +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzHealthcareApisWorkspace')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzHealthcareAPIsWorkspace.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzHealthcareApisWorkspace.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Update-AzHealthcareAPIsWorksp . ($mockingPath | Select-Object -First 1).FullName } -Describe 'Update-AzHealthcareAPIsWorkspace' { +Describe 'Update-AzHealthcareApisWorkspace' { It 'UpdateExpanded' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } diff --git a/src/HealthcareApis/test/env.json b/src/HealthcareApis/test/env.json index ae62f415bec8..fcf1abad5709 100644 --- a/src/HealthcareApis/test/env.json +++ b/src/HealthcareApis/test/env.json @@ -1,21 +1,21 @@ { - "fhirService3": "kxrdol", - "location": "eastus2", - "iotConnector3": "tz3edw", - "iotFhirDestination2": "9z3v0m", - "iotFhirDestination1": "v0276w", - "dicom2": "kilm1e", - "iotConnector1": "xuez6r", + "apiService1": "vzmg83", + "apiService2": "2a5lby", + "iotConnector3": "apylmd", + "fhirService2": "egp40u", + "apiWorkspace1": "mtz9gq", "Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "apiWorkspace3": "vrzd21", - "apiWorkspace1": "ax2qzb", - "fhirService1": "wq9m2j", + "iotFhirDestination2": "ieqg6u", + "dicom2": "w063fe", + "location": "eastus2", "SubscriptionId": "9e223dbe-3399-4e19-88eb-0975f02ac87f", - "dicom1": "0gx4dm", + "apiWorkspace2": "tf4a5c", + "iotFhirDestination1": "wqnp9m", + "dicom1": "px5y0q", + "fhirService1": "sqhim6", + "apiWorkspace3": "i5nm3e", + "fhirService3": "n9kd3s", "resourceGroup": "azpstestgroup-eus2", - "iotConnector2": "8r2fli", - "apiService1": "gwct3y", - "fhirService2": "hv9eu4", - "apiService2": "6hrj2g", - "apiWorkspace2": "hxpd8y" + "iotConnector2": "86s5tg", + "iotConnector1": "bpc0i4" } diff --git a/src/HealthcareApis/test/utils.ps1 b/src/HealthcareApis/test/utils.ps1 index 862bfe72eb66..b72a20e8ee75 100644 --- a/src/HealthcareApis/test/utils.ps1 +++ b/src/HealthcareApis/test/utils.ps1 @@ -64,8 +64,8 @@ function setupEnv() { New-AzResourceGroup -Name $env.resourceGroup -Location $env.location - New-AzHealthcareAPIsWorkspace -Name $env.apiWorkspace1 -ResourceGroupName $env.resourceGroup -Location $env.location - New-AzHealthcareFhirService -Name $env.fhirService1 -ResourceGroupName $env.resourceGroup -WorkspaceName $env.apiWorkspace1 -Location $env.location -Kind 'fhir-R4' -AuthenticationConfigurationAuthority "https://login.microsoftonline.com/$($env.Tenant)" -AuthenticationConfigurationAudience "https://azpshcws-$($env.fhirService1).fhir.azurehealthcareapis.com" + New-AzHealthcareApisWorkspace -Name $env.apiWorkspace1 -ResourceGroupName $env.resourceGroup -Location $env.location + New-AzHealthcareFhirService -Name $env.fhirService1 -ResourceGroupName $env.resourceGroup -WorkspaceName $env.apiWorkspace1 -Location $env.location -Kind 'fhir-R4' -Authority "https://login.microsoftonline.com/$($env.Tenant)" -Audience "https://azpshcws-$($env.fhirService1).fhir.azurehealthcareapis.com" $arr = @() New-AzHealthcareIotConnector -Name $env.iotConnector1 -ResourceGroupName $env.resourceGroup -WorkspaceName $env.apiWorkspace1 -Location $env.location -IngestionEndpointConfigurationConsumerGroup "sajob-01-portal_input-01_consumer_group" -IngestionEndpointConfigurationEventHubName "sajob01portaleventhub" -IngestionEndpointConfigurationFullyQualifiedEventHubNamespace "sdk-Namespace-4761" -DeviceMappingContent @{"templateType"="CollectionContent";"template"=$arr}