From 2e7fddf86b59b08a07373e67a02259bbf4ee8293 Mon Sep 17 00:00:00 2001 From: azure-powershell-bot <65331932+azure-powershell-bot@users.noreply.github.com> Date: Mon, 9 May 2022 05:17:02 +0000 Subject: [PATCH 01/10] Move HealthcareApis to main --- src/HealthcareApis/Az.HealthcareApis.psd1 | 16 +- src/HealthcareApis/HealthcareApis.sln | 156 +- src/HealthcareApis/README.md | 57 +- src/HealthcareApis/check-dependencies.ps1 | 2 +- .../custom/New-AzHealthcareAPIsService.ps1 | 55 +- .../custom/New-AzHealthcareAPIsWorkspace.ps1 | 6 +- .../custom/New-AzHealthcareFhirService.ps1 | 46 +- .../custom/New-AzHealthcareIotConnector.ps1 | 2 +- .../examples/Get-AzHealthcareAPIsService.md | 6 +- .../examples/Get-AzHealthcareAPIsWorkspace.md | 6 +- .../examples/New-AzHealthcareAPIsService.md | 2 +- .../examples/New-AzHealthcareAPIsWorkspace.md | 2 +- .../examples/New-AzHealthcareFhirService.md | 2 +- .../Remove-AzHealthcareAPIsService.md | 4 +- .../Remove-AzHealthcareAPIsWorkspace.md | 4 +- .../Update-AzHealthcareAPIsService.md | 4 +- .../Update-AzHealthcareAPIsWorkspace.md | 4 +- .../exports/Get-AzHealthcareAPIsService.ps1 | 16 +- .../exports/Get-AzHealthcareAPIsWorkspace.ps1 | 16 +- .../exports/New-AzHealthcareAPIsService.ps1 | 54 +- .../exports/New-AzHealthcareAPIsWorkspace.ps1 | 6 +- .../exports/New-AzHealthcareFhirService.ps1 | 46 +- .../exports/ProxyCmdletDefinitions.ps1 | 178 +- .../Remove-AzHealthcareAPIsService.ps1 | 10 +- .../Remove-AzHealthcareAPIsWorkspace.ps1 | 10 +- .../Update-AzHealthcareAPIsService.ps1 | 10 +- .../Update-AzHealthcareAPIsWorkspace.ps1 | 10 +- src/HealthcareApis/generate-info.json | 10 +- .../cmdlets/GetAzHealthcareAPIsService_Get.cs | 8 +- ...tAzHealthcareAPIsService_GetViaIdentity.cs | 8 +- .../GetAzHealthcareAPIsService_List.cs | 8 +- .../GetAzHealthcareAPIsService_List1.cs | 8 +- .../GetAzHealthcareAPIsWorkspace_Get.cs | 8 +- ...zHealthcareAPIsWorkspace_GetViaIdentity.cs | 8 +- .../GetAzHealthcareAPIsWorkspace_List.cs | 8 +- .../GetAzHealthcareAPIsWorkspace_List1.cs | 8 +- ...wAzHealthcareAPIsService_CreateExpanded.cs | 115 +- ...zHealthcareAPIsWorkspace_CreateExpanded.cs | 41 +- ...AzHealthcareDicomService_CreateExpanded.cs | 31 +- ...wAzHealthcareFhirService_CreateExpanded.cs | 101 +- ...ConnectorFhirDestination_CreateExpanded.cs | 29 +- ...AzHealthcareIotConnector_CreateExpanded.cs | 37 +- ...rivateEndpointConnection_CreateExpanded.cs | 25 +- ...rivateEndpointConnection_CreateExpanded.cs | 25 +- .../RemoveAzHealthcareAPIsService_Delete.cs | 14 +- ...HealthcareAPIsService_DeleteViaIdentity.cs | 14 +- .../RemoveAzHealthcareAPIsWorkspace_Delete.cs | 14 +- ...althcareAPIsWorkspace_DeleteViaIdentity.cs | 14 +- ...reServiceNameAvailability_CheckExpanded.cs | 21 +- ...meAvailability_CheckViaIdentityExpanded.cs | 23 +- ...eAzHealthcareAPIsService_UpdateExpanded.cs | 37 +- ...reAPIsService_UpdateViaIdentityExpanded.cs | 39 +- ...zHealthcareAPIsWorkspace_UpdateExpanded.cs | 39 +- ...APIsWorkspace_UpdateViaIdentityExpanded.cs | 41 +- ...AzHealthcareDicomService_UpdateExpanded.cs | 25 +- ...eDicomService_UpdateViaIdentityExpanded.cs | 27 +- ...eAzHealthcareFhirService_UpdateExpanded.cs | 25 +- ...reFhirService_UpdateViaIdentityExpanded.cs | 27 +- ...AzHealthcareIotConnector_UpdateExpanded.cs | 25 +- ...eIotConnector_UpdateViaIdentityExpanded.cs | 27 +- .../runtime/BuildTime/Cmdlets/ExportPsd1.cs | 2 +- src/HealthcareApis/help/Az.HealthcareApis.md | 18 +- .../help/Get-AzHealthcareAPIsService.md | 16 +- .../help/Get-AzHealthcareAPIsWorkspace.md | 16 +- .../help/New-AzHealthcareAPIsService.md | 90 +- .../help/New-AzHealthcareAPIsWorkspace.md | 6 +- .../help/New-AzHealthcareFhirService.md | 81 +- .../help/Remove-AzHealthcareAPIsService.md | 10 +- .../help/Remove-AzHealthcareAPIsWorkspace.md | 10 +- .../help/Update-AzHealthcareAPIsService.md | 10 +- .../help/Update-AzHealthcareAPIsWorkspace.md | 10 +- .../internal/New-AzHealthcareAPIsService.ps1 | 54 +- .../New-AzHealthcareAPIsWorkspace.ps1 | 6 +- .../internal/New-AzHealthcareFhirService.ps1 | 46 +- .../internal/ProxyCmdletDefinitions.ps1 | 106 +- .../AzHealthcareAPIsService.Recording.json | 2199 ++++++++--------- .../test/AzHealthcareAPIsService.Tests.ps1 | 28 +- .../AzHealthcareAPIsWorkspace.Recording.json | 521 ++-- .../test/AzHealthcareAPIsWorkspace.Tests.ps1 | 28 +- .../AzHealthcareDicomService.Recording.json | 1729 ++++--------- .../AzHealthcareFhirService.Recording.json | 1365 +++++----- .../test/AzHealthcareFhirService.Tests.ps1 | 4 +- .../AzHealthcareIotConnector.Recording.json | 1080 ++++---- ...IotConnectorFhirDestination.Recording.json | 379 ++- ...careServiceNameAvailability.Recording.json | 15 +- .../Get-AzHealthcareAPIsService.Tests.ps1 | 6 +- .../Get-AzHealthcareAPIsWorkspace.Tests.ps1 | 6 +- .../New-AzHealthcareAPIsService.Tests.ps1 | 6 +- .../New-AzHealthcareAPIsWorkspace.Tests.ps1 | 6 +- .../Remove-AzHealthcareAPIsService.Tests.ps1 | 6 +- ...Remove-AzHealthcareAPIsWorkspace.Tests.ps1 | 6 +- .../Update-AzHealthcareAPIsService.Tests.ps1 | 6 +- ...Update-AzHealthcareAPIsWorkspace.Tests.ps1 | 6 +- src/HealthcareApis/test/env.json | 32 +- src/HealthcareApis/test/utils.ps1 | 4 +- 95 files changed, 4316 insertions(+), 5217 deletions(-) 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} From e98b971791b1b679d71153e8e78b9260e9a65a3f Mon Sep 17 00:00:00 2001 From: azure-powershell-bot <65331932+azure-powershell-bot@users.noreply.github.com> Date: Thu, 12 May 2022 06:04:12 +0000 Subject: [PATCH 02/10] Move HealthcareApis to main --- src/HealthcareApis/Az.HealthcareApis.psd1 | 16 +- src/HealthcareApis/HealthcareApis.sln | 156 +- src/HealthcareApis/README.md | 61 +- src/HealthcareApis/check-dependencies.ps1 | 2 +- .../custom/New-AzHealthcareAPIsService.ps1 | 55 +- .../custom/New-AzHealthcareAPIsWorkspace.ps1 | 6 +- .../custom/New-AzHealthcareFhirService.ps1 | 46 +- .../custom/New-AzHealthcareIotConnector.ps1 | 2 +- .../examples/Get-AzHealthcareAPIsService.md | 6 +- .../examples/Get-AzHealthcareAPIsWorkspace.md | 6 +- .../examples/New-AzHealthcareAPIsService.md | 2 +- .../examples/New-AzHealthcareAPIsWorkspace.md | 2 +- .../examples/New-AzHealthcareFhirService.md | 2 +- .../Remove-AzHealthcareAPIsService.md | 4 +- .../Remove-AzHealthcareAPIsWorkspace.md | 4 +- .../Update-AzHealthcareAPIsService.md | 4 +- .../Update-AzHealthcareAPIsWorkspace.md | 4 +- .../exports/Get-AzHealthcareAPIsService.ps1 | 16 +- .../exports/Get-AzHealthcareAPIsWorkspace.ps1 | 16 +- .../exports/New-AzHealthcareAPIsService.ps1 | 54 +- .../exports/New-AzHealthcareAPIsWorkspace.ps1 | 6 +- .../exports/New-AzHealthcareFhirService.ps1 | 46 +- .../exports/ProxyCmdletDefinitions.ps1 | 178 +- .../Remove-AzHealthcareAPIsService.ps1 | 10 +- .../Remove-AzHealthcareAPIsWorkspace.ps1 | 10 +- .../Update-AzHealthcareAPIsService.ps1 | 10 +- .../Update-AzHealthcareAPIsWorkspace.ps1 | 10 +- src/HealthcareApis/generate-info.json | 8 +- .../generated/api/Models/Any.PowerShell.cs | 2 +- .../generated/api/Models/Any.TypeConverter.cs | 3 +- .../Api10/PrivateEndpoint.PowerShell.cs | 2 +- .../Api10/PrivateEndpoint.TypeConverter.cs | 3 +- .../PrivateEndpointConnection.PowerShell.cs | 2 +- ...PrivateEndpointConnection.TypeConverter.cs | 4 +- .../Models/Api10/PrivateEndpointConnection.cs | 2 +- ...EndpointConnectionProperties.PowerShell.cs | 4 +- ...pointConnectionProperties.TypeConverter.cs | 4 +- .../Api10/PrivateLinkResource.PowerShell.cs | 2 +- .../PrivateLinkResource.TypeConverter.cs | 4 +- .../api/Models/Api10/PrivateLinkResource.cs | 2 +- ...rivateLinkResourceProperties.PowerShell.cs | 2 +- ...ateLinkResourceProperties.TypeConverter.cs | 4 +- ...teLinkServiceConnectionState.PowerShell.cs | 4 +- ...inkServiceConnectionState.TypeConverter.cs | 4 +- .../api/Models/Api10/Resource.PowerShell.cs | 2 +- .../Models/Api10/Resource.TypeConverter.cs | 3 +- .../api/Models/Api10/SystemData.PowerShell.cs | 2 +- .../Models/Api10/SystemData.TypeConverter.cs | 3 +- ...ckNameAvailabilityParameters.PowerShell.cs | 2 +- ...ameAvailabilityParameters.TypeConverter.cs | 4 +- .../Api20211101/DicomService.PowerShell.cs | 2 +- .../Api20211101/DicomService.TypeConverter.cs | 3 +- .../api/Models/Api20211101/DicomService.cs | 2 +- ...eAuthenticationConfiguration.PowerShell.cs | 4 +- ...thenticationConfiguration.TypeConverter.cs | 4 +- .../DicomServiceCollection.PowerShell.cs | 2 +- .../DicomServiceCollection.TypeConverter.cs | 4 +- .../DicomServicePatchResource.PowerShell.cs | 2 +- ...DicomServicePatchResource.TypeConverter.cs | 4 +- .../Api20211101/DicomServicePatchResource.cs | 2 +- .../DicomServiceProperties.PowerShell.cs | 2 +- .../DicomServiceProperties.TypeConverter.cs | 4 +- .../Models/Api20211101/Error.PowerShell.cs | 2 +- .../Models/Api20211101/Error.TypeConverter.cs | 3 +- .../Api20211101/ErrorDetails.PowerShell.cs | 2 +- .../Api20211101/ErrorDetails.TypeConverter.cs | 3 +- .../Api20211101/FhirService.PowerShell.cs | 2 +- .../Api20211101/FhirService.TypeConverter.cs | 3 +- .../api/Models/Api20211101/FhirService.cs | 2 +- ...FhirServiceAccessPolicyEntry.PowerShell.cs | 2 +- ...rServiceAccessPolicyEntry.TypeConverter.cs | 4 +- .../FhirServiceAcrConfiguration.PowerShell.cs | 2 +- ...irServiceAcrConfiguration.TypeConverter.cs | 4 +- ...eAuthenticationConfiguration.PowerShell.cs | 4 +- ...thenticationConfiguration.TypeConverter.cs | 4 +- .../FhirServiceCollection.PowerShell.cs | 2 +- .../FhirServiceCollection.TypeConverter.cs | 4 +- ...FhirServiceCorsConfiguration.PowerShell.cs | 2 +- ...rServiceCorsConfiguration.TypeConverter.cs | 4 +- ...irServiceExportConfiguration.PowerShell.cs | 2 +- ...erviceExportConfiguration.TypeConverter.cs | 4 +- .../FhirServicePatchResource.PowerShell.cs | 2 +- .../FhirServicePatchResource.TypeConverter.cs | 4 +- .../Api20211101/FhirServicePatchResource.cs | 2 +- .../FhirServiceProperties.PowerShell.cs | 2 +- .../FhirServiceProperties.TypeConverter.cs | 4 +- .../InternalErrorDetails.PowerShell.cs | 2 +- .../InternalErrorDetails.TypeConverter.cs | 4 +- .../Api20211101/IotConnector.PowerShell.cs | 2 +- .../Api20211101/IotConnector.TypeConverter.cs | 3 +- .../api/Models/Api20211101/IotConnector.cs | 2 +- .../IotConnectorCollection.PowerShell.cs | 2 +- .../IotConnectorCollection.TypeConverter.cs | 4 +- .../IotConnectorPatchResource.PowerShell.cs | 2 +- ...IotConnectorPatchResource.TypeConverter.cs | 4 +- .../Api20211101/IotConnectorPatchResource.cs | 2 +- .../IotConnectorProperties.PowerShell.cs | 2 +- .../IotConnectorProperties.TypeConverter.cs | 4 +- .../IotDestinationProperties.PowerShell.cs | 2 +- .../IotDestinationProperties.TypeConverter.cs | 4 +- ...gestionEndpointConfiguration.PowerShell.cs | 4 +- ...tionEndpointConfiguration.TypeConverter.cs | 4 +- .../IotFhirDestination.PowerShell.cs | 2 +- .../IotFhirDestination.TypeConverter.cs | 4 +- .../Models/Api20211101/IotFhirDestination.cs | 2 +- ...IotFhirDestinationCollection.PowerShell.cs | 2 +- ...FhirDestinationCollection.TypeConverter.cs | 4 +- ...IotFhirDestinationProperties.PowerShell.cs | 2 +- ...FhirDestinationProperties.TypeConverter.cs | 4 +- .../IotFhirDestinationProperties.cs | 2 +- .../IotMappingProperties.PowerShell.cs | 2 +- .../IotMappingProperties.TypeConverter.cs | 4 +- .../IotMappingPropertiesContent.PowerShell.cs | 2 +- ...tMappingPropertiesContent.TypeConverter.cs | 4 +- .../Api20211101/ListOperations.PowerShell.cs | 2 +- .../ListOperations.TypeConverter.cs | 3 +- .../LocationBasedResource.PowerShell.cs | 2 +- .../LocationBasedResource.TypeConverter.cs | 4 +- .../Api20211101/LocationBasedResource.cs | 2 +- .../LogSpecification.PowerShell.cs | 2 +- .../LogSpecification.TypeConverter.cs | 3 +- .../Api20211101/MetricDimension.PowerShell.cs | 2 +- .../MetricDimension.TypeConverter.cs | 3 +- .../MetricSpecification.PowerShell.cs | 2 +- .../MetricSpecification.TypeConverter.cs | 4 +- .../Api20211101/OperationDetail.PowerShell.cs | 2 +- .../OperationDetail.TypeConverter.cs | 3 +- .../OperationDisplay.PowerShell.cs | 2 +- .../OperationDisplay.TypeConverter.cs | 3 +- .../OperationProperties.PowerShell.cs | 2 +- .../OperationProperties.TypeConverter.cs | 4 +- .../OperationResultsDescription.PowerShell.cs | 2 +- ...erationResultsDescription.TypeConverter.cs | 4 +- ...ndpointConnectionDescription.PowerShell.cs | 4 +- ...ointConnectionDescription.TypeConverter.cs | 4 +- .../PrivateEndpointConnectionDescription.cs | 2 +- ...EndpointConnectionListResult.PowerShell.cs | 4 +- ...pointConnectionListResult.TypeConverter.cs | 4 +- ...nectionListResultDescription.PowerShell.cs | 4 +- ...tionListResultDescription.TypeConverter.cs | 4 +- ...ivateLinkResourceDescription.PowerShell.cs | 2 +- ...teLinkResourceDescription.TypeConverter.cs | 4 +- .../PrivateLinkResourceDescription.cs | 2 +- ...esourceListResultDescription.PowerShell.cs | 4 +- ...urceListResultDescription.TypeConverter.cs | 4 +- .../Api20211101/ResourceCore.PowerShell.cs | 2 +- .../Api20211101/ResourceCore.TypeConverter.cs | 3 +- .../Api20211101/ResourceTags.PowerShell.cs | 2 +- .../Api20211101/ResourceTags.TypeConverter.cs | 3 +- .../Api20211101/ResourceTags1.PowerShell.cs | 2 +- .../ResourceTags1.TypeConverter.cs | 3 +- ...ceVersionPolicyConfiguration.PowerShell.cs | 4 +- ...ersionPolicyConfiguration.TypeConverter.cs | 4 +- ...urationResourceTypeOverrides.PowerShell.cs | 4 +- ...tionResourceTypeOverrides.TypeConverter.cs | 4 +- .../ServiceAccessPolicyEntry.PowerShell.cs | 2 +- .../ServiceAccessPolicyEntry.TypeConverter.cs | 4 +- .../ServiceAcrConfigurationInfo.PowerShell.cs | 2 +- ...rviceAcrConfigurationInfo.TypeConverter.cs | 4 +- ...henticationConfigurationInfo.PowerShell.cs | 4 +- ...ticationConfigurationInfo.TypeConverter.cs | 4 +- ...ServiceCorsConfigurationInfo.PowerShell.cs | 2 +- ...viceCorsConfigurationInfo.TypeConverter.cs | 4 +- ...iceCosmosDbConfigurationInfo.PowerShell.cs | 2 +- ...CosmosDbConfigurationInfo.TypeConverter.cs | 4 +- ...rviceExportConfigurationInfo.PowerShell.cs | 2 +- ...ceExportConfigurationInfo.TypeConverter.cs | 4 +- .../ServiceManagedIdentity.PowerShell.cs | 2 +- .../ServiceManagedIdentity.TypeConverter.cs | 4 +- ...ManagedIdentityAutoGenerated.PowerShell.cs | 4 +- ...agedIdentityAutoGenerated.TypeConverter.cs | 4 +- .../ServiceOciArtifactEntry.PowerShell.cs | 2 +- .../ServiceOciArtifactEntry.TypeConverter.cs | 4 +- .../ServiceSpecification.PowerShell.cs | 2 +- .../ServiceSpecification.TypeConverter.cs | 4 +- .../ServicesDescription.PowerShell.cs | 2 +- .../ServicesDescription.TypeConverter.cs | 4 +- .../Models/Api20211101/ServicesDescription.cs | 2 +- ...ervicesDescriptionListResult.PowerShell.cs | 2 +- ...icesDescriptionListResult.TypeConverter.cs | 4 +- ...ServicesNameAvailabilityInfo.PowerShell.cs | 2 +- ...vicesNameAvailabilityInfo.TypeConverter.cs | 4 +- .../ServicesPatchDescription.PowerShell.cs | 2 +- .../ServicesPatchDescription.TypeConverter.cs | 4 +- ...ServicesPatchDescriptionTags.PowerShell.cs | 2 +- ...vicesPatchDescriptionTags.TypeConverter.cs | 4 +- .../ServicesProperties.PowerShell.cs | 2 +- .../ServicesProperties.TypeConverter.cs | 4 +- ...esPropertiesUpdateParameters.PowerShell.cs | 4 +- ...ropertiesUpdateParameters.TypeConverter.cs | 4 +- .../ServicesResource.PowerShell.cs | 2 +- .../ServicesResource.TypeConverter.cs | 3 +- .../ServicesResourceIdentity.PowerShell.cs | 2 +- .../ServicesResourceIdentity.TypeConverter.cs | 4 +- .../ServicesResourceTags.PowerShell.cs | 2 +- .../ServicesResourceTags.TypeConverter.cs | 4 +- .../Api20211101/TaggedResource.PowerShell.cs | 2 +- .../TaggedResource.TypeConverter.cs | 3 +- .../api/Models/Api20211101/TaggedResource.cs | 2 +- .../UserAssignedIdentities.PowerShell.cs | 2 +- .../UserAssignedIdentities.TypeConverter.cs | 4 +- .../UserAssignedIdentity.PowerShell.cs | 2 +- .../UserAssignedIdentity.TypeConverter.cs | 4 +- .../Api20211101/Workspace.PowerShell.cs | 2 +- .../Api20211101/Workspace.TypeConverter.cs | 3 +- .../api/Models/Api20211101/Workspace.cs | 2 +- .../Api20211101/WorkspaceList.PowerShell.cs | 2 +- .../WorkspaceList.TypeConverter.cs | 3 +- .../WorkspacePatchResource.PowerShell.cs | 2 +- .../WorkspacePatchResource.TypeConverter.cs | 4 +- .../Api20211101/WorkspacePatchResource.cs | 2 +- .../WorkspaceProperties.PowerShell.cs | 2 +- .../WorkspaceProperties.TypeConverter.cs | 4 +- .../HealthcareApisIdentity.PowerShell.cs | 2 +- .../HealthcareApisIdentity.TypeConverter.cs | 4 +- .../cmdlets/GetAzHealthcareAPIsService_Get.cs | 12 +- ...tAzHealthcareAPIsService_GetViaIdentity.cs | 12 +- .../GetAzHealthcareAPIsService_List.cs | 12 +- .../GetAzHealthcareAPIsService_List1.cs | 12 +- .../GetAzHealthcareAPIsWorkspace_Get.cs | 12 +- ...zHealthcareAPIsWorkspace_GetViaIdentity.cs | 12 +- .../GetAzHealthcareAPIsWorkspace_List.cs | 12 +- .../GetAzHealthcareAPIsWorkspace_List1.cs | 12 +- .../GetAzHealthcareDicomService_Get.cs | 4 +- ...AzHealthcareDicomService_GetViaIdentity.cs | 4 +- .../GetAzHealthcareDicomService_List.cs | 4 +- .../GetAzHealthcareFhirDestination_List.cs | 4 +- .../cmdlets/GetAzHealthcareFhirService_Get.cs | 4 +- ...tAzHealthcareFhirService_GetViaIdentity.cs | 4 +- .../GetAzHealthcareFhirService_List.cs | 4 +- ...althcareIotConnectorFhirDestination_Get.cs | 4 +- ...ConnectorFhirDestination_GetViaIdentity.cs | 4 +- .../GetAzHealthcareIotConnector_Get.cs | 4 +- ...AzHealthcareIotConnector_GetViaIdentity.cs | 4 +- .../GetAzHealthcareIotConnector_List.cs | 4 +- .../GetAzHealthcareOperationResult_Get.cs | 4 +- ...ealthcareOperationResult_GetViaIdentity.cs | 4 +- .../cmdlets/GetAzHealthcareOperation_List.cs | 4 +- ...HealthcarePrivateEndpointConnection_Get.cs | 4 +- ...rivateEndpointConnection_GetViaIdentity.cs | 4 +- ...ealthcarePrivateEndpointConnection_List.cs | 4 +- .../GetAzHealthcarePrivateLinkResource_Get.cs | 4 +- ...hcarePrivateLinkResource_GetViaIdentity.cs | 4 +- ...GetAzHealthcarePrivateLinkResource_List.cs | 4 +- ...eWorkspacePrivateEndpointConnection_Get.cs | 4 +- ...rivateEndpointConnection_GetViaIdentity.cs | 4 +- ...WorkspacePrivateEndpointConnection_List.cs | 4 +- ...lthcareWorkspacePrivateLinkResource_Get.cs | 4 +- ...spacePrivateLinkResource_GetViaIdentity.cs | 4 +- ...thcareWorkspacePrivateLinkResource_List.cs | 4 +- ...wAzHealthcareAPIsService_CreateExpanded.cs | 119 +- ...zHealthcareAPIsWorkspace_CreateExpanded.cs | 45 +- ...AzHealthcareDicomService_CreateExpanded.cs | 35 +- ...wAzHealthcareFhirService_CreateExpanded.cs | 105 +- ...ConnectorFhirDestination_CreateExpanded.cs | 33 +- ...AzHealthcareIotConnector_CreateExpanded.cs | 41 +- ...rivateEndpointConnection_CreateExpanded.cs | 29 +- ...rivateEndpointConnection_CreateExpanded.cs | 29 +- .../RemoveAzHealthcareAPIsService_Delete.cs | 18 +- ...HealthcareAPIsService_DeleteViaIdentity.cs | 18 +- .../RemoveAzHealthcareAPIsWorkspace_Delete.cs | 18 +- ...althcareAPIsWorkspace_DeleteViaIdentity.cs | 18 +- .../RemoveAzHealthcareDicomService_Delete.cs | 4 +- ...ealthcareDicomService_DeleteViaIdentity.cs | 4 +- .../RemoveAzHealthcareFhirService_Delete.cs | 4 +- ...HealthcareFhirService_DeleteViaIdentity.cs | 4 +- ...hcareIotConnectorFhirDestination_Delete.cs | 4 +- ...nectorFhirDestination_DeleteViaIdentity.cs | 4 +- .../RemoveAzHealthcareIotConnector_Delete.cs | 4 +- ...ealthcareIotConnector_DeleteViaIdentity.cs | 4 +- ...lthcarePrivateEndpointConnection_Delete.cs | 4 +- ...ateEndpointConnection_DeleteViaIdentity.cs | 4 +- ...rkspacePrivateEndpointConnection_Delete.cs | 4 +- ...ateEndpointConnection_DeleteViaIdentity.cs | 4 +- ...HealthcareServiceNameAvailability_Check.cs | 4 +- ...reServiceNameAvailability_CheckExpanded.cs | 25 +- ...erviceNameAvailability_CheckViaIdentity.cs | 4 +- ...meAvailability_CheckViaIdentityExpanded.cs | 27 +- ...eAzHealthcareAPIsService_UpdateExpanded.cs | 41 +- ...reAPIsService_UpdateViaIdentityExpanded.cs | 43 +- ...zHealthcareAPIsWorkspace_UpdateExpanded.cs | 43 +- ...APIsWorkspace_UpdateViaIdentityExpanded.cs | 45 +- ...AzHealthcareDicomService_UpdateExpanded.cs | 29 +- ...eDicomService_UpdateViaIdentityExpanded.cs | 31 +- ...eAzHealthcareFhirService_UpdateExpanded.cs | 29 +- ...reFhirService_UpdateViaIdentityExpanded.cs | 31 +- ...AzHealthcareIotConnector_UpdateExpanded.cs | 29 +- ...eIotConnector_UpdateViaIdentityExpanded.cs | 31 +- .../runtime/BuildTime/Cmdlets/ExportPsd1.cs | 2 +- src/HealthcareApis/help/Az.HealthcareApis.md | 18 +- .../help/Get-AzHealthcareAPIsService.md | 16 +- .../help/Get-AzHealthcareAPIsWorkspace.md | 16 +- .../help/New-AzHealthcareAPIsService.md | 90 +- .../help/New-AzHealthcareAPIsWorkspace.md | 6 +- .../help/New-AzHealthcareFhirService.md | 81 +- .../help/Remove-AzHealthcareAPIsService.md | 10 +- .../help/Remove-AzHealthcareAPIsWorkspace.md | 10 +- .../help/Update-AzHealthcareAPIsService.md | 10 +- .../help/Update-AzHealthcareAPIsWorkspace.md | 10 +- .../internal/New-AzHealthcareAPIsService.ps1 | 54 +- .../New-AzHealthcareAPIsWorkspace.ps1 | 6 +- .../internal/New-AzHealthcareFhirService.ps1 | 46 +- .../internal/ProxyCmdletDefinitions.ps1 | 106 +- .../AzHealthcareAPIsService.Recording.json | 2199 ++++++++--------- .../test/AzHealthcareAPIsService.Tests.ps1 | 28 +- .../AzHealthcareAPIsWorkspace.Recording.json | 521 ++-- .../test/AzHealthcareAPIsWorkspace.Tests.ps1 | 28 +- .../AzHealthcareDicomService.Recording.json | 1729 ++++--------- .../AzHealthcareFhirService.Recording.json | 1365 +++++----- .../test/AzHealthcareFhirService.Tests.ps1 | 4 +- .../AzHealthcareIotConnector.Recording.json | 1080 ++++---- ...IotConnectorFhirDestination.Recording.json | 379 ++- ...careServiceNameAvailability.Recording.json | 15 +- .../Get-AzHealthcareAPIsService.Tests.ps1 | 6 +- .../Get-AzHealthcareAPIsWorkspace.Tests.ps1 | 6 +- .../New-AzHealthcareAPIsService.Tests.ps1 | 6 +- .../New-AzHealthcareAPIsWorkspace.Tests.ps1 | 6 +- .../Remove-AzHealthcareAPIsService.Tests.ps1 | 6 +- ...Remove-AzHealthcareAPIsWorkspace.Tests.ps1 | 6 +- .../Update-AzHealthcareAPIsService.Tests.ps1 | 6 +- ...Update-AzHealthcareAPIsWorkspace.Tests.ps1 | 6 +- src/HealthcareApis/test/env.json | 32 +- src/HealthcareApis/test/utils.ps1 | 4 +- 323 files changed, 4742 insertions(+), 5636 deletions(-) diff --git a/src/HealthcareApis/Az.HealthcareApis.psd1 b/src/HealthcareApis/Az.HealthcareApis.psd1 index 2ff49f709446..9a3436d7cfee 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/12/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..8c32eb483c12 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", "{3F003229-E08D-4D8B-9DF7-E74C75A589C9}" 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", "{CD8CAB6B-307C-421C-9792-F108241A777A}" 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", "{B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}" 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", "{674C34A4-BD68-4F42-B0D1-3D0D43042710}" 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", "{2865360F-60CD-49B0-9D47-741C9FB11615}" 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", "{9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}" 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 + {3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Debug|x64.ActiveCfg = Debug|Any CPU + {3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Debug|x64.Build.0 = Debug|Any CPU + {3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Debug|x86.ActiveCfg = Debug|Any CPU + {3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Debug|x86.Build.0 = Debug|Any CPU + {3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Release|Any CPU.Build.0 = Release|Any CPU + {3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Release|x64.ActiveCfg = Release|Any CPU + {3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Release|x64.Build.0 = Release|Any CPU + {3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Release|x86.ActiveCfg = Release|Any CPU + {3F003229-E08D-4D8B-9DF7-E74C75A589C9}.Release|x86.Build.0 = Release|Any CPU + {CD8CAB6B-307C-421C-9792-F108241A777A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CD8CAB6B-307C-421C-9792-F108241A777A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CD8CAB6B-307C-421C-9792-F108241A777A}.Debug|x64.ActiveCfg = Debug|Any CPU + {CD8CAB6B-307C-421C-9792-F108241A777A}.Debug|x64.Build.0 = Debug|Any CPU + {CD8CAB6B-307C-421C-9792-F108241A777A}.Debug|x86.ActiveCfg = Debug|Any CPU + {CD8CAB6B-307C-421C-9792-F108241A777A}.Debug|x86.Build.0 = Debug|Any CPU + {CD8CAB6B-307C-421C-9792-F108241A777A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CD8CAB6B-307C-421C-9792-F108241A777A}.Release|Any CPU.Build.0 = Release|Any CPU + {CD8CAB6B-307C-421C-9792-F108241A777A}.Release|x64.ActiveCfg = Release|Any CPU + {CD8CAB6B-307C-421C-9792-F108241A777A}.Release|x64.Build.0 = Release|Any CPU + {CD8CAB6B-307C-421C-9792-F108241A777A}.Release|x86.ActiveCfg = Release|Any CPU + {CD8CAB6B-307C-421C-9792-F108241A777A}.Release|x86.Build.0 = Release|Any CPU + {B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Debug|x64.ActiveCfg = Debug|Any CPU + {B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Debug|x64.Build.0 = Debug|Any CPU + {B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Debug|x86.ActiveCfg = Debug|Any CPU + {B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Debug|x86.Build.0 = Debug|Any CPU + {B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Release|Any CPU.Build.0 = Release|Any CPU + {B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Release|x64.ActiveCfg = Release|Any CPU + {B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Release|x64.Build.0 = Release|Any CPU + {B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Release|x86.ActiveCfg = Release|Any CPU + {B8BF5171-3D41-40CC-B1A8-5BF2DDF01853}.Release|x86.Build.0 = Release|Any CPU + {674C34A4-BD68-4F42-B0D1-3D0D43042710}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {674C34A4-BD68-4F42-B0D1-3D0D43042710}.Debug|Any CPU.Build.0 = Debug|Any CPU + {674C34A4-BD68-4F42-B0D1-3D0D43042710}.Debug|x64.ActiveCfg = Debug|Any CPU + {674C34A4-BD68-4F42-B0D1-3D0D43042710}.Debug|x64.Build.0 = Debug|Any CPU + {674C34A4-BD68-4F42-B0D1-3D0D43042710}.Debug|x86.ActiveCfg = Debug|Any CPU + {674C34A4-BD68-4F42-B0D1-3D0D43042710}.Debug|x86.Build.0 = Debug|Any CPU + {674C34A4-BD68-4F42-B0D1-3D0D43042710}.Release|Any CPU.ActiveCfg = Release|Any CPU + {674C34A4-BD68-4F42-B0D1-3D0D43042710}.Release|Any CPU.Build.0 = Release|Any CPU + {674C34A4-BD68-4F42-B0D1-3D0D43042710}.Release|x64.ActiveCfg = Release|Any CPU + {674C34A4-BD68-4F42-B0D1-3D0D43042710}.Release|x64.Build.0 = Release|Any CPU + {674C34A4-BD68-4F42-B0D1-3D0D43042710}.Release|x86.ActiveCfg = Release|Any CPU + {674C34A4-BD68-4F42-B0D1-3D0D43042710}.Release|x86.Build.0 = Release|Any CPU + {2865360F-60CD-49B0-9D47-741C9FB11615}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2865360F-60CD-49B0-9D47-741C9FB11615}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2865360F-60CD-49B0-9D47-741C9FB11615}.Debug|x64.ActiveCfg = Debug|Any CPU + {2865360F-60CD-49B0-9D47-741C9FB11615}.Debug|x64.Build.0 = Debug|Any CPU + {2865360F-60CD-49B0-9D47-741C9FB11615}.Debug|x86.ActiveCfg = Debug|Any CPU + {2865360F-60CD-49B0-9D47-741C9FB11615}.Debug|x86.Build.0 = Debug|Any CPU + {2865360F-60CD-49B0-9D47-741C9FB11615}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2865360F-60CD-49B0-9D47-741C9FB11615}.Release|Any CPU.Build.0 = Release|Any CPU + {2865360F-60CD-49B0-9D47-741C9FB11615}.Release|x64.ActiveCfg = Release|Any CPU + {2865360F-60CD-49B0-9D47-741C9FB11615}.Release|x64.Build.0 = Release|Any CPU + {2865360F-60CD-49B0-9D47-741C9FB11615}.Release|x86.ActiveCfg = Release|Any CPU + {2865360F-60CD-49B0-9D47-741C9FB11615}.Release|x86.Build.0 = Release|Any CPU + {9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Debug|x64.ActiveCfg = Debug|Any CPU + {9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Debug|x64.Build.0 = Debug|Any CPU + {9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Debug|x86.ActiveCfg = Debug|Any CPU + {9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Debug|x86.Build.0 = Debug|Any CPU + {9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Release|Any CPU.Build.0 = Release|Any CPU + {9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Release|x64.ActiveCfg = Release|Any CPU + {9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Release|x64.Build.0 = Release|Any CPU + {9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Release|x86.ActiveCfg = Release|Any CPU + {9FDEF25D-5899-4CD3-9CF2-7CA95C23F09C}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection EndGlobal diff --git a/src/HealthcareApis/README.md b/src/HealthcareApis/README.md index d3a98713faed..0bc8d938180b 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: @@ -165,11 +216,11 @@ directive: } - where: verb: New - subject: APIsService + subject: ApisService hide: true - where: verb: New - subject: APIsWorkspace + subject: ApisWorkspace hide: true - where: verb: New 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..63c1f09fb63a 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_powershell": "3.0.485", + "autorest_core": "3.8.4", "autorest_modelerfour": "4.15.414", - "autorest_core": "3.8.3", "node": "v14.15.5", - "swagger_commit": "8db7df38fe5fca1fc4d2634f5c89e8acfeb1f4ce" + "swagger_commit": "e00e3e5f0b40d242af3a1230267f1adc5378885d", + "autorest": "`-- (empty)" } diff --git a/src/HealthcareApis/generated/api/Models/Any.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Any.PowerShell.cs index ebd8d29db9e2..05897c0a6118 100644 --- a/src/HealthcareApis/generated/api/Models/Any.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Any.PowerShell.cs @@ -116,7 +116,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IAny Dese /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IAny FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Any.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Any.TypeConverter.cs index b1076e1f4cf6..e5a13ea2dc53 100644 --- a/src/HealthcareApis/generated/api/Models/Any.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Any.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class AnyTypeConverter : global::System.Management.Automation.PST public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpoint.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpoint.PowerShell.cs index df5582428b43..06510bc5b3e0 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpoint.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpoint.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPr /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPrivateEndpoint FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpoint.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpoint.TypeConverter.cs index a6677f52f815..8cd6aa99eeb2 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpoint.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpoint.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class PrivateEndpointTypeConverter : global::System.Management.Au public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnection.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnection.PowerShell.cs index 40309c49d6c0..ee7f0e9cdde4 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnection.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnection.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPr /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPrivateEndpointConnection FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnection.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnection.TypeConverter.cs index ad869ef22939..e94c68dffb80 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnection.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnection.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class PrivateEndpointConnectionTypeConverter : global::System.Man public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnection.cs b/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnection.cs index a1d98dc48a9d..ef66bf5779ff 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnection.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnection.cs @@ -100,7 +100,7 @@ public PrivateEndpointConnection() /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener eventListener) { diff --git a/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnectionProperties.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnectionProperties.PowerShell.cs index 8586fb827e45..9331f6ffa78f 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnectionProperties.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnectionProperties.PowerShell.cs @@ -84,7 +84,9 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPr /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPrivateEndpointConnectionProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnectionProperties.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnectionProperties.TypeConverter.cs index b63b477982f6..1e7e9fc033b5 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnectionProperties.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/PrivateEndpointConnectionProperties.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class PrivateEndpointConnectionPropertiesTypeConverter : global:: public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResource.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResource.PowerShell.cs index 53f69fe446a4..9392cb1e5dd1 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResource.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResource.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPr /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPrivateLinkResource FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResource.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResource.TypeConverter.cs index eb90de8af20e..95c45508e16c 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResource.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResource.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class PrivateLinkResourceTypeConverter : global::System.Managemen public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResource.cs b/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResource.cs index e97ebd76c76e..fea168971a6c 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResource.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResource.cs @@ -82,7 +82,7 @@ public PrivateLinkResource() /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener eventListener) { diff --git a/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResourceProperties.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResourceProperties.PowerShell.cs index fbcd9c29500b..17495239c2cd 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResourceProperties.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResourceProperties.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPr /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPrivateLinkResourceProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResourceProperties.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResourceProperties.TypeConverter.cs index 3eb6c919f42b..a0af97ccf280 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResourceProperties.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkResourceProperties.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class PrivateLinkResourcePropertiesTypeConverter : global::System public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkServiceConnectionState.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkServiceConnectionState.PowerShell.cs index 3ad50b4dda97..4f5a12912b1a 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkServiceConnectionState.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkServiceConnectionState.PowerShell.cs @@ -86,7 +86,9 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPr /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IPrivateLinkServiceConnectionState FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkServiceConnectionState.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkServiceConnectionState.TypeConverter.cs index 79f298ad80de..cfaf2667436f 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkServiceConnectionState.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/PrivateLinkServiceConnectionState.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class PrivateLinkServiceConnectionStateTypeConverter : global::Sy public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api10/Resource.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api10/Resource.PowerShell.cs index 89f0b0fa16e6..2c2a9ba7bb35 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/Resource.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/Resource.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IRe /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.IResource FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api10/Resource.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api10/Resource.TypeConverter.cs index c4dae04cb6f9..50abe0fd086f 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/Resource.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/Resource.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class ResourceTypeConverter : global::System.Management.Automatio public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api10/SystemData.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api10/SystemData.PowerShell.cs index 3af604a16f82..47eda3d22924 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/SystemData.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/SystemData.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.ISy /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api10.ISystemData FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api10/SystemData.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api10/SystemData.TypeConverter.cs index c281298a79bc..d47b2e4a7bda 100644 --- a/src/HealthcareApis/generated/api/Models/Api10/SystemData.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api10/SystemData.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class SystemDataTypeConverter : global::System.Management.Automat public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/CheckNameAvailabilityParameters.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/CheckNameAvailabilityParameters.PowerShell.cs index 392ada00704b..280a5a1d9307 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/CheckNameAvailabilityParameters.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/CheckNameAvailabilityParameters.PowerShell.cs @@ -134,7 +134,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ICheckNameAvailabilityParameters FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/CheckNameAvailabilityParameters.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/CheckNameAvailabilityParameters.TypeConverter.cs index 201e3d767562..3d81e58b3124 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/CheckNameAvailabilityParameters.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/CheckNameAvailabilityParameters.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class CheckNameAvailabilityParametersTypeConverter : global::Syst public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/DicomService.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/DicomService.PowerShell.cs index 8ec308fea9a8..7fee84b35af0 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/DicomService.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/DicomService.PowerShell.cs @@ -324,7 +324,7 @@ internal DicomService(global::System.Management.Automation.PSObject content) /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomService FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/DicomService.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/DicomService.TypeConverter.cs index 9c5aafc6c213..0a3ff27c4fcf 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/DicomService.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/DicomService.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class DicomServiceTypeConverter : global::System.Management.Autom public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/DicomService.cs b/src/HealthcareApis/generated/api/Models/Api20211101/DicomService.cs index 7a64129536df..baf7ef686c3e 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/DicomService.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/DicomService.cs @@ -226,7 +226,7 @@ public DicomService() /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener eventListener) { diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceAuthenticationConfiguration.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceAuthenticationConfiguration.PowerShell.cs index 01d7e14143c6..040243e6b86b 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceAuthenticationConfiguration.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceAuthenticationConfiguration.PowerShell.cs @@ -135,7 +135,9 @@ internal DicomServiceAuthenticationConfiguration(global::System.Management.Autom /// string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomServiceAuthenticationConfiguration FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceAuthenticationConfiguration.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceAuthenticationConfiguration.TypeConverter.cs index 79ba8d382a1e..2cd792b39bcd 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceAuthenticationConfiguration.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceAuthenticationConfiguration.TypeConverter.cs @@ -27,8 +27,8 @@ public partial class DicomServiceAuthenticationConfigurationTypeConverter : glob public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceCollection.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceCollection.PowerShell.cs index a06202593567..a5d7ce499074 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceCollection.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceCollection.PowerShell.cs @@ -134,7 +134,7 @@ internal DicomServiceCollection(global::System.Management.Automation.PSObject co /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomServiceCollection FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceCollection.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceCollection.TypeConverter.cs index c6021e05c0ba..cd7476c93ce6 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceCollection.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceCollection.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class DicomServiceCollectionTypeConverter : global::System.Manage public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServicePatchResource.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServicePatchResource.PowerShell.cs index 792043b46b79..06d90cee46aa 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServicePatchResource.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServicePatchResource.PowerShell.cs @@ -166,7 +166,7 @@ internal DicomServicePatchResource(global::System.Management.Automation.PSObject /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomServicePatchResource FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServicePatchResource.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServicePatchResource.TypeConverter.cs index 814410794794..37049536cb0a 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServicePatchResource.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServicePatchResource.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class DicomServicePatchResourceTypeConverter : global::System.Man public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServicePatchResource.cs b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServicePatchResource.cs index 8273ee0cdcae..13040fc2714b 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServicePatchResource.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServicePatchResource.cs @@ -77,7 +77,7 @@ public DicomServicePatchResource() /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener eventListener) { diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceProperties.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceProperties.PowerShell.cs index a76e72260526..38992f7a17bd 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceProperties.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceProperties.PowerShell.cs @@ -174,7 +174,7 @@ internal DicomServiceProperties(global::System.Management.Automation.PSObject co /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomServiceProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceProperties.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceProperties.TypeConverter.cs index a47d191fb2c8..8ab5a04ca85a 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceProperties.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/DicomServiceProperties.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class DicomServicePropertiesTypeConverter : global::System.Manage public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/Error.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/Error.PowerShell.cs index 194d32d1fbb8..a8e4be63b2cd 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/Error.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/Error.PowerShell.cs @@ -148,7 +148,7 @@ internal Error(global::System.Management.Automation.PSObject content) /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IError FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/Error.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/Error.TypeConverter.cs index 9916ccc8046f..fd901539833a 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/Error.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/Error.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class ErrorTypeConverter : global::System.Management.Automation.P public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ErrorDetails.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ErrorDetails.PowerShell.cs index 6779813d39d7..a1c589944250 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ErrorDetails.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ErrorDetails.PowerShell.cs @@ -148,7 +148,7 @@ internal ErrorDetails(global::System.Management.Automation.PSObject content) /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IErrorDetails FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ErrorDetails.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ErrorDetails.TypeConverter.cs index 65e01a040c66..bc1adf8f20fb 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ErrorDetails.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ErrorDetails.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class ErrorDetailsTypeConverter : global::System.Management.Autom public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirService.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirService.PowerShell.cs index de1630a61c7d..77fb4e089332 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirService.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirService.PowerShell.cs @@ -460,7 +460,7 @@ internal FhirService(global::System.Management.Automation.PSObject content) /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirService FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirService.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirService.TypeConverter.cs index 28180d863dd1..5f0e687fea13 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirService.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirService.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class FhirServiceTypeConverter : global::System.Management.Automa public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirService.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirService.cs index 9191b6bdee35..c53021c94e7e 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirService.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirService.cs @@ -300,7 +300,7 @@ public FhirService() /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener eventListener) { diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAccessPolicyEntry.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAccessPolicyEntry.PowerShell.cs index 6c07e98ff1fb..c92b182e3b2a 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAccessPolicyEntry.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAccessPolicyEntry.PowerShell.cs @@ -126,7 +126,7 @@ internal FhirServiceAccessPolicyEntry(global::System.Management.Automation.PSObj /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceAccessPolicyEntry FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAccessPolicyEntry.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAccessPolicyEntry.TypeConverter.cs index 704d8ea54ca0..65c5913ce3da 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAccessPolicyEntry.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAccessPolicyEntry.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class FhirServiceAccessPolicyEntryTypeConverter : global::System. public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAcrConfiguration.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAcrConfiguration.PowerShell.cs index 6773c5e6d4bc..a96e2b17d4d7 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAcrConfiguration.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAcrConfiguration.PowerShell.cs @@ -134,7 +134,7 @@ internal FhirServiceAcrConfiguration(global::System.Management.Automation.PSObje /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceAcrConfiguration FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAcrConfiguration.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAcrConfiguration.TypeConverter.cs index 5f1febc9bcfc..38eb19bae392 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAcrConfiguration.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAcrConfiguration.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class FhirServiceAcrConfigurationTypeConverter : global::System.M public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAuthenticationConfiguration.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAuthenticationConfiguration.PowerShell.cs index 58992e615824..51a39e903831 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAuthenticationConfiguration.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAuthenticationConfiguration.PowerShell.cs @@ -143,7 +143,9 @@ internal FhirServiceAuthenticationConfiguration(global::System.Management.Automa /// string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceAuthenticationConfiguration FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAuthenticationConfiguration.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAuthenticationConfiguration.TypeConverter.cs index cbf27d676b79..dfb1e806be65 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAuthenticationConfiguration.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceAuthenticationConfiguration.TypeConverter.cs @@ -27,8 +27,8 @@ public partial class FhirServiceAuthenticationConfigurationTypeConverter : globa public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceCollection.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceCollection.PowerShell.cs index a539b8771b0c..e068b1dae06a 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceCollection.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceCollection.PowerShell.cs @@ -134,7 +134,7 @@ internal FhirServiceCollection(global::System.Management.Automation.PSObject con /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceCollection FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceCollection.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceCollection.TypeConverter.cs index 941260421dc4..c799ac712b10 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceCollection.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceCollection.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class FhirServiceCollectionTypeConverter : global::System.Managem public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceCorsConfiguration.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceCorsConfiguration.PowerShell.cs index 6a678f390fb9..ce72d13868de 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceCorsConfiguration.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceCorsConfiguration.PowerShell.cs @@ -158,7 +158,7 @@ internal FhirServiceCorsConfiguration(global::System.Management.Automation.PSObj /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceCorsConfiguration FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceCorsConfiguration.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceCorsConfiguration.TypeConverter.cs index c49b6eeb8f3e..db695b30bf0d 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceCorsConfiguration.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceCorsConfiguration.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class FhirServiceCorsConfigurationTypeConverter : global::System. public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceExportConfiguration.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceExportConfiguration.PowerShell.cs index d1346008f53c..9900a27e6c15 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceExportConfiguration.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceExportConfiguration.PowerShell.cs @@ -126,7 +126,7 @@ internal FhirServiceExportConfiguration(global::System.Management.Automation.PSO /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceExportConfiguration FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceExportConfiguration.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceExportConfiguration.TypeConverter.cs index a3f7aaa49f22..a2dfdfbd82e1 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceExportConfiguration.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceExportConfiguration.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class FhirServiceExportConfigurationTypeConverter : global::Syste public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServicePatchResource.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServicePatchResource.PowerShell.cs index f10874cec1b7..a151f024b59a 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServicePatchResource.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServicePatchResource.PowerShell.cs @@ -166,7 +166,7 @@ internal FhirServicePatchResource(global::System.Management.Automation.PSObject /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServicePatchResource FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServicePatchResource.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServicePatchResource.TypeConverter.cs index f55ee9263e42..27f4ecc4eae5 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServicePatchResource.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServicePatchResource.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class FhirServicePatchResourceTypeConverter : global::System.Mana public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServicePatchResource.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServicePatchResource.cs index 0fee951bed2b..9ff44c388df7 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServicePatchResource.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServicePatchResource.cs @@ -77,7 +77,7 @@ public FhirServicePatchResource() /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener eventListener) { diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceProperties.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceProperties.PowerShell.cs index d76a1ec61446..c4fc48207a02 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceProperties.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceProperties.PowerShell.cs @@ -302,7 +302,7 @@ internal FhirServiceProperties(global::System.Management.Automation.PSObject con /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirServiceProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceProperties.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceProperties.TypeConverter.cs index bda4f30f9628..da7342a4869b 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceProperties.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/FhirServiceProperties.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class FhirServicePropertiesTypeConverter : global::System.Managem public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/InternalErrorDetails.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/InternalErrorDetails.PowerShell.cs index ac7ae9074502..8a4bda76ec9b 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/InternalErrorDetails.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/InternalErrorDetails.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IInternalErrorDetails FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/InternalErrorDetails.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/InternalErrorDetails.TypeConverter.cs index 6f20914b5572..d0f9bad629a4 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/InternalErrorDetails.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/InternalErrorDetails.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class InternalErrorDetailsTypeConverter : global::System.Manageme public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnector.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnector.PowerShell.cs index eb805254d589..edac573a3b36 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnector.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnector.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotConnector FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnector.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnector.TypeConverter.cs index 846e5045e1b3..a22479ff143e 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnector.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnector.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class IotConnectorTypeConverter : global::System.Management.Autom public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnector.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnector.cs index 0cbdfc93bcea..e072730091ca 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnector.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnector.cs @@ -210,7 +210,7 @@ public IotConnector() /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener eventListener) { diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorCollection.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorCollection.PowerShell.cs index 8442440ee648..44acf8c05422 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorCollection.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorCollection.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotConnectorCollection FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorCollection.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorCollection.TypeConverter.cs index 9cb25d6a8a86..d036a63a3c2b 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorCollection.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorCollection.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class IotConnectorCollectionTypeConverter : global::System.Manage public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorPatchResource.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorPatchResource.PowerShell.cs index 50304bb2dd10..510f7174abde 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorPatchResource.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorPatchResource.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotConnectorPatchResource FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorPatchResource.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorPatchResource.TypeConverter.cs index 501c7418469f..d1fccd567a83 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorPatchResource.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorPatchResource.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class IotConnectorPatchResourceTypeConverter : global::System.Man public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorPatchResource.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorPatchResource.cs index 854f605d4a5f..1c6d38fec7ed 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorPatchResource.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorPatchResource.cs @@ -77,7 +77,7 @@ public IotConnectorPatchResource() /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener eventListener) { diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorProperties.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorProperties.PowerShell.cs index bc5ca5561b7f..adf641aa2221 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorProperties.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorProperties.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotConnectorProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorProperties.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorProperties.TypeConverter.cs index f7482a5a8a5d..af54a3588ede 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorProperties.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotConnectorProperties.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class IotConnectorPropertiesTypeConverter : global::System.Manage public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotDestinationProperties.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotDestinationProperties.PowerShell.cs index 499e44e399ff..3f75c05460fb 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotDestinationProperties.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotDestinationProperties.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotDestinationProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotDestinationProperties.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotDestinationProperties.TypeConverter.cs index dffd46bf264c..6f5b05d99cd6 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotDestinationProperties.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotDestinationProperties.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class IotDestinationPropertiesTypeConverter : global::System.Mana public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotEventHubIngestionEndpointConfiguration.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotEventHubIngestionEndpointConfiguration.PowerShell.cs index 95f69daefa1f..3be1c5c789f3 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotEventHubIngestionEndpointConfiguration.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotEventHubIngestionEndpointConfiguration.PowerShell.cs @@ -85,7 +85,9 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotEventHubIngestionEndpointConfiguration FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotEventHubIngestionEndpointConfiguration.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotEventHubIngestionEndpointConfiguration.TypeConverter.cs index 6b1d9632b032..a5ecab84fe3e 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotEventHubIngestionEndpointConfiguration.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotEventHubIngestionEndpointConfiguration.TypeConverter.cs @@ -27,8 +27,8 @@ public partial class IotEventHubIngestionEndpointConfigurationTypeConverter : gl public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestination.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestination.PowerShell.cs index f3c3525f841e..c586d1cdb964 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestination.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestination.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotFhirDestination FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestination.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestination.TypeConverter.cs index 260c3674f98f..b52d714f09a4 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestination.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestination.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class IotFhirDestinationTypeConverter : global::System.Management public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestination.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestination.cs index 514ddc230b83..a4b0a4b74228 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestination.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestination.cs @@ -148,7 +148,7 @@ public IotFhirDestination() /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener eventListener) { diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationCollection.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationCollection.PowerShell.cs index 5bcd6ad4b055..87a78fee9cc2 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationCollection.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationCollection.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotFhirDestinationCollection FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationCollection.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationCollection.TypeConverter.cs index c04d8f8fb11d..444fe5d107e0 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationCollection.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationCollection.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class IotFhirDestinationCollectionTypeConverter : global::System. public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationProperties.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationProperties.PowerShell.cs index b4a44d1716e7..908afd540f52 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationProperties.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationProperties.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotFhirDestinationProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationProperties.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationProperties.TypeConverter.cs index 7faa3315ee3d..bf2ca3a86ddf 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationProperties.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationProperties.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class IotFhirDestinationPropertiesTypeConverter : global::System. public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationProperties.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationProperties.cs index b0f0e37d62f7..aa0c55ff4954 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationProperties.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotFhirDestinationProperties.cs @@ -64,7 +64,7 @@ public IotFhirDestinationProperties() /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener eventListener) { diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotMappingProperties.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotMappingProperties.PowerShell.cs index 3c0bff0b522e..ec921f69ec66 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotMappingProperties.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotMappingProperties.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotMappingProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotMappingProperties.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotMappingProperties.TypeConverter.cs index e10e2470a180..521db8049c72 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotMappingProperties.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotMappingProperties.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class IotMappingPropertiesTypeConverter : global::System.Manageme public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotMappingPropertiesContent.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotMappingPropertiesContent.PowerShell.cs index e2c67d7d346e..5dd5f7b093af 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotMappingPropertiesContent.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotMappingPropertiesContent.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotMappingPropertiesContent FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/IotMappingPropertiesContent.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/IotMappingPropertiesContent.TypeConverter.cs index 58330bd98f03..73c22c8dc07b 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/IotMappingPropertiesContent.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/IotMappingPropertiesContent.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class IotMappingPropertiesContentTypeConverter : global::System.M public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ListOperations.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ListOperations.PowerShell.cs index 04a380a99226..761afbba04d5 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ListOperations.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ListOperations.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IListOperations FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ListOperations.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ListOperations.TypeConverter.cs index c95d5068dcbb..d1e0cabac804 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ListOperations.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ListOperations.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class ListOperationsTypeConverter : global::System.Management.Aut public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/LocationBasedResource.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/LocationBasedResource.PowerShell.cs index f56fa96b0499..9e78c74896dd 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/LocationBasedResource.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/LocationBasedResource.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ILocationBasedResource FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/LocationBasedResource.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/LocationBasedResource.TypeConverter.cs index c504e20ecb0d..72ab19a7b86c 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/LocationBasedResource.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/LocationBasedResource.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class LocationBasedResourceTypeConverter : global::System.Managem public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/LocationBasedResource.cs b/src/HealthcareApis/generated/api/Models/Api20211101/LocationBasedResource.cs index b66581fa55c7..da8516a6de8b 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/LocationBasedResource.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/LocationBasedResource.cs @@ -63,7 +63,7 @@ public LocationBasedResource() /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener eventListener) { diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/LogSpecification.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/LogSpecification.PowerShell.cs index d8ebb189cd7e..170a2c54eae2 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/LogSpecification.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/LogSpecification.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ILogSpecification FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/LogSpecification.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/LogSpecification.TypeConverter.cs index 83301ac2e340..5b3d91fd8234 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/LogSpecification.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/LogSpecification.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class LogSpecificationTypeConverter : global::System.Management.A public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/MetricDimension.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/MetricDimension.PowerShell.cs index 1de74f304b38..2451818a4f76 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/MetricDimension.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/MetricDimension.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IMetricDimension FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/MetricDimension.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/MetricDimension.TypeConverter.cs index 6b7ab07cd220..1537b03a35b1 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/MetricDimension.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/MetricDimension.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class MetricDimensionTypeConverter : global::System.Management.Au public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/MetricSpecification.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/MetricSpecification.PowerShell.cs index e22a75761f4c..907d99b70242 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/MetricSpecification.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/MetricSpecification.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IMetricSpecification FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/MetricSpecification.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/MetricSpecification.TypeConverter.cs index c7d26cc982b4..ab9e252ccf79 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/MetricSpecification.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/MetricSpecification.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class MetricSpecificationTypeConverter : global::System.Managemen public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/OperationDetail.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/OperationDetail.PowerShell.cs index 0cbf688465ed..d0dad5053b9c 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/OperationDetail.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/OperationDetail.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IOperationDetail FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/OperationDetail.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/OperationDetail.TypeConverter.cs index e0fdb9698072..0155988ea321 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/OperationDetail.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/OperationDetail.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class OperationDetailTypeConverter : global::System.Management.Au public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/OperationDisplay.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/OperationDisplay.PowerShell.cs index ab5ef5ca76a8..b13234c41e47 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/OperationDisplay.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/OperationDisplay.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IOperationDisplay FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/OperationDisplay.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/OperationDisplay.TypeConverter.cs index fd09161b11e5..7360c9dc9b38 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/OperationDisplay.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/OperationDisplay.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class OperationDisplayTypeConverter : global::System.Management.A public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/OperationProperties.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/OperationProperties.PowerShell.cs index 8234a8540eca..a075ad805b5c 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/OperationProperties.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/OperationProperties.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IOperationProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/OperationProperties.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/OperationProperties.TypeConverter.cs index 8b320ab355c3..56c49ed7fa92 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/OperationProperties.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/OperationProperties.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class OperationPropertiesTypeConverter : global::System.Managemen public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/OperationResultsDescription.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/OperationResultsDescription.PowerShell.cs index 0f99edcab98c..22aa60e28d9d 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/OperationResultsDescription.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/OperationResultsDescription.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IOperationResultsDescription FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/OperationResultsDescription.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/OperationResultsDescription.TypeConverter.cs index ec2e91bbdee4..2b2e113f52c0 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/OperationResultsDescription.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/OperationResultsDescription.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class OperationResultsDescriptionTypeConverter : global::System.M public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionDescription.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionDescription.PowerShell.cs index 08cd1915dc1d..c48123773236 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionDescription.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionDescription.PowerShell.cs @@ -84,7 +84,9 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IPrivateEndpointConnectionDescription FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionDescription.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionDescription.TypeConverter.cs index 9a0924488e81..40a3be89b23b 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionDescription.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionDescription.TypeConverter.cs @@ -27,8 +27,8 @@ public partial class PrivateEndpointConnectionDescriptionTypeConverter : global: public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionDescription.cs b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionDescription.cs index c2b054800f4f..e9fa9e4422ef 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionDescription.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionDescription.cs @@ -136,7 +136,7 @@ public PrivateEndpointConnectionDescription() /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener eventListener) { diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionListResult.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionListResult.PowerShell.cs index eebf26d68031..0173e7021711 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionListResult.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionListResult.PowerShell.cs @@ -86,7 +86,9 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IPrivateEndpointConnectionListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionListResult.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionListResult.TypeConverter.cs index 4ab67ffd4216..9d985355e26d 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionListResult.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionListResult.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class PrivateEndpointConnectionListResultTypeConverter : global:: public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionListResultDescription.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionListResultDescription.PowerShell.cs index 9772905ec568..ef77f8b6c8a6 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionListResultDescription.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionListResultDescription.PowerShell.cs @@ -87,7 +87,9 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IPrivateEndpointConnectionListResultDescription FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionListResultDescription.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionListResultDescription.TypeConverter.cs index b5cceee8b109..a493d7c84a28 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionListResultDescription.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateEndpointConnectionListResultDescription.TypeConverter.cs @@ -27,8 +27,8 @@ public partial class PrivateEndpointConnectionListResultDescriptionTypeConverter public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceDescription.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceDescription.PowerShell.cs index f30f05837170..d4c110971544 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceDescription.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceDescription.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IPrivateLinkResourceDescription FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceDescription.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceDescription.TypeConverter.cs index 232d421f57d3..a17a9a170d2c 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceDescription.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceDescription.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class PrivateLinkResourceDescriptionTypeConverter : global::Syste public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceDescription.cs b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceDescription.cs index dadd3d6e07e6..ed966b03b2e8 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceDescription.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceDescription.cs @@ -114,7 +114,7 @@ public PrivateLinkResourceDescription() /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener eventListener) { diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceListResultDescription.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceListResultDescription.PowerShell.cs index 6e5c594485f7..83955069915b 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceListResultDescription.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceListResultDescription.PowerShell.cs @@ -85,7 +85,9 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IPrivateLinkResourceListResultDescription FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceListResultDescription.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceListResultDescription.TypeConverter.cs index 178bf981d1b6..dd7186c3c164 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceListResultDescription.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/PrivateLinkResourceListResultDescription.TypeConverter.cs @@ -27,8 +27,8 @@ public partial class PrivateLinkResourceListResultDescriptionTypeConverter : glo public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceCore.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceCore.PowerShell.cs index 62d83cf96a28..c45bd7f20775 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceCore.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceCore.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceCore FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceCore.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceCore.TypeConverter.cs index 06d3f2ccfcf7..081e0a7630cc 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceCore.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceCore.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class ResourceCoreTypeConverter : global::System.Management.Autom public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceTags.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceTags.PowerShell.cs index 0e9a4f925e53..bb124b86390c 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceTags.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceTags.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceTags.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceTags.TypeConverter.cs index e81313ae1af5..ef905c726aa9 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceTags.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceTags.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class ResourceTagsTypeConverter : global::System.Management.Autom public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceTags1.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceTags1.PowerShell.cs index 438df5abb083..053a95d4f08c 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceTags1.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceTags1.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags1 FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceTags1.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceTags1.TypeConverter.cs index 982485cbdb5a..4f2d16346149 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceTags1.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceTags1.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class ResourceTags1TypeConverter : global::System.Management.Auto public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceVersionPolicyConfiguration.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceVersionPolicyConfiguration.PowerShell.cs index 48abad57e31f..d8ae23debb7a 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceVersionPolicyConfiguration.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceVersionPolicyConfiguration.PowerShell.cs @@ -84,7 +84,9 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceVersionPolicyConfiguration FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceVersionPolicyConfiguration.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceVersionPolicyConfiguration.TypeConverter.cs index 909113cc5b57..1bf18a7f0c90 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceVersionPolicyConfiguration.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceVersionPolicyConfiguration.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ResourceVersionPolicyConfigurationTypeConverter : global::S public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceVersionPolicyConfigurationResourceTypeOverrides.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceVersionPolicyConfigurationResourceTypeOverrides.PowerShell.cs index d8d0f5803a41..fe906258c263 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceVersionPolicyConfigurationResourceTypeOverrides.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceVersionPolicyConfigurationResourceTypeOverrides.PowerShell.cs @@ -85,7 +85,9 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceVersionPolicyConfigurationResourceTypeOverrides FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceVersionPolicyConfigurationResourceTypeOverrides.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceVersionPolicyConfigurationResourceTypeOverrides.TypeConverter.cs index 33e794506501..6d59bc2947e1 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ResourceVersionPolicyConfigurationResourceTypeOverrides.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ResourceVersionPolicyConfigurationResourceTypeOverrides.TypeConverter.cs @@ -27,8 +27,8 @@ public partial class ResourceVersionPolicyConfigurationResourceTypeOverridesType public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAccessPolicyEntry.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAccessPolicyEntry.PowerShell.cs index 279f67b268fc..763e8b86ad73 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAccessPolicyEntry.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAccessPolicyEntry.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceAccessPolicyEntry FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAccessPolicyEntry.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAccessPolicyEntry.TypeConverter.cs index ded72ab9d8e8..ea7feee400ba 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAccessPolicyEntry.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAccessPolicyEntry.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServiceAccessPolicyEntryTypeConverter : global::System.Mana public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAcrConfigurationInfo.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAcrConfigurationInfo.PowerShell.cs index f9b2798a6c5b..ff6df11a9c37 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAcrConfigurationInfo.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAcrConfigurationInfo.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceAcrConfigurationInfo FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAcrConfigurationInfo.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAcrConfigurationInfo.TypeConverter.cs index cb2d8be59e2d..fda1f1a1e044 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAcrConfigurationInfo.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAcrConfigurationInfo.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServiceAcrConfigurationInfoTypeConverter : global::System.M public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAuthenticationConfigurationInfo.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAuthenticationConfigurationInfo.PowerShell.cs index 494fe01c9b3c..fc018459fa76 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAuthenticationConfigurationInfo.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAuthenticationConfigurationInfo.PowerShell.cs @@ -85,7 +85,9 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceAuthenticationConfigurationInfo FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAuthenticationConfigurationInfo.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAuthenticationConfigurationInfo.TypeConverter.cs index d9eb960a79e1..61935dd2abf0 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAuthenticationConfigurationInfo.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceAuthenticationConfigurationInfo.TypeConverter.cs @@ -27,8 +27,8 @@ public partial class ServiceAuthenticationConfigurationInfoTypeConverter : globa public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceCorsConfigurationInfo.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceCorsConfigurationInfo.PowerShell.cs index 69743c7b9edc..3d4137c5f20c 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceCorsConfigurationInfo.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceCorsConfigurationInfo.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceCorsConfigurationInfo FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceCorsConfigurationInfo.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceCorsConfigurationInfo.TypeConverter.cs index 684b14506571..670a1c52394c 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceCorsConfigurationInfo.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceCorsConfigurationInfo.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServiceCorsConfigurationInfoTypeConverter : global::System. public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceCosmosDbConfigurationInfo.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceCosmosDbConfigurationInfo.PowerShell.cs index e7fd63329b7e..ec6e64021a50 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceCosmosDbConfigurationInfo.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceCosmosDbConfigurationInfo.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceCosmosDbConfigurationInfo FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceCosmosDbConfigurationInfo.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceCosmosDbConfigurationInfo.TypeConverter.cs index 35e78c694fe7..eb4c4fecf3a2 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceCosmosDbConfigurationInfo.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceCosmosDbConfigurationInfo.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServiceCosmosDbConfigurationInfoTypeConverter : global::Sys public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceExportConfigurationInfo.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceExportConfigurationInfo.PowerShell.cs index a59c5e31a9a6..204c247c0bb6 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceExportConfigurationInfo.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceExportConfigurationInfo.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceExportConfigurationInfo FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceExportConfigurationInfo.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceExportConfigurationInfo.TypeConverter.cs index 1a88f44bdc46..91e1e8abdd9c 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceExportConfigurationInfo.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceExportConfigurationInfo.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServiceExportConfigurationInfoTypeConverter : global::Syste public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceManagedIdentity.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceManagedIdentity.PowerShell.cs index 051dd00e805e..51c610d46bdc 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceManagedIdentity.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceManagedIdentity.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceManagedIdentity FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceManagedIdentity.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceManagedIdentity.TypeConverter.cs index d5c318e434fc..f59833a5e935 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceManagedIdentity.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceManagedIdentity.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServiceManagedIdentityTypeConverter : global::System.Manage public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceManagedIdentityAutoGenerated.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceManagedIdentityAutoGenerated.PowerShell.cs index 8bc347814fac..6b6f1f196236 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceManagedIdentityAutoGenerated.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceManagedIdentityAutoGenerated.PowerShell.cs @@ -86,7 +86,9 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceManagedIdentityAutoGenerated FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceManagedIdentityAutoGenerated.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceManagedIdentityAutoGenerated.TypeConverter.cs index 56d244f9f5c4..4edf94982820 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceManagedIdentityAutoGenerated.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceManagedIdentityAutoGenerated.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServiceManagedIdentityAutoGeneratedTypeConverter : global:: public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceOciArtifactEntry.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceOciArtifactEntry.PowerShell.cs index 0ed06fd968b8..b0b40a434f09 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceOciArtifactEntry.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceOciArtifactEntry.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceOciArtifactEntry FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceOciArtifactEntry.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceOciArtifactEntry.TypeConverter.cs index aac195fe9d81..f250e222eecf 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceOciArtifactEntry.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceOciArtifactEntry.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServiceOciArtifactEntryTypeConverter : global::System.Manag public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceSpecification.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceSpecification.PowerShell.cs index 6e7867cda48f..b85f7504ffda 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceSpecification.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceSpecification.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceSpecification FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceSpecification.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceSpecification.TypeConverter.cs index 347b5e7d410c..426f831626ef 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServiceSpecification.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServiceSpecification.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServiceSpecificationTypeConverter : global::System.Manageme public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescription.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescription.PowerShell.cs index cacdfc8d065c..94ae07bbf0b3 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescription.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescription.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescription.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescription.TypeConverter.cs index 72be1b8a9a46..2d51f3043805 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescription.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescription.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServicesDescriptionTypeConverter : global::System.Managemen public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescription.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescription.cs index a2e24d9a5a42..2f3f7c5b9db9 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescription.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescription.cs @@ -267,7 +267,7 @@ public ServicesDescription() /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener eventListener) { diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescriptionListResult.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescriptionListResult.PowerShell.cs index 48ecbc50a128..5b1d38960b83 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescriptionListResult.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescriptionListResult.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescriptionListResult FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescriptionListResult.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescriptionListResult.TypeConverter.cs index 2ea961553ec3..a17e032a6b72 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescriptionListResult.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesDescriptionListResult.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServicesDescriptionListResultTypeConverter : global::System public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesNameAvailabilityInfo.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesNameAvailabilityInfo.PowerShell.cs index f39dbf01ad98..e250c5606cd5 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesNameAvailabilityInfo.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesNameAvailabilityInfo.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesNameAvailabilityInfo FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesNameAvailabilityInfo.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesNameAvailabilityInfo.TypeConverter.cs index dbcc654a85f8..06f0adf284d3 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesNameAvailabilityInfo.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesNameAvailabilityInfo.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServicesNameAvailabilityInfoTypeConverter : global::System. public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPatchDescription.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPatchDescription.PowerShell.cs index 732ad97914e4..b87de7e70584 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPatchDescription.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPatchDescription.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescription FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPatchDescription.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPatchDescription.TypeConverter.cs index 1e390cb6c8d4..51998e2a3029 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPatchDescription.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPatchDescription.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServicesPatchDescriptionTypeConverter : global::System.Mana public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPatchDescriptionTags.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPatchDescriptionTags.PowerShell.cs index 28c6df8389a4..6ab48aff0427 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPatchDescriptionTags.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPatchDescriptionTags.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPatchDescriptionTags FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPatchDescriptionTags.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPatchDescriptionTags.TypeConverter.cs index 02dbe0caeeb2..c5afeeb656a9 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPatchDescriptionTags.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPatchDescriptionTags.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServicesPatchDescriptionTagsTypeConverter : global::System. public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesProperties.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesProperties.PowerShell.cs index 8c7ccc16e8d8..c65153d39123 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesProperties.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesProperties.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesProperties.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesProperties.TypeConverter.cs index e26fb893135c..3a02980a6c61 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesProperties.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesProperties.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServicesPropertiesTypeConverter : global::System.Management public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPropertiesUpdateParameters.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPropertiesUpdateParameters.PowerShell.cs index 1caf47bed2eb..332771ff6298 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPropertiesUpdateParameters.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPropertiesUpdateParameters.PowerShell.cs @@ -84,7 +84,9 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// + /// an instance of the model class. + /// public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesPropertiesUpdateParameters FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPropertiesUpdateParameters.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPropertiesUpdateParameters.TypeConverter.cs index d067d15148ae..8be0218fe36b 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPropertiesUpdateParameters.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesPropertiesUpdateParameters.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServicesPropertiesUpdateParametersTypeConverter : global::S public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResource.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResource.PowerShell.cs index 2defd2b69879..4e71a2951d06 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResource.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResource.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesResource FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResource.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResource.TypeConverter.cs index 2b4a30d68be4..b08e9d813e65 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResource.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResource.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class ServicesResourceTypeConverter : global::System.Management.A public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResourceIdentity.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResourceIdentity.PowerShell.cs index dcef81e6fa44..b413c3d92f9b 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResourceIdentity.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResourceIdentity.PowerShell.cs @@ -86,7 +86,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesResourceIdentity FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResourceIdentity.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResourceIdentity.TypeConverter.cs index f153ea7ffb3a..75473aa93ca0 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResourceIdentity.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResourceIdentity.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServicesResourceIdentityTypeConverter : global::System.Mana public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResourceTags.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResourceTags.PowerShell.cs index 1750f9fddff6..f40f628adcea 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResourceTags.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResourceTags.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesResourceTags FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResourceTags.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResourceTags.TypeConverter.cs index b097781d6cd6..9317b2cba1dc 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResourceTags.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/ServicesResourceTags.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class ServicesResourceTagsTypeConverter : global::System.Manageme public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/TaggedResource.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/TaggedResource.PowerShell.cs index 4cddb3bfb524..bec83059095e 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/TaggedResource.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/TaggedResource.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ITaggedResource FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/TaggedResource.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/TaggedResource.TypeConverter.cs index e2639e7697e8..5fd0aba0f3ff 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/TaggedResource.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/TaggedResource.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class TaggedResourceTypeConverter : global::System.Management.Aut public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/TaggedResource.cs b/src/HealthcareApis/generated/api/Models/Api20211101/TaggedResource.cs index 41a0822a6ec5..42fbc9744a02 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/TaggedResource.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/TaggedResource.cs @@ -70,7 +70,7 @@ public TaggedResource() /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener eventListener) { diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/UserAssignedIdentities.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/UserAssignedIdentities.PowerShell.cs index de602011a2f2..6ec92489b1ec 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/UserAssignedIdentities.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/UserAssignedIdentities.PowerShell.cs @@ -88,7 +88,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentities FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/UserAssignedIdentities.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/UserAssignedIdentities.TypeConverter.cs index 4145a032c5e0..2acc2425bfd9 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/UserAssignedIdentities.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/UserAssignedIdentities.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class UserAssignedIdentitiesTypeConverter : global::System.Manage public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/UserAssignedIdentity.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/UserAssignedIdentity.PowerShell.cs index ddb470c2ad84..84063718d279 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/UserAssignedIdentity.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/UserAssignedIdentity.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IUserAssignedIdentity FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/UserAssignedIdentity.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/UserAssignedIdentity.TypeConverter.cs index ecf6094752e1..f8ed1784d1f6 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/UserAssignedIdentity.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/UserAssignedIdentity.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class UserAssignedIdentityTypeConverter : global::System.Manageme public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/Workspace.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/Workspace.PowerShell.cs index 7e4d02c20ac7..a5aff967e3df 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/Workspace.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/Workspace.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/Workspace.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/Workspace.TypeConverter.cs index 9cc715642496..e0447058bd4f 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/Workspace.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/Workspace.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class WorkspaceTypeConverter : global::System.Management.Automati public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/Workspace.cs b/src/HealthcareApis/generated/api/Models/Api20211101/Workspace.cs index 592e0cb2c4cb..b67ccfc971b4 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/Workspace.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/Workspace.cs @@ -144,7 +144,7 @@ public partial class Workspace : /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener eventListener) { diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/WorkspaceList.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/WorkspaceList.PowerShell.cs index f5a38d71eac6..16b42798898a 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/WorkspaceList.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/WorkspaceList.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspaceList FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/WorkspaceList.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/WorkspaceList.TypeConverter.cs index fc60eafb3e3d..b840cd23df66 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/WorkspaceList.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/WorkspaceList.TypeConverter.cs @@ -26,8 +26,7 @@ public partial class WorkspaceListTypeConverter : global::System.Management.Auto public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/WorkspacePatchResource.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/WorkspacePatchResource.PowerShell.cs index 3754fdd60e67..610f9fb1ff2c 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/WorkspacePatchResource.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/WorkspacePatchResource.PowerShell.cs @@ -84,7 +84,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspacePatchResource FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/WorkspacePatchResource.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/WorkspacePatchResource.TypeConverter.cs index 7b7d085cc4a4..e915ec105dbd 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/WorkspacePatchResource.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/WorkspacePatchResource.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class WorkspacePatchResourceTypeConverter : global::System.Manage public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/WorkspacePatchResource.cs b/src/HealthcareApis/generated/api/Models/Api20211101/WorkspacePatchResource.cs index 51d06d850c29..1d499a756b46 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/WorkspacePatchResource.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/WorkspacePatchResource.cs @@ -27,7 +27,7 @@ public partial class WorkspacePatchResource : /// an instance that will receive validation /// events. /// - /// A < see cref = "global::System.Threading.Tasks.Task" /> that will be complete when validation is completed. + /// A that will be complete when validation is completed. /// public async global::System.Threading.Tasks.Task Validate(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener eventListener) { diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/WorkspaceProperties.PowerShell.cs b/src/HealthcareApis/generated/api/Models/Api20211101/WorkspaceProperties.PowerShell.cs index 13a2d2b61379..fc70316980f5 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/WorkspaceProperties.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/WorkspaceProperties.PowerShell.cs @@ -82,7 +82,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api202111 /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspaceProperties FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// Serializes this instance to a json string. diff --git a/src/HealthcareApis/generated/api/Models/Api20211101/WorkspaceProperties.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/Api20211101/WorkspaceProperties.TypeConverter.cs index 1b31fb56bc44..b2b80ab3d3bb 100644 --- a/src/HealthcareApis/generated/api/Models/Api20211101/WorkspaceProperties.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/Api20211101/WorkspaceProperties.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class WorkspacePropertiesTypeConverter : global::System.Managemen public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/api/Models/HealthcareApisIdentity.PowerShell.cs b/src/HealthcareApis/generated/api/Models/HealthcareApisIdentity.PowerShell.cs index d220df01bd60..04c5daf1de9a 100644 --- a/src/HealthcareApis/generated/api/Models/HealthcareApisIdentity.PowerShell.cs +++ b/src/HealthcareApis/generated/api/Models/HealthcareApisIdentity.PowerShell.cs @@ -81,7 +81,7 @@ public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IHealthca /// Creates a new instance of , deserializing the content from a json string. /// /// a string containing a JSON serialized instance of this model. - /// an instance of the model class. + /// an instance of the model class. public static Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IHealthcareApisIdentity FromJsonString(string jsonText) => FromJson(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.Json.JsonNode.Parse(jsonText)); /// diff --git a/src/HealthcareApis/generated/api/Models/HealthcareApisIdentity.TypeConverter.cs b/src/HealthcareApis/generated/api/Models/HealthcareApisIdentity.TypeConverter.cs index 1bd493b4f061..9c11c42839bf 100644 --- a/src/HealthcareApis/generated/api/Models/HealthcareApisIdentity.TypeConverter.cs +++ b/src/HealthcareApis/generated/api/Models/HealthcareApisIdentity.TypeConverter.cs @@ -26,8 +26,8 @@ public partial class HealthcareApisIdentityTypeConverter : global::System.Manage public override bool CanConvertFrom(object sourceValue, global::System.Type destinationType) => CanConvertFrom(sourceValue); /// - /// Determines if the converter can convert the parameter to the - /// parameter. + /// Determines if the converter can convert the parameter to the . /// /// the instance to check if it can be converted to the type. diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_Get.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_Get.cs index e838591aa4cf..02afd2bab4bd 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. @@ -66,11 +66,11 @@ public partial class GetAzHealthcareAPIsService_Get : global::System.Management. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -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..7152efd85a1f 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. @@ -74,11 +74,11 @@ public partial class GetAzHealthcareAPIsService_GetViaIdentity : global::System. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -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..07bc3bcd2fdb 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. @@ -72,11 +72,11 @@ public partial class GetAzHealthcareAPIsService_List : global::System.Management public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -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..e903be50bd51 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. @@ -72,11 +72,11 @@ public partial class GetAzHealthcareAPIsService_List1 : global::System.Managemen public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -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..775c91a132a8 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. @@ -66,11 +66,11 @@ public partial class GetAzHealthcareAPIsWorkspace_Get : global::System.Managemen public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -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..790ab632fd57 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. @@ -74,11 +74,11 @@ public partial class GetAzHealthcareAPIsWorkspace_GetViaIdentity : global::Syste public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -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..2adf3661ea95 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. @@ -72,11 +72,11 @@ public partial class GetAzHealthcareAPIsWorkspace_List : global::System.Manageme public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -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..db2713fb6a77 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. @@ -72,11 +72,11 @@ public partial class GetAzHealthcareAPIsWorkspace_List1 : global::System.Managem public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -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/GetAzHealthcareDicomService_Get.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareDicomService_Get.cs index 52b710cef4b3..6dddcdfbe588 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareDicomService_Get.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareDicomService_Get.cs @@ -66,11 +66,11 @@ public partial class GetAzHealthcareDicomService_Get : global::System.Management public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareDicomService_GetViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareDicomService_GetViaIdentity.cs index 8502811d1640..ca96301333b1 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareDicomService_GetViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareDicomService_GetViaIdentity.cs @@ -74,11 +74,11 @@ public partial class GetAzHealthcareDicomService_GetViaIdentity : global::System public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareDicomService_List.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareDicomService_List.cs index 8aa493b21441..104e259439bf 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareDicomService_List.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareDicomService_List.cs @@ -72,11 +72,11 @@ public partial class GetAzHealthcareDicomService_List : global::System.Managemen public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareFhirDestination_List.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareFhirDestination_List.cs index d182a4a8094a..addf033c128d 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareFhirDestination_List.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareFhirDestination_List.cs @@ -86,11 +86,11 @@ public partial class GetAzHealthcareFhirDestination_List : global::System.Manage public string IotConnectorName { get => this._iotConnectorName; set => this._iotConnectorName = value; } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareFhirService_Get.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareFhirService_Get.cs index d82b8d3b261e..315f98181745 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareFhirService_Get.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareFhirService_Get.cs @@ -66,11 +66,11 @@ public partial class GetAzHealthcareFhirService_Get : global::System.Management. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareFhirService_GetViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareFhirService_GetViaIdentity.cs index f2aee2a76a35..54d0362c0d4c 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareFhirService_GetViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareFhirService_GetViaIdentity.cs @@ -74,11 +74,11 @@ public partial class GetAzHealthcareFhirService_GetViaIdentity : global::System. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareFhirService_List.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareFhirService_List.cs index 02fa26426218..5dde06d3ee88 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareFhirService_List.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareFhirService_List.cs @@ -72,11 +72,11 @@ public partial class GetAzHealthcareFhirService_List : global::System.Management public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnectorFhirDestination_Get.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnectorFhirDestination_Get.cs index 412a62ad02b1..bbbdbc544a3f 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnectorFhirDestination_Get.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnectorFhirDestination_Get.cs @@ -94,11 +94,11 @@ public partial class GetAzHealthcareIotConnectorFhirDestination_Get : global::Sy public string IotConnectorName { get => this._iotConnectorName; set => this._iotConnectorName = value; } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnectorFhirDestination_GetViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnectorFhirDestination_GetViaIdentity.cs index 39aada3fb4c6..75c3577fce4e 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnectorFhirDestination_GetViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnectorFhirDestination_GetViaIdentity.cs @@ -74,11 +74,11 @@ public partial class GetAzHealthcareIotConnectorFhirDestination_GetViaIdentity : public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnector_Get.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnector_Get.cs index 1d183e20ac80..b75b849fba09 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnector_Get.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnector_Get.cs @@ -66,11 +66,11 @@ public partial class GetAzHealthcareIotConnector_Get : global::System.Management public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnector_GetViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnector_GetViaIdentity.cs index c0e42e0385fe..982777ff6eb5 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnector_GetViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnector_GetViaIdentity.cs @@ -74,11 +74,11 @@ public partial class GetAzHealthcareIotConnector_GetViaIdentity : global::System public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnector_List.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnector_List.cs index 33604667385f..2afb38877eb2 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnector_List.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareIotConnector_List.cs @@ -72,11 +72,11 @@ public partial class GetAzHealthcareIotConnector_List : global::System.Managemen public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareOperationResult_Get.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareOperationResult_Get.cs index ec867247ca85..0192dfaf363a 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareOperationResult_Get.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareOperationResult_Get.cs @@ -96,11 +96,11 @@ public partial class GetAzHealthcareOperationResult_Get : global::System.Managem public string LocationName { get => this._locationName; set => this._locationName = value; } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareOperationResult_GetViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareOperationResult_GetViaIdentity.cs index a4cbbace681c..be25735ff3fc 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareOperationResult_GetViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareOperationResult_GetViaIdentity.cs @@ -75,11 +75,11 @@ public partial class GetAzHealthcareOperationResult_GetViaIdentity : global::Sys public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareOperation_List.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareOperation_List.cs index 81014c994728..cbdff6cbdca3 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareOperation_List.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareOperation_List.cs @@ -75,11 +75,11 @@ public partial class GetAzHealthcareOperation_List : global::System.Management.A public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateEndpointConnection_Get.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateEndpointConnection_Get.cs index f60d696c1636..4f6286c719dd 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateEndpointConnection_Get.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateEndpointConnection_Get.cs @@ -67,11 +67,11 @@ public partial class GetAzHealthcarePrivateEndpointConnection_Get : global::Syst public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateEndpointConnection_GetViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateEndpointConnection_GetViaIdentity.cs index 0db10a351ab1..04942c3dca56 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateEndpointConnection_GetViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateEndpointConnection_GetViaIdentity.cs @@ -75,11 +75,11 @@ public partial class GetAzHealthcarePrivateEndpointConnection_GetViaIdentity : g public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateEndpointConnection_List.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateEndpointConnection_List.cs index d2945b31b4c8..107f4edd67f4 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateEndpointConnection_List.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateEndpointConnection_List.cs @@ -67,11 +67,11 @@ public partial class GetAzHealthcarePrivateEndpointConnection_List : global::Sys public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateLinkResource_Get.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateLinkResource_Get.cs index ca69653d3f34..83da32782b3c 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateLinkResource_Get.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateLinkResource_Get.cs @@ -81,11 +81,11 @@ public partial class GetAzHealthcarePrivateLinkResource_Get : global::System.Man public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateLinkResource_GetViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateLinkResource_GetViaIdentity.cs index 5d55a2b82ab2..3e121dfd41cb 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateLinkResource_GetViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateLinkResource_GetViaIdentity.cs @@ -75,11 +75,11 @@ public partial class GetAzHealthcarePrivateLinkResource_GetViaIdentity : global: public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateLinkResource_List.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateLinkResource_List.cs index 40a6b5a67d68..66e947bcbe5c 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateLinkResource_List.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcarePrivateLinkResource_List.cs @@ -67,11 +67,11 @@ public partial class GetAzHealthcarePrivateLinkResource_List : global::System.Ma public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateEndpointConnection_Get.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateEndpointConnection_Get.cs index 3e34ebe69ea4..b62fc8435fd7 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateEndpointConnection_Get.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateEndpointConnection_Get.cs @@ -67,11 +67,11 @@ public partial class GetAzHealthcareWorkspacePrivateEndpointConnection_Get : glo public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateEndpointConnection_GetViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateEndpointConnection_GetViaIdentity.cs index e84e4b49e885..21c6fdea2cfe 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateEndpointConnection_GetViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateEndpointConnection_GetViaIdentity.cs @@ -75,11 +75,11 @@ public partial class GetAzHealthcareWorkspacePrivateEndpointConnection_GetViaIde public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateEndpointConnection_List.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateEndpointConnection_List.cs index 2df26dd85621..7695710326cd 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateEndpointConnection_List.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateEndpointConnection_List.cs @@ -67,11 +67,11 @@ public partial class GetAzHealthcareWorkspacePrivateEndpointConnection_List : gl public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateLinkResource_Get.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateLinkResource_Get.cs index 3098fa04a87d..2c5a7fbb7d2e 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateLinkResource_Get.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateLinkResource_Get.cs @@ -81,11 +81,11 @@ public partial class GetAzHealthcareWorkspacePrivateLinkResource_Get : global::S public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateLinkResource_GetViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateLinkResource_GetViaIdentity.cs index 3b2910172f09..9627adf4b9f5 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateLinkResource_GetViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateLinkResource_GetViaIdentity.cs @@ -75,11 +75,11 @@ public partial class GetAzHealthcareWorkspacePrivateLinkResource_GetViaIdentity public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateLinkResource_List.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateLinkResource_List.cs index 77ea783e8a7b..4c96f217cd42 100644 --- a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateLinkResource_List.cs +++ b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareWorkspacePrivateLinkResource_List.cs @@ -67,11 +67,11 @@ public partial class GetAzHealthcareWorkspacePrivateLinkResource_List : global:: public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/NewAzHealthcareAPIsService_CreateExpanded.cs b/src/HealthcareApis/generated/cmdlets/NewAzHealthcareAPIsService_CreateExpanded.cs index 563e1d34e1cf..3bb088177d9e 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,14 +282,14 @@ 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. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -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..545c5d34236d 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,14 +96,14 @@ 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. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -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..c140dccba00f 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,14 +126,14 @@ 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. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -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..acac1814ae58 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,14 +276,14 @@ 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. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -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..fcdf637c3f5f 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,14 +149,14 @@ 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. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -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..155798895b28 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,14 +171,14 @@ 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. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -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..c7d22ae9a632 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)] @@ -74,11 +77,11 @@ public partial class NewAzHealthcarePrivateEndpointConnection_CreateExpanded : g public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -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..bd59071f560f 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)] @@ -74,11 +77,11 @@ public partial class NewAzHealthcareWorkspacePrivateEndpointConnection_CreateExp public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -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..d6d2441a4a04 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. @@ -71,11 +71,11 @@ public partial class RemoveAzHealthcareAPIsService_Delete : global::System.Manag public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -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..d67b82f97145 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. @@ -79,11 +79,11 @@ public partial class RemoveAzHealthcareAPIsService_DeleteViaIdentity : global::S public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -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..ad56048ff64c 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. @@ -71,11 +71,11 @@ public partial class RemoveAzHealthcareAPIsWorkspace_Delete : global::System.Man public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -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..2c4ae2936555 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. @@ -79,11 +79,11 @@ public partial class RemoveAzHealthcareAPIsWorkspace_DeleteViaIdentity : global: public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -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/RemoveAzHealthcareDicomService_Delete.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareDicomService_Delete.cs index 005d1c7bc29e..4f0c6718a293 100644 --- a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareDicomService_Delete.cs +++ b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareDicomService_Delete.cs @@ -71,11 +71,11 @@ public partial class RemoveAzHealthcareDicomService_Delete : global::System.Mana public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareDicomService_DeleteViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareDicomService_DeleteViaIdentity.cs index 0eebabf8512d..54dfdc2170cd 100644 --- a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareDicomService_DeleteViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareDicomService_DeleteViaIdentity.cs @@ -79,11 +79,11 @@ public partial class RemoveAzHealthcareDicomService_DeleteViaIdentity : global:: public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareFhirService_Delete.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareFhirService_Delete.cs index 15d9659a438e..ec78403b2347 100644 --- a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareFhirService_Delete.cs +++ b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareFhirService_Delete.cs @@ -71,11 +71,11 @@ public partial class RemoveAzHealthcareFhirService_Delete : global::System.Manag public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareFhirService_DeleteViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareFhirService_DeleteViaIdentity.cs index 8dc563e59d38..5a7fa7a5737a 100644 --- a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareFhirService_DeleteViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareFhirService_DeleteViaIdentity.cs @@ -79,11 +79,11 @@ public partial class RemoveAzHealthcareFhirService_DeleteViaIdentity : global::S public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareIotConnectorFhirDestination_Delete.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareIotConnectorFhirDestination_Delete.cs index a704eea0135e..9e6ce7c117c7 100644 --- a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareIotConnectorFhirDestination_Delete.cs +++ b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareIotConnectorFhirDestination_Delete.cs @@ -99,11 +99,11 @@ public partial class RemoveAzHealthcareIotConnectorFhirDestination_Delete : glob public string IotConnectorName { get => this._iotConnectorName; set => this._iotConnectorName = value; } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareIotConnectorFhirDestination_DeleteViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareIotConnectorFhirDestination_DeleteViaIdentity.cs index b8a8ada12a29..6256274bade7 100644 --- a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareIotConnectorFhirDestination_DeleteViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareIotConnectorFhirDestination_DeleteViaIdentity.cs @@ -79,11 +79,11 @@ public partial class RemoveAzHealthcareIotConnectorFhirDestination_DeleteViaIden public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareIotConnector_Delete.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareIotConnector_Delete.cs index 7beb91253e6e..dd21dda3a8be 100644 --- a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareIotConnector_Delete.cs +++ b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareIotConnector_Delete.cs @@ -71,11 +71,11 @@ public partial class RemoveAzHealthcareIotConnector_Delete : global::System.Mana public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareIotConnector_DeleteViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareIotConnector_DeleteViaIdentity.cs index ba684eeaaf83..ec8f30e83be2 100644 --- a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareIotConnector_DeleteViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareIotConnector_DeleteViaIdentity.cs @@ -79,11 +79,11 @@ public partial class RemoveAzHealthcareIotConnector_DeleteViaIdentity : global:: public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcarePrivateEndpointConnection_Delete.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcarePrivateEndpointConnection_Delete.cs index 602e57c37359..0ea8fcf8aac1 100644 --- a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcarePrivateEndpointConnection_Delete.cs +++ b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcarePrivateEndpointConnection_Delete.cs @@ -72,11 +72,11 @@ public partial class RemoveAzHealthcarePrivateEndpointConnection_Delete : global public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcarePrivateEndpointConnection_DeleteViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcarePrivateEndpointConnection_DeleteViaIdentity.cs index 9f76b4c3b80b..0ed4450b5107 100644 --- a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcarePrivateEndpointConnection_DeleteViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcarePrivateEndpointConnection_DeleteViaIdentity.cs @@ -80,11 +80,11 @@ public partial class RemoveAzHealthcarePrivateEndpointConnection_DeleteViaIdenti public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareWorkspacePrivateEndpointConnection_Delete.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareWorkspacePrivateEndpointConnection_Delete.cs index 65b9754ae45c..88160759729a 100644 --- a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareWorkspacePrivateEndpointConnection_Delete.cs +++ b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareWorkspacePrivateEndpointConnection_Delete.cs @@ -72,11 +72,11 @@ public partial class RemoveAzHealthcareWorkspacePrivateEndpointConnection_Delete public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareWorkspacePrivateEndpointConnection_DeleteViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareWorkspacePrivateEndpointConnection_DeleteViaIdentity.cs index f4365801cfaa..60cc09c17d29 100644 --- a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareWorkspacePrivateEndpointConnection_DeleteViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareWorkspacePrivateEndpointConnection_DeleteViaIdentity.cs @@ -80,11 +80,11 @@ public partial class RemoveAzHealthcareWorkspacePrivateEndpointConnection_Delete public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_Check.cs b/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_Check.cs index e007c04c53c4..3a0eac74a5d3 100644 --- a/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_Check.cs +++ b/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_Check.cs @@ -79,11 +79,11 @@ public partial class TestAzHealthcareServiceNameAvailability_Check : global::Sys public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_CheckExpanded.cs b/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_CheckExpanded.cs index dfcbad435dd8..268f55599b43 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; @@ -72,11 +69,11 @@ public partial class TestAzHealthcareServiceNameAvailability_CheckExpanded : glo public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// The name of the service instance to check. @@ -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_CheckViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_CheckViaIdentity.cs index cc1dec91a1c0..b19459d8fef8 100644 --- a/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_CheckViaIdentity.cs +++ b/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_CheckViaIdentity.cs @@ -87,11 +87,11 @@ public partial class TestAzHealthcareServiceNameAvailability_CheckViaIdentity : public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// diff --git a/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_CheckViaIdentityExpanded.cs b/src/HealthcareApis/generated/cmdlets/TestAzHealthcareServiceNameAvailability_CheckViaIdentityExpanded.cs index 4fbaa9abbce7..6aafe12a6a56 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; @@ -80,11 +77,11 @@ public partial class TestAzHealthcareServiceNameAvailability_CheckViaIdentityExp public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// The name of the service instance to check. @@ -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..4df053801a30 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)] @@ -71,11 +74,11 @@ public partial class UpdateAzHealthcareAPIsService_UpdateExpanded : global::Syst public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -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..b2cbff336473 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)] @@ -79,11 +82,11 @@ public partial class UpdateAzHealthcareAPIsService_UpdateViaIdentityExpanded : g public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -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..0c9c97e6547a 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)] @@ -71,11 +76,11 @@ public partial class UpdateAzHealthcareAPIsWorkspace_UpdateExpanded : global::Sy public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -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..f37e654a2053 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)] @@ -79,11 +84,11 @@ public partial class UpdateAzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded : public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -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..fd88aae3a5c2 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,17 +98,17 @@ 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; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -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..abf328c06449 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; @@ -115,11 +112,11 @@ public partial class UpdateAzHealthcareDicomService_UpdateViaIdentityExpanded : public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -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..865020f80a06 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,17 +98,17 @@ 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; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -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..fe4f68828bd9 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; @@ -115,11 +112,11 @@ public partial class UpdateAzHealthcareFhirService_UpdateViaIdentityExpanded : g public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } /// - /// cancellation delegate. Stops the cmdlet when called. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -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..624303172fed 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,23 +98,17 @@ 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. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// Backing field for property. @@ -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..de245692a29c 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,18 +111,12 @@ 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. + /// cancellation delegate. Stops the cmdlet when called. /// global::System.Action Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Cancel => _cancellationTokenSource.Cancel; - /// cancellation token. + /// cancellation token. global::System.Threading.CancellationToken Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IEventListener.Token => _cancellationTokenSource.Token; /// @@ -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} From 8bf9d7a12db249f972fd885327792fbb34691d9f Mon Sep 17 00:00:00 2001 From: lijinpei2008 Date: Thu, 12 May 2022 16:05:22 +0800 Subject: [PATCH 03/10] update changelog and BreakingChangeIssues.csv --- src/HealthcareApis/Changelog.md | 6 ++-- .../BreakingChangeIssues.csv | 32 ++++++++++++++++--- 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/src/HealthcareApis/Changelog.md b/src/HealthcareApis/Changelog.md index dca1889c34d5..45bb609042e9 100644 --- a/src/HealthcareApis/Changelog.md +++ b/src/HealthcareApis/Changelog.md @@ -20,13 +20,13 @@ ## Upcoming Release * Migrated module to generated codebase. * Added cmdlets: - - New/Get/Update/Remove-AzHealthcareAPIsService - - New/Get/Update/Remove-AzHealthcareAPIsWorkspace + - New/Get/Update/Remove-AzHealthcareApisService + - New/Get/Update/Remove-AzHealthcareApisWorkspace - New/Get/Update/Remove-AzHealthcareFhirService - New/Get/Update/Remove-AzHealthcareDicomService - New/Get/Update/Remove-AzHealthcareIoTConnector - - Get-AzHealthcareFhirDestination - New/Get/Remove-AzHealthcareIotConnectorFhirDestination + - Get-AzHealthcareFhirDestination ## Version 1.3.2 * HealthcareApis cmdlets will bump up API version which may introduce breaking change. Please contact us for more information. diff --git a/tools/StaticAnalysis/Exceptions/Az.HealthcareApis/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.HealthcareApis/BreakingChangeIssues.csv index 4699d543e28d..c2dd186c2c36 100644 --- a/tools/StaticAnalysis/Exceptions/Az.HealthcareApis/BreakingChangeIssues.csv +++ b/tools/StaticAnalysis/Exceptions/Az.HealthcareApis/BreakingChangeIssues.csv @@ -1,5 +1,27 @@ -"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation" -"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","1000","The cmdlet 'Get-AzHealthcareApisService' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzHealthcareApisService' back to the module, or add an alias to the original cmdlet name." -"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","1000","The cmdlet 'New-AzHealthcareApisService' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzHealthcareApisService' back to the module, or add an alias to the original cmdlet name." -"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","1000","The cmdlet 'Remove-AzHealthcareApisService' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Remove-AzHealthcareApisService' back to the module, or add an alias to the original cmdlet name." -"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.SetAzureRmHealthcareApisService","Set-AzHealthcareApisService","0","1000","The cmdlet 'Set-AzHealthcareApisService' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Set-AzHealthcareApisService' back to the module, or add an alias to the original cmdlet name." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","2010","The cmdlet 'Get-AzHealthcareApisService' no longer supports the alias 'FhirServiceName' for parameter 'Name'.","Add the alias 'FhirServiceName' back to parameter 'Name'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","2000","The cmdlet 'Get-AzHealthcareApisService' no longer supports the parameter 'ResourceId' and no alias was found for the original parameter name.","Add the parameter 'ResourceId' back to the cmdlet 'Get-AzHealthcareApisService', or add an alias to the original parameter name." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","2020","The cmdlet 'Get-AzHealthcareApisService' no longer supports the type 'Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer' for parameter 'DefaultProfile'.","Change the type for parameter 'DefaultProfile' back to 'Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","2010","The cmdlet 'Get-AzHealthcareApisService' no longer supports the alias 'AzContext' for parameter 'DefaultProfile'.","Add the alias 'AzContext' back to parameter 'DefaultProfile'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","2010","The cmdlet 'Get-AzHealthcareApisService' no longer supports the alias 'AzureRmContext' for parameter 'DefaultProfile'.","Add the alias 'AzureRmContext' back to parameter 'DefaultProfile'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","1050","The parameter set 'ListParameterSet' for cmdlet 'Get-AzHealthcareApisService' has been removed.","Add parameter set 'ListParameterSet' back to cmdlet 'Get-AzHealthcareApisService'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","1050","The parameter set 'ResourceIdParameterSet' for cmdlet 'Get-AzHealthcareApisService' has been removed.","Add parameter set 'ResourceIdParameterSet' back to cmdlet 'Get-AzHealthcareApisService'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","1020","The cmdlet 'New-AzHealthcareApisService' no longer has output type 'Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService'.","Make cmdlet 'New-AzHealthcareApisService' return type 'Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2020","The cmdlet 'New-AzHealthcareApisService' no longer supports the type 'System.String' for parameter 'Kind'.","Change the type for parameter 'Kind' back to 'System.String'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2110","The element type for parameter 'AccessPolicyObjectId' has been changed from 'System.String' to 'Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceAccessPolicyEntry'.","Change the element type for parameter 'AccessPolicyObjectId' back to 'System.String'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2020","The cmdlet 'New-AzHealthcareApisService' no longer supports the type 'System.Nullable`1[System.Int32]' for parameter 'CosmosOfferThroughput'.","Change the type for parameter 'CosmosOfferThroughput' back to 'System.Nullable`1[System.Int32]'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2000","The cmdlet 'New-AzHealthcareApisService' no longer supports the parameter 'ManagedIdentity' and no alias was found for the original parameter name.","Add the parameter 'ManagedIdentity' back to the cmdlet 'New-AzHealthcareApisService', or add an alias to the original parameter name." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2000","The cmdlet 'New-AzHealthcareApisService' no longer supports the parameter 'FhirVersion' and no alias was found for the original parameter name.","Add the parameter 'FhirVersion' back to the cmdlet 'New-AzHealthcareApisService', or add an alias to the original parameter name." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2010","The cmdlet 'New-AzHealthcareApisService' no longer supports the alias 'Tags' for parameter 'Tag'.","Add the alias 'Tags' back to parameter 'Tag'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2020","The cmdlet 'New-AzHealthcareApisService' no longer supports the type 'System.String' for parameter 'PublicNetworkAccess'.","Change the type for parameter 'PublicNetworkAccess' back to 'System.String'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2020","The cmdlet 'New-AzHealthcareApisService' no longer supports the type 'Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer' for parameter 'DefaultProfile'.","Change the type for parameter 'DefaultProfile' back to 'Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2010","The cmdlet 'New-AzHealthcareApisService' no longer supports the alias 'AzContext' for parameter 'DefaultProfile'.","Add the alias 'AzContext' back to parameter 'DefaultProfile'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2010","The cmdlet 'New-AzHealthcareApisService' no longer supports the alias 'AzureRmContext' for parameter 'DefaultProfile'.","Add the alias 'AzureRmContext' back to parameter 'DefaultProfile'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","1050","The parameter set '__AllParameterSets' for cmdlet 'New-AzHealthcareApisService' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'New-AzHealthcareApisService'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","2010","The cmdlet 'Remove-AzHealthcareApisService' no longer supports the alias 'HealthcareApisName' for parameter 'Name'.","Add the alias 'HealthcareApisName' back to parameter 'Name'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","2010","The cmdlet 'Remove-AzHealthcareApisService' no longer supports the alias 'FhirServiceName' for parameter 'Name'.","Add the alias 'FhirServiceName' back to parameter 'Name'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","2020","The cmdlet 'Remove-AzHealthcareApisService' no longer supports the type 'Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService' for parameter 'InputObject'.","Change the type for parameter 'InputObject' back to 'Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","2000","The cmdlet 'Remove-AzHealthcareApisService' no longer supports the parameter 'ResourceId' and no alias was found for the original parameter name.","Add the parameter 'ResourceId' back to the cmdlet 'Remove-AzHealthcareApisService', or add an alias to the original parameter name." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","2020","The cmdlet 'Remove-AzHealthcareApisService' no longer supports the type 'Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer' for parameter 'DefaultProfile'.","Change the type for parameter 'DefaultProfile' back to 'Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","2010","The cmdlet 'Remove-AzHealthcareApisService' no longer supports the alias 'AzContext' for parameter 'DefaultProfile'.","Add the alias 'AzContext' back to parameter 'DefaultProfile'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","2010","The cmdlet 'Remove-AzHealthcareApisService' no longer supports the alias 'AzureRmContext' for parameter 'DefaultProfile'.","Add the alias 'AzureRmContext' back to parameter 'DefaultProfile'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","1050","The parameter set 'ResourceIdParameterSet' for cmdlet 'Remove-AzHealthcareApisService' has been removed.","Add parameter set 'ResourceIdParameterSet' back to cmdlet 'Remove-AzHealthcareApisService'." \ No newline at end of file From 29d62cdff8f215a4c19e16cb4d38d550240d02e0 Mon Sep 17 00:00:00 2001 From: lijinpei2008 Date: Thu, 12 May 2022 16:22:40 +0800 Subject: [PATCH 04/10] update generate-info.json --- src/HealthcareApis/generate-info.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/HealthcareApis/generate-info.json b/src/HealthcareApis/generate-info.json index afd1d677fa90..81283d6af342 100644 --- a/src/HealthcareApis/generate-info.json +++ b/src/HealthcareApis/generate-info.json @@ -1,17 +1,8 @@ { -<<<<<<< HEAD "node": "v14.15.5", "autorest_core": "3.8.4", "swagger_commit": "228f16c8871629ffe1fcdebfca9a3e8b4d2ce4aa", "autorest": "`-- (empty)", "autorest_powershell": "3.0.484", "autorest_modelerfour": "4.15.414" -======= - "autorest_powershell": "3.0.485", - "autorest_core": "3.8.4", - "autorest_modelerfour": "4.15.414", - "node": "v14.15.5", - "swagger_commit": "e00e3e5f0b40d242af3a1230267f1adc5378885d", - "autorest": "`-- (empty)" ->>>>>>> e98b971791b1b679d71153e8e78b9260e9a65a3f -} +} \ No newline at end of file From 243240730b64444ff4c4f86220208f5c65ba0471 Mon Sep 17 00:00:00 2001 From: lijinpei2008 Date: Thu, 12 May 2022 16:44:57 +0800 Subject: [PATCH 05/10] update changelog and BreakingChangeIssues.csv --- src/HealthcareApis/Changelog.md | 6 ++-- .../BreakingChangeIssues.csv | 31 ++++++++++++++++--- 2 files changed, 30 insertions(+), 7 deletions(-) diff --git a/src/HealthcareApis/Changelog.md b/src/HealthcareApis/Changelog.md index dca1889c34d5..45bb609042e9 100644 --- a/src/HealthcareApis/Changelog.md +++ b/src/HealthcareApis/Changelog.md @@ -20,13 +20,13 @@ ## Upcoming Release * Migrated module to generated codebase. * Added cmdlets: - - New/Get/Update/Remove-AzHealthcareAPIsService - - New/Get/Update/Remove-AzHealthcareAPIsWorkspace + - New/Get/Update/Remove-AzHealthcareApisService + - New/Get/Update/Remove-AzHealthcareApisWorkspace - New/Get/Update/Remove-AzHealthcareFhirService - New/Get/Update/Remove-AzHealthcareDicomService - New/Get/Update/Remove-AzHealthcareIoTConnector - - Get-AzHealthcareFhirDestination - New/Get/Remove-AzHealthcareIotConnectorFhirDestination + - Get-AzHealthcareFhirDestination ## Version 1.3.2 * HealthcareApis cmdlets will bump up API version which may introduce breaking change. Please contact us for more information. diff --git a/tools/StaticAnalysis/Exceptions/Az.HealthcareApis/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.HealthcareApis/BreakingChangeIssues.csv index 4699d543e28d..c051a7377dea 100644 --- a/tools/StaticAnalysis/Exceptions/Az.HealthcareApis/BreakingChangeIssues.csv +++ b/tools/StaticAnalysis/Exceptions/Az.HealthcareApis/BreakingChangeIssues.csv @@ -1,5 +1,28 @@ "AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation" -"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","1000","The cmdlet 'Get-AzHealthcareApisService' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzHealthcareApisService' back to the module, or add an alias to the original cmdlet name." -"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","1000","The cmdlet 'New-AzHealthcareApisService' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzHealthcareApisService' back to the module, or add an alias to the original cmdlet name." -"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","1000","The cmdlet 'Remove-AzHealthcareApisService' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Remove-AzHealthcareApisService' back to the module, or add an alias to the original cmdlet name." -"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.SetAzureRmHealthcareApisService","Set-AzHealthcareApisService","0","1000","The cmdlet 'Set-AzHealthcareApisService' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Set-AzHealthcareApisService' back to the module, or add an alias to the original cmdlet name." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","2010","The cmdlet 'Get-AzHealthcareApisService' no longer supports the alias 'FhirServiceName' for parameter 'Name'.","Add the alias 'FhirServiceName' back to parameter 'Name'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","2000","The cmdlet 'Get-AzHealthcareApisService' no longer supports the parameter 'ResourceId' and no alias was found for the original parameter name.","Add the parameter 'ResourceId' back to the cmdlet 'Get-AzHealthcareApisService', or add an alias to the original parameter name." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","2020","The cmdlet 'Get-AzHealthcareApisService' no longer supports the type 'Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer' for parameter 'DefaultProfile'.","Change the type for parameter 'DefaultProfile' back to 'Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","2010","The cmdlet 'Get-AzHealthcareApisService' no longer supports the alias 'AzContext' for parameter 'DefaultProfile'.","Add the alias 'AzContext' back to parameter 'DefaultProfile'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","2010","The cmdlet 'Get-AzHealthcareApisService' no longer supports the alias 'AzureRmContext' for parameter 'DefaultProfile'.","Add the alias 'AzureRmContext' back to parameter 'DefaultProfile'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","1050","The parameter set 'ListParameterSet' for cmdlet 'Get-AzHealthcareApisService' has been removed.","Add parameter set 'ListParameterSet' back to cmdlet 'Get-AzHealthcareApisService'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","1050","The parameter set 'ResourceIdParameterSet' for cmdlet 'Get-AzHealthcareApisService' has been removed.","Add parameter set 'ResourceIdParameterSet' back to cmdlet 'Get-AzHealthcareApisService'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","1020","The cmdlet 'New-AzHealthcareApisService' no longer has output type 'Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService'.","Make cmdlet 'New-AzHealthcareApisService' return type 'Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2020","The cmdlet 'New-AzHealthcareApisService' no longer supports the type 'System.String' for parameter 'Kind'.","Change the type for parameter 'Kind' back to 'System.String'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2110","The element type for parameter 'AccessPolicyObjectId' has been changed from 'System.String' to 'Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServiceAccessPolicyEntry'.","Change the element type for parameter 'AccessPolicyObjectId' back to 'System.String'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2020","The cmdlet 'New-AzHealthcareApisService' no longer supports the type 'System.Nullable`1[System.Int32]' for parameter 'CosmosOfferThroughput'.","Change the type for parameter 'CosmosOfferThroughput' back to 'System.Nullable`1[System.Int32]'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2000","The cmdlet 'New-AzHealthcareApisService' no longer supports the parameter 'ManagedIdentity' and no alias was found for the original parameter name.","Add the parameter 'ManagedIdentity' back to the cmdlet 'New-AzHealthcareApisService', or add an alias to the original parameter name." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2000","The cmdlet 'New-AzHealthcareApisService' no longer supports the parameter 'FhirVersion' and no alias was found for the original parameter name.","Add the parameter 'FhirVersion' back to the cmdlet 'New-AzHealthcareApisService', or add an alias to the original parameter name." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2010","The cmdlet 'New-AzHealthcareApisService' no longer supports the alias 'Tags' for parameter 'Tag'.","Add the alias 'Tags' back to parameter 'Tag'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2020","The cmdlet 'New-AzHealthcareApisService' no longer supports the type 'System.String' for parameter 'PublicNetworkAccess'.","Change the type for parameter 'PublicNetworkAccess' back to 'System.String'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2020","The cmdlet 'New-AzHealthcareApisService' no longer supports the type 'Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer' for parameter 'DefaultProfile'.","Change the type for parameter 'DefaultProfile' back to 'Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2010","The cmdlet 'New-AzHealthcareApisService' no longer supports the alias 'AzContext' for parameter 'DefaultProfile'.","Add the alias 'AzContext' back to parameter 'DefaultProfile'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","2010","The cmdlet 'New-AzHealthcareApisService' no longer supports the alias 'AzureRmContext' for parameter 'DefaultProfile'.","Add the alias 'AzureRmContext' back to parameter 'DefaultProfile'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.NewAzureRmHealthcareApisService","New-AzHealthcareApisService","0","1050","The parameter set '__AllParameterSets' for cmdlet 'New-AzHealthcareApisService' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'New-AzHealthcareApisService'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","2010","The cmdlet 'Remove-AzHealthcareApisService' no longer supports the alias 'HealthcareApisName' for parameter 'Name'.","Add the alias 'HealthcareApisName' back to parameter 'Name'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","2010","The cmdlet 'Remove-AzHealthcareApisService' no longer supports the alias 'FhirServiceName' for parameter 'Name'.","Add the alias 'FhirServiceName' back to parameter 'Name'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","2020","The cmdlet 'Remove-AzHealthcareApisService' no longer supports the type 'Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService' for parameter 'InputObject'.","Change the type for parameter 'InputObject' back to 'Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","2000","The cmdlet 'Remove-AzHealthcareApisService' no longer supports the parameter 'ResourceId' and no alias was found for the original parameter name.","Add the parameter 'ResourceId' back to the cmdlet 'Remove-AzHealthcareApisService', or add an alias to the original parameter name." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","2020","The cmdlet 'Remove-AzHealthcareApisService' no longer supports the type 'Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer' for parameter 'DefaultProfile'.","Change the type for parameter 'DefaultProfile' back to 'Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","2010","The cmdlet 'Remove-AzHealthcareApisService' no longer supports the alias 'AzContext' for parameter 'DefaultProfile'.","Add the alias 'AzContext' back to parameter 'DefaultProfile'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","2010","The cmdlet 'Remove-AzHealthcareApisService' no longer supports the alias 'AzureRmContext' for parameter 'DefaultProfile'.","Add the alias 'AzureRmContext' back to parameter 'DefaultProfile'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.RemoveAzureRmHealthcareApisService","Remove-AzHealthcareApisService","0","1050","The parameter set 'ResourceIdParameterSet' for cmdlet 'Remove-AzHealthcareApisService' has been removed.","Add parameter set 'ResourceIdParameterSet' back to cmdlet 'Remove-AzHealthcareApisService'." \ No newline at end of file From 4ac255d2d38fd7fbeab5154c6564a0ad0b139dcc Mon Sep 17 00:00:00 2001 From: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com> Date: Thu, 12 May 2022 16:51:22 +0800 Subject: [PATCH 06/10] Update Az.HealthcareApis.psd1 --- src/HealthcareApis/Az.HealthcareApis.psd1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/HealthcareApis/Az.HealthcareApis.psd1 b/src/HealthcareApis/Az.HealthcareApis.psd1 index 5d586a535cff..9a3436d7cfee 100644 --- a/src/HealthcareApis/Az.HealthcareApis.psd1 +++ b/src/HealthcareApis/Az.HealthcareApis.psd1 @@ -3,11 +3,7 @@ # # Generated by: Microsoft Corporation # -<<<<<<< HEAD -# Generated on: 5/9/2022 -======= # Generated on: 5/12/2022 ->>>>>>> e98b971791b1b679d71153e8e78b9260e9a65a3f # @{ From bf7aa4e484c6f95175213a907b3356c60f7cfe0a Mon Sep 17 00:00:00 2001 From: lijinpei2008 Date: Thu, 12 May 2022 17:27:01 +0800 Subject: [PATCH 07/10] update --- .../Exceptions/Az.HealthcareApis/BreakingChangeIssues.csv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/StaticAnalysis/Exceptions/Az.HealthcareApis/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.HealthcareApis/BreakingChangeIssues.csv index c051a7377dea..3d1e579bdd8d 100644 --- a/tools/StaticAnalysis/Exceptions/Az.HealthcareApis/BreakingChangeIssues.csv +++ b/tools/StaticAnalysis/Exceptions/Az.HealthcareApis/BreakingChangeIssues.csv @@ -1,4 +1,7 @@ "AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation" +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","1020","The cmdlet 'Get-AzHealthcareApisService' no longer has output type 'Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService'.","Make cmdlet 'Get-AzHealthcareApisService' return type 'Microsoft.Azure.Commands.HealthcareApis.Models.PSHealthcareApisService'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","1060","The parameter set 'ListParameterSet' for cmdlet 'Get-AzHealthcareApisService' is no longer the default parameter set.","Change the default parameter for cmdlet 'Get-AzHealthcareApisService' back to 'ListParameterSet'." +"Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.SetAzureRmHealthcareApisService","Set-AzHealthcareApisService","0","1000","The cmdlet 'Set-AzHealthcareApisService' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Set-AzHealthcareApisService' back to the module, or add an alias to the original cmdlet name." "Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","2010","The cmdlet 'Get-AzHealthcareApisService' no longer supports the alias 'FhirServiceName' for parameter 'Name'.","Add the alias 'FhirServiceName' back to parameter 'Name'." "Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","2000","The cmdlet 'Get-AzHealthcareApisService' no longer supports the parameter 'ResourceId' and no alias was found for the original parameter name.","Add the parameter 'ResourceId' back to the cmdlet 'Get-AzHealthcareApisService', or add an alias to the original parameter name." "Az.HealthcareApis","Microsoft.Azure.Commands.HealthcareApis.Commands.GetAzureRmHealthcareApisService","Get-AzHealthcareApisService","0","2020","The cmdlet 'Get-AzHealthcareApisService' no longer supports the type 'Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer' for parameter 'DefaultProfile'.","Change the type for parameter 'DefaultProfile' back to 'Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer'." From 7a74e6a1d233fb81e0a9faaf8934a1b04895766f Mon Sep 17 00:00:00 2001 From: lijinpei2008 Date: Thu, 12 May 2022 19:17:07 +0800 Subject: [PATCH 08/10] renamed --- .../Get-AzHealthcareAPIsService.Tests.ps1 | 33 ------------------- .../Get-AzHealthcareAPIsWorkspace.Tests.ps1 | 33 ------------------- .../Get-AzHealthcareDicomService.Tests.ps1 | 29 ---------------- .../Get-AzHealthcareFhirDestination.Tests.ps1 | 21 ------------ .../Get-AzHealthcareFhirService.Tests.ps1 | 29 ---------------- .../Get-AzHealthcareIotConnector.Tests.ps1 | 29 ---------------- ...hcareIotConnectorFhirDestination.Tests.ps1 | 25 -------------- .../New-AzHealthcareAPIsService.Tests.ps1 | 21 ------------ .../New-AzHealthcareAPIsWorkspace.Tests.ps1 | 21 ------------ .../New-AzHealthcareDicomService.Tests.ps1 | 21 ------------ .../New-AzHealthcareFhirService.Tests.ps1 | 21 ------------ .../New-AzHealthcareIotConnector.Tests.ps1 | 21 ------------ ...hcareIotConnectorFhirDestination.Tests.ps1 | 21 ------------ .../Remove-AzHealthcareAPIsService.Tests.ps1 | 25 -------------- ...Remove-AzHealthcareAPIsWorkspace.Tests.ps1 | 25 -------------- .../Remove-AzHealthcareDicomService.Tests.ps1 | 25 -------------- .../Remove-AzHealthcareFhirService.Tests.ps1 | 25 -------------- .../Remove-AzHealthcareIotConnector.Tests.ps1 | 25 -------------- ...hcareIotConnectorFhirDestination.Tests.ps1 | 25 -------------- ...ealthcareServiceNameAvailability.Tests.ps1 | 33 ------------------- .../Update-AzHealthcareAPIsService.Tests.ps1 | 25 -------------- ...Update-AzHealthcareAPIsWorkspace.Tests.ps1 | 25 -------------- .../Update-AzHealthcareDicomService.Tests.ps1 | 25 -------------- .../Update-AzHealthcareFhirService.Tests.ps1 | 25 -------------- .../Update-AzHealthcareIotConnector.Tests.ps1 | 25 -------------- 25 files changed, 633 deletions(-) delete mode 100644 src/HealthcareApis/test/Get-AzHealthcareAPIsService.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Get-AzHealthcareAPIsWorkspace.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Get-AzHealthcareDicomService.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Get-AzHealthcareFhirDestination.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Get-AzHealthcareFhirService.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Get-AzHealthcareIotConnector.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Get-AzHealthcareIotConnectorFhirDestination.Tests.ps1 delete mode 100644 src/HealthcareApis/test/New-AzHealthcareAPIsService.Tests.ps1 delete mode 100644 src/HealthcareApis/test/New-AzHealthcareAPIsWorkspace.Tests.ps1 delete mode 100644 src/HealthcareApis/test/New-AzHealthcareDicomService.Tests.ps1 delete mode 100644 src/HealthcareApis/test/New-AzHealthcareFhirService.Tests.ps1 delete mode 100644 src/HealthcareApis/test/New-AzHealthcareIotConnector.Tests.ps1 delete mode 100644 src/HealthcareApis/test/New-AzHealthcareIotConnectorFhirDestination.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Remove-AzHealthcareAPIsService.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Remove-AzHealthcareAPIsWorkspace.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Remove-AzHealthcareDicomService.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Remove-AzHealthcareFhirService.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Remove-AzHealthcareIotConnector.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Remove-AzHealthcareIotConnectorFhirDestination.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Test-AzHealthcareServiceNameAvailability.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Update-AzHealthcareAPIsService.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Update-AzHealthcareAPIsWorkspace.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Update-AzHealthcareDicomService.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Update-AzHealthcareFhirService.Tests.ps1 delete mode 100644 src/HealthcareApis/test/Update-AzHealthcareIotConnector.Tests.ps1 diff --git a/src/HealthcareApis/test/Get-AzHealthcareAPIsService.Tests.ps1 b/src/HealthcareApis/test/Get-AzHealthcareAPIsService.Tests.ps1 deleted file mode 100644 index 52c0a802c579..000000000000 --- a/src/HealthcareApis/test/Get-AzHealthcareAPIsService.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -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' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Get-AzHealthcareApisService' { - It 'List' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'Get' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'List1' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'GetViaIdentity' -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 deleted file mode 100644 index 1b02b5e9a08b..000000000000 --- a/src/HealthcareApis/test/Get-AzHealthcareAPIsWorkspace.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -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' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Get-AzHealthcareApisWorkspace' { - It 'List' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'Get' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'List1' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'GetViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/HealthcareApis/test/Get-AzHealthcareDicomService.Tests.ps1 b/src/HealthcareApis/test/Get-AzHealthcareDicomService.Tests.ps1 deleted file mode 100644 index 46577787ee37..000000000000 --- a/src/HealthcareApis/test/Get-AzHealthcareDicomService.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Get-AzHealthcareDicomService')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzHealthcareDicomService.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Get-AzHealthcareDicomService' { - It 'List' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'Get' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'GetViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/HealthcareApis/test/Get-AzHealthcareFhirDestination.Tests.ps1 b/src/HealthcareApis/test/Get-AzHealthcareFhirDestination.Tests.ps1 deleted file mode 100644 index 912baf0cfd3b..000000000000 --- a/src/HealthcareApis/test/Get-AzHealthcareFhirDestination.Tests.ps1 +++ /dev/null @@ -1,21 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Get-AzHealthcareFhirDestination')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzHealthcareFhirDestination.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Get-AzHealthcareFhirDestination' { - It 'List' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/HealthcareApis/test/Get-AzHealthcareFhirService.Tests.ps1 b/src/HealthcareApis/test/Get-AzHealthcareFhirService.Tests.ps1 deleted file mode 100644 index 827c5c5863bd..000000000000 --- a/src/HealthcareApis/test/Get-AzHealthcareFhirService.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Get-AzHealthcareFhirService')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzHealthcareFhirService.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Get-AzHealthcareFhirService' { - It 'List' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'Get' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'GetViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/HealthcareApis/test/Get-AzHealthcareIotConnector.Tests.ps1 b/src/HealthcareApis/test/Get-AzHealthcareIotConnector.Tests.ps1 deleted file mode 100644 index 2d6895b8b290..000000000000 --- a/src/HealthcareApis/test/Get-AzHealthcareIotConnector.Tests.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Get-AzHealthcareIotConnector')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzHealthcareIotConnector.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Get-AzHealthcareIotConnector' { - It 'List' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'Get' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'GetViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/HealthcareApis/test/Get-AzHealthcareIotConnectorFhirDestination.Tests.ps1 b/src/HealthcareApis/test/Get-AzHealthcareIotConnectorFhirDestination.Tests.ps1 deleted file mode 100644 index 78486f3f2221..000000000000 --- a/src/HealthcareApis/test/Get-AzHealthcareIotConnectorFhirDestination.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Get-AzHealthcareIotConnectorFhirDestination')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzHealthcareIotConnectorFhirDestination.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Get-AzHealthcareIotConnectorFhirDestination' { - It 'Get' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'GetViaIdentity' -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 deleted file mode 100644 index b7ddeae01054..000000000000 --- a/src/HealthcareApis/test/New-AzHealthcareAPIsService.Tests.ps1 +++ /dev/null @@ -1,21 +0,0 @@ -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' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -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 deleted file mode 100644 index 2e091cf51306..000000000000 --- a/src/HealthcareApis/test/New-AzHealthcareAPIsWorkspace.Tests.ps1 +++ /dev/null @@ -1,21 +0,0 @@ -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' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'New-AzHealthcareApisWorkspace' { - It 'CreateExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/HealthcareApis/test/New-AzHealthcareDicomService.Tests.ps1 b/src/HealthcareApis/test/New-AzHealthcareDicomService.Tests.ps1 deleted file mode 100644 index 0cd1f1088232..000000000000 --- a/src/HealthcareApis/test/New-AzHealthcareDicomService.Tests.ps1 +++ /dev/null @@ -1,21 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'New-AzHealthcareDicomService')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzHealthcareDicomService.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'New-AzHealthcareDicomService' { - It 'CreateExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/HealthcareApis/test/New-AzHealthcareFhirService.Tests.ps1 b/src/HealthcareApis/test/New-AzHealthcareFhirService.Tests.ps1 deleted file mode 100644 index 4804fbff39d4..000000000000 --- a/src/HealthcareApis/test/New-AzHealthcareFhirService.Tests.ps1 +++ /dev/null @@ -1,21 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'New-AzHealthcareFhirService')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzHealthcareFhirService.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'New-AzHealthcareFhirService' { - It 'CreateExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/HealthcareApis/test/New-AzHealthcareIotConnector.Tests.ps1 b/src/HealthcareApis/test/New-AzHealthcareIotConnector.Tests.ps1 deleted file mode 100644 index 6ba2fb58f659..000000000000 --- a/src/HealthcareApis/test/New-AzHealthcareIotConnector.Tests.ps1 +++ /dev/null @@ -1,21 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'New-AzHealthcareIotConnector')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzHealthcareIotConnector.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'New-AzHealthcareIotConnector' { - It 'CreateExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/HealthcareApis/test/New-AzHealthcareIotConnectorFhirDestination.Tests.ps1 b/src/HealthcareApis/test/New-AzHealthcareIotConnectorFhirDestination.Tests.ps1 deleted file mode 100644 index ce048d0085f9..000000000000 --- a/src/HealthcareApis/test/New-AzHealthcareIotConnectorFhirDestination.Tests.ps1 +++ /dev/null @@ -1,21 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'New-AzHealthcareIotConnectorFhirDestination')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzHealthcareIotConnectorFhirDestination.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'New-AzHealthcareIotConnectorFhirDestination' { - 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 deleted file mode 100644 index a543f2ec1638..000000000000 --- a/src/HealthcareApis/test/Remove-AzHealthcareAPIsService.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -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' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Remove-AzHealthcareApisService' { - It 'Delete' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'DeleteViaIdentity' -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 deleted file mode 100644 index 43c61ba1cba1..000000000000 --- a/src/HealthcareApis/test/Remove-AzHealthcareAPIsWorkspace.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -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' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Remove-AzHealthcareApisWorkspace' { - It 'Delete' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'DeleteViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/HealthcareApis/test/Remove-AzHealthcareDicomService.Tests.ps1 b/src/HealthcareApis/test/Remove-AzHealthcareDicomService.Tests.ps1 deleted file mode 100644 index 72ebeff65fbb..000000000000 --- a/src/HealthcareApis/test/Remove-AzHealthcareDicomService.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzHealthcareDicomService')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzHealthcareDicomService.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Remove-AzHealthcareDicomService' { - It 'Delete' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'DeleteViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/HealthcareApis/test/Remove-AzHealthcareFhirService.Tests.ps1 b/src/HealthcareApis/test/Remove-AzHealthcareFhirService.Tests.ps1 deleted file mode 100644 index 62d4d2fa39a3..000000000000 --- a/src/HealthcareApis/test/Remove-AzHealthcareFhirService.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzHealthcareFhirService')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzHealthcareFhirService.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Remove-AzHealthcareFhirService' { - It 'Delete' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'DeleteViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/HealthcareApis/test/Remove-AzHealthcareIotConnector.Tests.ps1 b/src/HealthcareApis/test/Remove-AzHealthcareIotConnector.Tests.ps1 deleted file mode 100644 index fc4d7591653e..000000000000 --- a/src/HealthcareApis/test/Remove-AzHealthcareIotConnector.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzHealthcareIotConnector')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzHealthcareIotConnector.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Remove-AzHealthcareIotConnector' { - It 'Delete' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'DeleteViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/HealthcareApis/test/Remove-AzHealthcareIotConnectorFhirDestination.Tests.ps1 b/src/HealthcareApis/test/Remove-AzHealthcareIotConnectorFhirDestination.Tests.ps1 deleted file mode 100644 index 9dc5c11c189f..000000000000 --- a/src/HealthcareApis/test/Remove-AzHealthcareIotConnectorFhirDestination.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzHealthcareIotConnectorFhirDestination')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzHealthcareIotConnectorFhirDestination.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Remove-AzHealthcareIotConnectorFhirDestination' { - It 'Delete' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'DeleteViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/HealthcareApis/test/Test-AzHealthcareServiceNameAvailability.Tests.ps1 b/src/HealthcareApis/test/Test-AzHealthcareServiceNameAvailability.Tests.ps1 deleted file mode 100644 index df516723f169..000000000000 --- a/src/HealthcareApis/test/Test-AzHealthcareServiceNameAvailability.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Test-AzHealthcareServiceNameAvailability')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Test-AzHealthcareServiceNameAvailability.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Test-AzHealthcareServiceNameAvailability' { - It 'CheckExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'Check' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'CheckViaIdentityExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'CheckViaIdentity' -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 deleted file mode 100644 index 21346d98e2ca..000000000000 --- a/src/HealthcareApis/test/Update-AzHealthcareAPIsService.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -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' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Update-AzHealthcareApisService' { - It 'UpdateExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'UpdateViaIdentityExpanded' -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 deleted file mode 100644 index 6d6df64a964c..000000000000 --- a/src/HealthcareApis/test/Update-AzHealthcareAPIsWorkspace.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -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' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Update-AzHealthcareApisWorkspace' { - It 'UpdateExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'UpdateViaIdentityExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/HealthcareApis/test/Update-AzHealthcareDicomService.Tests.ps1 b/src/HealthcareApis/test/Update-AzHealthcareDicomService.Tests.ps1 deleted file mode 100644 index d8652eca659a..000000000000 --- a/src/HealthcareApis/test/Update-AzHealthcareDicomService.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Update-AzHealthcareDicomService')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzHealthcareDicomService.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Update-AzHealthcareDicomService' { - It 'UpdateExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'UpdateViaIdentityExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/HealthcareApis/test/Update-AzHealthcareFhirService.Tests.ps1 b/src/HealthcareApis/test/Update-AzHealthcareFhirService.Tests.ps1 deleted file mode 100644 index 532ecf0a7bad..000000000000 --- a/src/HealthcareApis/test/Update-AzHealthcareFhirService.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Update-AzHealthcareFhirService')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzHealthcareFhirService.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Update-AzHealthcareFhirService' { - It 'UpdateExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'UpdateViaIdentityExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/HealthcareApis/test/Update-AzHealthcareIotConnector.Tests.ps1 b/src/HealthcareApis/test/Update-AzHealthcareIotConnector.Tests.ps1 deleted file mode 100644 index 6eb0013b9ddd..000000000000 --- a/src/HealthcareApis/test/Update-AzHealthcareIotConnector.Tests.ps1 +++ /dev/null @@ -1,25 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Update-AzHealthcareIotConnector')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzHealthcareIotConnector.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Update-AzHealthcareIotConnector' { - It 'UpdateExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'UpdateViaIdentityExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} From 6c548d33fc1b2ddf72c99959e632a27108fb7f1e Mon Sep 17 00:00:00 2001 From: lijinpei2008 Date: Mon, 16 May 2022 10:35:02 +0800 Subject: [PATCH 09/10] rename APIs -> Apis --- ...ce.ps1 => New-AzHealthcareApisService.ps1} | 0 ....ps1 => New-AzHealthcareApisWorkspace.ps1} | 0 ...vice.md => Get-AzHealthcareApisService.md} | 0 ...ce.md => Get-AzHealthcareApisWorkspace.md} | 0 ...vice.md => New-AzHealthcareApisService.md} | 0 ...ce.md => New-AzHealthcareApisWorkspace.md} | 0 ...e.md => Remove-AzHealthcareApisService.md} | 0 ...md => Remove-AzHealthcareApisWorkspace.md} | 0 ...e.md => Update-AzHealthcareApisService.md} | 0 ...md => Update-AzHealthcareApisWorkspace.md} | 0 ...ce.ps1 => Get-AzHealthcareApisService.ps1} | 0 ....ps1 => Get-AzHealthcareApisWorkspace.ps1} | 0 ...ce.ps1 => New-AzHealthcareApisService.ps1} | 0 ....ps1 => New-AzHealthcareApisWorkspace.ps1} | 0 ...ps1 => Remove-AzHealthcareApisService.ps1} | 0 ...1 => Remove-AzHealthcareApisWorkspace.ps1} | 0 ...ps1 => Update-AzHealthcareApisService.ps1} | 0 ...1 => Update-AzHealthcareApisWorkspace.ps1} | 0 ...t.cs => GetAzHealthcareApisService_Get.cs} | 0 ...AzHealthcareApisService_GetViaIdentity.cs} | 0 ....cs => GetAzHealthcareApisService_List.cs} | 0 ...cs => GetAzHealthcareApisService_List1.cs} | 0 ...cs => GetAzHealthcareApisWorkspace_Get.cs} | 0 ...HealthcareApisWorkspace_GetViaIdentity.cs} | 0 ...s => GetAzHealthcareApisWorkspace_List.cs} | 0 ... => GetAzHealthcareApisWorkspace_List1.cs} | 0 ...AzHealthcareApisService_CreateExpanded.cs} | 0 ...HealthcareApisWorkspace_CreateExpanded.cs} | 0 ...> RemoveAzHealthcareApisService_Delete.cs} | 0 ...ealthcareApisService_DeleteViaIdentity.cs} | 0 ...RemoveAzHealthcareApisWorkspace_Delete.cs} | 0 ...lthcareApisWorkspace_DeleteViaIdentity.cs} | 0 ...AzHealthcareApisService_UpdateExpanded.cs} | 0 ...eApisService_UpdateViaIdentityExpanded.cs} | 0 ...HealthcareApisWorkspace_UpdateExpanded.cs} | 0 ...pisWorkspace_UpdateViaIdentityExpanded.cs} | 0 .../4.10.1/Dependencies/Axiom/Axiom.psm1 | 171 + .../Axiom/Verify-AssertionFailed.ps1 | 182 + .../Dependencies/Axiom/Verify-Equal.ps1 | 175 + .../Dependencies/Axiom/Verify-False.ps1 | 167 + .../Dependencies/Axiom/Verify-NotNull.ps1 | 167 + .../Dependencies/Axiom/Verify-NotSame.ps1 | 169 + .../4.10.1/Dependencies/Axiom/Verify-Null.ps1 | 167 + .../4.10.1/Dependencies/Axiom/Verify-Same.ps1 | 169 + .../Dependencies/Axiom/Verify-Throw.ps1 | 174 + .../4.10.1/Dependencies/Axiom/Verify-True.ps1 | 167 + .../4.10.1/Dependencies/Axiom/Verify-Type.ps1 | 176 + .../4.10.1/Dependencies/Format/Format.psm1 | 360 ++ .../Dependencies/TypeClass/TypeClass.psm1 | 196 + .../Pester/4.10.1/Functions/Assertions/Be.ps1 | 477 +++ .../Functions/Assertions/BeGreaterThan.ps1 | 232 ++ .../4.10.1/Functions/Assertions/BeIn.ps1 | 199 + .../Functions/Assertions/BeLessThan.ps1 | 232 ++ .../4.10.1/Functions/Assertions/BeLike.ps1 | 207 + .../Functions/Assertions/BeLikeExactly.ps1 | 206 + .../Functions/Assertions/BeNullOrEmpty.ps1 | 227 ++ .../4.10.1/Functions/Assertions/BeOfType.ps1 | 230 ++ .../Functions/Assertions/BeTrueOrFalse.ps1 | 245 ++ .../4.10.1/Functions/Assertions/Contain.ps1 | 199 + .../4.10.1/Functions/Assertions/Exist.ps1 | 201 + .../Functions/Assertions/FileContentMatch.ps1 | 221 + .../Assertions/FileContentMatchExactly.ps1 | 207 + .../Assertions/FileContentMatchMultiline.ps1 | 215 + .../4.10.1/Functions/Assertions/HaveCount.ps1 | 235 ++ .../Functions/Assertions/HaveParameter.ps1 | 384 ++ .../4.10.1/Functions/Assertions/Match.ps1 | 210 + .../Functions/Assertions/MatchExactly.ps1 | 206 + .../Functions/Assertions/PesterThrow.ps1 | 327 ++ .../Assertions/Set-TestInconclusive.ps1 | 199 + .../4.10.1/Functions/Assertions/Should.ps1 | 357 ++ .../Pester/4.10.1/Functions/Context.ps1 | 248 ++ .../Pester/4.10.1/Functions/Coverage.ps1 | 962 +++++ .../Pester/4.10.1/Functions/Describe.ps1 | 412 ++ .../Pester/4.10.1/Functions/Environment.ps1 | 201 + .../4.10.1/Functions/Get-ShouldOperator.ps1 | 245 ++ .../Pester/4.10.1/Functions/Gherkin.ps1 | 1169 ++++++ .../4.10.1/Functions/Gherkin.types.ps1xml | 176 + .../Pester/4.10.1/Functions/GherkinHook.ps1 | 340 ++ .../Pester/4.10.1/Functions/GherkinStep.ps1 | 252 ++ .../modules/Pester/4.10.1/Functions/In.ps1 | 192 + .../Pester/4.10.1/Functions/InModuleScope.ps1 | 285 ++ .../modules/Pester/4.10.1/Functions/It.ps1 | 520 +++ .../modules/Pester/4.10.1/Functions/Mock.ps1 | 1988 +++++++++ .../Pester/4.10.1/Functions/New-Fixture.ps1 | 271 ++ .../4.10.1/Functions/New-MockObject.ps1 | 185 + .../Pester/4.10.1/Functions/Output.ps1 | 706 ++++ .../Pester/4.10.1/Functions/PesterState.ps1 | 533 +++ .../Pester/4.10.1/Functions/Set-ItResult.ps1 | 276 ++ .../Pester/4.10.1/Functions/SetupTeardown.ps1 | 521 +++ .../Pester/4.10.1/Functions/TestDrive.ps1 | 338 ++ .../Pester/4.10.1/Functions/TestRegistry.ps1 | 293 ++ .../generated/modules/Pester/4.10.1/LICENSE | 13 + .../modules/Pester/4.10.1/PSGetModuleInfo.xml | 204 + .../modules/Pester/4.10.1/Pester.psd1 | 298 ++ .../modules/Pester/4.10.1/Pester.psm1 | 1700 ++++++++ .../4.10.1/Snippets/Context.snippets.ps1xml | 178 + .../4.10.1/Snippets/Describe.snippets.ps1xml | 178 + .../Pester/4.10.1/Snippets/It.snippets.ps1xml | 178 + .../4.10.1/Snippets/ShouldBe.snippets.ps1xml | 177 + .../ShouldBeGreaterThan.snippets.ps1xml | 177 + .../Snippets/ShouldBeLessThan.snippets.ps1xml | 177 + .../ShouldBeNullOrEmpty.snippets.ps1xml | 177 + .../Snippets/ShouldExist.snippets.ps1xml | 177 + .../ShouldFileContentMatch.snippets.ps1xml | 177 + .../Snippets/ShouldMatch.snippets.ps1xml | 177 + .../Snippets/ShouldNotBe.snippets.ps1xml | 177 + .../ShouldNotBeNullOrEmpty.snippets.ps1xml | 177 + .../Snippets/ShouldNotExist.snippets.ps1xml | 177 + .../ShouldNotFileContentMatch.snippets.ps1xml | 177 + .../Snippets/ShouldNotMatch.snippets.ps1xml | 177 + .../Snippets/ShouldNotThrow.snippets.ps1xml | 177 + .../Snippets/ShouldThrow.snippets.ps1xml | 177 + .../modules/Pester/4.10.1/en-US/Gherkin.psd1 | 185 + .../modules/Pester/4.10.1/en-US/RSpec.psd1 | 187 + .../en-US/about_BeforeEach_AfterEach.help.txt | 88 + .../4.10.1/en-US/about_Mocking.help.txt | 207 + .../Pester/4.10.1/en-US/about_Pester.help.txt | 297 ++ .../Pester/4.10.1/en-US/about_Should.help.txt | 251 ++ .../4.10.1/en-US/about_TestDrive.help.txt | 40 + .../modules/Pester/4.10.1/junit_schema_4.xsd | 96 + .../4.10.1/lib/Gherkin/core/Gherkin.dll | Bin 0 -> 142408 bytes .../4.10.1/lib/Gherkin/gherkin-languages.json | 3623 +++++++++++++++++ .../4.10.1/lib/Gherkin/legacy/Gherkin.dll | Bin 0 -> 141896 bytes .../lib/Gherkin/legacy/Newtonsoft.Json.dll | Bin 0 -> 454728 bytes .../Pester/4.10.1/nunit_schema_2.5.xsd | 108 + ...vice.md => Get-AzHealthcareApisService.md} | 0 ...ce.md => Get-AzHealthcareApisWorkspace.md} | 0 ...vice.md => New-AzHealthcareApisService.md} | 0 ...ce.md => New-AzHealthcareApisWorkspace.md} | 0 ...e.md => Remove-AzHealthcareApisService.md} | 0 ...md => Remove-AzHealthcareApisWorkspace.md} | 0 ...e.md => Update-AzHealthcareApisService.md} | 0 ...md => Update-AzHealthcareApisWorkspace.md} | 0 ...ce.ps1 => New-AzHealthcareApisService.ps1} | 0 ....ps1 => New-AzHealthcareApisWorkspace.ps1} | 0 ...=> AzHealthcareApisService.Recording.json} | 0 ....ps1 => AzHealthcareApisService.Tests.ps1} | 0 ... AzHealthcareApisWorkspace.Recording.json} | 0 ...s1 => AzHealthcareApisWorkspace.Tests.ps1} | 0 139 files changed, 28078 insertions(+) rename src/HealthcareApis/custom/{New-AzHealthcareAPIsService.ps1 => New-AzHealthcareApisService.ps1} (100%) rename src/HealthcareApis/custom/{New-AzHealthcareAPIsWorkspace.ps1 => New-AzHealthcareApisWorkspace.ps1} (100%) rename src/HealthcareApis/examples/{Get-AzHealthcareAPIsService.md => Get-AzHealthcareApisService.md} (100%) rename src/HealthcareApis/examples/{Get-AzHealthcareAPIsWorkspace.md => Get-AzHealthcareApisWorkspace.md} (100%) rename src/HealthcareApis/examples/{New-AzHealthcareAPIsService.md => New-AzHealthcareApisService.md} (100%) rename src/HealthcareApis/examples/{New-AzHealthcareAPIsWorkspace.md => New-AzHealthcareApisWorkspace.md} (100%) rename src/HealthcareApis/examples/{Remove-AzHealthcareAPIsService.md => Remove-AzHealthcareApisService.md} (100%) rename src/HealthcareApis/examples/{Remove-AzHealthcareAPIsWorkspace.md => Remove-AzHealthcareApisWorkspace.md} (100%) rename src/HealthcareApis/examples/{Update-AzHealthcareAPIsService.md => Update-AzHealthcareApisService.md} (100%) rename src/HealthcareApis/examples/{Update-AzHealthcareAPIsWorkspace.md => Update-AzHealthcareApisWorkspace.md} (100%) rename src/HealthcareApis/exports/{Get-AzHealthcareAPIsService.ps1 => Get-AzHealthcareApisService.ps1} (100%) rename src/HealthcareApis/exports/{Get-AzHealthcareAPIsWorkspace.ps1 => Get-AzHealthcareApisWorkspace.ps1} (100%) rename src/HealthcareApis/exports/{New-AzHealthcareAPIsService.ps1 => New-AzHealthcareApisService.ps1} (100%) rename src/HealthcareApis/exports/{New-AzHealthcareAPIsWorkspace.ps1 => New-AzHealthcareApisWorkspace.ps1} (100%) rename src/HealthcareApis/exports/{Remove-AzHealthcareAPIsService.ps1 => Remove-AzHealthcareApisService.ps1} (100%) rename src/HealthcareApis/exports/{Remove-AzHealthcareAPIsWorkspace.ps1 => Remove-AzHealthcareApisWorkspace.ps1} (100%) rename src/HealthcareApis/exports/{Update-AzHealthcareAPIsService.ps1 => Update-AzHealthcareApisService.ps1} (100%) rename src/HealthcareApis/exports/{Update-AzHealthcareAPIsWorkspace.ps1 => Update-AzHealthcareApisWorkspace.ps1} (100%) rename src/HealthcareApis/generated/cmdlets/{GetAzHealthcareAPIsService_Get.cs => GetAzHealthcareApisService_Get.cs} (100%) rename src/HealthcareApis/generated/cmdlets/{GetAzHealthcareAPIsService_GetViaIdentity.cs => GetAzHealthcareApisService_GetViaIdentity.cs} (100%) rename src/HealthcareApis/generated/cmdlets/{GetAzHealthcareAPIsService_List.cs => GetAzHealthcareApisService_List.cs} (100%) rename src/HealthcareApis/generated/cmdlets/{GetAzHealthcareAPIsService_List1.cs => GetAzHealthcareApisService_List1.cs} (100%) rename src/HealthcareApis/generated/cmdlets/{GetAzHealthcareAPIsWorkspace_Get.cs => GetAzHealthcareApisWorkspace_Get.cs} (100%) rename src/HealthcareApis/generated/cmdlets/{GetAzHealthcareAPIsWorkspace_GetViaIdentity.cs => GetAzHealthcareApisWorkspace_GetViaIdentity.cs} (100%) rename src/HealthcareApis/generated/cmdlets/{GetAzHealthcareAPIsWorkspace_List.cs => GetAzHealthcareApisWorkspace_List.cs} (100%) rename src/HealthcareApis/generated/cmdlets/{GetAzHealthcareAPIsWorkspace_List1.cs => GetAzHealthcareApisWorkspace_List1.cs} (100%) rename src/HealthcareApis/generated/cmdlets/{NewAzHealthcareAPIsService_CreateExpanded.cs => NewAzHealthcareApisService_CreateExpanded.cs} (100%) rename src/HealthcareApis/generated/cmdlets/{NewAzHealthcareAPIsWorkspace_CreateExpanded.cs => NewAzHealthcareApisWorkspace_CreateExpanded.cs} (100%) rename src/HealthcareApis/generated/cmdlets/{RemoveAzHealthcareAPIsService_Delete.cs => RemoveAzHealthcareApisService_Delete.cs} (100%) rename src/HealthcareApis/generated/cmdlets/{RemoveAzHealthcareAPIsService_DeleteViaIdentity.cs => RemoveAzHealthcareApisService_DeleteViaIdentity.cs} (100%) rename src/HealthcareApis/generated/cmdlets/{RemoveAzHealthcareAPIsWorkspace_Delete.cs => RemoveAzHealthcareApisWorkspace_Delete.cs} (100%) rename src/HealthcareApis/generated/cmdlets/{RemoveAzHealthcareAPIsWorkspace_DeleteViaIdentity.cs => RemoveAzHealthcareApisWorkspace_DeleteViaIdentity.cs} (100%) rename src/HealthcareApis/generated/cmdlets/{UpdateAzHealthcareAPIsService_UpdateExpanded.cs => UpdateAzHealthcareApisService_UpdateExpanded.cs} (100%) rename src/HealthcareApis/generated/cmdlets/{UpdateAzHealthcareAPIsService_UpdateViaIdentityExpanded.cs => UpdateAzHealthcareApisService_UpdateViaIdentityExpanded.cs} (100%) rename src/HealthcareApis/generated/cmdlets/{UpdateAzHealthcareAPIsWorkspace_UpdateExpanded.cs => UpdateAzHealthcareApisWorkspace_UpdateExpanded.cs} (100%) rename src/HealthcareApis/generated/cmdlets/{UpdateAzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded.cs => UpdateAzHealthcareApisWorkspace_UpdateViaIdentityExpanded.cs} (100%) create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Axiom.psm1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-AssertionFailed.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Equal.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-False.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-NotNull.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-NotSame.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Null.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Same.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Throw.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-True.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Type.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Format/Format.psm1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/TypeClass/TypeClass.psm1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Be.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeGreaterThan.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeIn.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLessThan.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLike.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLikeExactly.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeNullOrEmpty.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeOfType.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeTrueOrFalse.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Contain.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Exist.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatch.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatchExactly.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatchMultiline.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/HaveCount.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/HaveParameter.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Match.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/MatchExactly.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/PesterThrow.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Set-TestInconclusive.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Should.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Context.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Coverage.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Describe.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Environment.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Get-ShouldOperator.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Gherkin.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Gherkin.types.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/GherkinHook.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/GherkinStep.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/In.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/InModuleScope.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/It.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Mock.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/New-Fixture.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/New-MockObject.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Output.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/PesterState.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Set-ItResult.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/SetupTeardown.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/TestDrive.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/TestRegistry.ps1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/LICENSE create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/PSGetModuleInfo.xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Pester.psd1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Pester.psm1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/Context.snippets.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/Describe.snippets.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/It.snippets.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBe.snippets.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeGreaterThan.snippets.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeLessThan.snippets.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeNullOrEmpty.snippets.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldExist.snippets.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldFileContentMatch.snippets.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldMatch.snippets.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotBe.snippets.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotBeNullOrEmpty.snippets.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotExist.snippets.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotFileContentMatch.snippets.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotMatch.snippets.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotThrow.snippets.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldThrow.snippets.ps1xml create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/Gherkin.psd1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/RSpec.psd1 create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_BeforeEach_AfterEach.help.txt create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Mocking.help.txt create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Pester.help.txt create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Should.help.txt create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_TestDrive.help.txt create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/junit_schema_4.xsd create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/lib/Gherkin/core/Gherkin.dll create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/lib/Gherkin/gherkin-languages.json create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/lib/Gherkin/legacy/Gherkin.dll create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/lib/Gherkin/legacy/Newtonsoft.Json.dll create mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/nunit_schema_2.5.xsd rename src/HealthcareApis/help/{Get-AzHealthcareAPIsService.md => Get-AzHealthcareApisService.md} (100%) rename src/HealthcareApis/help/{Get-AzHealthcareAPIsWorkspace.md => Get-AzHealthcareApisWorkspace.md} (100%) rename src/HealthcareApis/help/{New-AzHealthcareAPIsService.md => New-AzHealthcareApisService.md} (100%) rename src/HealthcareApis/help/{New-AzHealthcareAPIsWorkspace.md => New-AzHealthcareApisWorkspace.md} (100%) rename src/HealthcareApis/help/{Remove-AzHealthcareAPIsService.md => Remove-AzHealthcareApisService.md} (100%) rename src/HealthcareApis/help/{Remove-AzHealthcareAPIsWorkspace.md => Remove-AzHealthcareApisWorkspace.md} (100%) rename src/HealthcareApis/help/{Update-AzHealthcareAPIsService.md => Update-AzHealthcareApisService.md} (100%) rename src/HealthcareApis/help/{Update-AzHealthcareAPIsWorkspace.md => Update-AzHealthcareApisWorkspace.md} (100%) rename src/HealthcareApis/internal/{New-AzHealthcareAPIsService.ps1 => New-AzHealthcareApisService.ps1} (100%) rename src/HealthcareApis/internal/{New-AzHealthcareAPIsWorkspace.ps1 => New-AzHealthcareApisWorkspace.ps1} (100%) rename src/HealthcareApis/test/{AzHealthcareAPIsService.Recording.json => AzHealthcareApisService.Recording.json} (100%) rename src/HealthcareApis/test/{AzHealthcareAPIsService.Tests.ps1 => AzHealthcareApisService.Tests.ps1} (100%) rename src/HealthcareApis/test/{AzHealthcareAPIsWorkspace.Recording.json => AzHealthcareApisWorkspace.Recording.json} (100%) rename src/HealthcareApis/test/{AzHealthcareAPIsWorkspace.Tests.ps1 => AzHealthcareApisWorkspace.Tests.ps1} (100%) diff --git a/src/HealthcareApis/custom/New-AzHealthcareAPIsService.ps1 b/src/HealthcareApis/custom/New-AzHealthcareApisService.ps1 similarity index 100% rename from src/HealthcareApis/custom/New-AzHealthcareAPIsService.ps1 rename to src/HealthcareApis/custom/New-AzHealthcareApisService.ps1 diff --git a/src/HealthcareApis/custom/New-AzHealthcareAPIsWorkspace.ps1 b/src/HealthcareApis/custom/New-AzHealthcareApisWorkspace.ps1 similarity index 100% rename from src/HealthcareApis/custom/New-AzHealthcareAPIsWorkspace.ps1 rename to src/HealthcareApis/custom/New-AzHealthcareApisWorkspace.ps1 diff --git a/src/HealthcareApis/examples/Get-AzHealthcareAPIsService.md b/src/HealthcareApis/examples/Get-AzHealthcareApisService.md similarity index 100% rename from src/HealthcareApis/examples/Get-AzHealthcareAPIsService.md rename to src/HealthcareApis/examples/Get-AzHealthcareApisService.md diff --git a/src/HealthcareApis/examples/Get-AzHealthcareAPIsWorkspace.md b/src/HealthcareApis/examples/Get-AzHealthcareApisWorkspace.md similarity index 100% rename from src/HealthcareApis/examples/Get-AzHealthcareAPIsWorkspace.md rename to src/HealthcareApis/examples/Get-AzHealthcareApisWorkspace.md diff --git a/src/HealthcareApis/examples/New-AzHealthcareAPIsService.md b/src/HealthcareApis/examples/New-AzHealthcareApisService.md similarity index 100% rename from src/HealthcareApis/examples/New-AzHealthcareAPIsService.md rename to src/HealthcareApis/examples/New-AzHealthcareApisService.md diff --git a/src/HealthcareApis/examples/New-AzHealthcareAPIsWorkspace.md b/src/HealthcareApis/examples/New-AzHealthcareApisWorkspace.md similarity index 100% rename from src/HealthcareApis/examples/New-AzHealthcareAPIsWorkspace.md rename to src/HealthcareApis/examples/New-AzHealthcareApisWorkspace.md diff --git a/src/HealthcareApis/examples/Remove-AzHealthcareAPIsService.md b/src/HealthcareApis/examples/Remove-AzHealthcareApisService.md similarity index 100% rename from src/HealthcareApis/examples/Remove-AzHealthcareAPIsService.md rename to src/HealthcareApis/examples/Remove-AzHealthcareApisService.md diff --git a/src/HealthcareApis/examples/Remove-AzHealthcareAPIsWorkspace.md b/src/HealthcareApis/examples/Remove-AzHealthcareApisWorkspace.md similarity index 100% rename from src/HealthcareApis/examples/Remove-AzHealthcareAPIsWorkspace.md rename to src/HealthcareApis/examples/Remove-AzHealthcareApisWorkspace.md diff --git a/src/HealthcareApis/examples/Update-AzHealthcareAPIsService.md b/src/HealthcareApis/examples/Update-AzHealthcareApisService.md similarity index 100% rename from src/HealthcareApis/examples/Update-AzHealthcareAPIsService.md rename to src/HealthcareApis/examples/Update-AzHealthcareApisService.md diff --git a/src/HealthcareApis/examples/Update-AzHealthcareAPIsWorkspace.md b/src/HealthcareApis/examples/Update-AzHealthcareApisWorkspace.md similarity index 100% rename from src/HealthcareApis/examples/Update-AzHealthcareAPIsWorkspace.md rename to src/HealthcareApis/examples/Update-AzHealthcareApisWorkspace.md diff --git a/src/HealthcareApis/exports/Get-AzHealthcareAPIsService.ps1 b/src/HealthcareApis/exports/Get-AzHealthcareApisService.ps1 similarity index 100% rename from src/HealthcareApis/exports/Get-AzHealthcareAPIsService.ps1 rename to src/HealthcareApis/exports/Get-AzHealthcareApisService.ps1 diff --git a/src/HealthcareApis/exports/Get-AzHealthcareAPIsWorkspace.ps1 b/src/HealthcareApis/exports/Get-AzHealthcareApisWorkspace.ps1 similarity index 100% rename from src/HealthcareApis/exports/Get-AzHealthcareAPIsWorkspace.ps1 rename to src/HealthcareApis/exports/Get-AzHealthcareApisWorkspace.ps1 diff --git a/src/HealthcareApis/exports/New-AzHealthcareAPIsService.ps1 b/src/HealthcareApis/exports/New-AzHealthcareApisService.ps1 similarity index 100% rename from src/HealthcareApis/exports/New-AzHealthcareAPIsService.ps1 rename to src/HealthcareApis/exports/New-AzHealthcareApisService.ps1 diff --git a/src/HealthcareApis/exports/New-AzHealthcareAPIsWorkspace.ps1 b/src/HealthcareApis/exports/New-AzHealthcareApisWorkspace.ps1 similarity index 100% rename from src/HealthcareApis/exports/New-AzHealthcareAPIsWorkspace.ps1 rename to src/HealthcareApis/exports/New-AzHealthcareApisWorkspace.ps1 diff --git a/src/HealthcareApis/exports/Remove-AzHealthcareAPIsService.ps1 b/src/HealthcareApis/exports/Remove-AzHealthcareApisService.ps1 similarity index 100% rename from src/HealthcareApis/exports/Remove-AzHealthcareAPIsService.ps1 rename to src/HealthcareApis/exports/Remove-AzHealthcareApisService.ps1 diff --git a/src/HealthcareApis/exports/Remove-AzHealthcareAPIsWorkspace.ps1 b/src/HealthcareApis/exports/Remove-AzHealthcareApisWorkspace.ps1 similarity index 100% rename from src/HealthcareApis/exports/Remove-AzHealthcareAPIsWorkspace.ps1 rename to src/HealthcareApis/exports/Remove-AzHealthcareApisWorkspace.ps1 diff --git a/src/HealthcareApis/exports/Update-AzHealthcareAPIsService.ps1 b/src/HealthcareApis/exports/Update-AzHealthcareApisService.ps1 similarity index 100% rename from src/HealthcareApis/exports/Update-AzHealthcareAPIsService.ps1 rename to src/HealthcareApis/exports/Update-AzHealthcareApisService.ps1 diff --git a/src/HealthcareApis/exports/Update-AzHealthcareAPIsWorkspace.ps1 b/src/HealthcareApis/exports/Update-AzHealthcareApisWorkspace.ps1 similarity index 100% rename from src/HealthcareApis/exports/Update-AzHealthcareAPIsWorkspace.ps1 rename to src/HealthcareApis/exports/Update-AzHealthcareApisWorkspace.ps1 diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_Get.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareApisService_Get.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_Get.cs rename to src/HealthcareApis/generated/cmdlets/GetAzHealthcareApisService_Get.cs diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_GetViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareApisService_GetViaIdentity.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_GetViaIdentity.cs rename to src/HealthcareApis/generated/cmdlets/GetAzHealthcareApisService_GetViaIdentity.cs diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_List.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareApisService_List.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_List.cs rename to src/HealthcareApis/generated/cmdlets/GetAzHealthcareApisService_List.cs diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_List1.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareApisService_List1.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsService_List1.cs rename to src/HealthcareApis/generated/cmdlets/GetAzHealthcareApisService_List1.cs diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_Get.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareApisWorkspace_Get.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_Get.cs rename to src/HealthcareApis/generated/cmdlets/GetAzHealthcareApisWorkspace_Get.cs diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_GetViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareApisWorkspace_GetViaIdentity.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_GetViaIdentity.cs rename to src/HealthcareApis/generated/cmdlets/GetAzHealthcareApisWorkspace_GetViaIdentity.cs diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_List.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareApisWorkspace_List.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_List.cs rename to src/HealthcareApis/generated/cmdlets/GetAzHealthcareApisWorkspace_List.cs diff --git a/src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_List1.cs b/src/HealthcareApis/generated/cmdlets/GetAzHealthcareApisWorkspace_List1.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/GetAzHealthcareAPIsWorkspace_List1.cs rename to src/HealthcareApis/generated/cmdlets/GetAzHealthcareApisWorkspace_List1.cs diff --git a/src/HealthcareApis/generated/cmdlets/NewAzHealthcareAPIsService_CreateExpanded.cs b/src/HealthcareApis/generated/cmdlets/NewAzHealthcareApisService_CreateExpanded.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/NewAzHealthcareAPIsService_CreateExpanded.cs rename to src/HealthcareApis/generated/cmdlets/NewAzHealthcareApisService_CreateExpanded.cs diff --git a/src/HealthcareApis/generated/cmdlets/NewAzHealthcareAPIsWorkspace_CreateExpanded.cs b/src/HealthcareApis/generated/cmdlets/NewAzHealthcareApisWorkspace_CreateExpanded.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/NewAzHealthcareAPIsWorkspace_CreateExpanded.cs rename to src/HealthcareApis/generated/cmdlets/NewAzHealthcareApisWorkspace_CreateExpanded.cs diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsService_Delete.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareApisService_Delete.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsService_Delete.cs rename to src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareApisService_Delete.cs diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsService_DeleteViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareApisService_DeleteViaIdentity.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsService_DeleteViaIdentity.cs rename to src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareApisService_DeleteViaIdentity.cs diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsWorkspace_Delete.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareApisWorkspace_Delete.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsWorkspace_Delete.cs rename to src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareApisWorkspace_Delete.cs diff --git a/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsWorkspace_DeleteViaIdentity.cs b/src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareApisWorkspace_DeleteViaIdentity.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareAPIsWorkspace_DeleteViaIdentity.cs rename to src/HealthcareApis/generated/cmdlets/RemoveAzHealthcareApisWorkspace_DeleteViaIdentity.cs diff --git a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsService_UpdateExpanded.cs b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareApisService_UpdateExpanded.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsService_UpdateExpanded.cs rename to src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareApisService_UpdateExpanded.cs diff --git a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsService_UpdateViaIdentityExpanded.cs b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareApisService_UpdateViaIdentityExpanded.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsService_UpdateViaIdentityExpanded.cs rename to src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareApisService_UpdateViaIdentityExpanded.cs diff --git a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsWorkspace_UpdateExpanded.cs b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareApisWorkspace_UpdateExpanded.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsWorkspace_UpdateExpanded.cs rename to src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareApisWorkspace_UpdateExpanded.cs diff --git a/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded.cs b/src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareApisWorkspace_UpdateViaIdentityExpanded.cs similarity index 100% rename from src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareAPIsWorkspace_UpdateViaIdentityExpanded.cs rename to src/HealthcareApis/generated/cmdlets/UpdateAzHealthcareApisWorkspace_UpdateViaIdentityExpanded.cs diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Axiom.psm1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Axiom.psm1 new file mode 100644 index 000000000000..7f77b8495f27 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Axiom.psm1 @@ -0,0 +1,171 @@ +. $PSScriptRoot\Verify-Equal.ps1 + +. $PSScriptRoot\Verify-True.ps1 +. $PSScriptRoot\Verify-False.ps1 + +. $PSScriptRoot\Verify-Null.ps1 +. $PSScriptRoot\Verify-NotNull.ps1 + +. $PSScriptRoot\Verify-Same.ps1 +. $PSScriptRoot\Verify-NotSame.ps1 + +. $PSScriptRoot\Verify-Throw.ps1 + +. $PSScriptRoot\Verify-Type.ps1 + +. $PSScriptRoot\Verify-AssertionFailed.ps1 + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUKx2uYj0MytXdHO5iRpoT7ty7 +# NaaggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# wGVDY9V5KcnysAAyugt9QN31KzQwDQYJKoZIhvcNAQEBBQAEggEADM1xKXsntO19 +# XaGxDGbWuRd7v8j7uZtzJ6Cib1vxJKgqtMS7NEJDn/Jq4xm+TPS/oeAmpWbEYZOb +# uTiDjohjtPzD3CmqpAX8y94/Md9ayjLUDtnR4oxcRqNJ+VZQyUDxoYpxzYEj7qJB +# IuX9Ax1lqMsRF5PgCl1XJP7NHzsajJ2CnTXe1wnGiR4gHkaym0LZSjjLYk31KBAn +# lSsLokwEhO7xYRiVkAmWMgNTUNBiSOfuZwv1uZFR4/Q57XCpU9/zNPYXfQOgKPGE +# fZ2A8Ej90p4kaK/LpB+G9guJmAcar7isgLyiImk8ZVgOYR6QW2Kw2ZU43qMIPUGc +# gTYZwqvaIaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU3WjAjBgkqhkiG9w0BCQQx +# FgQUfeYHxAjIttG9WyykSLdhl/oOjM0wDQYJKoZIhvcNAQEBBQAEggEAlCZuJKvp +# K4KcTyHBAbCVUKljd5SZNSPoYXq78kT0H6KlJJNIX1wqND55APN5i6xGmKy+z0+a +# 38Whh2C6aaSimJz8HgouUuseOgWMykFFeZX/8jLUjNxQvLvWFCsYFnQMvu1Q6Cmb +# bB3l8Y11dacQvIWD7c/zanIBxD+ZMGh5rXCH4QDD5yEdYSJ/pmwpXetPMhPBKbKH +# ZhOUk1b48qawk+EC53RV/C5Tk7BjQdU5yOMiSFvb9VxND6RfPSIO5TG6k9SO05hx +# u/6mkwLvrAaQ+DYSZph9rw633D/cPOjvk/r9Ca2wBGIu+xeUNslNDThoiFzMAMXX +# 58KnQXxU6TXE5Q== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-AssertionFailed.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-AssertionFailed.ps1 new file mode 100644 index 000000000000..1f9590eafa13 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-AssertionFailed.ps1 @@ -0,0 +1,182 @@ +function Verify-AssertionFailed { + param ( + [Parameter(Mandatory = $true, ValueFromPipeline = $true)] + [ScriptBlock]$ScriptBlock + ) + + $assertionExceptionThrown = $false + $err = $null + try { + $null = & $ScriptBlock + } + catch [Exception] { + $assertionExceptionThrown = ($_.FullyQualifiedErrorId -eq 'PesterAssertionFailed') + $err = $_ + $err + } + + if (-not $assertionExceptionThrown) { + $result = if ($null -eq $err) { + "no assertion failure error was thrown!" + } + else { + "other error was thrown! $($err | Format-List -Force * | Out-String)" + } + throw [Exception]"Expected the script block { $ScriptBlock } to fail in Pester assertion, but $result" + } +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUc2TN0NaxHrK8KJf2TIetW/R4 +# 5nWggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# jg6icwnbmPBaT/90Co6Dzc2G4nMwDQYJKoZIhvcNAQEBBQAEggEAK72PR14Fs74G +# XaFMvARh38f01XyhqZ4Kxso55WCYQXUgjDUt6WOOztoLPolbH4JwLpWrOEE5NU4I +# kKnutju1bCZfc7VLQXKVmmoKL1Qgo+vveq+N+GQgvnSY5y/wadAa7HWdmMvcimyl +# 0q6KijsVV7zWrduBNekB3gJNuVSHRtDlyimAooVkMWTyC9ErMYk5jEp0HgtxpsUK +# PEJ5kF5h1v+Pc63kcbYXhFzxP+ReE1oTy6utBr1Fzbf8RoIiCnQfUgq4AQzpvY97 +# mEghX/7ZHPlPncmb62IjOhNlC120g/HspQM1cpB38MebHgG7lHqawEBaL1RyEnos +# t1NITccAmaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU4WjAjBgkqhkiG9w0BCQQx +# FgQUaUWDil7RtvIw26Q3NenyhUPGa3MwDQYJKoZIhvcNAQEBBQAEggEAZuxQLj/M +# f/bZpZruLVkbY2YqxOhel1DdEjMspKspWU0xm35L1R4aqasZT8IpPjSYOtqFm49q +# mifBRdDgeh54nLT23aLt6lzM4ZXRxgFmBqpOJgJnh8GabOZsvJOKYmd5mhZjvrA+ +# /UCDyjy1MQ1+E79BsRmGfb35i80eCnaC1h1OH7uv/6Lwr4Q2p4Dmhb8zHZzRL/Nk +# ftvg4/1+Klw0wJ+PMWyP4fBQZ8OqrordsqMqFZTVZNxS7MCmP4NEl4IJ0EgBSbOD +# R7RvG0x4aNKgrLkwXuKbVoqrbSEzr0baFU5vNHgaNuYesU2ES2G7WpFOM8EW0/dB +# 8LGKvQnJp5cUwQ== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Equal.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Equal.ps1 new file mode 100644 index 000000000000..2675c59994f2 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Equal.ps1 @@ -0,0 +1,175 @@ +function Verify-Equal { + param ( + [Parameter(ValueFromPipeline = $true)] + $Actual, + [Parameter(Mandatory = $true, Position = 0)] + $Expected + ) + + if ($Expected -ne $Actual) { + $message = "Expected and actual values differ!`n" + + "Expected: '$Expected'`n" + + "Actual : '$Actual'" + if ($Expected -is [string] -and $Actual -is [string]) { + $message += "`nExpected length: $($Expected.Length)`nActual length: $($Actual.Length)" + } + throw [Exception]$message + } + + $Actual +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUAoDWcUTjSqrV7GQmvwRt2KVt +# isiggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# f63ARS3EUGOjsWIVigf8oQ6y1qgwDQYJKoZIhvcNAQEBBQAEggEAC5A8LN9wD2HB +# C1R3H0bWFx75mtqUb7vqN6+zhgbfQe18CaoXIYw2mzy12XF9vJLwTXORpAVJDQtw +# NDuULAODVGEPbXxqaeH+bb2HOQ1Du2YzjumPF6Vvc+RrHOO0HrdYtfP0vn7itICl +# fZDx7B4/81XYi01waxjPPKHaE4llfBzu+Fi9ew2NWoWa/AqJhuWoks5xun0/9GFF +# jX2rq4Jc2ueDv1kF9ZbhK9kwqzFoySLE/BwFhZgaBBDxtPysN4zLip54OGKgtIuF +# LiGui05EChXfEwlkGeVqHbI06EV3xrD3YOyzZ69rFLOj5bGLiwX57ungRTREFx2Q +# XOh1AQVXM6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU4WjAjBgkqhkiG9w0BCQQx +# FgQUojlgyerWX/a8sg1S4Oi4vU+Y9MMwDQYJKoZIhvcNAQEBBQAEggEAYaSrFln0 +# ra+5s3yt+x4rNVkQ/plZ7dbPqs0Ok/YDSvU4jcDYvauRjrpXPbGeUzhhnw1NHKs+ +# PxZIBNJmPMnCvWDn1h0Z14YRaIuLAZHl4OaegA3mihLZQBif+RhWXsoR81yCzjsQ +# MHupbYkQOvqs6OilibNQOEebtEcnWwRE26+hXg6BZ6mJ9+SyDzfNrBbNTvotWH15 +# Uv+P143krXIMfna16GGWU8I80Vj/eGtfqtAn3uIUAjLunYvyQCUpetD5X2rlP4Zu +# Y9U/EaQVws7Wn0qL73+2G5TA5BYnAAmDDIKl+Wkux9P1qvEIpLZ2whzOXOpNeZuN +# HTzJksXFcHIcCA== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-False.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-False.ps1 new file mode 100644 index 000000000000..1ef1790f5fa4 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-False.ps1 @@ -0,0 +1,167 @@ +function Verify-False { + param ( + [Parameter(ValueFromPipeline = $true)] + $Actual + ) + + if ($Actual) { + throw [Exception]"Expected `$false but got '$Actual'." + } + + $Actual +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUExhsFHPLHbCUjGxFFITYdg0N +# 8gCggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# LY0twGo1ODfTfQYw7cIpYu+i2pgwDQYJKoZIhvcNAQEBBQAEggEAfZSeO+/IPsiM +# I/NJSRICbEbtwC2b/x2+Oyfwm0iNA0/6k8XWTgXthBoYN8BT5fU3HF8+cPGygGYe +# 60OLQ7P4AapYGdLWFiYJEjtRDYp4YLiyGqtW5lljOiCaFNoQLIuUF399PSXGQWEz +# on4YKIBi5rRLJbWCJ20VXk4R/vv51Nss80RQCBD/6I2fYXy7zasCYSCeZuz7G31g +# 9Fjssn/sAvL8qkVLuOMMpXNnFVvmfBmGo2BUsK0za33UUecs+7Xz8oZqvZvmoZTo +# SAKjolbmSXtRzzoC1ZMP0rt+4aI3kKXKeNPZLNvdjM4rK3Js+wa5DEeum0axpIeh +# p8umDLMK56GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU4WjAjBgkqhkiG9w0BCQQx +# FgQUSsRlqTMLiHQJ6X0SRX+i1cThXW0wDQYJKoZIhvcNAQEBBQAEggEAA7wcyVeJ +# W+CwVD334WchmB3J2DZOYKzLbvtpP2gon6U3MsdT4QrN0C+zs22hrxoB8XOl5+88 +# iYxJVn1EdOh5xS6dWS38Ay6OQ8GeOBL498zUz2PhB5GDKpOnkjemHy4TS78+BB0N +# fqvacXzOBI4EQsfCbidMWzOMneL3F4mxps7VRh4cnIaPlu7P2aaG/lUNlMxCBgd/ +# NKuIbyTv7P4+aVozhQRa4mz+Xqh35lT5nXejx3Kw+Vcu1jP4wJaWHMlyBz0CY0WU +# okb3BUQdU6l7AxnZSqz4j7+IcUrbts5egdWEZIy8f05AixS85duqQSkWXrgZgznc +# XVJyn3cdBKvpiw== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-NotNull.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-NotNull.ps1 new file mode 100644 index 000000000000..f0ce49769e7a --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-NotNull.ps1 @@ -0,0 +1,167 @@ +function Verify-NotNull { + param ( + [Parameter(ValueFromPipeline = $true)] + $Actual + ) + + if ($null -eq $Actual) { + throw [Exception]"Expected not `$null but got `$null." + } + + $Actual +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUjgXz6ehnXGouh0ybLRSjxIxU +# FdCggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# gsvWO4SCFNkPBujXXUMbhJFLmBcwDQYJKoZIhvcNAQEBBQAEggEAPVjn9VZFfyEq +# rcMNaNagcLajJz5CPM7YgKgAoT2Z8wNEtIUejm1IS6Mo4CO6QTC7XmhtMbAZJXdM +# ZshSC8xxX/Gw8g8v4/+mw3ivtkqFzv9u8DE/OObtBImkXRT9f26s/TV8gyOe3rPW +# rF6V2drRIDfywBR8T0ZY9JzSLcSKSFfDZAOEgXoR6FPjqB1GPV5LN6RTvQLoMMPv +# Q4PH6YYEkjER1+WHQGIU+HF46b6ATYz0ELpvztxds9wlCRPnjtxDeC2w+HZuw/mE +# ChP2JMvy6mZTeVSXNHnPHXiNTUD+qs3fnJHcLskQfSU1MsY0QSqAkBRJnm1sZ0HM +# NbIo8fb3jqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU5WjAjBgkqhkiG9w0BCQQx +# FgQU6qWILJXvVIR363m7lFv5mlL4Dk0wDQYJKoZIhvcNAQEBBQAEggEAcl0NY0G/ +# ruXpveC7e72CTM5Jm6YQqE3RVHVUbndNaBvDLD4G0yxT0RSadHmjf8MlROO7NxF7 +# JU6KzK/2gX9rMfAQPq1Zy3ZQVMPCeBQW+46vtljig1hRp/gwfT9CswrTk27d7IUQ +# ciRMsYPPBwdt6ER9Jet+GCwE1cQNQ+axXfTdGl1cQ6CMu3mWFWSkJ973LsHlAvSi +# l8wk1cX7QztTOp1SyUKkMIjeDAD57uWKBgNueVUTrRenpUUS0f60ew9ikGTm/7yg +# Rh1E2D2UsYQdjVv9RJoWM11FQdC4Aw3CdUq6JSSXR+jYt5/jTk6s/rG1Ds+y2ij7 +# aDdQGJVldQY3PQ== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-NotSame.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-NotSame.ps1 new file mode 100644 index 000000000000..3cf3f0a325f3 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-NotSame.ps1 @@ -0,0 +1,169 @@ +function Verify-NotSame { + param ( + [Parameter(ValueFromPipeline = $true)] + $Actual, + [Parameter(Mandatory = $true, Position = 0)] + $Expected + ) + + if ([object]::ReferenceEquals($Expected, $Actual)) { + throw [Exception]"Expected the objects to be different instance but they were the same instance." + } + + $Actual +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUkYEoXbmys+jj5k8OFworJ7Yu +# 4zeggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# ZvKvQXzNHowYoFpnzFQyLHK9g9YwDQYJKoZIhvcNAQEBBQAEggEAHhefzlfanZS/ +# 1iwHzC28vjXOJH0uLSmr8n2aX+hpFgnSS4bmkz6JfEwJei6DjhGMrWoMPbVq15lQ +# DPIOe0Xyb8Rw0k4/N9iByaTNTk1hSpHF7B/GGFBOkGubfSlinpHK7wDdJLoPf0ev +# drMEKGqDwJPHAADx7maW1VK63Z4LzAGds9CkIUhrtdX/iQ6akvbx0EqXgY35hYMY +# Z0zcHKnYkSbqR5xyQ7egedm2HzXiXxNu0Lwz0qSK9cOoy79fk7GhRp1YDiDu2A6N +# 51THqpNf3aTfwL1N6Rp/PtnVYI8Jmo73u6HgaswUoogWMOCu+weCnjGRuOYxLoUe +# hmWrKufnraGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU5WjAjBgkqhkiG9w0BCQQx +# FgQUL5gAyBlILNmIfKYfac3XVW1kDs8wDQYJKoZIhvcNAQEBBQAEggEASKotZPAX +# IW6yyRXFD1t097a6qjyTLsJ3L+szkEwtEYs+v2olSg4GL2KtbY9uWkZ8NLLKlSxw +# 2bylGWnwEqB425duf2U6AvM8wuCQCaym6IzpZSyeAmhO1kFGOxTddWYuevVe/04l +# QKX/W0lrQIsP2hd7j5DHnZZ67z+8GPRK74qaGI65f/30TX7rRzOSFFmpANIPYQ3O +# AkmPwJWMZyy/L7bwIpeYsCoLL5AVxFXIgi//n0u54AIY0FdTWAoxnf5bn6b+y/eL +# zM/a/qEIGQ12n6JAX3n3t8Bc5y77g1t+hYrKODTzfwZLfQniSHCpg2WzRp+sORfq +# FEp5AAcxeLJqXg== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Null.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Null.ps1 new file mode 100644 index 000000000000..da9ffb21e7bc --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Null.ps1 @@ -0,0 +1,167 @@ +function Verify-Null { + param ( + [Parameter(ValueFromPipeline = $true)] + $Actual + ) + + if ($null -ne $Actual) { + throw [Exception]"Expected `$null but got '$Actual'." + } + + $Actual +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUN+iTSinGoqa8A1+jmsVFSlAI +# EL+ggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# Vms2oGhw8srydIGd2i7Az0tHPoAwDQYJKoZIhvcNAQEBBQAEggEAKqZyM67uzISa +# M7rtjgcIwX42CT0UGC+dEXd+5Eyx57Cguw5NcQ4uo4gpc2l0GWrUpleAS3GPphs4 +# GN4CpaBXC1hl8FZAhFv02CH0sXBTAhpz96k1SnihIguSoA01t8bTPepL2CwMgtKL +# 4C9BxOkT2wTFXl+EOxi/HTBRtY/BWWitSyb3AbhdFoAIVmYjkhXTB662JihLF2rO +# s9wDlOcrxkc5PvFUdFNRs1YgDphxcwPKm7yuN0lynd5yl/LSKtl/aooV+R37ExC9 +# 2nYigyEJWNtSwZgWuIZLg08pq3gis4YyFjeD60R0E87TVc/zvL1XT2E0X7i1aslb +# tCzF5m/Sq6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU5WjAjBgkqhkiG9w0BCQQx +# FgQUTSwIm78M/ijOlIdyW6HIW0AyoJAwDQYJKoZIhvcNAQEBBQAEggEAJZfUKUxv +# ALomFjq470qDrfgTULoW0a2ITjoP37VfOMoinQzChUOH207E2EBVT5mFR8ZL79fz +# /Axjwf5mpyX08yNbOUuoQhOvLAVbEgEnIeP2Je3McZEyrpG5GlsU9/kssHeVY0Bm +# q2FSyr7RVGuza41qR1jOhbG1ZbWobsTVcLnREqTjU1S3niErczTUQmZ4xgkYE8jP +# KRfugbpPazVyC28hixmSPGlNtnHKFB7GXz6yqldQRPS2TYL4C4O/puVOKEIa0qb9 +# f/XzVgLgtlpBU5uc5pHlQlF+MlGZUtYW4v5NzOtZXUaO/nx8Kw0vDjCU7uYOZXnM +# GuMFf1ADT8O29Q== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Same.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Same.ps1 new file mode 100644 index 000000000000..a97b8372c8bd --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Same.ps1 @@ -0,0 +1,169 @@ +function Verify-Same { + param ( + [Parameter(ValueFromPipeline = $true)] + $Actual, + [Parameter(Mandatory = $true, Position = 0)] + $Expected + ) + + if (-not [object]::ReferenceEquals($Expected, $Actual)) { + throw [Exception]"Expected the objects to be the same instance but they were not." + } + + $Actual +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQU5ixZyRe4q3esHS67yYfIaFCp +# LO+ggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# CWae2pz0F5RsnExRa9GHkncVhh4wDQYJKoZIhvcNAQEBBQAEggEAq/PWNYCPYMYP +# luKvxIjSe4zXqBdV43bsbAlHQRSQFgbZ2d6UuiK32fsr+cW9oPBB8j3uZ1TlGi4R +# OBVidleIfM8bEKZf/4dW0mSShhTHYtN84ojHMl6WvByNy/hNDdRDbLP+l4GeuVms +# YBdI/3/nPsvi4tc9E77uZNJtnUaiXIEOCLb1E8HU6nViQ1q02gXkm7M9SQXWsawf +# ve/78167re5xYcalwohxmtrXl8ANDXNFJyK+g9yh5YsCY1Y3G2sFZA97v7WDuJ/l +# cUdRcUpOunxbBZJ1oFO5xYvCl401h7XgfcgUigm4ymqNIuHRdzjFIg8aGxU4IvP3 +# uY6rIEQcNqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU5WjAjBgkqhkiG9w0BCQQx +# FgQUC8ADQLCoEryfLavVpHmmmW2FZJswDQYJKoZIhvcNAQEBBQAEggEAfP+nztQn +# doSH4+DSPjaf8R7SIL0Lmq0klGzn+LY+2ESBO6D8See6fhoiydfEq3nQT8uhPQdB +# wRyns/1HsmGbg62GUXFdDtK0vTSFaOuizjwz9TizA70Bx1LsDk1RS87rqVIyvHYf +# tV3ie/oARzmEvHbZWQ4neyodXMNFTEVWeyBUk1ZKIK2d1rkMS8uGaoHhCFTLWtSX +# 6xpnijRMyAaU0yXOp4YaJVdkS9S6Q7BLwcCEHdGiOejXFDWBUYrVqvlO9LVnBx+s +# R4YPqCPQZpxPckOJ0RoCeUWaav5WYf7+b6kCQbKl6P74yuGrXZ+ZkZIQuMuJJxCY +# 7Ul3UWR0udwgvg== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Throw.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Throw.ps1 new file mode 100644 index 000000000000..bbe45302d615 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Throw.ps1 @@ -0,0 +1,174 @@ +function Verify-Throw { + param ( + [Parameter(Mandatory = $true, ValueFromPipeline = $true)] + [ScriptBlock]$ScriptBlock + ) + + $exceptionThrown = $false + try { + $null = & $ScriptBlock + } + catch { + $exceptionThrown = $true + $_ + } + + if (-not $exceptionThrown) { + throw [Exception]"An exception was expected, but no exception was thrown!" + } +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUh3v8Ta4eiyAQ1l1juU1xHkjy +# CPyggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# OUoTGnuqHMDltSlbUbCqwpZTU0UwDQYJKoZIhvcNAQEBBQAEggEAkrmxsDLQvwi0 +# 5eRXaxIvAIhfNM5pjb/oV9GVGF5+Wu8pXP/0p18b3opHkLzXwgIksy1kUlheL5Cl +# 5a8B+HyUJRDCwPGJ9bkz34Pe/lVLR9yU0KksoPi3UDkCkZfF5BUvi/eYmqV/kv4z +# 2clkCbm4twu5/xpEXvMJxgomdRt5Yv/ATL09Z/guRySkuyahoDhDdq1N0j02fSUd +# VN9FWeDEt4hn+RjYb2Bp/Env+X0exrbRClhzqI+PbsFk9ZXTqInuV8zO0To9nDyz +# MUpHbl75QzkJRD7MoEFjZK8Hq90md3ZH0XLqx1s19GyWKigzefpdzykufZUzxKcE +# Pbv0MIwuXaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDAwWjAjBgkqhkiG9w0BCQQx +# FgQUWXmNfUrnpRMMGTAhl5E3Tk1RFH4wDQYJKoZIhvcNAQEBBQAEggEAkFtltFQm +# YPn04A3ty9Hx8zmq3pmcdz7wSCq4hp3PVeYjRF5r36EngzpnPTcA8mXDYP3sjA/B +# siokJao0Mc8Zpl5moX5T00RFCcsTeOj9mfQAxUiKzDr72CiUM44rleqaUSx/nlf3 +# FFuJVtircWr1ZVSIZtFVmy60rVYyujS8irolB67iT1Ew0HzEc+X4meidmQaMmGME +# YV4unSwFKpVAmHu4abW+8EcY/qE1UPNahVASN+6o/7MC5npcPk8aH3wDPnnaJIpJ +# nSA475iw6llu7tNel+OJX7Bnl2XoIV75bI8FGuZI/rmEWfkxcnF1eZhXJZGqVLa7 +# G0rAwtsDw7/4Ug== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-True.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-True.ps1 new file mode 100644 index 000000000000..c115daf62643 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-True.ps1 @@ -0,0 +1,167 @@ +function Verify-True { + param ( + [Parameter(ValueFromPipeline = $true)] + $Actual + ) + + if (-not $Actual) { + throw [Exception]"Expected `$true but got '$Actual'." + } + + $Actual +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUWug5cBcRTOGv0wBtXiiUo3tO +# IeqggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# KYteVRU0YXArcMNiQZw9T93TWJkwDQYJKoZIhvcNAQEBBQAEggEAn2DwmFDui2go +# Nq+jiq3MOOpsDADaPoVLUnE6/2MYuyFvdfhynejMk2j73xsxfs3iYKwhVGTfKeQT +# OTnXQV7B7x9KJZc0d0Svq6CcLKYI+kr9JNyjtJIM80asobgs2OZlFs3UrnGTw54P +# 8gqRxHy/7snhM6hWAJSzs+BbeeXqTz/lu6hrRwEfxP7bHXZIqn0CK3Lsn3wr1o50 +# xC3m8/jv0mMm+ZtCL3fqrlpe+qQIpMwJ6Tm/oASjQsijP8cOYiKoE7HYUAgD2a4n +# +UC3SilfYZU5xfAHsv1IE1wfUYOgYEAt5ZxP6J1dHHcRsFIHre6VcalpUNBqwFix +# +D9EWMaUEKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDAwWjAjBgkqhkiG9w0BCQQx +# FgQUSgfYEJEFJTiPcpKSor96ZNAIGA4wDQYJKoZIhvcNAQEBBQAEggEAh0pfZ/NG +# sK7yHfn3jfWH8WJV/9JyNJ9CkZsSza+sXPWgizyUVaZnuAnlAUkoBviv01p78AuM +# abHKOWRaCaCPvvF5mcxVArmOhREZoij+47ZZbLAHHKq/RPmLrPdBcdiwWz8PzLwD +# Hr/VPMAr+VVuCKItWdhUmqjyrSgZe4yNZ8GgEK8w9etpyJFhY1Uq0192fnGlfRlz +# BmQhk8Ici4ov2e4N5rcUyG1vSa3jlh2xlq+GEPcD9SSKLBymLiC8R2KisubFzGwN +# 0I2MQF4XB3QDE0mqK2K8SqbgdiB+tg67AEZT4S8LzbcjBF+fW085cLT86ftJfuvK +# nN2POafbbbRvlA== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Type.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Type.ps1 new file mode 100644 index 000000000000..045de9183429 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Type.ps1 @@ -0,0 +1,176 @@ +function Verify-Type { + param ( + [Parameter(ValueFromPipeline = $true)] + $Actual, + [Parameter(Mandatory = $true, Position = 0)] + [Type]$Expected + ) + + if ($Actual -isnot $Expected) { + $message = "Expected value to be of type $($Expected.FullName)" + $Actual = "but got " + $(if ($null -eq $Actual) { + "''" + } + else { + "'$($Actual.GetType().FullName)'" + }) + throw [Exception]"$message, $Actual" + } + + $Actual +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUhh/oyrwBk1lPWIO59nR56UXG +# FoCggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# rGXhUQRKlSRDAbHk9SKPsbw+FdkwDQYJKoZIhvcNAQEBBQAEggEAA8isVnHEssjh +# WwVZ4O63LYIB/Uy1gv/81/ma/8fwTVfwmgheO5bSzsQu9RffNy+caauq42OXtRz0 +# SB/ahM1FxDko4eXx0yUvizCRsiAOdhd0gEasl3luPCtlpHKQ2cjK7f0Hybbh4WuV +# I2un1Ux1wrDDRZFG1Lc4JGnD+FWPW6UCkFJK1n30oCt7akKrWLIdw+1SoNxoUJ8U +# d01TgeQtidYEtMFtHLVrRL0LB8K7UbDf07+XEAwGT84cW0FNEZ/Si7YiIgcaR+73 +# tSt4cEU381uJUxxLMfC8VLvzUfAWywjtGdGLh/IH6yEoOos3MVFqtrDKwiWUrAPM +# w4WzpDCgOqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDAwWjAjBgkqhkiG9w0BCQQx +# FgQUw+maDLetDsMMch8XLeFD3mDv8K8wDQYJKoZIhvcNAQEBBQAEggEAMIT1AJN3 +# 3eedJDUPO5Ebd84iOGTOzig8s6pTZPJT5w/62AHLRTy4LDQepkTK0B8flLwxKMa4 +# WFtpB9JncMyXLkcocfICaEtbjLIwkZFnSePY0Th4/bMIuwhNm1QcbuMiIrStZ7WB +# +FNbEHZdPuwgQI75a4YYrocGK6QtfvxIhPeKZ4mGaRaF9Vp81i9b0H3EqMU8659a +# sPkWfDgle7Q42oqx4GMjQcqoualsJ9lGK/xQ3dBZYr5fZCFSmBcpQQUoa3pYqoOY +# 4Vbct7gncB00Iu8OFXtyt1n+IDPAql/NZpawBj/gwgH0XDfagRQ5/KIuSsFJAG88 +# VcgQFeijaIdf2g== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Format/Format.psm1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Format/Format.psm1 new file mode 100644 index 000000000000..6ffb3c9f5c7f --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Format/Format.psm1 @@ -0,0 +1,360 @@ +Import-Module $PSScriptRoot\..\TypeClass\TypeClass.psm1 -DisableNameChecking + +function Format-Collection ($Value, [switch]$Pretty) { + $Limit = 10 + $separator = ', ' + if ($Pretty) { + $separator = ",`n" + } + #$count = $Value.Count + #$trimmed = $count -gt $Limit + '@(' + (($Value | Select -First $Limit | % { Format-Nicely -Value $_ -Pretty:$Pretty }) -join $separator ) + <# $(if ($trimmed) {' +' + [string]($count-$limit)}) + #> ')' +} + +function Format-Object ($Value, $Property, [switch]$Pretty) { + if ($null -eq $Property) { + $Property = $Value.PSObject.Properties | Select-Object -ExpandProperty Name + } + $valueType = Get-ShortType $Value + $valueFormatted = ([string]([PSObject]$Value | Select-Object -Property $Property)) + + if ($Pretty) { + $margin = " " + $valueFormatted = $valueFormatted ` + -replace '^@{', "@{`n$margin" ` + -replace '; ', ";`n$margin" ` + -replace '}$', "`n}" ` + + } + + $valueFormatted -replace "^@", $valueType +} + +function Format-Null { + '$null' +} + +function Format-String ($Value) { + if ('' -eq $Value) { + return '' + } + + "'$Value'" +} + +function Format-Date ($Value) { + $Value.ToString('o') +} + +function Format-Boolean ($Value) { + '$' + $Value.ToString().ToLower() +} + +function Format-ScriptBlock ($Value) { + '{' + $Value + '}' +} + +function Format-Number ($Value) { + [string]$Value +} + +function Format-Hashtable ($Value) { + $head = '@{' + $tail = '}' + + $entries = $Value.Keys | sort | foreach { + $formattedValue = Format-Nicely $Value.$_ + "$_=$formattedValue" } + + $head + ( $entries -join '; ') + $tail +} + +function Format-Dictionary ($Value) { + $head = 'Dictionary{' + $tail = '}' + + $entries = $Value.Keys | sort | foreach { + $formattedValue = Format-Nicely $Value.$_ + "$_=$formattedValue" } + + $head + ( $entries -join '; ') + $tail +} + +function Format-Nicely ($Value, [switch]$Pretty) { + if ($null -eq $Value) { + return Format-Null -Value $Value + } + + if ($Value -is [bool]) { + return Format-Boolean -Value $Value + } + + if ($Value -is [string]) { + return Format-String -Value $Value + } + + if ($Value -is [DateTime]) { + return Format-Date -Value $Value + } + + if ($value -is [Type]) { + return '[' + (Format-Type -Value $Value) + ']' + } + + if (Is-DecimalNumber -Value $Value) { + return Format-Number -Value $Value + } + + if (Is-ScriptBlock -Value $Value) { + return Format-ScriptBlock -Value $Value + } + + if (Is-Value -Value $Value) { + return $Value + } + + if (Is-Hashtable -Value $Value) { + # no advanced formatting of objects in the first version, till I balance it + return [string]$Value + #return Format-Hashtable -Value $Value + } + + if (Is-Dictionary -Value $Value) { + # no advanced formatting of objects in the first version, till I balance it + return [string]$Value + #return Format-Dictionary -Value $Value + } + + if (Is-Collection -Value $Value) { + return Format-Collection -Value $Value -Pretty:$Pretty + } + + # no advanced formatting of objects in the first version, till I balance it + return [string]$Value + # Format-Object -Value $Value -Property (Get-DisplayProperty $Value) -Pretty:$Pretty +} + +function Sort-Property ($InputObject, [string[]]$SignificantProperties, $Limit = 4) { + + $properties = @($InputObject.PSObject.Properties | + where { $_.Name -notlike "_*"} | + select -expand Name | + sort) + $significant = @() + $rest = @() + foreach ($p in $properties) { + if ($significantProperties -contains $p) { + $significant += $p + } + else { + $rest += $p + } + } + + #todo: I am assuming id, name properties, so I am just sorting the selected ones by name. + (@($significant | sort) + $rest) | Select -First $Limit + +} + +function Get-DisplayProperty ($Value) { + Sort-Property -InputObject $Value -SignificantProperties 'id', 'name' +} + +function Get-ShortType ($Value) { + if ($null -ne $value) { + $type = Format-Type $Value.GetType() + # PSCustomObject serializes to the whole type name on normal PS but to + # just PSCustomObject on PS Core + + $type ` + -replace "^System\." ` + -replace "^Management\.Automation\.PSCustomObject$", "PSObject" ` + -replace "^PSCustomObject$", "PSObject" ` + -replace "^Object\[\]$", "collection" ` + + } + else { + Format-Type $null + } +} + +function Format-Type ([Type]$Value) { + if ($null -eq $Value) { + return '' + } + + [string]$Value +} + + +Export-ModuleMember -Function @( + 'Format-Collection' + 'Format-Object' + 'Format-Null' + 'Format-Boolean' + 'Format-String' + 'Format-Date' + 'Format-ScriptBlock' + 'Format-Number' + 'Format-Hashtable' + 'Format-Dictionary' + 'Format-Type' + 'Format-Nicely' + 'Get-DisplayProperty' + 'Get-ShortType' +) + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUjtC16cvZvdBCZkGxpnItZuwf +# swmggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# tQRXOVQEuEPUxznJuHx5NwmCfGYwDQYJKoZIhvcNAQEBBQAEggEAZxlBdsd3SzhW +# XVtsRV0TJRb2TSKqAcd+fr96DWP5lvTIcujU430CDZQZK7r3SeygIEkHgdcdp1Lq +# wzddxByJK4lTMd0bC4eZCEq8Li+s7PzO+l28MgqJTg3JX/QXTcjsK8wdgynytm8x +# Pq8QWC+upCQRR4viCX+i8Ln9daj4eY7GYzdLs/4BjTBo2KALD3MgMsd5rQ7VThdi +# ufkcDF5g1744/pzd6WMXWp8tlNlqMzD9gcxqNhDcpTPAkBYwgADjXs3qn39Oso97 +# IFf1VELLRA2BUpEMmPEWaEkpD2if+Lqhg9o8zHtVT72sBnY7RradphiB0lVo6cBP +# 5MqLBEGDEKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDAxWjAjBgkqhkiG9w0BCQQx +# FgQUeYGbDWSb12T4672SnkhOtAfscCQwDQYJKoZIhvcNAQEBBQAEggEAT10VXA0P +# WAmG5jxWpjNSGtiwnMyFwJeGCP4WrtEGaUvq+162OFn86DGoChuCgQM+WmELrays +# 82lhy1jTU6+1mOprNhKmfnZi4wkAIWmN8h3KQumz/EejEB2+FqphSEsQIiRjn8Xk +# Kyvigmhp9FW5W/2CPrzobN0nt5P4H7edePq1tpyafaT4hcyjjHieYlZl+TS9Btpt +# u8q0+LJF17Gl/61SvJRNmJKwW6PBDAKNmB9xvx6hf3HyoDoXPnzAu1qzbgBma5gu +# Empq/eToRWq2aSpbQ2/OXmihYkEk5evcAOJQ/ZELJavL6cuqAXPppt5IoVpZSYIB +# 2QIyML62i19OJg== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/TypeClass/TypeClass.psm1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/TypeClass/TypeClass.psm1 new file mode 100644 index 000000000000..28c42419c0cb --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/TypeClass/TypeClass.psm1 @@ -0,0 +1,196 @@ +function Is-Value ($Value) { + $Value = $($Value) + $Value -is [ValueType] -or $Value -is [string] -or $value -is [scriptblock] +} + +function Is-Collection ($Value) { + # check for value types and strings explicitly + # because otherwise it does not work for decimal + # so let's skip all values we definitely know + # are not collections + if ($Value -is [ValueType] -or $Value -is [string]) { + return $false + } + + -not [object]::ReferenceEquals($Value, $($Value)) +} + +function Is-ScriptBlock ($Value) { + $Value -is [ScriptBlock] +} + +function Is-DecimalNumber ($Value) { + $Value -is [float] -or $Value -is [single] -or $Value -is [double] -or $Value -is [decimal] +} + +function Is-Hashtable ($Value) { + $Value -is [hashtable] +} + +function Is-Dictionary ($Value) { + $Value -is [System.Collections.IDictionary] +} + + +function Is-Object ($Value) { + # here we need to approximate that that object is not value + # or any special category of object, so other checks might + # need to be added + + -not ($null -eq $Value -or (Is-Value -Value $Value) -or (Is-Collection -Value $Value)) +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUICiyjxBewBLZ6r+DoKQLGcVi +# QMqggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# pcp0gZs5EQzma9nUl+3Q3m509OkwDQYJKoZIhvcNAQEBBQAEggEAb7lNzteTzUQM +# UHOQ7sgrNPS6HrWBr0sv7zCztgj0iGCikfXLKt2sG2ATXZFF6kTzqjg13kp3sVC4 +# B2oaczqmPoVPiULX0FxCmuqKrfU5YCYB0pH1USGicDtpLVCO6l+1wWejoM+ioPSK +# VlL85Avnmwb6g0w0+otfBgW3AefKXofsSnqNFzeDPa5Xn4vXWDbVcJFRs8i1jlec +# 3Pdcc2TAxllmCbw03yCv5uFQjJ9rs9kdjooet1EG6xkur/w8zk/I+pXE0w/DkL+z +# Zyo+UjQuSILO0ho575xqqRYz8gSHc4NKTAwaSjQi5eVGFtblpQCgwEsTaGEO4XMw +# 9EFZZVhcRqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDAxWjAjBgkqhkiG9w0BCQQx +# FgQULBnz1NWQv8TfY3OK1GoL/55tJQ8wDQYJKoZIhvcNAQEBBQAEggEAk1mW/y1u +# x7PBCpXm0wfMRL1v2X3FPwa1NjPfJwyQzjSctBu/lNa6zZOLq880Q2xzO+aO9IWd +# JOnlR1E39e7g0o3P/dtTrqwgd4zaQ9FbQ+fsoN/RetoqEwJ/CpIQfUFZYJGKbq86 +# eVA2Pc0olG6hC8W7EiTVJAP3N5nwaY73SzphYncsh7nuFNIpb/b/V/HmULhO7lG8 +# kvvHBuakspeT5mlRz5MNu9fT27K2v02YAQjtCzT1+0rTtjFxW7RRXVREJPmnMFX8 +# 2mZqn9RbEEU8VJAl8/Pwsrm9CZUGP9OuFE6rZBjz+R7n+glvhXPBlh9k3UpdAAjH +# Je+NF9OTIreZKg== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Be.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Be.ps1 new file mode 100644 index 000000000000..d1da4c558c98 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Be.ps1 @@ -0,0 +1,477 @@ +#Be +function Should-Be ($ActualValue, $ExpectedValue, [switch] $Negate, [string] $Because) { + <# +.SYNOPSIS +Compares one object with another for equality +and throws if the two objects are not the same. + +.EXAMPLE +$actual = "Actual value" +PS C:\>$actual | Should -Be "actual value" + +This test will pass. -Be is not case sensitive. +For a case sensitive assertion, see -BeExactly. + +.EXAMPLE +$actual = "Actual value" +PS C:\>$actual | Should -Be "not actual value" + +This test will fail, as the two strings are not identical. +#> + [bool] $succeeded = ArraysAreEqual $ActualValue $ExpectedValue + + if ($Negate) { + $succeeded = -not $succeeded + } + + $failureMessage = '' + + if (-not $succeeded) { + if ($Negate) { + $failureMessage = NotShouldBeFailureMessage -ActualValue $ActualValue -Expected $ExpectedValue -Because $Because + } + else { + $failureMessage = ShouldBeFailureMessage -ActualValue $ActualValue -Expected $ExpectedValue -Because $Because + } + } + + return & $SafeCommands['New-Object'] psobject -Property @{ + Succeeded = $succeeded + FailureMessage = $failureMessage + } +} + +function ShouldBeFailureMessage($ActualValue, $ExpectedValue, $Because) { + # This looks odd; it's to unroll single-element arrays so the "-is [string]" expression works properly. + $ActualValue = $($ActualValue) + $ExpectedValue = $($ExpectedValue) + + if (-not (($ExpectedValue -is [string]) -and ($ActualValue -is [string]))) { + return "Expected $(Format-Nicely $ExpectedValue),$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." + } + <#joining the output strings to a single string here, otherwise I get + Cannot find an overload for "Exception" and the argument count: "4". + at line: 63 in C:\Users\nohwnd\github\pester\Functions\Assertions\Should.ps1 + + This is a quickwin solution, doing the join in the Should directly might be better + way of doing this. But I don't want to mix two problems. + #> + (Get-CompareStringMessage -Expected $ExpectedValue -Actual $ActualValue -Because $Because) -join "`n" +} + +function NotShouldBeFailureMessage($ActualValue, $ExpectedValue, $Because) { + return "Expected $(Format-Nicely $ExpectedValue) to be different from the actual value,$(Format-Because $Because) but got the same value." +} + +Add-AssertionOperator -Name Be ` + -InternalName Should-Be ` + -Test ${function:Should-Be} ` + -Alias 'EQ' ` + -SupportsArrayInput + +#BeExactly +function Should-BeExactly($ActualValue, $ExpectedValue, $Because) { + <# +.SYNOPSIS +Compares one object with another for equality and throws if the +two objects are not the same. This comparison is case sensitive. + +.EXAMPLE +$actual = "Actual value" +PS C:\>$actual | Should -Be "Actual value" + +This test will pass. The two strings are identical. + +.EXAMPLE +$actual = "Actual value" +PS C:\>$actual | Should -Be "actual value" + +This test will fail, as the two strings do not match case sensitivity. +#> + [bool] $succeeded = ArraysAreEqual $ActualValue $ExpectedValue -CaseSensitive + + if ($Negate) { + $succeeded = -not $succeeded + } + + $failureMessage = '' + + if (-not $succeeded) { + if ($Negate) { + $failureMessage = NotShouldBeExactlyFailureMessage -ActualValue $ActualValue -ExpectedValue $ExpectedValue -Because $Because + } + else { + $failureMessage = ShouldBeExactlyFailureMessage -ActualValue $ActualValue -ExpectedValue $ExpectedValue -Because $Because + } + } + + return New-Object psobject -Property @{ + Succeeded = $succeeded + FailureMessage = $failureMessage + } +} + +function ShouldBeExactlyFailureMessage($ActualValue, $ExpectedValue, $Because) { + # This looks odd; it's to unroll single-element arrays so the "-is [string]" expression works properly. + $ActualValue = $($ActualValue) + $ExpectedValue = $($ExpectedValue) + + if (-not (($ExpectedValue -is [string]) -and ($ActualValue -is [string]))) { + return "Expected exactly $(Format-Nicely $ExpectedValue),$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." + } + <#joining the output strings to a single string here, otherwise I get + Cannot find an overload for "Exception" and the argument count: "4". + at line: 63 in C:\Users\nohwnd\github\pester\Functions\Assertions\Should.ps1 + + This is a quickwin solution, doing the join in the Should directly might be better + way of doing this. But I don't want to mix two problems. + #> + (Get-CompareStringMessage -Expected $ExpectedValue -Actual $ActualValue -CaseSensitive -Because $Because) -join "`n" +} + +function NotShouldBeExactlyFailureMessage($ActualValue, $ExpectedValue, $Because) { + return "Expected $(Format-Nicely $ExpectedValue) to be different from the actual value,$(Format-Because $Because) but got exactly the same value." +} + +Add-AssertionOperator -Name BeExactly ` + -InternalName Should-BeExactly ` + -Test ${function:Should-BeExactly} ` + -Alias 'CEQ' ` + -SupportsArrayInput + + +#common functions +function Get-CompareStringMessage { + param( + [Parameter(Mandatory = $true)] + [AllowEmptyString()] + [String]$ExpectedValue, + [Parameter(Mandatory = $true)] + [AllowEmptyString()] + [String]$Actual, + [switch]$CaseSensitive, + $Because + ) + + $ExpectedValueLength = $ExpectedValue.Length + $actualLength = $actual.Length + $maxLength = $ExpectedValueLength, $actualLength | & $SafeCommands['Sort-Object'] -Descending | & $SafeCommands['Select-Object'] -First 1 + + $differenceIndex = $null + for ($i = 0; $i -lt $maxLength -and ($null -eq $differenceIndex); ++$i) { + $differenceIndex = if ($CaseSensitive -and ($ExpectedValue[$i] -cne $actual[$i])) { + $i + } + elseif ($ExpectedValue[$i] -ne $actual[$i]) { + $i + } + } + + if ($null -ne $differenceIndex) { + "Expected strings to be the same,$(Format-Because $Because) but they were different." + + if ($ExpectedValue.Length -ne $actual.Length) { + "Expected length: $ExpectedValueLength" + "Actual length: $actualLength" + "Strings differ at index $differenceIndex." + } + else { + "String lengths are both $ExpectedValueLength." + "Strings differ at index $differenceIndex." + } + $ellipsis = "..." + $excerptSize = 5; + "Expected: '{0}'" -f ( $ExpectedValue | Format-AsExcerpt -startIndex $differenceIndex -excerptSize $excerptSize -excerptMarker $ellipsis | Expand-SpecialCharacters ) + "But was: '{0}'" -f ( $actual | Format-AsExcerpt -startIndex $differenceIndex -excerptSize $excerptSize -excerptMarker $ellipsis | Expand-SpecialCharacters ) + + } +} +function Format-AsExcerpt { + param ( + [Parameter(Mandatory = $true, ValueFromPipeline = $true, ValueFromPipelineByPropertyName = $true)] + [AllowEmptyString()] + [string]$InputObject, + [Parameter(Mandatory = $true, ValueFromPipelineByPropertyName = $true)] + [int]$startIndex, + [Parameter(Mandatory = $true, ValueFromPipelineByPropertyName = $true)] + [int]$excerptSize, + [Parameter(Mandatory = $true, ValueFromPipelineByPropertyName = $true)] + [string]$excerptMarker + ) + $InputObjectDisplay="" + $displayDifferenceIndex = $startIndex - $excerptSize + $maximumStringLength = 40 + $maximumSubstringLength = $excerptSize * 2 + $substringLength = $InputObject.Length - $displayDifferenceIndex + if ($substringLength -gt $maximumSubstringLength) { + $substringLength = $maximumSubstringLength + } + if ($displayDifferenceIndex + $substringLength -lt $InputObject.Length) { + $endExcerptMarker = $excerptMarker + } + if ($displayDifferenceIndex -lt 0) { + $displayDifferenceIndex = 0 + } + if ($InputObject.length -ge $maximumStringLength) { + if ($displayDifferenceIndex -ne 0) { + $InputObjectDisplay = $excerptMarker + } + $InputObjectDisplay += $InputObject.Substring($displayDifferenceIndex, $substringLength) + $endExcerptMarker + } + else { + $InputObjectDisplay = $InputObject + } + $InputObjectDisplay +} + + + +function Expand-SpecialCharacters { + param ( + [Parameter(Mandatory = $true, ValueFromPipeline = $true, ValueFromPipelineByPropertyName = $true)] + [AllowEmptyString()] + [string[]]$InputObject) + process { + $InputObject -replace "`n", "\n" -replace "`r", "\r" -replace "`t", "\t" -replace "`0", "\0" -replace "`b", "\b" + } +} + +function ArraysAreEqual { + param ( + [object[]] $First, + [object[]] $Second, + [switch] $CaseSensitive, + [int] $RecursionDepth = 0, + [int] $RecursionLimit = 100 + ) + $RecursionDepth++ + + if ($RecursionDepth -gt $RecursionLimit) { + throw "Reached the recursion depth limit of $RecursionLimit when comparing arrays $First and $Second. Is one of your arrays cyclic?" + } + + # Do not remove the subexpression @() operators in the following two lines; doing so can cause a + # silly error in PowerShell v3. (Null Reference exception from the PowerShell engine in a + # method called CheckAutomationNullInCommandArgumentArray(System.Object[]) ). + $firstNullOrEmpty = ArrayOrSingleElementIsNullOrEmpty -Array @($First) + $secondNullOrEmpty = ArrayOrSingleElementIsNullOrEmpty -Array @($Second) + + if ($firstNullOrEmpty -or $secondNullOrEmpty) { + return $firstNullOrEmpty -and $secondNullOrEmpty + } + + if ($First.Count -ne $Second.Count) { + return $false + } + + for ($i = 0; $i -lt $First.Count; $i++) { + if ((IsArray $First[$i]) -or (IsArray $Second[$i])) { + if (-not (ArraysAreEqual -First $First[$i] -Second $Second[$i] -CaseSensitive:$CaseSensitive -RecursionDepth $RecursionDepth -RecursionLimit $RecursionLimit)) { + return $false + } + } + else { + if ($CaseSensitive) { + $comparer = { param($Actual, $Expected) $Expected -ceq $Actual } + } + else { + $comparer = { param($Actual, $Expected) $Expected -eq $Actual } + } + + if (-not (& $comparer $First[$i] $Second[$i])) { + return $false + } + } + } + + return $true +} + +function ArrayOrSingleElementIsNullOrEmpty { + param ([object[]] $Array) + + return $null -eq $Array -or $Array.Count -eq 0 -or ($Array.Count -eq 1 -and $null -eq $Array[0]) +} + +function IsArray { + param ([object] $InputObject) + + # Changing this could cause infinite recursion in ArraysAreEqual. + # see https://github.com/pester/Pester/issues/785#issuecomment-322794011 + return $InputObject -is [Array] +} + +function ReplaceValueInArray { + param ( + [object[]] $Array, + [object] $Value, + [object] $NewValue + ) + + foreach ($object in $Array) { + if ($Value -eq $object) { + $NewValue + } + elseif (@($object).Count -gt 1) { + ReplaceValueInArray -Array @($object) -Value $Value -NewValue $NewValue + } + else { + $object + } + } +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUA9c23VB2YZe72DevXxLvvut/ +# vfKggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# GNBypn2qKM7QdzWa7Ted0IYneikwDQYJKoZIhvcNAQEBBQAEggEArbRlvL2qL6de +# mg0H17RJIxKqveYbYxdGMQNuECClvSto2hVjBjGeXRFu+RBKAgRr+svDEf38V4UJ +# unU2wBhyZuxQuSfIja5klF3VW3GAYJlUSm7L888ia7dbkrf1B8UZAbIHJFjNfBBl +# BVtzuOKZeRyBGrQ2a77ulkVvsE5Up0oQf772K7luio7xJUmR/cQQOQIJRcsI9uGF +# YJrw9EIZLqni2yrWhkRCquqW0Ilk7XQ5iQXlctxqNuX4p+Qbyu02jLgUJoHANq1M +# RpGfzy1+9DFBrxlUCoHKv45onyHuSlzmZdkpPGvfi3LFL3hII1APH7zvdEmpD4Xn +# ixEwy4eVYaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA5WjAjBgkqhkiG9w0BCQQx +# FgQUjSdfk6pWiqmNAgjm5zAhchfZgOEwDQYJKoZIhvcNAQEBBQAEggEAJzDUojio +# u8bWu1Jd389pJCo7Fnba9IbO7M8LOTcWAIgvnNeHVxIRAM5C8EEmAVsGOyiY9YxX +# pp2cYjYAeunXVR7/zKSIKrDdxyXqAJZj6zZZdmxZqlJfcJ9eRz1FPB/mUbjGEXeg +# Seh6QxTQrINHM5PcGKFxyJ+z+Z0cFYJTyEOEkyyYDuW2CDLjj03Scx9TwrEjH8AA +# rSjAFrI1AM6Gdt6SZk8MqrO93IwvZrJTn3IVQ2RTw/5hJso72K6Jlx7lcFZUZUfs +# kukurKQ2xco68/RQP55yzPPakSYcf9E97YfrWPdOgIG6tN83wDmeVsS7XxbsBJ9P +# o5IEp8tZn7s2gg== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeGreaterThan.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeGreaterThan.ps1 new file mode 100644 index 000000000000..ba0228ed7ada --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeGreaterThan.ps1 @@ -0,0 +1,232 @@ +function Should-BeGreaterThan($ActualValue, $ExpectedValue, [switch] $Negate, [string] $Because) { + <# +.SYNOPSIS +Asserts that a number (or other comparable value) is greater than an expected value. +Uses PowerShell's -gt operator to compare the two values. + +.EXAMPLE +2 | Should -BeGreaterThan 0 +This test passes, as PowerShell evaluates `2 -gt 0` as true. +#> + if ($Negate) { + return Should-BeLessOrEqual -ActualValue $ActualValue -ExpectedValue $ExpectedValue -Negate:$false -Because $Because + } + + if ($ActualValue -le $ExpectedValue) { + return New-Object psobject -Property @{ + Succeeded = $false + FailureMessage = "Expected the actual value to be greater than $(Format-Nicely $ExpectedValue),$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." + } + } + + return New-Object psobject -Property @{ + Succeeded = $true + } +} + + +function Should-BeLessOrEqual($ActualValue, $ExpectedValue, [switch] $Negate, [string] $Because) { + <# +.SYNOPSIS +Asserts that a number (or other comparable value) is lower than, or equal to an expected value. +Uses PowerShell's -le operator to compare the two values. + +.EXAMPLE +1 | Should -BeLessOrEqual 10 +This test passes, as PowerShell evaluates `1 -le 10` as true. + +.EXAMPLE +10 | Should -BeLessOrEqual 10 +This test also passes, as PowerShell evaluates `10 -le 10` as true. +#> + if ($Negate) { + return Should-BeGreaterThan -ActualValue $ActualValue -ExpectedValue $ExpectedValue -Negate:$false -Because $Because + } + + if ($ActualValue -gt $ExpectedValue) { + return New-Object psobject -Property @{ + Succeeded = $false + FailureMessage = "Expected the actual value to be less than or equal to $(Format-Nicely $ExpectedValue),$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." + } + } + + return New-Object psobject -Property @{ + Succeeded = $true + } +} + +Add-AssertionOperator -Name BeGreaterThan ` + -InternalName Should-BeGreaterThan ` + -Test ${function:Should-BeGreaterThan} ` + -Alias 'GT' + +Add-AssertionOperator -Name BeLessOrEqual ` + -InternalName Should-BeLessOrEqual ` + -Test ${function:Should-BeLessOrEqual} ` + -Alias 'LE' + +#keeping tests happy +function ShouldBeGreaterThanFailureMessage() { +} +function NotShouldBeGreaterThanFailureMessage() { +} + +function ShouldBeLessOrEqualFailureMessage() { +} +function NotShouldBeLessOrEqualFailureMessage() { +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUNzhWrZj1EvL4bWFmv5tSKNnQ +# sFyggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# kbq7WTLHTCunkI4Ag5RwkaqRGrYwDQYJKoZIhvcNAQEBBQAEggEAoyxw3uxIheEl +# qHQQHeRQRB70NKOsZt2E/fb/M4srPlcRT/HPNFmMkAGEBt6DSz03o4qEkuNJ52Fj +# iyGDMd4Eqolb7kDx6MKIQyGtRKsy0NlaGCTtNpILgEYCKK+qdVwO14vIw73tZXmk +# wU8VmjQ61PTnsGsT9pAIc/nqROCnadqH+tVdfhaKVDmsimSevGG5F3nOt49zuBNA +# ZjYfYxlahOytDEAlYYIiDOpIA6yVHXPCX+XW4z5lY77+w7v5ZxWjQUPPSLxCLMMo +# sKwYCV+gbay8e5cf03WXm98/BhvqZybvwwvx4MUSopddK9+FazdJtUlqKjYbbzSP +# Xk+6FmQGxaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA5WjAjBgkqhkiG9w0BCQQx +# FgQUbjU0e/UNDu+7lGVTZAt9UWaebM4wDQYJKoZIhvcNAQEBBQAEggEAE5s6bZwm +# JQ796/PdcAK551cptpQMfQzQH26Awzcyn7GMkvSu2TNUPLW5cad0HLmp8yA4jFsw +# mkJhfAZh8IXZ4UjNtMzwrAKZ0C7RW7Dnb/GY3PXt/MhVGFJig9Mb6QgQIhGNGnk1 +# 9fTy53dZfzG9K6DaUtmvUFiEwnRNuV1tzq1GCPZ8qVc7H7ohr3HhcsWbBOX9pwQg +# 7WgVOs8Ksbgq8eyOk6U6jOiMrBgVz0IXTrNKh3jXu8iyRpUVxHez+MjShSsmAE6N +# sj8NOVJY0vTnpki4SkzJZ7BxzZX6B/sdD2pWhwtvoCycAGDZIUe0QoiPEp92RbnW +# aYFkb2ubeIeiuQ== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeIn.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeIn.ps1 new file mode 100644 index 000000000000..dcce517a7fd4 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeIn.ps1 @@ -0,0 +1,199 @@ +function Should-BeIn($ActualValue, $ExpectedValue, [switch] $Negate, [string] $Because) { + <# +.SYNOPSIS +Asserts that a collection of values contain a specific value. +Uses PowerShell's -contains operator to confirm. + +.EXAMPLE +1 | Should -BeIn @(1,2,3,'a','b','c') +This test passes, as 1 exists in the provided collection. +#> + [bool] $succeeded = $ExpectedValue -contains $ActualValue + if ($Negate) { + $succeeded = -not $succeeded + } + + if (-not $succeeded) { + if ($Negate) { + return New-Object psobject -Property @{ + Succeeded = $false + FailureMessage = "Expected collection $(Format-Nicely $ExpectedValue) to not contain $(Format-Nicely $ActualValue),$(Format-Because $Because) but it was found." + } + } + else { + return New-Object psobject -Property @{ + Succeeded = $false + FailureMessage = "Expected collection $(Format-Nicely $ExpectedValue) to contain $(Format-Nicely $ActualValue),$(Format-Because $Because) but it was not found." + } + } + } + + return New-Object psobject -Property @{ + Succeeded = $true + } +} + +Add-AssertionOperator -Name BeIn ` + -InternalName Should-BeIn ` + -Test ${function:Should-BeIn} + + +function ShouldBeInFailureMessage() { +} +function NotShouldBeInFailureMessage() { +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUs/T5jprtM3OEJ8vvRjOKIfeX +# Da6ggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# YaHuvfpWuOwVwsNLtC5F63HhYOYwDQYJKoZIhvcNAQEBBQAEggEAqwnFUHp+1lbg +# 3eP32mLW4rTd4KaQYaGl8IkPHWvODcQyqHyYudSmGR9U8Y3hzV59UbRoH69QpVmC +# 6I7WoXbF+EZt793werjwKNmx2w3wozb9/2vY6ZxrW959bL+/32Jc041sqC6McloV +# 2GKmlz9+j6mvxljCbNKS/xNA7C1monswqVuEYS8V3y73z0stEvj/HqVueKllObLd +# bW/T6Frvb8sLV5xfji9k5UOXKCgSyK213krmtB0gxiQvaK0FZooo+Yvj/iCOpmaU +# 7xlWyXp/di2EgkrUUbIeeQb47dybH3gnsj7PdUOswh3mPAm4FQegH9uKygup4k/2 +# xLTrmRnrFqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA5WjAjBgkqhkiG9w0BCQQx +# FgQUkGIScJcVYA9B90G48An3fNkLwiEwDQYJKoZIhvcNAQEBBQAEggEAjqWALKUX +# ks5SfcWZghTE0bZpHUKpnWV5QnlCHyyAL+YpPdlMI+fnh/FveBOVsQGcihuwy3GL +# 5CFYfAkSrABhk0G6iAgmgycRwF3K8WWjhrMeTYd615yU6RMRv7SUTKoy/una/oCq +# IzA5VPwhDtXIUh+ul6Trck6rF20N+5OapN5B3j03t1FsULZ0gaCtRVAx+UNRnV1p +# zn0SXwnrhAWiZNnCSxmrbphlrWfcdxLrztKs6XcdMXgGrcSio3IsE976DwSijJV9 +# S1aI1uXQXUXIX7NLWqfcFZuZL13GjFY4vySIyFyo4nLOCbxrwBsJA04stmNbskjK +# OIgkf7DuiCpTCA== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLessThan.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLessThan.ps1 new file mode 100644 index 000000000000..0b8ceaf72d0c --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLessThan.ps1 @@ -0,0 +1,232 @@ +function Should-BeLessThan($ActualValue, $ExpectedValue, [switch] $Negate, [string] $Because) { + <# +.SYNOPSIS +Asserts that a number (or other comparable value) is lower than an expected value. +Uses PowerShell's -lt operator to compare the two values. + +.EXAMPLE +1 | Should -BeLessThan 10 +This test passes, as PowerShell evaluates `1 -lt 10` as true. +#> + if ($Negate) { + return Should-BeGreaterOrEqual -ActualValue $ActualValue -ExpectedValue $ExpectedValue -Negate:$false -Because $Because + } + + if ($ActualValue -ge $ExpectedValue) { + return New-Object psobject -Property @{ + Succeeded = $false + FailureMessage = "Expected the actual value to be less than $(Format-Nicely $ExpectedValue),$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." + } + } + + return New-Object psobject -Property @{ + Succeeded = $true + } +} + + +function Should-BeGreaterOrEqual($ActualValue, $ExpectedValue, [switch] $Negate, [string] $Because) { + <# +.SYNOPSIS +Asserts that a number (or other comparable value) is greater than or equal to an expected value. +Uses PowerShell's -ge operator to compare the two values. + +.EXAMPLE +2 | Should -BeGreaterOrEqual 0 +This test passes, as PowerShell evaluates `2 -ge 0` as true. + +.EXAMPLE +2 | Should -BeGreaterOrEqual 2 +This test also passes, as PowerShell evaluates `2 -ge 2` as true. +#> + if ($Negate) { + return Should-BeLessThan -ActualValue $ActualValue -ExpectedValue $ExpectedValue -Negate:$false -Because $Because + } + + if ($ActualValue -lt $ExpectedValue) { + return New-Object psobject -Property @{ + Succeeded = $false + FailureMessage = "Expected the actual value to be greater than or equal to $(Format-Nicely $ExpectedValue),$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." + } + } + + return New-Object psobject -Property @{ + Succeeded = $true + } +} + +Add-AssertionOperator -Name BeLessThan ` + -InternalName Should-BeLessThan ` + -Test ${function:Should-BeLessThan} ` + -Alias 'LT' + +Add-AssertionOperator -Name BeGreaterOrEqual ` + -InternalName Should-BeGreaterOrEqual ` + -Test ${function:Should-BeGreaterOrEqual} ` + -Alias 'GE' + +#keeping tests happy +function ShouldBeLessThanFailureMessage() { +} +function NotShouldBeLessThanFailureMessage() { +} + +function ShouldBeGreaterOrEqualFailureMessage() { +} +function NotShouldBeGreaterOrEqualFailureMessage() { +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUyW7BoYLN+rhkh0Age/nVi7Ed +# gACggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# JD1IbGhBmTLV3Gy57mDAMLQvQe8wDQYJKoZIhvcNAQEBBQAEggEAOJz7ooIDNd5/ +# djcuC0Gdq/WKHlKFLf5fMhWPZEtYvtyBkW4/PCkZi1mHopjv8Isk9l3aaH1N8D/8 +# l9hZ77fXf35oa4XMPTfXskDM2c9BeFfj8OJUjTTWAL9LOeNrjUhBAiH8ttzZVGp5 +# DJbUFgbaGZni9zukoTYcwv5Vm+9D4/ljNaH5JuAYPVS7hi5Z2s50LBZ5Ns/cvv2d +# t7cuNUwGt7s/kIwqBD2EtS14fOTHjvYWpI9vFgKn/3Saj8KNC0zqMeCgSnqC1hZ1 +# iKcg29EzBNjT+2Tdlc4R3IPkf2FVR+K/kvDBIdz5ZbToynwtpMWo7oYTschw8dfa +# bRP3W3p6/qGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEwWjAjBgkqhkiG9w0BCQQx +# FgQUXGTK8swEiYGdIA4UxotlUk4/ircwDQYJKoZIhvcNAQEBBQAEggEAnxunWHCD +# zqQWcx1BcqSjjBe/t/Z4F+2vhOSu262VNtU72H+vIds1hhd4zm8ua7+LZA4oMeWh +# uScglKs6TwcJBEC1Ku0q0sg4qHI+d+E61Kd1DpZ2A7a9fhXX6oyU5bivXxrvR57e +# IBEu4e5zEPd1wjbc3WZEWalSSeruuDbS/dElWT/eiPTz7Ndb1NzAarnpP+xyaMo5 +# JhV5hmvIgoWOWghG0jvtyC1cDut4e9NajpIzmvPMaQ6EOodX8h289faDR9sW5tQT +# ldI/iMELv88Pq+sU4j4ll8viqGd76uqfvfoN/snAJDiMOgB+gRT2fbf2itSE2nhB +# YVIoF53CShx3NA== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLike.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLike.ps1 new file mode 100644 index 000000000000..4d3baa58e01f --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLike.ps1 @@ -0,0 +1,207 @@ +function Should-BeLike($ActualValue, $ExpectedValue, [switch] $Negate, [String] $Because) { + <# +.SYNOPSIS +Asserts that the actual value matches a wildcard pattern using PowerShell's -like operator. +This comparison is not case-sensitive. + +.EXAMPLE +$actual = "Actual value" +PS C:\>$actual | Should -BeLike "actual *" + +This test will pass. -BeLike is not case sensitive. +For a case sensitive assertion, see -BeLikeExactly. + +.EXAMPLE +$actual = "Actual value" +PS C:\>$actual | Should -BeLike "not actual *" + +This test will fail, as the first string does not match the expected value. +#> + [bool] $succeeded = $ActualValue -like $ExpectedValue + if ($Negate) { + $succeeded = -not $succeeded + } + + if (-not $succeeded) { + if ($Negate) { + return New-Object psobject -Property @{ + Succeeded = $false + FailureMessage = "Expected like wildcard $(Format-Nicely $ExpectedValue) to not match $(Format-Nicely $ActualValue),$(Format-Because $Because) but it did match." + } + } + else { + return New-Object psobject -Property @{ + Succeeded = $false + FailureMessage = "Expected like wildcard $(Format-Nicely $ExpectedValue) to match $(Format-Nicely $ActualValue),$(Format-Because $Because) but it did not match." + } + } + } + + return New-Object psobject -Property @{ + Succeeded = $true + } +} + +Add-AssertionOperator -Name BeLike ` + -InternalName Should-BeLike ` + -Test ${function:Should-BeLike} + +function ShouldBeLikeFailureMessage() { +} +function NotShouldBeLikeFailureMessage() { +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQU6f9XPmKmwDLM97pqTMzyNbwa +# Eu2ggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# y7PzHcHZJuN12P8f5w8nlJyfugkwDQYJKoZIhvcNAQEBBQAEggEAgb9/mskMbV5A +# FribIUxsx7pRM99xorr6mlnWJOs68m5g9Ea/5H9KSPFvfJ7mrFkQxxrERxxlp++K +# +ByaFa5M3A9CiA4u8eCbzqSMcChFgb27o1Sx6aYSW6KidfXKWJbi3CVT3Zh/fkQq +# JlvSFC/v651cgwnJFgldipHzBQYncWsgSTh30oIJKovQhxc4QUqI+uQ8of3FfCnw +# lX4d3Ri0JGel1WU2xY6NM+oyD8HlqRSOCphxTHuI1iO+8SuyBq6RZLE0HtMbKrqD +# fKmUzGBfx5K2aX8oG4KStK3S3j0pJ+y/cV1cjuOu54mAyimepE5orTuR4p0nB2X8 +# l5Oc6u25caGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEwWjAjBgkqhkiG9w0BCQQx +# FgQUd/cqeTjBVVF2OXOTb9y439nK8+UwDQYJKoZIhvcNAQEBBQAEggEAZLSeN/yO +# t4ceLPMoZ5kxJlVoifnJR+ECPBT45VqG9Z8DN7fcF8Wo+1FTPSBmD6Z01dmfWozX +# UscEtRJ0PWG0QXNc+rz69wdYMfatpMmirKKZNbCuYiDO+SCLqIUYj99ceMLBwX2M +# dUseF1IyO94gGmOiY9acUItBIUksY4kxtSfZacvgFwUigsw1/QcmHhW8dfbvNgDx +# PTKIvTGBK9g0iCVQrIW9j3aKDWo3hKh+BGQNXSnMsnmgNYazg2lSx/qSqe4ZJgKQ +# GpBkvJDJeVYFHRL+rGqs+85csyrunykKiVFFOjntlcfGvuziZCc3DnsGTKCIYFhj +# mwxRhyrH/0pDlA== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLikeExactly.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLikeExactly.ps1 new file mode 100644 index 000000000000..ccd6c5d55390 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLikeExactly.ps1 @@ -0,0 +1,206 @@ +function Should-BeLikeExactly($ActualValue, $ExpectedValue, [switch] $Negate, [String] $Because) { + <# +.SYNOPSIS +Asserts that the actual value matches a wildcard pattern using PowerShell's -like operator. +This comparison is case-sensitive. + +.EXAMPLE +$actual = "Actual value" +PS C:\>$actual | Should -BeLikeExactly "Actual *" + +This test will pass, as the string matches the provided pattern. + +.EXAMPLE +$actual = "Actual value" +PS C:\>$actual | Should -BeLikeExactly "actual *" + +This test will fail, as -BeLikeExactly is case-sensitive. +#> + [bool] $succeeded = $ActualValue -clike $ExpectedValue + if ($Negate) { + $succeeded = -not $succeeded + } + + if (-not $succeeded) { + if ($Negate) { + return New-Object psobject -Property @{ + Succeeded = $false + FailureMessage = "Expected case sensitive like wildcard $(Format-Nicely $ExpectedValue) to not match $(Format-Nicely $ActualValue),$(Format-Because $Because) but it did match." + } + } + else { + return New-Object psobject -Property @{ + Succeeded = $false + FailureMessage = "Expected case sensitive like wildcard $(Format-Nicely $ExpectedValue) to match $(Format-Nicely $ActualValue),$(Format-Because $Because) but it did not match." + } + } + } + + return New-Object psobject -Property @{ + Succeeded = $true + } +} + +Add-AssertionOperator -Name BeLikeExactly ` + -InternalName Should-BeLikeExactly ` + -Test ${function:Should-BeLikeExactly} + +function ShouldBeLikeExactlyFailureMessage() { +} +function NotShouldBeLikeExactlyFailureMessage() { +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUGJ7sabsKt3Vkj8a6oqPBASOC +# anmggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# YhlkYZgQPknKMWSAO0Nr66BhuvowDQYJKoZIhvcNAQEBBQAEggEARQY1P+hK0T8a +# agn/1AZm9gwHDU8NtCECx4MoQLmtMD+r1/n7X/zUbJ6zhlbzKqYUSV1cCY+9aC2e +# WxKH8LYObeuEiOtbzQ6Zp25t4UcpYpq/Zm/r/VVwFdZzcA7u8wtd5eoVYdSMKjft +# nKW7fH5/JoZxt6lpQ2gy/N0duw28gTz4vf+JqlodHY5G2M9Oc4XX52WzwOYnhOyw +# dk81JrqloB0UPjc3TkRq5zE7gcdokIMALj+201Xptv09gdCeNAvKKZApY8yi9dO2 +# ZQ/negLa4atUHaHZwBBpRz2bJ2Qfyqqs0z93cvqVApnQOX2ETqcpyh6FN0LIuiOZ +# D+hfhQcMuaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEwWjAjBgkqhkiG9w0BCQQx +# FgQU1bKDiBgOd+A5Gqduwe1l+DV+pLkwDQYJKoZIhvcNAQEBBQAEggEAV/hoDBcD +# /LW1EHmgnOq3Aj/2fRPsZhjGiixvugW05i6Aq17u9fju45x7fdjuhuRfhWFBitvz +# yb+xiLKitZ0fh7gZ8/ZXbRkdmz1zqeCzsEcd5kwt3iKL7mRIFogh+skMWgvTBBzS +# YcHYNgHIa9eXlCCsA28Rn6jzFH+S364OJWoohwZdDKxTxKzUkOw9YDRdrGZJK67/ +# NgJHUnX7S8qpjmvat+mkezVCUoFdb/6oKNtCnom4Oet0MZi8HkInU/K0vp1UJbZp +# f1bRN/rGFL1ZReSQKVt9PLXaQ3LaXWuLMQ1MWRXS7r5M1mp7CICtOIrDqMR4+xii +# BKDKJh8R1sVKTQ== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeNullOrEmpty.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeNullOrEmpty.ps1 new file mode 100644 index 000000000000..af185cae07c7 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeNullOrEmpty.ps1 @@ -0,0 +1,227 @@ + +function Should-BeNullOrEmpty([object[]] $ActualValue, [switch] $Negate, [string] $Because) { + <# +.SYNOPSIS +Checks values for null or empty (strings). +The static [String]::IsNullOrEmpty() method is used to do the comparison. + +.EXAMPLE +$null | Should -BeNullOrEmpty +This test will pass. $null is null. + +.EXAMPLE +$null | Should -Not -BeNullOrEmpty +This test will fail and throw an error. + +.EXAMPLE +@() | Should -BeNullOrEmpty +An empty collection will pass this test. + +.EXAMPLE +"" | Should -BeNullOrEmpty +An empty string will pass this test. +#> + if ($null -eq $ActualValue -or $ActualValue.Count -eq 0) { + $succeeded = $true + } + elseif ($ActualValue.Count -eq 1) { + $expandedValue = $ActualValue[0] + if ($expandedValue -is [hashtable]) { + $succeeded = $expandedValue.Count -eq 0 + } + else { + $succeeded = [String]::IsNullOrEmpty($expandedValue) + } + } + else { + $succeeded = $false + } + + if ($Negate) { + $succeeded = -not $succeeded + } + + $failureMessage = '' + + if (-not $succeeded) { + if ($Negate) { + $failureMessage = NotShouldBeNullOrEmptyFailureMessage -Because $Because + } + else { + $failureMessage = ShouldBeNullOrEmptyFailureMessage -ActualValue $ActualValue -Because $Because + } + } + + return New-Object psobject -Property @{ + Succeeded = $succeeded + FailureMessage = $failureMessage + } +} + +function ShouldBeNullOrEmptyFailureMessage($ActualValue, $Because) { + return "Expected `$null or empty,$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." +} + +function NotShouldBeNullOrEmptyFailureMessage ($Because) { + return "Expected a value,$(Format-Because $Because) but got `$null or empty." +} + +Add-AssertionOperator -Name BeNullOrEmpty ` + -InternalName Should-BeNullOrEmpty ` + -Test ${function:Should-BeNullOrEmpty} ` + -SupportsArrayInput + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUoxNz23ji+jAAzt+ouf+RJFYR +# qOmggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# x238ZpWezo9rROdntXYzS/CzyJMwDQYJKoZIhvcNAQEBBQAEggEAN7Vmn+/6ppFL +# yQrqMcUtKBQuvbXWVWQf2YCvIZxXt22dMo5/GcrSqTonKctwCIlKb0swPE/UAr/j +# ksR569L5WaecsQfCIX4KDkdrnhUjex/c/0hZPdWhUBGUx8DG0FUqIx18e/Xj6q4G +# 9GcLcMOYBklrAzWs+suP9tazKQNhKZq12pr6gCqxR0E98OVKiEXdhbU53xUIsVYI +# rKyzs6IcVCjZfNk6LNeXoBS3T6mvm76q6nNVh3RYbz7pWzULOgWs4ljMoGSLQCwZ +# 0FynLpsfMAzwZGFZp0qYCIFZHIttBe/0eia3ACf9jXTgO4SCxr1IMDwSgUIoUXwa +# /MsdSWyBiKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDExWjAjBgkqhkiG9w0BCQQx +# FgQU5rQw3sY+jXs1NHENSeMDDoIAUR4wDQYJKoZIhvcNAQEBBQAEggEAkszDQCEB +# fbpG10SO95qQiQlyxOlILeFi6rivtTHKVSScIbD0xCOuVU0wufg8Bj/Pd+EAllWP +# 9bxWbFManwMEG9j9Da0PRhZYHog4Mm64iA5EbjCDrZqLs9mCy3T2DctiRWKwtIKS +# Eqt8Ri0eXxwLjH33TbgkeEOHeH06byr/pXfc9yo54K+u9wmWhllfDLT1jRrPpQED +# Jf9U5hLy6s9jgWZumgX220N05NnIlExFWde4WDIC0EozfkbKKuT36OJJwcStBFRv +# 0tL4sW0s3QJSyKXngY26XX5lsFtxIgS1hbWZZF0lHrGTnKaJTxOIW5aiAPRBvdqT +# uZwcV7x61LTUFA== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeOfType.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeOfType.ps1 new file mode 100644 index 000000000000..754b8884289f --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeOfType.ps1 @@ -0,0 +1,230 @@ + +function Should-BeOfType($ActualValue, $ExpectedType, [switch] $Negate, [string]$Because) { + <# +.SYNOPSIS +Asserts that the actual value should be an object of a specified type +(or a subclass of the specified type) using PowerShell's -is operator. + +.EXAMPLE +$actual = Get-Item $env:SystemRoot +PS C:\>$actual | Should -BeOfType System.IO.DirectoryInfo + +This test passes, as $actual is a DirectoryInfo object. + +.EXAMPLE +$actual | Should -BeOfType System.IO.FileSystemInfo +This test passes, as DirectoryInfo's base class is FileSystemInfo. + +.EXAMPLE +$actual | Should -HaveType System.IO.FileSystemInfo +This test passes for the same reason, but uses the -HaveType alias instead. + +.EXAMPLE +$actual | Should -BeOfType System.IO.FileInfo +This test will fail, as FileInfo is not a base class of DirectoryInfo. +#> + if ($ExpectedType -is [string]) { + # parses type that is provided as a string in brackets (such as [int]) + $parsedType = ($ExpectedType -replace '^\[(.*)\]$', '$1') -as [Type] + if ($null -eq $parsedType) { + throw [ArgumentException]"Could not find type [$ParsedType]. Make sure that the assembly that contains that type is loaded." + } + + $ExpectedType = $parsedType + } + + $succeded = $ActualValue -is $ExpectedType + if ($Negate) { + $succeded = -not $succeded + } + + $failureMessage = '' + + if ($null -ne $ActualValue) { + $actualType = $ActualValue.GetType() + } + else { + $actualType = $null + } + + if (-not $succeded) { + if ($Negate) { + $failureMessage = "Expected the value to not have type $(Format-Nicely $ExpectedType) or any of its subtypes,$(Format-Because $Because) but got $(Format-Nicely $ActualValue) with type $(Format-Nicely $actualType)." + } + else { + $failureMessage = "Expected the value to have type $(Format-Nicely $ExpectedType) or any of its subtypes,$(Format-Because $Because) but got $(Format-Nicely $ActualValue) with type $(Format-Nicely $actualType)." + } + } + + return New-Object psobject -Property @{ + Succeeded = $succeded + FailureMessage = $failureMessage + } +} + + +Add-AssertionOperator -Name BeOfType ` + -InternalName Should-BeOfType ` + -Test ${function:Should-BeOfType} ` + -Alias 'HaveType' + +function ShouldBeOfTypeFailureMessage() { +} + +function NotShouldBeOfTypeFailureMessage() { +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUIMk8guo3eGnuj5/U11/rTf3E +# F0OggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# 4LZIp1z4/pT2h7BM6jTqUXjH/+IwDQYJKoZIhvcNAQEBBQAEggEAo3Ixbm4OPH2M +# GaPbNRiX5HGK096LZRQ9y2rfEkrkxc4wBySkzymMUafxXbOw9byEG1jAW/ZDXrUt +# kM3OG0ruX8iKyhi2Fq8t4qRYqGUUjCO+uWHxcsMSWIpvfUfknMyf0tjvjdSAB4ly +# 8Yy8ha/tt2daBIdHb908XqEkdYi16BOs22+EyrlBuddwzwTMQYKX2YizuMIRZqwh +# LDYcJFXJGYUBx+KnthabyxxTR2rKWXU2376GzbXgKbPxEI/CyVSVK/0G4opZQpQu +# Zzhf1vD+Qnc9PEq3w4VzSGkMCUctKqJ7LbP/FhQeixC+X0qOSbwajl29Q/1s3rrE +# S0AeMCnlT6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDExWjAjBgkqhkiG9w0BCQQx +# FgQUG8HBT9o4LkFtYs6t/PQ+hS0+EZIwDQYJKoZIhvcNAQEBBQAEggEAi0hJYVLY +# vDzgwn2/fA+oNjHddy5FywZWYRkjK0H778fl3iE3wSv0EgryHMW2kaU2SKW4MnnR +# rzwgHv/I6zXIvgOw5lZT2C1xwrTGquWCCny0Iz4Y842bKIm0foKGiTLd4FOGCtTh +# Y1FLSJiDN4whdYFcuYjPalsITiT5VKunL41EjhNz3vZN7M35B9ucFHBjJthPuOF3 +# MrZhqyXibSfLUAIiOz/1Gj2C4AzOE+L6sBLExsnLvDUUm6mqcxr3DE0l5kOQsz9Z +# HPazw1K72AafwnMsO8puocHA8As3+aOuBjEtKdxXyONhwNkZWuTGgMvwm98PZ0sk +# TlFqEqdDv1SY2Q== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeTrueOrFalse.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeTrueOrFalse.ps1 new file mode 100644 index 000000000000..d6cfcca87db1 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeTrueOrFalse.ps1 @@ -0,0 +1,245 @@ +function Should-BeTrue($ActualValue, [switch] $Negate, [string] $Because) { + <# +.SYNOPSIS +Asserts that the value is true, or truthy. + +.EXAMPLE +$true | Should -BeTrue +This test passes. $true is true. + +.EXAMPLE +1 | Should -BeTrue +This test passes. 1 is true. + +.EXAMPLE +1,2,3 | Should -BeTrue +PowerShell does not enter a `If (-not @(1,2,3)) {}` block. +This test passes as a "truthy" result. +#> + if ($Negate) { + return Should-BeFalse -ActualValue $ActualValue -Negate:$false -Because $Because + } + + if (-not $ActualValue) { + $failureMessage = "Expected `$true,$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." + return New-Object psobject -Property @{ + Succeeded = $false + FailureMessage = $failureMessage + } + } + + return New-Object psobject -Property @{ + Succeeded = $true + } +} + +function Should-BeFalse($ActualValue, [switch] $Negate, $Because) { + <# +.SYNOPSIS +Asserts that the value is false, or falsy. + +.EXAMPLE +$false | Should -BeFalse +This test passes. $false is false. + +.EXAMPLE +0 | Should -BeFalse +This test passes. 0 is false. + +.EXAMPLE +$null | Should -BeFalse +PowerShell does not enter a `If ($null) {}` block. +This test passes as a "falsy" result. +#> + if ($Negate) { + return Should-BeTrue -ActualValue $ActualValue -Negate:$false -Because $Because + } + + if ($ActualValue) { + $failureMessage = "Expected `$false,$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." + return New-Object psobject -Property @{ + Succeeded = $false + FailureMessage = $failureMessage + } + } + + return New-Object psobject -Property @{ + Succeeded = $true + } +} + + +Add-AssertionOperator -Name BeTrue ` + -InternalName Should-BeTrue ` + -Test ${function:Should-BeTrue} + +Add-AssertionOperator -Name BeFalse ` + -InternalName Should-BeFalse ` + -Test ${function:Should-BeFalse} + + + +# to keep tests happy +function ShouldBeTrueFailureMessage($ActualValue) { +} +function NotShouldBeTrueFailureMessage($ActualValue) { +} +function ShouldBeFalseFailureMessage($ActualValue) { +} +function NotShouldBeFalseFailureMessage($ActualValue) { +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUIkpJE6BOt9y5hyOSL1GLatdt +# 3YiggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# v2tUlgOwhox0AQPu8o42lGzoL9kwDQYJKoZIhvcNAQEBBQAEggEAAY/OmWggIz88 +# XIF1Lzm3eOnIT08BpdHkJRsXIGSTzHqleI8hfr8gJhM553ATkMHLGVrWcRZDCcNF +# DO+rFmx3amS7afNhqcjJ2c4gGsGIfeYX7CqHxXzR50WwlaJigwZjiNsWV1IEbc1F +# RR/Yt/tyRZ9CdidCF752bU9RiMah/lu1ggqX/xzyJyLv9qb1dpUIHKNzbxvFl4e4 +# GwxO72/U0We9mynnu8xdHjYhGmXMsr1V8CvegS0RunHdartVo73FR7QyoznlewkS +# I3TCIa0snrrfrfXTnxBHoxJ8ubMiMEvCwcGXjqz/vhbzlxk+5Bpp3p+DHtFbELVx +# CAOKH74H3aGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDExWjAjBgkqhkiG9w0BCQQx +# FgQUku/uw1XiJboj+w0kxDeCyu4VfvcwDQYJKoZIhvcNAQEBBQAEggEAcuIolOUq +# g4RNxa2zMY0uhJnc8FnmuW5t6D62W0ciOOQ/m2NrwgsmU5Hsw268JsLId/3PJkb/ +# FAIJhH5URfWOMYmLzso5ZDfhWW98uK/OLhitP8fnTfyGfWoohL4RI3UWRKFaOYiZ +# hk6OGDcaoEUA5DZwgr6ncMvSdXiWliGRUfpypxg3LDCBewqC66n9bArD0qEmjrcc +# AJlHOAv9uxAesDvTEClkDuazEK6L7IGnj2FmdO+o9ZUMrUwbUJ7pdrFSnSivF9r0 +# cQS2Mbw+UwaE+zLzD0RouJjI5tApd3SAX6eXsMDB3NFLoHh4X/tsmrofpzvuZ1NZ +# 66HCvWB2ovkGSA== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Contain.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Contain.ps1 new file mode 100644 index 000000000000..a384d7b1ade3 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Contain.ps1 @@ -0,0 +1,199 @@ +function Should-Contain($ActualValue, $ExpectedValue, [switch] $Negate, [string] $Because) { + <# +.SYNOPSIS +Asserts that collection contains a specific value. +Uses PowerShell's -contains operator to confirm. + +.EXAMPLE +1,2,3 | Should -Contain 1 +This test passes, as 1 exists in the provided collection. +#> + [bool] $succeeded = $ActualValue -contains $ExpectedValue + if ($Negate) { + $succeeded = -not $succeeded + } + + if (-not $succeeded) { + if ($Negate) { + return New-Object psobject -Property @{ + Succeeded = $false + FailureMessage = "Expected $(Format-Nicely $ExpectedValue) to not be found in collection $(Format-Nicely $ActualValue),$(Format-Because $Because) but it was found." + } + } + else { + return New-Object psobject -Property @{ + Succeeded = $false + FailureMessage = "Expected $(Format-Nicely $ExpectedValue) to be found in collection $(Format-Nicely $ActualValue),$(Format-Because $Because) but it was not found." + } + } + } + + return New-Object psobject -Property @{ + Succeeded = $true + } +} + +Add-AssertionOperator -Name Contain ` + -InternalName Should-Contain ` + -Test ${function:Should-Contain} ` + -SupportsArrayInput + +function ShouldContainFailureMessage() { +} +function NotShouldContainFailureMessage() { +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUATXrSkUOxkTBKAsj/xC2G25W +# +nSggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# kK80QJoz3HoiPh8NSTzFm+Bggk8wDQYJKoZIhvcNAQEBBQAEggEAjeovanYNVYK4 +# AD2ZenE3SjwyHAvqquzT2IoeznKJ41uHFfq6tLwBvxxmkkfbvrD7l9KuyfLig94C +# fcpT/hchKHSBqEIMSXQ18L4Wrwc56RYLIXlIPs4nn9MRDthnQWUCZ84UBCRaZ6tm +# neO/Ns+Qc5hPEt/wicmlBkDWFfKjMvJUqJiMqA4Hxe4ZrFs5MVmUMzWjA0TPtwmR +# NY5IRFNIRyE1U025l69vJcvVpfcyn0yu+Bri69gLGA2DIgQ7FaVzV6qnEk+vZGUa +# Qv39SqQihREXVqn4Z3ZB3CBnswwZF2BxTiy+hnoThRUpeC/L7i4Ps91dSzQVukaT +# Jq+C33UCm6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDExWjAjBgkqhkiG9w0BCQQx +# FgQUqUN9t++/iet1nHyO1FMKThBvqhIwDQYJKoZIhvcNAQEBBQAEggEAmjF0pGLN +# 2Wwj/PLDcG4Iy06cKlXe71Kj1MB9yC+8v8b7oWRO+j6metqfqS5I2Rww1RKZULhZ +# 6ZSX1BJulR03hzLiWNCuhC8dy5t1czPG4n+6tirBuvqk3qFhnBoXdOkXN/ZbuVVk +# HzmnntGYm3Q5za4825hwYeU2I588Gio/JmqygrPWxF5qbn40BICEyKfRbEl4iomG +# j8723Tlk5uzUuo1QWYs1CC3gvyRLuCpQEbPKdAid7/9F2vNGq3imjrh8SJUHqmRy +# c4fJRP7ED3ORBtDurouggFfydRlvTG7FFnVELz24nsTcdZ+T4eYm8nLRHC3x1SWs +# raXp061O/b5H1A== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Exist.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Exist.ps1 new file mode 100644 index 000000000000..9763d59d322d --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Exist.ps1 @@ -0,0 +1,201 @@ +function Should-Exist($ActualValue, [switch] $Negate, [string] $Because) { + <# +.SYNOPSIS +Does not perform any comparison, but checks if the object calling Exist is present in a PS Provider. +The object must have valid path syntax. It essentially must pass a Test-Path call. + +.EXAMPLE +$actual = (Dir . )[0].FullName +PS C:\>Remove-Item $actual +PS C:\>$actual | Should -Exist + +`Should -Exist` calls Test-Path. Test-Path expects a file, +returns $false because the file was removed, and fails the test. +#> + [bool] $succeeded = & $SafeCommands['Test-Path'] $ActualValue + + if ($Negate) { + $succeeded = -not $succeeded + } + + $failureMessage = '' + + if (-not $succeeded) { + if ($Negate) { + $failureMessage = "Expected path $(Format-Nicely $ActualValue) to not exist,$(Format-Because $Because) but it did exist." + } + else { + $failureMessage = "Expected path $(Format-Nicely $ActualValue) to exist,$(Format-Because $Because) but it did not exist." + } + } + + return & $SafeCommands['New-Object'] psobject -Property @{ + Succeeded = $succeeded + FailureMessage = $failureMessage + } +} + +Add-AssertionOperator -Name Exist ` + -InternalName Should-Exist ` + -Test ${function:Should-Exist} + + +function ShouldExistFailureMessage() { +} +function NotShouldExistFailureMessage() { +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUFHNJxYlCaLJvJlGn8mdQgQP+ +# z2iggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# ggA/7v2jOm4gOYPJGCuk9mkaOLcwDQYJKoZIhvcNAQEBBQAEggEAURU5MZdYuKxE +# /gmS9vzYHiaJBjwIp63fFKoGpDOAfpgCgLuDru39U72yW5CW4tyBo/RTQSL37WBw +# 6W7K93K0WFifzULprWTQ23714kjypAX+n3JWMh2ANt3DP7CQzODuS4mrpXlpCn8N +# 1DrbZkMl6P3lwxONcMSac9R/tmtnMq/CWnI7AF6mI4y0FtI0lHfB182nV/gD1v9p +# +DtzfE5QqggwdDZqHfCmQEX7+kGde8PJAPVTXH7ho3MV0lUIIbijbuvnZUWZ1mYf +# WMsFBWXOmK9zmjJIOZEUaaeiHaQslVtBP3ykODjZ7EcJwFoYWZmIzkdWA5haYPdr +# 1lPwXG+wVKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEyWjAjBgkqhkiG9w0BCQQx +# FgQUyt532jLs3fXXHTKrGw7MElwKXLgwDQYJKoZIhvcNAQEBBQAEggEAnTG4Uq5Z +# g0q2a1Jdbk4LEAJlKdp2gb7QrcQH4LX8BiUX5FanoJ7IYU4zXHZqJt1m34ZrSuqP +# mue1huUN/6NpNUGnosruaes1s6wketww2qxdt9ZS/5m+g0zqTsCcftglj0+MnVFv +# lljbaZ1smuMST70yknw4eRh4ppUAhC1xwEfDbDTPEycDSKo/N9r80mHxHwDfrt2B +# f9UR8iEqz2n0r1b1ADUTSMiz1Z5JP+k97kTM9fpnRop67OAqqqSGJvZ4a86xD/uA +# mJfVo7BdShHy6AuH8VFE1x96joEkoyE+1etshAHS+Kr2qDCl0KoswQW9sZnnhazR +# +8YINbI+IDSeyg== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatch.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatch.ps1 new file mode 100644 index 000000000000..c493374f5a4d --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatch.ps1 @@ -0,0 +1,221 @@ +function Should-FileContentMatch($ActualValue, $ExpectedContent, [switch] $Negate, $Because) { + <# +.SYNOPSIS +Checks to see if a file contains the specified text. +This search is not case sensitive and uses regular expressions. + +.EXAMPLE +Set-Content -Path TestDrive:\file.txt -Value 'I am a file.' +PS C:\>'TestDrive:\file.txt' | Should -FileContentMatch 'I Am' + +Create a new file and verify its content. This test passes. +The 'I Am' regular expression (RegEx) pattern matches against the txt file contents. +For case-sensitivity, see FileContentMatchExactly. + +.EXAMPLE +'TestDrive:\file.txt' | Should -FileContentMatch '^I.*file\.$' +This RegEx pattern also matches against the "I am a file." string from Example 1. +With a matching RegEx pattern, this test also passes. + +.EXAMPLE +'TestDrive:\file.txt' | Should -FileContentMatch 'I Am Not' +This test fails, as the RegEx pattern does not match "I am a file." + +.EXAMPLE +'TestDrive:\file.txt' | Should -FileContentMatch 'I.am.a.file' +This test passes, because "." in RegEx matches any character including a space. + +.EXAMPLE +'TestDrive:\file.txt' | Should -FileContentMatch ([regex]::Escape('I.am.a.file')) +Tip: Use [regex]::Escape("pattern") to match the exact text. +This test fails, because "I am a file." != "I.am.a.file" +#> + $succeeded = (@(& $SafeCommands['Get-Content'] -Encoding UTF8 $ActualValue) -match $ExpectedContent).Count -gt 0 + + if ($Negate) { + $succeeded = -not $succeeded + } + + $failureMessage = '' + + if (-not $succeeded) { + if ($Negate) { + $failureMessage = NotShouldFileContentMatchFailureMessage -ActualValue $ActualValue -ExpectedContent $ExpectedContent -Because $Because + } + else { + $failureMessage = ShouldFileContentMatchFailureMessage -ActualValue $ActualValue -ExpectedContent $ExpectedContent -Because $Because + } + } + + return & $SafeCommands['New-Object'] psobject -Property @{ + Succeeded = $succeeded + FailureMessage = $failureMessage + } +} + +function ShouldFileContentMatchFailureMessage($ActualValue, $ExpectedContent, $Because) { + return "Expected $(Format-Nicely $ExpectedContent) to be found in file '$ActualValue',$(Format-Because $Because) but it was not found." +} + +function NotShouldFileContentMatchFailureMessage($ActualValue, $ExpectedContent, $Because) { + return "Expected $(Format-Nicely $ExpectedContent) to not be found in file '$ActualValue',$(Format-Because $Because) but it was found." +} + +Add-AssertionOperator -Name FileContentMatch ` + -InternalName Should-FileContentMatch ` + -Test ${function:Should-FileContentMatch} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQU4WIISJhmilLw7Pb4gqNq724z +# etmggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# L3sHaAdAjZmnh5VY11kK3/76uicwDQYJKoZIhvcNAQEBBQAEggEAUaFfAmrFSNEF +# uRKGg3xAlzYkRfzyuvGOCCwlR3l8KhnjESTPAPbIC07pjEFtGJ57Mjbr+kSAnMw/ +# EaCTFpZstQx5DbqHJcVFpP7bqcE8liY/tu5Q09BI05ceMUH7Q3Dt0UFWe2iLL+U1 +# keQUQUKzUy8u4mTCT2Cn5/U2osLe0cTOkPp/flzwj8z36zA/3doyHmdZJPr6eatW +# WAzvK8EYFPuXdtPOsm39TYgn2h6lVy/uXpdNK1ue8tZs/YhDcdB2MxRufUkYqUBz +# RTeRkdLvEWbt6L9MUwCUFSkU1K8cOZBrMCmLSToud3kQ5qH2oy18BIl3d/U3/CIM +# Q71e7YvUiaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEyWjAjBgkqhkiG9w0BCQQx +# FgQU0HDLFv4/SQzmyboXUiC4LRtjzTkwDQYJKoZIhvcNAQEBBQAEggEABfNXXoxx +# Pk0RJV6xIFqZiLBhLU13a7MCMPXEU8Op3mdiP4g31sqWz+4QKaMTT07+AK5dY7AT +# s+MAFK5VEFglydfn0OYLgviozEq/gVIw2mg22e1HJ8YZkuswJvKFPTudx1Oq8l6f +# tgOmI3IlNrldtHJRBZ1CdEE6GgojgsQ1iS5m4SijZJV6GFzM1CHNP8F0/1LLW0VE +# 0lidB6vuLkhw5tQiKSfvimYjfCginYiMQTuXI+aNeqDKXrU1+Z7nh5IKFEaq2r1y +# CtVa2OkAqJAi/Vh9KHhKIeL06lGpKXuV9NqYD3rVxs+IWt2xWDYX7RlohWXforsW +# Pw2p1TKC2vDkbA== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatchExactly.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatchExactly.ps1 new file mode 100644 index 000000000000..514add93e19c --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatchExactly.ps1 @@ -0,0 +1,207 @@ +function Should-FileContentMatchExactly($ActualValue, $ExpectedContent, [switch] $Negate, [String] $Because) { + <# +.SYNOPSIS +Checks to see if a file contains the specified text. +This search is case sensitive and uses regular expressions to match the text. + +.EXAMPLE +Set-Content -Path TestDrive:\file.txt -Value 'I am a file.' +PS C:\>'TestDrive:\file.txt' | Should -FileContentMatchExactly 'I am' + +Create a new file and verify its content. This test passes. +The 'I am' regular expression (RegEx) pattern matches against the txt file contents. + +.EXAMPLE +'TestDrive:\file.txt' | Should -FileContentMatchExactly 'I Am' +This test checks a case-sensitive pattern against the "I am a file." string from Example 1. +Because the RegEx pattern fails to match, this test fails. +#> + $succeeded = (@(& $SafeCommands['Get-Content'] -Encoding UTF8 $ActualValue) -cmatch $ExpectedContent).Count -gt 0 + + if ($Negate) { + $succeeded = -not $succeeded + } + + $failureMessage = '' + + if (-not $succeeded) { + if ($Negate) { + $failureMessage = NotShouldFileContentMatchExactlyFailureMessage -ActualValue $ActualValue -ExpectedContent $ExpectedContent -Because $Because + } + else { + $failureMessage = ShouldFileContentMatchExactlyFailureMessage -ActualValue $ActualValue -ExpectedContent $ExpectedContent -Because $Because + } + } + + return & $SafeCommands['New-Object'] psobject -Property @{ + Succeeded = $succeeded + FailureMessage = $failureMessage + } +} + +function ShouldFileContentMatchExactlyFailureMessage($ActualValue, $ExpectedContent) { + return "Expected $(Format-Nicely $ExpectedContent) to be case sensitively found in file $(Format-Nicely $ActualValue),$(Format-Because $Because) but it was not found." +} + +function NotShouldFileContentMatchExactlyFailureMessage($ActualValue, $ExpectedContent) { + return "Expected $(Format-Nicely $ExpectedContent) to not be case sensitively found in file $(Format-Nicely $ActualValue),$(Format-Because $Because) but it was found." +} + +Add-AssertionOperator -Name FileContentMatchExactly ` + -InternalName Should-FileContentMatchExactly ` + -Test ${function:Should-FileContentMatchExactly} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUls7jxCA+j4XmhTiCgSiu6Cv0 +# jKeggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# gfNbQmqWA7KEUu/deD0xGBqY4yIwDQYJKoZIhvcNAQEBBQAEggEAHHTBWWUS0wmX +# R4CwQA0+lDCNmQh8hWkszy5HUxcju2WeSAtt0h7F+/56bV57tyF2X112L8uTO1R1 +# b+QYST5ltLrhMI3ERr+m18tC8PC/2JJ1MNqnIy44AGx/6voUb7h8ptLOmbGQM4Hw +# Zy8GvzCXUPLOsDeR+aS7Rlaurvs3t7FjoJULor5ZfP+4OYd0cLCkwQm4oIm0bhEL +# kZlACMt55yEnmczUkyBCelAc9P+PaqebmO+02STbDd+M6n/iaRliXzbPFU1kMMmV +# ZZPWSuBn3hkODgxe2+a35u+k/h0ci1M5cNhSlfXEpQcD/Qx0ELmByeVqUoH+VELB +# e5fgC3AjeaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEyWjAjBgkqhkiG9w0BCQQx +# FgQUzjo+IECRYPYPJEY1Zr8nObIIQAswDQYJKoZIhvcNAQEBBQAEggEAaMiM+ReK +# 8YauDuziq91mOeSlTzFal8ZKtmneeT8FPnLh1bDugDSvMix/JAyfD5LnAXAARQdO +# gAM3pDOOmyIs4sSVVEqN3FG4DzaG31rJ6x8p6E3XO5mtPmS+8U1FykFKXfpCT8yK +# O+yRD37ZyVJ9Fg6HznQlPIg3zT0RVnbAUozep8mOtZ7fE0YAXQEPnwCWfASkpah1 +# GEV4ToxSwTDaKAzwBQ3Z2GzOeB2r2ZJ+gUPq021jjpbXjXyj1jq64zoSC6KfJTzL +# TLOXCX4x2Mn6qq+KbYtZBp5ufZ/YXPrhtyCsuAhuUxZl8iM+yXxiUipCF9lGqde0 +# 6bxBeXnuAoO97Q== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatchMultiline.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatchMultiline.ps1 new file mode 100644 index 000000000000..0ac5e11dfb54 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatchMultiline.ps1 @@ -0,0 +1,215 @@ +function Should-FileContentMatchMultiline($ActualValue, $ExpectedContent, [switch] $Negate, [String] $Because) { + <# +.SYNOPSIS +As opposed to FileContentMatch and FileContentMatchExactly operators, +FileContentMatchMultiline presents content of the file being tested as one string object, +so that the expression you are comparing it to can consist of several lines. + +When using FileContentMatchMultiline operator, '^' and '$' represent the beginning and end +of the whole file, instead of the beginning and end of a line. + +.EXAMPLE +$Content = "I am the first line.`nI am the second line." +PS C:\>Set-Content -Path TestDrive:\file.txt -Value $Content -NoNewline +PS C:\>'TestDrive:\file.txt' | Should -FileContentMatchMultiline 'first line\.\r?\nI am' + +This regular expression (RegEx) pattern matches the file contents, and the test passes. + +.EXAMPLE +'TestDrive:\file.txt' | Should -FileContentMatchMultiline '^I am the first.*\n.*second line\.$' +Using the file from Example 1, this RegEx pattern also matches, and this test also passes. + +.EXAMPLE +'TestDrive:\file.txt' | Should -FileContentMatchMultiline '^I am the first line\.$' +FileContentMatchMultiline uses the '$' symbol to match the end of the file, +not the end of any single line within the file. This test fails. +#> + $succeeded = [bool] ((& $SafeCommands['Get-Content'] $ActualValue -Delimiter ([char]0)) -match $ExpectedContent) + + if ($Negate) { + $succeeded = -not $succeeded + } + + $failureMessage = '' + + if (-not $succeeded) { + if ($Negate) { + $failureMessage = NotShouldFileContentMatchMultilineFailureMessage -ActualValue $ActualValue -ExpectedContent $ExpectedContent -Because $Because + } + else { + $failureMessage = ShouldFileContentMatchMultilineFailureMessage -ActualValue $ActualValue -ExpectedContent $ExpectedContent -Because $Because + } + } + + return New-Object psobject -Property @{ + Succeeded = $succeeded + FailureMessage = $failureMessage + } +} + +function ShouldFileContentMatchMultilineFailureMessage($ActualValue, $ExpectedContent, $Because) { + return "Expected $(Format-Nicely $ExpectedContent) to be found in file $(Format-Nicely $ActualValue),$(Format-Because $Because) but it was not found." +} + +function NotShouldFileContentMatchMultilineFailureMessage($ActualValue, $ExpectedContent, $Because) { + return "Expected $(Format-Nicely $ExpectedContent) to not be found in file $(Format-Nicely $ActualValue),$(Format-Because $Because) but it was found." +} + +Add-AssertionOperator -Name FileContentMatchMultiline ` + -InternalName Should-FileContentMatchMultiline ` + -Test ${function:Should-FileContentMatchMultiline} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQU3Gq8DK0AsXrptfqIsMI/X6bi +# dVqggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# tNg19qbN4Kmbc4zhjZcId0s0fMcwDQYJKoZIhvcNAQEBBQAEggEAX/Z1Hmt9HzAj +# 9bmGOW6QpfCEXb0JtkWXkPHL4oF4h6afR+g1hkLV57pCwUlq2G5YOSfj7MNAjwjo +# hWwk8lsYr3YfxsHwdMe0CgY61MHE0TjTlR+7Q0XhrvgsohCs6PeSplccBxypzEKe +# LrI6XDDzZBfVECshhSI+pXYTUgi0eL6xOmw0hcziEmu0f629fAexGouwiSGzh9mn +# eZ9srZKlYdfKZVuHkFJZV2EFOrvoDSUKqVgHqLzBSmh6M2IRbsX63o99wB1KlZxC +# 2wF4he3hFDKS6jDo18sZ8nrEexh91fKnWhLsQUdxtOREOUkmn3wvVLJF5eQ1vaiI +# d4EsWtXPTqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEzWjAjBgkqhkiG9w0BCQQx +# FgQUPYwMeoDg045SUA4lYNVnyr5I5d0wDQYJKoZIhvcNAQEBBQAEggEAAYa+2KmI +# KibKKDUaBygcrFJU7oVe+fF2exYW2sy6a2b8ZqJAnQ7lH5QzaJf5rJ0GHOsn3op/ +# uOc8KG0nNrN3ZIQ4x79FHvgTjCcujXpPEPerK2qXZZmIx8oZKkNlaleb9ksftFj8 +# FGsf8VDDNgVDScH1aLIb+fOjryJIDN/nReEhpkqzwPwXYTganwOXRRMbCOZme1L5 +# PDGdU0yFYKmWPDkHt28oPVRSylgJENg1Tt9uqKwyH5oXHszpZRIIOr7g/NfX/Xfc +# DfPmPGeQ56dtDnje/k279xLASN3AxVE9auryWPziRlVRrA2dHYkLvuZS+3pEPJMK +# Bq5yTGrMrBTy0A== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/HaveCount.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/HaveCount.ps1 new file mode 100644 index 000000000000..652bdf5c0e0c --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/HaveCount.ps1 @@ -0,0 +1,235 @@ +function Should-HaveCount($ActualValue, [int] $ExpectedValue, [switch] $Negate, [string] $Because) { + <# +.SYNOPSIS +Asserts that a collection has the expected amount of items. + +.EXAMPLE +1,2,3 | Should -HaveCount 3 +This test passes, because it expected three objects, and received three. +This is like running `@(1,2,3).Count` in PowerShell. +#> + if ($ExpectedValue -lt 0) { + throw [ArgumentException]"Excpected collection size must be greater than or equal to 0." + } + $count = if ($null -eq $ActualValue) { + 0 + } + else { + $ActualValue.Count + } + $expectingEmpty = $ExpectedValue -eq 0 + [bool] $succeeded = $count -eq $ExpectedValue + if ($Negate) { + $succeeded = -not $succeeded + } + + + if (-not $succeeded) { + + if ($Negate) { + $expect = if ($expectingEmpty) { + "Expected a non-empty collection" + } + else { + "Expected a collection with size different from $(Format-Nicely $ExpectedValue)" + } + $but = if ($count -ne 0) { + "but got collection with that size $(Format-Nicely $ActualValue)." + } + else { + "but got an empty collection." + } + return New-Object psobject -Property @{ + Succeeded = $false + FailureMessage = "$expect,$(Format-Because $Because) $but" + } + } + else { + $expect = if ($expectingEmpty) { + "Expected an empty collection" + } + else { + "Expected a collection with size $(Format-Nicely $ExpectedValue)" + } + $but = if ($count -ne 0) { + "but got collection with size $(Format-Nicely $count) $(Format-Nicely $ActualValue)." + } + else { + "but got an empty collection." + } + return New-Object psobject -Property @{ + Succeeded = $false + FailureMessage = "$expect,$(Format-Because $Because) $but" + } + } + } + + return New-Object psobject -Property @{ + Succeeded = $true + } +} + +Add-AssertionOperator -Name HaveCount ` + -InternalName Should-HaveCount ` + -Test ${function:Should-HaveCount} ` + -SupportsArrayInput + +function ShouldHaveCountFailureMessage() { +} +function NotShouldHaveCountFailureMessage() { +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUA9FZoIr/Qis+B3Uv7asGdjXX +# J9aggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# 40xTtfW6P1Knx1ioz2f5DVczi1AwDQYJKoZIhvcNAQEBBQAEggEAGsvm+zu2R6na +# xF8qANrEN2GOUhrMkbP9vdF2uI4Hfs/k4JPAMVggyoiGvYWaEUppG6QNyMtSMJSE +# 6y6Yr/olO3vW8WiuHAtx8u2g4i94Tr361ae9lAVn33b9P4Xb7XlEM22KISB8X/lM +# G8XkPjjMS1zd8do0UXhukOsXdywJhnAlIAaYNql+X5DRDZyu+lTk7IAMkjgXfOwi +# u2VIbRAcrqoQYdk7TpdS58+46oW4VWbg+S0FSa6M85LOVz9hOWD5yuPGiheei9fl +# 1+EzcNjHcHbI5Wue3VYd9I+IrzJ3Q8e4P6eQUzn7DzUIn907GsZPQNYX1nfoLKKW +# ApCQmuTJYaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEzWjAjBgkqhkiG9w0BCQQx +# FgQU5JJ8lKjMfAs8hRtMrzu5LXK2lzQwDQYJKoZIhvcNAQEBBQAEggEAQ1QrSejx +# 2Ls+BiEsRJnyIdPEPUxFS06FE6Bd9sH7ULltJDablfENu0MW+aSi9Nr+nOSvsKls +# V0sJGRkFlKMVDpPfEe84dAwa6Ts4V/IZHYA2SX4fq3nTTJr/IpJLVHFbH3pVUTm6 +# JBisPc9HCw/k1ipd3ivq30XDGs3/KwgTRaBYCRC9R+R9wEiC8JjvnoAL419AFy9e +# vGjSpLVlYOx0wJp9+WkCRYUobCi9KQ9XhZb2Go97cOCuwYmH3hiMEcLwCdJBcHI8 +# Ijo4pk4WrL9iv9Dgk4ZcQN0ToZx+CKQmRe/GHAV5qECWG8XzjNdkXWQhKbbFw0iJ +# sBzUqRrpobPlqw== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/HaveParameter.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/HaveParameter.ps1 new file mode 100644 index 000000000000..c6155b828474 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/HaveParameter.ps1 @@ -0,0 +1,384 @@ +function Should-HaveParameter ( + $ActualValue, + [String] $ParameterName, + $Type, + [String]$DefaultValue, + [Switch]$Mandatory, + [Switch]$HasArgumentCompleter, + [Switch]$Negate, + [String]$Because ) { + <# + .SYNOPSIS + Asserts that a command has the expected parameter. + + .EXAMPLE + Get-Command "Invoke-WebRequest" | Should -HaveParameter Uri -Mandatory + This test passes, because it expected the parameter URI to exist and to + be mandatory. + .NOTES + The attribute [ArgumentCompleter] was added with PSv5. Previouse this + assertion will not be able to use the -HasArgumentCompleter parameter + if the attribute does not exist. + #> + + if ($null -eq $ActualValue -or $ActualValue -isnot [Management.Automation.CommandInfo]) { + throw "Input value must be non-null CommandInfo object. You can get one by calling Get-Command." + } + + if ($null -eq $ParameterName) { + throw "The ParameterName can't be empty" + } + + #region HelperFunctions + function Join-And ($Items, $Threshold = 2) { + + if ($null -eq $items -or $items.count -lt $Threshold) { + $items -join ', ' + } + else { + $c = $items.count + ($items[0..($c - 2)] -join ', ') + ' and ' + $items[-1] + } + } + + function Add-SpaceToNonEmptyString ([string]$Value) { + if ($Value) { + " $Value" + } + } + + function Get-ParameterInfo { + param( + [Parameter( Mandatory = $true )] + [Management.Automation.CommandInfo]$Command + ) + <# + .SYNOPSIS + Use Tokenize to get information about the parameter block of a command + .DESCRIPTION + In order to get information about the parameter block of a command, + several tools can be used (Get-Command, AST, etc). + In order to get the default value of a parameter, AST is the easiest + way to go; but AST was only introduced with PSv3. + This function creates an object with information about parameters + using the Tokenize + .NOTES + Author: Chris Dent + #> + + function Get-TokenGroup { + param( + [Parameter( Mandatory = $true )] + [System.Management.Automation.PSToken[]]$tokens + ) + $i = $j = 0 + do { + $token = $tokens[$i] + if ($token.Type -eq 'GroupStart') { + $j++ + } + if ($token.Type -eq 'GroupEnd') { + $j-- + } + if (-not $token.PSObject.Properties.Item('Depth')) { + $token | Add-Member Depth -MemberType NoteProperty -Value $j + } + $token + + $i++ + } until ($j -eq 0 -or $i -ge $tokens.Count) + } + + $errors = $null + $tokens = [System.Management.Automation.PSParser]::Tokenize($Command.Definition, [Ref]$errors) + + # Find param block + $start = $tokens.IndexOf(($tokens | Where-Object { $_.Content -eq 'param' } | Select-Object -First 1)) + 1 + $paramBlock = Get-TokenGroup $tokens[$start..($tokens.Count - 1)] + + for ($i = 0; $i -lt $paramBlock.Count; $i++) { + $token = $paramBlock[$i] + + if ($token.Depth -eq 1 -and $token.Type -eq 'Variable') { + $paramInfo = New-Object PSObject -Property @{ + Name = $token.Content + } | Select-Object Name, Type, DefaultValue, DefaultValueType + + if ($paramBlock[$i + 1].Content -ne ',') { + $value = $paramBlock[$i + 2] + if ($value.Type -eq 'GroupStart') { + $tokenGroup = Get-TokenGroup $paramBlock[($i + 2)..($paramBlock.Count - 1)] + $paramInfo.DefaultValue = [String]::Join('', ($tokenGroup | ForEach-Object { $_.Content })) + $paramInfo.DefaultValueType = 'Expression' + } + else { + $paramInfo.DefaultValue = $value.Content + $paramInfo.DefaultValueType = $value.Type + } + } + if ($paramBlock[$i - 1].Type -eq 'Type') { + $paramInfo.Type = $paramBlock[$i - 1].Content + } + $paramInfo + } + } + } + + if ($Type -is [string]) { + # parses type that is provided as a string in brackets (such as [int]) + $parsedType = ($Type -replace '^\[(.*)\]$', '$1') -as [Type] + if ($null -eq $parsedType) { + throw [ArgumentException]"Could not find type [$ParsedType]. Make sure that the assembly that contains that type is loaded." + } + + $Type = $parsedType + } + #endregion HelperFunctions + + $buts = @() + $filters = @() + + $null = $ActualValue.Parameters # necessary for PSv2 + $hasKey = $ActualValue.Parameters.PSBase.ContainsKey($ParameterName) + $filters += "to$(if ($Negate) {" not"}) have a parameter $ParameterName" + + if (-not $Negate -and -not $hasKey) { + $buts += "the parameter is missing" + } + elseif ($Negate -and -not $hasKey) { + return New-Object PSObject -Property @{ Succeeded = $true } + } + elseif ($Negate -and $hasKey -and -not ($Mandatory -or $Type -or $DefaultValue -or $HasArgumentCompleter)) { + $buts += "the parameter exists" + } + else { + $attributes = $ActualValue.Parameters[$ParameterName].Attributes + + if ($Mandatory) { + $testMandatory = $attributes | Where-Object { $_ -is [System.Management.Automation.ParameterAttribute] -and $_.Mandatory } + $filters += "which is$(if ($Negate) {" not"}) mandatory" + + if (-not $Negate -and -not $testMandatory) { + $buts += "it wasn't mandatory" + } + elseif ($Negate -and $testMandatory) { + $buts += "it was mandatory" + } + } + + if ($Type) { + # This block is not using `Format-Nicely`, as in PSv2 the output differs. Eg: + # PS2> [System.DateTime] + # PS5> [datetime] + [type]$actualType = $ActualValue.Parameters[$ParameterName].ParameterType + $testType = ($Type -eq $actualType) + $filters += "$(if ($Negate) {"not "})of type [$($Type.FullName)]" + + if (-not $Negate -and -not $testType) { + $buts += "it was of type [$($actualType.FullName)]" + } + elseif ($Negate -and $testType) { + $buts += "it was of type [$($Type.FullName)]" + } + } + + if ($PSBoundParameters.Keys -contains "DefaultValue") { + $parameterMetadata = Get-ParameterInfo $ActualValue | Where-Object { $_.Name -eq $ParameterName } + $actualDefault = if ($parameterMetadata.DefaultValue) { $parameterMetadata.DefaultValue } else { "" } + $testDefault = ($actualDefault -eq $DefaultValue) + $filters += "the default value$(if ($Negate) {" not"}) to be $(Format-Nicely $DefaultValue)" + + if (-not $Negate -and -not $testDefault) { + $buts += "the default value was $(Format-Nicely $actualDefault)" + } + elseif ($Negate -and $testDefault) { + $buts += "the default value was $(Format-Nicely $DefaultValue)" + } + } + + if ($HasArgumentCompleter) { + $testArgumentCompleter = $attributes | Where-Object {$_ -is [ArgumentCompleter]} + $filters += "has ArgumentCompletion" + + if (-not $Negate -and -not $testArgumentCompleter) { + $buts += "has no ArgumentCompletion" + } + elseif ($Negate -and $testArgumentCompleter) { + $buts += "has ArgumentCompletion" + } + } + } + + if ($buts.Count -ne 0) { + $filter = Add-SpaceToNonEmptyString ( Join-And $filters -Threshold 3 ) + $but = Join-And $buts + $failureMessage = "Expected command $($ActualValue.Name)$filter,$(Format-Because $Because) but $but." + + return New-Object PSObject -Property @{ + Succeeded = $false + FailureMessage = $failureMessage + } + } + else { + return New-Object PSObject -Property @{ Succeeded = $true } + } +} + +Add-AssertionOperator -Name HaveParameter ` + -InternalName Should-HaveParameter ` + -Test ${function:Should-HaveParameter} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUreJXU6iAMulCkurnVAGwJZ6o +# NriggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# BnBjDVKAJyEmrC9+/Ik1vb5aBsUwDQYJKoZIhvcNAQEBBQAEggEAehQ6jpnYRyuz +# NYVXKAiJwbGvfT1ZXWVPqEaWsMso0Tt2kVMMCTCfmuCKkgQzDpP1DHTBZfwn7TxI +# KpCyX6q2DUnNb7iSOK00W7jhOielxvBnUh+gzZZ6Aern9vaCR3dJ2xyShSR+PG2w +# sXFGhPZz0/0FFbkME4/d2tBWjH3k8YRDyiXNIsD28xWH+3Q/Kx7yN7IbCmbjle81 +# 2spV6rjZPt84WTR54LLoWNVUmhBwIOqt8u9YGTFqJ1r5QI0kNSZJnjgiAia78ZKY +# 5rvmSxHz1XIogX6JFB0plEb0EcUUI4lBxtSl8QJDGYCssepInU3rhLd+hvchTcIv +# R798qorCHKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEzWjAjBgkqhkiG9w0BCQQx +# FgQUApJ56pHGV/psBsggMlBPzuobv60wDQYJKoZIhvcNAQEBBQAEggEAaR5bld5J +# e/L034U6xNhpRnaQLnbKD8PTTdHogGCqpqWKXxcEHb74OZ/TbBwO5G7W/1Ao7PLe +# ZQfwXFPUrYJw9bh/gcD0xfLfmTzOB1isvbl14sSk3E2OqBjJvbP6hqYtP0WTlDno +# wjuzb+JZG/o+Gx+e2BIUjcy5yQs+68MZkuXoTR3IziWU7Cj/KpNka6favp+5Z7zP +# vtzXzC7wZEzY/MCXU7iIebdc2H5W24nEbm7HikNuqLchuMYblSCDzg/BFZfuF5Zp +# ddHJOCJQjyVhqNRpqIvsUGg/9U4GxbyLf9X79FY8AeQCJj3CjWXBJu8iY2KbtdMI +# SoYgZGGuku214g== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Match.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Match.ps1 new file mode 100644 index 000000000000..7b73dcf363ef --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Match.ps1 @@ -0,0 +1,210 @@ +function Should-Match($ActualValue, $RegularExpression, [switch] $Negate, [string] $Because) { + <# +.SYNOPSIS +Uses a regular expression to compare two objects. +This comparison is not case sensitive. + +.EXAMPLE +"I am a value" | Should -Match "I Am" +The "I Am" regular expression (RegEx) pattern matches the provided string, +so the test passes. For case sensitive matches, see MatchExactly. +.EXAMPLE +"I am a value" | Should -Match "I am a bad person" # Test will fail +RegEx pattern does not match the string, and the test fails. +.EXAMPLE +"Greg" | Should -Match ".reg" # Test will pass +This test passes, as "." in RegEx matches any character. +.EXAMPLE +"Greg" | Should -Match ([regex]::Escape(".reg")) +One way to provide literal characters to Match is the [regex]::Escape() method. +This test fails, because the pattern does not match a period symbol. +#> + [bool] $succeeded = $ActualValue -match $RegularExpression + + if ($Negate) { + $succeeded = -not $succeeded + } + + $failureMessage = '' + + if (-not $succeeded) { + if ($Negate) { + $failureMessage = NotShouldMatchFailureMessage -ActualValue $ActualValue -RegularExpression $RegularExpression -Because $Because + } + else { + $failureMessage = ShouldMatchFailureMessage -ActualValue $ActualValue -RegularExpression $RegularExpression -Because $Because + } + } + + return New-Object psobject -Property @{ + Succeeded = $succeeded + FailureMessage = $failureMessage + } +} + +function ShouldMatchFailureMessage($ActualValue, $RegularExpression, $Because) { + return "Expected regular expression $(Format-Nicely $RegularExpression) to match $(Format-Nicely $ActualValue),$(Format-Because $Because) but it did not match." +} + +function NotShouldMatchFailureMessage($ActualValue, $RegularExpression, $Because) { + return "Expected regular expression $(Format-Nicely $RegularExpression) to not match $(Format-Nicely $ActualValue),$(Format-Because $Because) but it did match." +} + +Add-AssertionOperator -Name Match ` + -InternalName Should-Match ` + -Test ${function:Should-Match} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUwBaMAJxck4pfWcwzDvC7OIMX +# loSggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# DZoeK7H350xiY9szUk0LTdM2IhowDQYJKoZIhvcNAQEBBQAEggEAqmz8kyosO5BD +# BmtegiKSl1ET1pOpRc0Be48MtSkrhOVH8xdDxSN4LMf3y6Lek5mPL833ypbIgx4+ +# d695/A6fOs5e7pkGlzNidQ4LNZR050z/OehfXiO4+2tFsjQz3G4Nc4fYCfkpqvLM +# SNbc2lPBjF4RFPeoNRTsflqMNDcx7AiOAyedEkDQwrg+oBJQKr7y6h9/WOK63/bY +# Dom+Je+luwmQYkOvcfyBctizvzLF7c/7PoLO4kob/Bv3Et01ssDrAN9P3K/gf826 +# od/LfpN6hGtAKGmw4kx86iIqDCUE9N6JjoX2MVpE1MI3g3Y9OCPeaHKZErIzsAmK +# /IRCbjO0zaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDE0WjAjBgkqhkiG9w0BCQQx +# FgQUpiRFdz2mXrg+QuIZzl8xj3wG3/wwDQYJKoZIhvcNAQEBBQAEggEARne1jLcM +# Gu12+NqWgFT8jFCTfTl/T7SQY3LBuaNSArXsZkmjui3p8r8XhnP3VUiECtRLt4Pr +# BT2T12JnQzayS/G6IkM6IqcqKUVzsvNBZbrfVlVhesiXLO7/ZRPebwmRqUfYckWy +# LVXTjrVx6AtnBf2wHZQ0oHA7iEW9yWUe464CJ6e8j1wTzqVGBWapTHBAf0w5s/rz +# Irf/QTWmoAWzZyW/2pWn6G7Dplz1G+PKAnYDKyV4Y4GRT//6YR0kbDKT+hV6WQoO +# tkI3T5vTx3b8vbsDJQoSjZLhzZIkSazqzMskOYaP5YYiRCrf9K5uUOUWknBRfbVM +# Kn8VfmASHzfASQ== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/MatchExactly.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/MatchExactly.ps1 new file mode 100644 index 000000000000..b00a1b9ad445 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/MatchExactly.ps1 @@ -0,0 +1,206 @@ +function Should-MatchExactly($ActualValue, $RegularExpression, [switch] $Negate, [string] $Because) { + <# +.SYNOPSIS +Uses a regular expression to compare two objects. +This comparison is case sensitive. + +.EXAMPLE +"I am a value" | Should -MatchExactly "I am" +The "I am" regular expression (RegEx) pattern matches the string. +This test passes. + +.EXAMPLE +"I am a value" | Should -MatchExactly "I Am" +Because MatchExactly is case sensitive, this test fails. +For a case insensitive test, see Match. +#> + [bool] $succeeded = $ActualValue -cmatch $RegularExpression + + if ($Negate) { + $succeeded = -not $succeeded + } + + $failureMessage = '' + + if (-not $succeeded) { + if ($Negate) { + $failureMessage = NotShouldMatchExactlyFailureMessage -ActualValue $ActualValue -RegularExpression $RegularExpression -Because $Because + } + else { + $failureMessage = ShouldMatchExactlyFailureMessage -ActualValue $ActualValue -RegularExpression $RegularExpression -Because $Because + } + } + + return New-Object psobject -Property @{ + Succeeded = $succeeded + FailureMessage = $failureMessage + } +} + +function ShouldMatchExactlyFailureMessage($ActualValue, $RegularExpression) { + return "Expected regular expression $(Format-Nicely $RegularExpression) to case sensitively match $(Format-Nicely $ActualValue),$(Format-Because $Because) but it did not match." +} + +function NotShouldMatchExactlyFailureMessage($ActualValue, $RegularExpression) { + return "Expected regular expression $(Format-Nicely $RegularExpression) to not case sensitively match $(Format-Nicely $ActualValue),$(Format-Because $Because) but it did match." +} + +Add-AssertionOperator -Name MatchExactly ` + -InternalName Should-MatchExactly ` + -Test ${function:Should-MatchExactly} ` + -Alias 'CMATCH' + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUjNVNFdeoBKU7ojzuW1WBBhgi +# WG6ggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# nRDzUIiIu1BibbaxvnyMl1n1qGgwDQYJKoZIhvcNAQEBBQAEggEAjBMhnMMxShiy +# gUMGDN0KGgw0glELak8rdE0E7miIQqMPma/l8SemQ7LbPIiV0jMJkb++cUoDJMlm +# ohEyq4lSlHT34pd2B6tt+3pc2dAAfGNMqn6Od5QwI0Tc1/RTTa+iJ2Szc8TACeOB +# SjBPCA/BT8cP80sYdzUR8+ZOkvhVKniUHrAFrkLnYeOTpe0KjW/euKuoqsP1nQha +# rMN6LU51Anz7nzrrZTYOX6F0sJecXcmkTQ4OvmXoBRq3maT+fh5uSalQJZLIkztu +# ndG6UUTL/MLn4slk404HIYuEwt9DwIfEIGRbnV9uiYH12YJsYaxeNkZ3DzCO0RAx +# p+QCB/DFhqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDE0WjAjBgkqhkiG9w0BCQQx +# FgQUvBOzkwb0sj1yLNu3MYGdxxyFWkswDQYJKoZIhvcNAQEBBQAEggEAoKkmwFrl +# W88rWTYc+44PQF5KPpuzHwbSP5P9kPkVg1LHBZmA42drMpzVrvEyiO1NOeXTBoLk +# g8W5KlpG9teLSN36qwFGyJq28/SrEyr5ZXDIEX92BdByqSJTx9qshP/aENdBOiUI +# 8Ak0v93RMUlkzUgRd/4fYjv20jTvTv5fiUqTERXTrurYCUUBEUSqyepUuwJmcU/C +# 1WdteKJLN1ZrzfunHCI7Oy51DTjFLs/FdPZXxQciTW6wDotcL0ytAQmfJT3pRgbs +# 9LrkemB5TXqw4kP9XeoHJn4kj1DAmP6CiMRejHlAWtFTqk/VxpMlwAM5f+skXQzB +# oOmgVZ8uZYO4YA== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/PesterThrow.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/PesterThrow.ps1 new file mode 100644 index 000000000000..665383a505de --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/PesterThrow.ps1 @@ -0,0 +1,327 @@ +function Should-Throw([scriptblock] $ActualValue, $ExpectedMessage, $ErrorId, [type]$ExceptionType, [switch] $Negate, [string] $Because, [switch] $PassThru) { + <# +.SYNOPSIS +Checks if an exception was thrown. Enclose input in a script block. + +Warning: The input object must be a ScriptBlock, otherwise it is processed outside of the assertion. + +.EXAMPLE +{ foo } | Should -Throw +Because "foo" isn't a known command, PowerShell throws an error. +Throw confirms that an error occurred, and successfully passes the test. + +.EXAMPLE +{ foo } | Should -Not -Throw +By using -Not with -Throw, the opposite effect is achieved. +"Should -Not -Throw" expects no error, but one occurs, and the test fails. + +.EXAMPLE +{ $foo = 1 } | Should -Throw +Assigning a variable does not throw an error. +If asserting "Should -Throw" but no error occurs, the test fails. + +.EXAMPLE +{ $foo = 1 } | Should -Not -Throw +Assert that assigning a variable should not throw an error. +It does not throw an error, so the test passes. +#> + $actualExceptionMessage = "" + $actualExceptionWasThrown = $false + $actualError = $null + $actualException = $null + $actualExceptionLine = $null + + if ($null -eq $ActualValue) { + throw (New-Object -TypeName ArgumentNullException -ArgumentList "ActualValue", "Scriptblock not found. Input to 'Throw' and 'Not Throw' must be enclosed in curly braces.") + } + + try { + do { + Write-ScriptBlockInvocationHint -Hint "Should -Throw" -ScriptBlock $ActualValue + $null = & $ActualValue + } until ($true) + } + catch { + $actualExceptionWasThrown = $true + $actualError = $_ + $actualException = $_.Exception + $actualExceptionMessage = $_.Exception.Message + $actualErrorId = $_.FullyQualifiedErrorId + $actualExceptionLine = (Get-ExceptionLineInfo $_.InvocationInfo) -replace [System.Environment]::NewLine, "$([System.Environment]::NewLine) " + } + + [bool] $succeeded = $false + + if ($Negate) { + # this is for Should -Not -Throw. Once *any* exception was thrown we should fail the assertion + # there is no point in filtering the exception, because there should be none + $succeeded = -not $actualExceptionWasThrown + if (-not $succeeded) { + $failureMessage = "Expected no exception to be thrown,$(Format-Because $Because) but an exception `"$actualExceptionMessage`" was thrown $actualExceptionLine." + return New-Object psobject -Property @{ + Succeeded = $succeeded + FailureMessage = $failureMessage + } + } + else { + return New-Object psobject -Property @{ + Succeeded = $true + } + } + } + + # the rest is for Should -Throw, we must fail the assertion when no exception is thrown + # or when the exception does not match our filter + + function Join-And ($Items, $Threshold = 2) { + + if ($null -eq $items -or $items.count -lt $Threshold) { + $items -join ', ' + } + else { + $c = $items.count + ($items[0..($c - 2)] -join ', ') + ' and ' + $items[-1] + } + } + + function Add-SpaceToNonEmptyString ([string]$Value) { + if ($Value) { + " $Value" + } + } + + $buts = @() + $filters = @() + + $filterOnExceptionType = $null -ne $ExceptionType + if ($filterOnExceptionType) { + $filters += "with type $(Format-Nicely $ExceptionType)" + + if ($actualExceptionWasThrown -and $actualException -isnot $ExceptionType) { + $buts += "the exception type was $(Format-Nicely ($actualException.GetType()))" + } + } + + $filterOnMessage = -not [string]::IsNullOrEmpty($ExpectedMessage -replace "\s") + if ($filterOnMessage) { + $filters += "with message $(Format-Nicely $ExpectedMessage)" + if ($actualExceptionWasThrown -and (-not (Get-DoValuesMatch $actualExceptionMessage $ExpectedMessage))) { + $buts += "the message was $(Format-Nicely $actualExceptionMessage)" + } + } + + $filterOnId = -not [string]::IsNullOrEmpty($ErrorId -replace "\s") + if ($filterOnId) { + $filters += "with FullyQualifiedErrorId $(Format-Nicely $ErrorId)" + if ($actualExceptionWasThrown -and (-not (Get-DoValuesMatch $actualErrorId $ErrorId))) { + $buts += "the FullyQualifiedErrorId was $(Format-Nicely $actualErrorId)" + } + } + + if (-not $actualExceptionWasThrown) { + $buts += "no exception was thrown" + } + + if ($buts.Count -ne 0) { + $filter = Add-SpaceToNonEmptyString ( Join-And $filters -Threshold 3 ) + $but = Join-And $buts + $failureMessage = "Expected an exception,$filter to be thrown,$(Format-Because $Because) but $but. $actualExceptionLine".Trim() + + return New-Object psobject -Property @{ + Succeeded = $false + FailureMessage = $failureMessage + } + } + + $result = New-Object psobject -Property @{ + Succeeded = $true + } + + if ($PassThru) { + $result | Add-Member -MemberType NoteProperty -Name 'Data' -Value $actualError + } + + return $result +} + +function Get-DoValuesMatch($ActualValue, $ExpectedValue) { + #user did not specify any message filter, so any message matches + if ($null -eq $ExpectedValue ) { + return $true + } + + return $ActualValue.ToString().IndexOf($ExpectedValue, [System.StringComparison]::InvariantCultureIgnoreCase) -ge 0 +} + +function Get-ExceptionLineInfo($info) { + # $info.PositionMessage has a leading blank line that we need to account for in PowerShell 2.0 + $positionMessage = $info.PositionMessage -split '\r?\n' -match '\S' -join [System.Environment]::NewLine + return ($positionMessage -replace "^At ", "from ") +} + +function ShouldThrowFailureMessage { + # to make the should tests happy, for now +} + +function NotShouldThrowFailureMessage { + # to make the should tests happy, for now +} + +Add-AssertionOperator -Name Throw ` + -InternalName Should-Throw ` + -Test ${function:Should-Throw} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUcDtzYzBS28RXgFpn0gGLPVKV +# moCggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# oEUs6xX9SyM0zJxxVKBsYqsWDi4wDQYJKoZIhvcNAQEBBQAEggEAOMD+5rk37rfM +# FmSe0VM6m4IM9zmryMPeYSZ3btsSXi9HcGxFxOtkuwdpQRIerKxyuBJNLlTIQyeS +# h/auHUXbp0bj5JWeyciJI6T2/WXF1by2SEndShjR4Nvvz7dHLuL9rEsf4WIILbgB +# PebP6Nwl+RZJqxIcM1yu/Mv+K9V8hpr3eI0eNwH21LHBVickbdoULB2qeo5qWuIR +# +fkK4hvyj9gYjBhXVU6I31D7u5ySwF1RE7iz8OersVVrB028zD7V21u0VuQXDcIT +# 32XeX/RECmIfJNxpFYEMqYaQSVUB+fqwpq2QLEnwRct4l1+St/yHT839T2wgcGQQ +# Ah09mGwZMKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDE0WjAjBgkqhkiG9w0BCQQx +# FgQU/Xt8U+rYmmV1xQsC86zkXXIg30gwDQYJKoZIhvcNAQEBBQAEggEAhc22PMUN +# pZvsxJIoYTYB09+Jg2ds/y6lz5qFBlejvW6fHzY8gyt1SyquVpQFSurLzcWnvTn+ +# BcCB9h6qBM/4299Gc51pmiTYbKNTcdRTvraBRLbMPmtiUvdUHNmEnGjgcQDmzuEF +# nm0HDtg6gyb5ekFPys7shlrtd1bBhTdrT06uzEZ2ooi5EyhCWWmbMa3zOso/62y/ +# hkXHH+DTyXIjamKuFaEYQS/9LIuOOOFdHyNYcRdi5amrxfZrJN0B2+fwwqp9OVb8 +# I/0nZ1b6DMDytcOPO0CDKKXqwlomC9/KBCwWQ2RE7NR27uVM/JbNf3rytxTUjC2m +# PIXTZxf0vBDtJg== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Set-TestInconclusive.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Set-TestInconclusive.ps1 new file mode 100644 index 000000000000..74edace699cb --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Set-TestInconclusive.ps1 @@ -0,0 +1,199 @@ +function Set-TestInconclusive { + <# + + .SYNOPSIS + Deprecated. Use `Set-ItResult -Inconclusive` instead + + .DESCRIPTION + Set-TestInconclusive was used inside an It block to mark the test as inconclusive. + If you need this functionality please use the new Set-ItResult command. + + .PARAMETER Message + Value assigned to the Message parameter will be displayed in the the test result. + + .EXAMPLE + ```ps + Describe "Example" { + + It "My test" { + Set-TestInconclusive -Message "we forced it to be inconclusive" + } + + } + ``` + + The test result. + + ``` + Describing Example + [?] My test, is inconclusive because we forced it to be inconclusive 58ms + ``` + +#> + [CmdletBinding()] + param ( + [string] $Message + ) + + if (!$script:HasAlreadyWarnedAboutDeprecation) { + Write-Warning 'DEPRECATED: Set-TestInconclusive was deprecated and will be removed in the future. Please update your scripts to use `Set-ItResult -Inconclusive -Because $Message`.' + $script:HasAlreadyWarnedAboutDeprecation = $true + } + + Set-ItResult -Inconclusive -Because $Message +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQU4DTzPHr4kWsbiqe17ZYx1LT1 +# CPaggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# 0K0WLB3HtaSRuAY32UrbdSHCjsIwDQYJKoZIhvcNAQEBBQAEggEAZRvM2Phr64eo +# zZYzvOqewU2gzpYB+42gYH3fz86g1k7KU5P9g8IbSS7/I5SrVRdaTBFRZPXIpWpB +# DfG8qaBrySUD+Q83ig8KsLLoD0HdO5U6f1m3dD9WZ8hkzCKsN4ZcZmdMc9sPdzF2 +# bUGijNLBPcruwQ0IuVdxzydsrzppq8LWYqoU87R3b8K4yGyMPvHpsT8bE/c3Ns8q +# W7TGUicx97mztdty/zRSEOMrSAmW6yLvSqOmHJ8CJa69F2YNjbasmsBacYcKrotz +# vDkUHrCkvUQW2OephnWMsVSvZ5+5/rsv4ucgiUY41Oq2sGZ94I0/mK+//N8Lsnl6 +# Ve+atSrYzqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDE1WjAjBgkqhkiG9w0BCQQx +# FgQUdzLaTFNh9MMx6F1KWSs1qBlNURQwDQYJKoZIhvcNAQEBBQAEggEAXef4rkI1 +# BJoEV8rEmC+HVokwaj6tWvm/RONOte1svWuRp2wfg0HpgFl2tsVxincejyzCD3gV +# IeoJhO2Fe59Ex1zzRNB87rRtZ6cwNB4lKXqExZIyn2xiK7c01uTTeXkvp87WVJXP +# zzm0ip9OenQqPTvgKjGN6+k8Mcce6SbBrDRdnpYNj8lhX20kmZ8mvHpfWxRB3iOg +# qWTV5Ywp4Rj2SF0XfBPKTtCsL5ObN1k6fLC14bDuiMZNjeCCW9G3qmjvAAYMYE1q +# fuoyA6w+hEeEQdYqn7y0O6ISgnmm4sKgFf5aeMSgau8I7KA+HVV9dxL3qiRuaA7+ +# te04bVxmIHgEWw== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Should.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Should.ps1 new file mode 100644 index 000000000000..9a6961a80cb5 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Should.ps1 @@ -0,0 +1,357 @@ +function Parse-ShouldArgs([object[]] $shouldArgs) { + if ($null -eq $shouldArgs) { + $shouldArgs = @() + } + + $parsedArgs = @{ + PositiveAssertion = $true + ExpectedValue = $null + } + + $assertionMethodIndex = 0 + $expectedValueIndex = 1 + + if ($shouldArgs.Count -gt 0 -and $shouldArgs[0] -eq "not") { + $parsedArgs.PositiveAssertion = $false + $assertionMethodIndex += 1 + $expectedValueIndex += 1 + } + + if ($assertionMethodIndex -lt $shouldArgs.Count) { + $parsedArgs.AssertionMethod = "$($shouldArgs[$assertionMethodIndex])" + } + else { + throw 'You cannot call Should without specifying an assertion method.' + } + + if ($expectedValueIndex -lt $shouldArgs.Count) { + $parsedArgs.ExpectedValue = $shouldArgs[$expectedValueIndex] + } + + return $parsedArgs +} + +function Get-FailureMessage($assertionEntry, $negate, $value, $expected) { + if ($negate) { + $failureMessageFunction = $assertionEntry.GetNegativeFailureMessage + } + else { + $failureMessageFunction = $assertionEntry.GetPositiveFailureMessage + } + + return (& $failureMessageFunction $value $expected) +} + +function New-ShouldErrorRecord ([string] $Message, [string] $File, [string] $Line, [string] $LineText) { + $exception = & $SafeCommands['New-Object'] Exception $Message + $errorID = 'PesterAssertionFailed' + $errorCategory = [Management.Automation.ErrorCategory]::InvalidResult + # we use ErrorRecord.TargetObject to pass structured information about the error to a reporting system. + $targetObject = @{Message = $Message; File = $File; Line = $Line; LineText = $LineText} + $errorRecord = & $SafeCommands['New-Object'] Management.Automation.ErrorRecord $exception, $errorID, $errorCategory, $targetObject + return $errorRecord +} + +function Should { + <# + .SYNOPSIS + Should is a keyword what is used to define an assertion inside It block. + + .DESCRIPTION + Should is a keyword what is used to define an assertion inside the It block. + Should provides assertion methods for verify assertion e.g. comparing objects. + If assertion is not met the test fails and an exception is throwed up. + + Should can be used more than once in the It block if more than one assertion + need to be verified. Each Should keywords need to be located in a new line. + Test will be passed only when all assertion will be met (logical conjuction). + +#> + + [CmdletBinding(DefaultParameterSetName = 'Legacy')] + param ( + [Parameter(ParameterSetName = 'Legacy', Position = 0)] + [object] $__LegacyArg1, + + [Parameter(ParameterSetName = 'Legacy', Position = 1)] + [object] $__LegacyArg2, + + [Parameter(ParameterSetName = 'Legacy', Position = 2)] + [object] $__LegacyArg3, + + [Parameter(ValueFromPipeline = $true)] + [object] $ActualValue + ) + + dynamicparam { + Get-AssertionDynamicParams + } + + begin { + $inputArray = New-Object System.Collections.Generic.List[PSObject] + + if ($PSCmdlet.ParameterSetName -eq 'Legacy') { + $parsedArgs = Parse-ShouldArgs ($__LegacyArg1, $__LegacyArg2, $__LegacyArg3) + $entry = Get-AssertionOperatorEntry -Name $parsedArgs.AssertionMethod + if ($null -eq $entry) { + throw "'$($parsedArgs.AssertionMethod)' is not a valid Should operator." + } + } + } + + process { + $inputArray.Add($ActualValue) + } + + end { + $lineNumber = $MyInvocation.ScriptLineNumber + $lineText = $MyInvocation.Line.TrimEnd("$([System.Environment]::NewLine)") + $file = $MyInvocation.ScriptName + + if ($PSCmdlet.ParameterSetName -eq 'Legacy') { + if ($inputArray.Count -eq 0) { + Invoke-LegacyAssertion $entry $parsedArgs $null $file $lineNumber $lineText + } + elseif ($entry.SupportsArrayInput) { + Invoke-LegacyAssertion $entry $parsedArgs $inputArray.ToArray() $file $lineNumber $lineText + } + else { + foreach ($object in $inputArray) { + Invoke-LegacyAssertion $entry $parsedArgs $object $file $lineNumber $lineText + } + } + } + else { + $negate = $false + if ($PSBoundParameters.ContainsKey('Not')) { + $negate = [bool]$PSBoundParameters['Not'] + } + + $null = $PSBoundParameters.Remove('ActualValue') + $null = $PSBoundParameters.Remove($PSCmdlet.ParameterSetName) + $null = $PSBoundParameters.Remove('Not') + + $entry = Get-AssertionOperatorEntry -Name $PSCmdlet.ParameterSetName + + if ($inputArray.Count -eq 0) { + Invoke-Assertion $entry $PSBoundParameters $null $file $lineNumber $lineText -Negate:$negate + } + elseif ($entry.SupportsArrayInput) { + Invoke-Assertion $entry $PSBoundParameters $inputArray.ToArray() $file $lineNumber $lineText -Negate:$negate + } + else { + foreach ($object in $inputArray) { + Invoke-Assertion $entry $PSBoundParameters $object $file $lineNumber $lineText -Negate:$negate + } + } + } + } +} + +function Invoke-LegacyAssertion($assertionEntry, $shouldArgs, $valueToTest, $file, $lineNumber, $lineText) { + # $expectedValueSplat = @( + # if ($null -ne $shouldArgs.ExpectedValue) + # { + # ,$shouldArgs.ExpectedValue + # } + # ) + + $negate = -not $shouldArgs.PositiveAssertion + + $testResult = (& $assertionEntry.Test $valueToTest $shouldArgs.ExpectedValue -Negate:$negate) + if (-not $testResult.Succeeded) { + throw ( New-ShouldErrorRecord -Message $testResult.FailureMessage -File $file -Line $lineNumber -LineText $lineText ) + } +} + +function Invoke-Assertion { + param ( + [object] $AssertionEntry, + [System.Collections.IDictionary] $BoundParameters, + [object] $valuetoTest, + [string] $File, + [int] $LineNumber, + [string] $LineText, + [switch] $Negate + ) + + $testResult = & $AssertionEntry.Test -ActualValue $valuetoTest -Negate:$Negate @BoundParameters + if (-not $testResult.Succeeded) { + throw ( New-ShouldErrorRecord -Message $testResult.FailureMessage -File $file -Line $lineNumber -LineText $lineText ) + } + else { + #extract data to return if there are any on the object + $data = $testResult.psObject.Properties.Item('Data') + if ($data) { + $data.Value + } + } +} + +function Format-Because ([string] $Because) { + if ($null -eq $Because) { + return + } + + $bcs = $Because.Trim() + if ([string]::IsNullOrEmpty($bcs)) { + return + } + + " because $($bcs -replace 'because\s')," +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUg/IM9IPRr86fAbD+ZeIB5mMd +# x3SggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# RphmbgU5VU9ozboG6NHZ862oIG8wDQYJKoZIhvcNAQEBBQAEggEAoUTkgL04iKoE +# 81BjgNf6m1zbFHbwc1yleUeNAbsSqAAiVkVAUcxu6+FwVUX5S99bGrBBmJV0jCDr +# MSG9QD/zT2tAxm/vSZlRp/tNwQiX9f41IpbrwZOkd4zCjCbdol9hm1/fE+CyLErK +# KyPz/WI3cJZLOKUfNuE4yQkHFY1nEfVTa1J7aREXqreqxGF1fVCU/hOZIteeck3M +# PtFNh+JxAFFTHye7XyiaKmkMW0rETsDidCpIbEdr79Bi1pysRxKOJoSHQMm5t10s +# o8voVZ/2oASZd5cUoa44pS6VWG64sUXhDkHKpKR81VJpeqtop20PkuLZD+tXNTEa +# DeSAb6DkWKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDE1WjAjBgkqhkiG9w0BCQQx +# FgQU+NA27rBiAhrvenFm8kU3EPokb8QwDQYJKoZIhvcNAQEBBQAEggEAT9V9OyG0 +# IposxTlr5+HsG1+QqNxhztudH1Zbs4jamCzXta7gj3szHLK4ckwLoN4IFAElfPhc +# EK6qNxz3Sgjy8dzf7MWdVPGBc56/keyvJtcTKzWzVITDsgmONbyKuJAArrLcyCPM +# 9kYQ1cv83hTdJu0SRHfKf1cmrg18Vk+EJqfNNmcg+LuGF1ClfO8RwABIgBnu7gRv +# KKuj2A+WFos1eUi81SP+5kd2Gu8hlJe3TTwyDWL2hwoyb3sQ7Z2MSzOH+hdWsECd +# ubWqZ4ZiJuDbyVTQw4FDoo32HwuPv05b4nlNbq67IqNqWy/h4OWSgRBptVfqcrZF +# ZaeKkukIhQhtgw== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Context.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Context.ps1 new file mode 100644 index 000000000000..1d2aba1808cc --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Context.ps1 @@ -0,0 +1,248 @@ +function Context { + <# +.SYNOPSIS +Provides logical grouping of It blocks within a single Describe block. + +.DESCRIPTION +Provides logical grouping of It blocks within a single Describe block. +Any Mocks defined inside a Context are removed at the end of the Context scope, +as are any files or folders added to the TestDrive during the Context block's +execution. Any BeforeEach or AfterEach blocks defined inside a Context also only +apply to tests within that Context . + +.PARAMETER Name +The name of the Context. This is a phrase describing a set of tests within a describe. + +.PARAMETER Tag +Optional parameter containing an array of strings. When calling Invoke-Pester, +it is possible to specify a -Tag parameter which will only execute Context blocks +containing the same Tag. + +.PARAMETER Fixture +Script that is executed. This may include setup specific to the context +and one or more It blocks that validate the expected outcomes. + +.EXAMPLE +```ps +function Add-Numbers($a, $b) { + return $a + $b +} + +Describe "Add-Numbers" { + + Context "when root does not exist" { + It "..." { ... } + } + + Context "when root does exist" { + It "..." { ... } + It "..." { ... } + It "..." { ... } + } +} +``` + +.LINK +https://pester.dev/docs/commands/Describe + +.LINK +https://pester.dev/docs/commands/It + +.LINK +https://pester.dev/docs/commands/BeforeEach + +.LINK +https://pester.dev/docs/commands/AfterEach + +.LINK +https://pester.dev/docs/commands/Should + +.LINK +https://pester.dev/docs/usage/mocking + +.LINK +https://pester.dev/docs/usage/testdrive + +#> + param( + [Parameter(Mandatory = $true, Position = 0)] + [string] $Name, + + [Alias('Tags')] + [string[]] $Tag = @(), + + [Parameter(Position = 1)] + [ScriptBlock] $Fixture + ) + if ($Fixture -eq $null) { + if ($Name.Contains("`n")) { + throw "Test fixture name has multiple lines and no test fixture is provided. (Have you provided a name for the test group?)" + } + else { + throw 'No test fixture is provided. (Have you put the open curly brace on the next line?)' + } + } + if ($null -eq (& $SafeCommands['Get-Variable'] -Name Pester -ValueOnly -ErrorAction $script:IgnoreErrorPreference)) { + # User has executed a test script directly instead of calling Invoke-Pester + $sessionState = Set-SessionStateHint -PassThru -Hint "Caller - Captured in Context" -SessionState $PSCmdlet.SessionState + $Pester = New-PesterState -Path (& $SafeCommands['Resolve-Path'] .) -TestNameFilter $null -TagFilter @() -SessionState SessionState + $script:mockTable = @{ } + } + + DescribeImpl @PSBoundParameters -CommandUsed 'Context' -Pester $Pester -DescribeOutputBlock ${function:Write-Describe} -TestOutputBlock ${function:Write-PesterResult} -NoTestRegistry:('Windows' -ne (GetPesterOs)) +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUwSLBleLGcpShxM2IGdrI7WGc +# suiggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# 9TQenHL+3I2DhwmTZzxI+lL7chIwDQYJKoZIhvcNAQEBBQAEggEACVsUKaY036dk +# Y4MErPjTMVxYe9MHtVlvDdaHjZWQ0PBeF1qObkpJHevaC5MenGEU1GdtsgPMy3Op +# y71zEFNYAZg3bt2Qvi52bNZNcjqwnM7kDIjymRUfEfsELtnv1N9f3jCeYcv5417c +# WsfsP7vVhuw5tJ5jI+um0X7hftQj8ifk3UjR8++1gN/9LNxVEz6HO9c0tE9xyqj3 +# QaOahIUJ4LQ93xjm/XGErKcVzVM2JLrMrkn4Yq5ZXkbEVK2jjcvmSmejpfXwKiuK +# +ZwDjuBlX/ClN4wa49G1iilGt0MBuLNdo+nYvemPJeBuaiGcq1a7g079wccWzMR4 +# f+ayRwhbY6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDAyWjAjBgkqhkiG9w0BCQQx +# FgQUATrceQZKK4SyOOnTWEHpsSBCD74wDQYJKoZIhvcNAQEBBQAEggEAYiYarJY6 +# c7PGhSFJtpmHp9l8TcrewZkV9DYRjUMnppGytHppteTrg7jCoSkotQdJ/Qli/Hwg +# nU/1LUYZfy/sQa/n3krXMWx9wyiL3+5845YVmlbKarKTjD1RRr640au/GWueOBVm +# 1nipjksNjX1FN5Bq+Tl/hbcQtozlbilXH5R0w7Kjx/m4u5DHbZPiRvjKDtDiBBlu +# HBTheDCFbT0fMOkZCH6DdKb0u+Rm87EZGIXzmjfubj4W+32AJE3fS2lVAYBzGi7X +# ZJnS86K/lh9d7Tt+qWwK0xdngCSGi84vkXKG/LHJ/Kb60frnUKiOm+6WyhbhmCIm +# orD1ZA8X6ITl2g== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Coverage.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Coverage.ps1 new file mode 100644 index 000000000000..ffd17460ef19 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Coverage.ps1 @@ -0,0 +1,962 @@ +if ($PSVersionTable.PSVersion.Major -le 2) { + function Exit-CoverageAnalysis { } + function Get-CoverageReport { } + function Write-CoverageReport { } + function Enter-CoverageAnalysis { + param ( $CodeCoverage ) + + if ($CodeCoverage) { + & $SafeCommands['Write-Error'] 'Code coverage analysis requires PowerShell 3.0 or later.' + } + } + + return +} + +function Enter-CoverageAnalysis { + [CmdletBinding()] + param ( + [object[]] $CodeCoverage, + [object] $PesterState + ) + + $coverageInfo = + foreach ($object in $CodeCoverage) { + Get-CoverageInfoFromUserInput -InputObject $object + } + + $PesterState.CommandCoverage = @(Get-CoverageBreakpoints -CoverageInfo $coverageInfo) +} + +function Exit-CoverageAnalysis { + param ([object] $PesterState) + + & $SafeCommands['Set-StrictMode'] -Off + + # PSScriptAnalyzer it will flag this line because $null is on the LHS of -ne. + # BUT that is correct in this case. We are filtering the list of breakpoints + # to only get those that are not $null + # (like if we did $breakpoints | where {$_ -ne $null}) + # so DON'T change this. + $breakpoints = @($PesterState.CommandCoverage.Breakpoint) -ne $null + if ($breakpoints.Count -gt 0) { + & $SafeCommands['Remove-PSBreakpoint'] -Breakpoint $breakpoints + } +} + +function Get-CoverageInfoFromUserInput { + param ( + [Parameter(Mandatory = $true)] + [object] + $InputObject + ) + + if ($InputObject -is [System.Collections.IDictionary]) { + $unresolvedCoverageInfo = Get-CoverageInfoFromDictionary -Dictionary $InputObject + } + else { + $Path = $InputObject -as [string] + + # Auto-detect IncludeTests-value from path-input + $IncludeTests = $Path -match '\.tests\.ps1$' + + $unresolvedCoverageInfo = New-CoverageInfo -Path $Path -IncludeTests $IncludeTests + } + + Resolve-CoverageInfo -UnresolvedCoverageInfo $unresolvedCoverageInfo +} + +function New-CoverageInfo { + param ([string] $Path, [string] $Class = $null, [string] $Function = $null, [int] $StartLine = 0, [int] $EndLine = 0, [bool] $IncludeTests = $false) + + return [pscustomobject]@{ + Path = $Path + Class = $Class + Function = $Function + StartLine = $StartLine + EndLine = $EndLine + IncludeTests = $IncludeTests + } +} + +function Get-CoverageInfoFromDictionary { + param ([System.Collections.IDictionary] $Dictionary) + + [string] $path = Get-DictionaryValueFromFirstKeyFound -Dictionary $Dictionary -Key 'Path', 'p' + if ([string]::IsNullOrEmpty($path)) { + throw "Coverage value '$Dictionary' is missing required Path key." + } + + $startLine = Get-DictionaryValueFromFirstKeyFound -Dictionary $Dictionary -Key 'StartLine', 'Start', 's' + $endLine = Get-DictionaryValueFromFirstKeyFound -Dictionary $Dictionary -Key 'EndLine', 'End', 'e' + [string] $class = Get-DictionaryValueFromFirstKeyFound -Dictionary $Dictionary -Key 'Class', 'c' + [string] $function = Get-DictionaryValueFromFirstKeyFound -Dictionary $Dictionary -Key 'Function', 'f' + $includeTests = Get-DictionaryValueFromFirstKeyFound -Dictionary $Dictionary -Key 'IncludeTests' + + $startLine = Convert-UnknownValueToInt -Value $startLine -DefaultValue 0 + $endLine = Convert-UnknownValueToInt -Value $endLine -DefaultValue 0 + [bool] $includeTests = Convert-UnknownValueToInt -Value $includeTests -DefaultValue 0 + + return New-CoverageInfo -Path $path -StartLine $startLine -EndLine $endLine -Class $class -Function $function -IncludeTests $includeTests +} + +function Convert-UnknownValueToInt { + param ([object] $Value, [int] $DefaultValue = 0) + + try { + return [int] $Value + } + catch { + return $DefaultValue + } +} + +function Resolve-CoverageInfo { + param ([psobject] $UnresolvedCoverageInfo) + + $path = $UnresolvedCoverageInfo.Path + + $testsPattern = '\.tests\.ps1$' + $includeTests = $UnresolvedCoverageInfo.IncludeTests + + try { + $resolvedPaths = & $SafeCommands['Resolve-Path'] -Path $path -ErrorAction Stop | + & $SafeCommands['Where-Object'] { $includeTests -or $_.Path -notmatch $testsPattern } + } + catch { + & $SafeCommands['Write-Error'] "Could not resolve coverage path '$path': $($_.Exception.Message)" + return + } + + $filePaths = + foreach ($resolvedPath in $resolvedPaths) { + $item = & $SafeCommands['Get-Item'] -LiteralPath $resolvedPath + if ($item -is [System.IO.FileInfo] -and ('.ps1', '.psm1') -contains $item.Extension) { + $item.FullName + } + elseif (-not $item.PsIsContainer) { + & $SafeCommands['Write-Warning'] "CodeCoverage path '$path' resolved to a non-PowerShell file '$($item.FullName)'; this path will not be part of the coverage report." + } + } + + $params = @{ + StartLine = $UnresolvedCoverageInfo.StartLine + EndLine = $UnresolvedCoverageInfo.EndLine + Class = $UnresolvedCoverageInfo.Class + Function = $UnresolvedCoverageInfo.Function + } + + foreach ($filePath in $filePaths) { + $params['Path'] = $filePath + New-CoverageInfo @params + } +} + +function Get-CoverageBreakpoints { + [CmdletBinding()] + param ( + [object[]] $CoverageInfo + ) + + $fileGroups = @($CoverageInfo | & $SafeCommands['Group-Object'] -Property Path) + foreach ($fileGroup in $fileGroups) { + & $SafeCommands['Write-Verbose'] "Initializing code coverage analysis for file '$($fileGroup.Name)'" + $totalCommands = 0 + $analyzedCommands = 0 + + :commandLoop + foreach ($command in Get-CommandsInFile -Path $fileGroup.Name) { + $totalCommands++ + + foreach ($coverageInfoObject in $fileGroup.Group) { + if (Test-CoverageOverlapsCommand -CoverageInfo $coverageInfoObject -Command $command) { + $analyzedCommands++ + New-CoverageBreakpoint -Command $command + continue commandLoop + } + } + } + + & $SafeCommands['Write-Verbose'] "Analyzing $analyzedCommands of $totalCommands commands in file '$($fileGroup.Name)' for code coverage" + } +} + +function Get-CommandsInFile { + param ([string] $Path) + + $errors = $null + $tokens = $null + $ast = [System.Management.Automation.Language.Parser]::ParseFile($Path, [ref] $tokens, [ref] $errors) + + if ($PSVersionTable.PSVersion.Major -ge 5) { + # In PowerShell 5.0, dynamic keywords for DSC configurations are represented by the DynamicKeywordStatementAst + # class. They still trigger breakpoints, but are not a child class of CommandBaseAst anymore. + + $predicate = { + $args[0] -is [System.Management.Automation.Language.DynamicKeywordStatementAst] -or + $args[0] -is [System.Management.Automation.Language.CommandBaseAst] + } + } + else { + $predicate = { $args[0] -is [System.Management.Automation.Language.CommandBaseAst] } + } + + $searchNestedScriptBlocks = $true + $ast.FindAll($predicate, $searchNestedScriptBlocks) +} + +function Test-CoverageOverlapsCommand { + param ([object] $CoverageInfo, [System.Management.Automation.Language.Ast] $Command) + + if ($CoverageInfo.Class -or $CoverageInfo.Function) { + Test-CommandInScope -Command $Command -Class $CoverageInfo.Class -Function $CoverageInfo.Function + } + else { + Test-CoverageOverlapsCommandByLineNumber @PSBoundParameters + } + +} + +function Test-CommandInScope { + param ([System.Management.Automation.Language.Ast] $Command, [string] $Class, [string] $Function) + + $classResult = !$Class + $functionResult = !$Function + for ($ast = $Command; $null -ne $ast; $ast = $ast.Parent) { + if (!$classResult -and $PSVersionTable.PSVersion.Major -ge 5) { + # Classes have been introduced in PowerShell 5.0 + $classAst = $ast -as [System.Management.Automation.Language.TypeDefinitionAst] + if ($null -ne $classAst -and $classAst.Name -like $Class) { + $classResult = $true + } + } + if (!$functionResult) { + $functionAst = $ast -as [System.Management.Automation.Language.FunctionDefinitionAst] + if ($null -ne $functionAst -and $functionAst.Name -like $Function) { + $functionResult = $true + } + } + if ($classResult -and $functionResult) { + return $true + } + } + + return $false +} + +function Test-CoverageOverlapsCommandByLineNumber { + param ([object] $CoverageInfo, [System.Management.Automation.Language.Ast] $Command) + + $commandStart = $Command.Extent.StartLineNumber + $commandEnd = $Command.Extent.EndLineNumber + $coverStart = $CoverageInfo.StartLine + $coverEnd = $CoverageInfo.EndLine + + # An EndLine value of 0 means to cover the entire rest of the file from StartLine + # (which may also be 0) + if ($coverEnd -le 0) { + $coverEnd = [int]::MaxValue + } + + return (Test-RangeContainsValue -Value $commandStart -Min $coverStart -Max $coverEnd) -or + (Test-RangeContainsValue -Value $commandEnd -Min $coverStart -Max $coverEnd) +} + +function Test-RangeContainsValue { + param ([int] $Value, [int] $Min, [int] $Max) + return $Value -ge $Min -and $Value -le $Max +} + +function New-CoverageBreakpoint { + param ([System.Management.Automation.Language.Ast] $Command) + + if (IsIgnoredCommand -Command $Command) { + return + } + + $params = @{ + Script = $Command.Extent.File + Line = $Command.Extent.StartLineNumber + Column = $Command.Extent.StartColumnNumber + Action = { } + } + + $breakpoint = & $SafeCommands['Set-PSBreakpoint'] @params + + [pscustomobject] @{ + File = $Command.Extent.File + Class = Get-ParentClassName -Ast $Command + Function = Get-ParentFunctionName -Ast $Command + StartLine = $Command.Extent.StartLineNumber + EndLine = $Command.Extent.EndLineNumber + StartColumn = $Command.Extent.StartColumnNumber + EndColumn = $Command.Extent.EndColumnNumber + Command = Get-CoverageCommandText -Ast $Command + Breakpoint = $breakpoint + } +} + +function IsIgnoredCommand { + param ([System.Management.Automation.Language.Ast] $Command) + + if (-not $Command.Extent.File) { + # This can happen if the script contains "configuration" or any similarly implemented + # dynamic keyword. PowerShell modifies the script code and reparses it in memory, leading + # to AST elements with no File in their Extent. + return $true + } + + if ($PSVersionTable.PSVersion.Major -ge 4) { + if ($Command.Extent.Text -eq 'Configuration') { + # More DSC voodoo. Calls to "configuration" generate breakpoints, but their HitCount + # stays zero (even though they are executed.) For now, ignore them, unless we can come + # up with a better solution. + return $true + } + + if (IsChildOfHashtableDynamicKeyword -Command $Command) { + # The lines inside DSC resource declarations don't trigger their breakpoints when executed, + # just like the "configuration" keyword itself. I don't know why, at this point, but just like + # configuration, we'll ignore it so it doesn't clutter up the coverage analysis with useless junk. + return $true + } + } + + if (IsClosingLoopCondition -Command $Command) { + # For some reason, the closing expressions of do/while and do/until loops don't trigger their breakpoints. + # To avoid useless clutter, we'll ignore those lines as well. + return $true + } + + return $false +} + +function IsChildOfHashtableDynamicKeyword { + param ([System.Management.Automation.Language.Ast] $Command) + + for ($ast = $Command.Parent; $null -ne $ast; $ast = $ast.Parent) { + if ($PSVersionTable.PSVersion.Major -ge 5) { + # The ast behaves differently for DSC resources with version 5+. There's a new DynamicKeywordStatementAst class, + # and they no longer are represented by CommandAst objects. + + if ($ast -is [System.Management.Automation.Language.DynamicKeywordStatementAst] -and + $ast.CommandElements[-1] -is [System.Management.Automation.Language.HashtableAst]) { + return $true + } + } + else { + if ($ast -is [System.Management.Automation.Language.CommandAst] -and + $null -ne $ast.DefiningKeyword -and + $ast.DefiningKeyword.BodyMode -eq [System.Management.Automation.Language.DynamicKeywordBodyMode]::Hashtable) { + return $true + } + } + } + + return $false +} + +function IsClosingLoopCondition { + param ([System.Management.Automation.Language.Ast] $Command) + + $ast = $Command + + while ($null -ne $ast.Parent) { + if (($ast.Parent -is [System.Management.Automation.Language.DoWhileStatementAst] -or + $ast.Parent -is [System.Management.Automation.Language.DoUntilStatementAst]) -and + $ast.Parent.Condition -eq $ast) { + return $true + } + + $ast = $ast.Parent + } + + return $false +} + +function Get-ParentClassName { + param ([System.Management.Automation.Language.Ast] $Ast) + + if ($PSVersionTable.PSVersion.Major -ge 5) { + # Classes have been introduced in PowerShell 5.0 + + $parent = $Ast.Parent + + while ($null -ne $parent -and $parent -isnot [System.Management.Automation.Language.TypeDefinitionAst]) { + $parent = $parent.Parent + } + } + + if ($null -eq $parent) { + return '' + } + else { + return $parent.Name + } +} + +function Get-ParentFunctionName { + param ([System.Management.Automation.Language.Ast] $Ast) + + $parent = $Ast.Parent + + while ($null -ne $parent -and $parent -isnot [System.Management.Automation.Language.FunctionDefinitionAst]) { + $parent = $parent.Parent + } + + if ($null -eq $parent) { + return '' + } + else { + return $parent.Name + } +} + +function Get-CoverageCommandText { + param ([System.Management.Automation.Language.Ast] $Ast) + + $reportParentExtentTypes = @( + [System.Management.Automation.Language.ReturnStatementAst] + [System.Management.Automation.Language.ThrowStatementAst] + [System.Management.Automation.Language.AssignmentStatementAst] + [System.Management.Automation.Language.IfStatementAst] + ) + + $parent = Get-ParentNonPipelineAst -Ast $Ast + + if ($null -ne $parent) { + if ($parent -is [System.Management.Automation.Language.HashtableAst]) { + return Get-KeyValuePairText -HashtableAst $parent -ChildAst $Ast + } + elseif ($reportParentExtentTypes -contains $parent.GetType()) { + return $parent.Extent.Text + } + } + + return $Ast.Extent.Text +} + +function Get-ParentNonPipelineAst { + param ([System.Management.Automation.Language.Ast] $Ast) + + $parent = $null + if ($null -ne $Ast) { + $parent = $Ast.Parent + } + + while ($parent -is [System.Management.Automation.Language.PipelineAst]) { + $parent = $parent.Parent + } + + return $parent +} + +function Get-KeyValuePairText { + param ( + [System.Management.Automation.Language.HashtableAst] $HashtableAst, + [System.Management.Automation.Language.Ast] $ChildAst + ) + + & $SafeCommands['Set-StrictMode'] -Off + + foreach ($keyValuePair in $HashtableAst.KeyValuePairs) { + if ($keyValuePair.Item2.PipelineElements -contains $ChildAst) { + return '{0} = {1}' -f $keyValuePair.Item1.Extent.Text, $keyValuePair.Item2.Extent.Text + } + } + + # This shouldn't happen, but just in case, default to the old output of just the expression. + return $ChildAst.Extent.Text +} + +function Get-CoverageMissedCommands { + param ([object[]] $CommandCoverage) + $CommandCoverage | & $SafeCommands['Where-Object'] { $_.Breakpoint.HitCount -eq 0 } +} + +function Get-CoverageHitCommands { + param ([object[]] $CommandCoverage) + $CommandCoverage | & $SafeCommands['Where-Object'] { $_.Breakpoint.HitCount -gt 0 } +} + +function Get-CoverageReport { + param ([object] $PesterState) + + $properties = @( + 'File' + @{ Name = 'Line'; Expression = { $_.StartLine } } + 'StartLine' + 'EndLine' + 'StartColumn' + 'EndColumn' + 'Class' + 'Function' + 'Command' + @{ Name = 'HitCount'; Expression = { $_.Breakpoint.HitCount } } + ) + $missedCommands = @(Get-CoverageMissedCommands -CommandCoverage $PesterState.CommandCoverage | & $SafeCommands['Select-Object'] $properties) + $hitCommands = @(Get-CoverageHitCommands -CommandCoverage $PesterState.CommandCoverage | & $SafeCommands['Select-Object'] $properties) + $analyzedFiles = @($PesterState.CommandCoverage | & $SafeCommands['Select-Object'] -ExpandProperty File -Unique) + + [pscustomobject] @{ + NumberOfCommandsAnalyzed = $PesterState.CommandCoverage.Count + NumberOfFilesAnalyzed = $analyzedFiles.Count + NumberOfCommandsExecuted = $hitCommands.Count + NumberOfCommandsMissed = $missedCommands.Count + MissedCommands = $missedCommands + HitCommands = $hitCommands + AnalyzedFiles = $analyzedFiles + } +} + +function Get-CommonParentPath { + param ([string[]] $Path) + + $pathsToTest = @( + $Path | + Normalize-Path | + & $SafeCommands['Select-Object'] -Unique + ) + + if ($pathsToTest.Count -gt 0) { + $parentPath = & $SafeCommands['Split-Path'] -Path $pathsToTest[0] -Parent + + while ($parentPath.Length -gt 0) { + $nonMatches = $pathsToTest -notmatch "^$([regex]::Escape($parentPath))" + + if ($nonMatches.Count -eq 0) { + return $parentPath + } + else { + $parentPath = & $SafeCommands['Split-Path'] -Path $parentPath -Parent + } + } + } + + return [string]::Empty +} + +function Get-RelativePath { + param ( [string] $Path, [string] $RelativeTo ) + return $Path -replace "^$([regex]::Escape("$RelativeTo$([System.IO.Path]::DirectorySeparatorChar)"))?" +} + +function Normalize-Path { + [CmdletBinding()] + param ( + [Parameter(ValueFromPipeline = $true, ValueFromPipelineByPropertyName = $true)] + [Alias('PSPath', 'FullName')] + [string[]] $Path + ) + + # Split-Path and Join-Path will replace any AltDirectorySeparatorChar instances with the DirectorySeparatorChar + # (Even if it's not the one that the split / join happens on.) So splitting / rejoining a path will give us + # consistent separators for later string comparison. + + process { + if ($null -ne $Path) { + foreach ($p in $Path) { + $normalizedPath = & $SafeCommands['Split-Path'] $p -Leaf + + if ($normalizedPath -ne $p) { + $parent = & $SafeCommands['Split-Path'] $p -Parent + $normalizedPath = & $SafeCommands['Join-Path'] $parent $normalizedPath + } + + $normalizedPath + } + } + } +} + +function Get-JaCoCoReportXml { + param ( + [parameter(Mandatory = $true)] + $PesterState, + [parameter(Mandatory = $true)] + [object] $CoverageReport + ) + + if ($null -eq $CoverageReport -or ($pester.Show -eq [Pester.OutputTypes]::None) -or $CoverageReport.NumberOfCommandsAnalyzed -eq 0) { + return + } + + $now = & $SafeCommands['Get-Date'] + $nineteenSeventy = & $SafeCommands['Get-Date'] -Date "01/01/1970" + [long] $endTime = [math]::Floor((New-TimeSpan -start $nineteenSeventy -end $now).TotalMilliseconds) + [long] $startTime = [math]::Floor($endTime - $PesterState.Time.TotalMilliseconds) + + $folderGroups = $PesterState.CommandCoverage | & $SafeCommands["Group-Object"] -Property { + & $SafeCommands["Split-Path"] $_.File -Parent + } + + $packageList = & $SafeCommands['New-Object'] System.Collections.Generic.List[psobject] + + $report = @{ + Instruction = @{ Missed = 0; Covered = 0 } + Line = @{ Missed = 0; Covered = 0 } + Method = @{ Missed = 0; Covered = 0 } + Class = @{ Missed = 0; Covered = 0 } + } + + foreach ($folderGroup in $folderGroups) { + + $package = @{ + Name = $folderGroup.Name + Classes = [ordered] @{ } + Instruction = @{ Missed = 0; Covered = 0 } + Line = @{ Missed = 0; Covered = 0 } + Method = @{ Missed = 0; Covered = 0 } + Class = @{ Missed = 0; Covered = 0 } + } + + foreach ($command in $folderGroup.Group) { + $file = $command.File + $function = $command.Function + if (!$function) { $function = ' + + + + + Gherkin.Ast.Scenario + + + ToString + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/GherkinHook.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/GherkinHook.ps1 new file mode 100644 index 000000000000..09c1a614b43d --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/GherkinHook.ps1 @@ -0,0 +1,340 @@ +function BeforeEachFeature { + <# + .SYNOPSIS + Defines a ScriptBlock hook to run before each feature to set up the test environment + + .DESCRIPTION + BeforeEachFeature hooks are run before each feature that is in (or above) the folder where the hook is defined. + + This is a convenience method, provided because unlike traditional RSpec Pester, + there is not a simple test script where you can put setup and clean up. + + .PARAMETER Tags + Optional tags. If set, this hook only runs for features with matching tags + + .PARAMETER Script + The ScriptBlock to run for the hook + + .LINK + https://pester.dev/docs/commands/AfterEachFeature + + .LINK + https://pester.dev/docs/commands/BeforeEachScenario + + .LINK + https://pester.dev/docs/commands/AfterEachScenario + #> + [CmdletBinding(DefaultParameterSetName = "All")] + param( + + [Parameter(Mandatory = $True, Position = 0, ParameterSetName = "Tags")] + [String[]]$Tags = @(), + + [Parameter(Mandatory = $True, Position = 1, ParameterSetName = "Tags")] + [Parameter(Mandatory = $True, Position = 0, ParameterSetName = "All")] + [ScriptBlock]$Script + ) + + # This shouldn't be necessary, but PowerShell 2 is BAF + if ($PSCmdlet.ParameterSetName -eq "Tags") { + ${Script:GherkinHooks}.BeforeEachFeature += @( @{ Tags = $Tags; Script = $Script } ) + } + else { + ${Script:GherkinHooks}.BeforeEachFeature += @( @{ Tags = @(); Script = $Script } ) + } +} + +function AfterEachFeature { + <# + .SYNOPSIS + Defines a ScriptBlock hook to run at the very end of a test run + + .DESCRIPTION + AfterEachFeature hooks are run after each feature that is in (or above) the folder where the hook is defined. + + This is a convenience method, provided because unlike traditional RSpec Pester, + there is not a simple test script where you can put setup and clean up. + + .PARAMETER Tags + Optional tags. If set, this hook only runs for features with matching tags. + + .PARAMETER Script + The ScriptBlock to run for the hook + + .LINK + https://pester.dev/docs/commands/BeforeEachFeature + + .LINK + https://pester.dev/docs/commands/BeforeEachScenario + + .LINK + https://pester.dev/docs/commands/AfterEachScenario + #> + [CmdletBinding(DefaultParameterSetName = "All")] + param( + + [Parameter(Mandatory = $True, Position = 0, ParameterSetName = "Tags")] + [String[]]$Tags = @(), + + [Parameter(Mandatory = $True, Position = 1, ParameterSetName = "Tags")] + [Parameter(Mandatory = $True, Position = 0, ParameterSetName = "All")] + [ScriptBlock]$Script + ) + + # This shouldn't be necessary, but PowerShell 2 is BAF + if ($PSCmdlet.ParameterSetName -eq "Tags") { + ${Script:GherkinHooks}.AfterEachFeature += @( @{ Tags = $Tags; Script = $Script } ) + } + else { + ${Script:GherkinHooks}.AfterEachFeature += @( @{ Tags = @(); Script = $Script } ) + } +} + +function BeforeEachScenario { + <# + .SYNOPSIS + Defines a ScriptBlock hook to run before each scenario to set up the test environment + + .DESCRIPTION + BeforeEachScenario hooks are run before each scenario that is in (or above) the folder where the hook is defined. + + You should not normally need this, because it overlaps significantly with the "Background" feature in the gherkin language. + + This is a convenience method, provided because unlike traditional RSpec Pester, + there is not a simple test script where you can put setup and clean up. + + .PARAMETER Tags + Optional tags. If set, this hook only runs for features with matching tags + + .PARAMETER Script + The ScriptBlock to run for the hook + + .LINK + https://pester.dev/docs/commands/AfterEachScenario + + .LINK + https://pester.dev/docs/commands/BeforeEachFeature + + .LINK + https://pester.dev/docs/commands/AfterEachFeature + + #> + [CmdletBinding(DefaultParameterSetName = "All")] + param( + + [Parameter(Mandatory = $True, Position = 0, ParameterSetName = "Tags")] + [String[]]$Tags = @(), + + [Parameter(Mandatory = $True, Position = 1, ParameterSetName = "Tags")] + [Parameter(Mandatory = $True, Position = 0, ParameterSetName = "All")] + [ScriptBlock]$Script + ) + + # This shouldn't be necessary, but PowerShell 2 is BAF + if ($PSCmdlet.ParameterSetName -eq "Tags") { + ${Script:GherkinHooks}.BeforeEachScenario += @( @{ Tags = $Tags; Script = $Script } ) + } + else { + ${Script:GherkinHooks}.BeforeEachScenario += @( @{ Tags = @(); Script = $Script } ) + } +} + +function AfterEachScenario { + <# + .SYNOPSIS + Defines a ScriptBlock hook to run after each scenario to set up the test environment + + .DESCRIPTION + AfterEachScenario hooks are run after each Scenario that is in (or above) the folder where the hook is defined. + + This is a convenience method, provided because unlike traditional RSpec Pester, + there is not a simple test script where you can put setup and clean up. + + .PARAMETER Tags + Optional tags. If set, this hook only runs for features with matching tags + + .PARAMETER Script + The ScriptBlock to run for the hook + + .LINK + https://pester.dev/docs/commands/BeforeEachScenario + + .LINK + https://pester.dev/docs/commands/BeforeEachFeature + + .LINK + https://pester.dev/docs/commands/AfterEachFeature + #> + [CmdletBinding(DefaultParameterSetName = "All")] + param( + [Parameter(Mandatory = $True, Position = 0, ParameterSetName = "Tags")] + [String[]]$Tags = @(), + + [Parameter(Mandatory = $True, Position = 1, ParameterSetName = "Tags")] + [Parameter(Mandatory = $True, Position = 0, ParameterSetName = "All")] + [ScriptBlock]$Script + ) + + # This shouldn't be necessary, but PowerShell 2 is BAF + if ($PSCmdlet.ParameterSetName -eq "Tags") { + ${Script:GherkinHooks}.AfterEachScenario += @( @{ Tags = $Tags; Script = $Script } ) + } + else { + ${Script:GherkinHooks}.AfterEachScenario += @( @{ Tags = @(); Script = $Script } ) + } +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUS79OYK/ajsPicY/PwWvGQJ+9 +# 9J2ggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# GZd21KubKOiagscMO5fxIUIlhPkwDQYJKoZIhvcNAQEBBQAEggEASWxlmChJcLPk +# 47Nrv1tyXcMiYmTVyLhQ/eMMHZO4mU2t9/ClmBPVLANkbUeleDcpm1Bn2Puo27m0 +# PArFSvSrgZtn8tOZwCNwqeEiuLSX10Zt0rti8VLMkagc9L9P7Et5tHt80NHT19bW +# JxOlAEfgnQsxgRLTyasGw4drPkJI14V4N+t55m3kKrbCECArH8btDfeJxOoH7dPF +# jfNgDM8PT3KdmOai6vQHTQ6k/hZWhKv1iNMWR1hRghi/uU4EhrwXNCCjQo9DUJtA +# 2VFWddr2cRP6WiikfRIeKObDoIuj8hNXbFuHdHzYFB0DwHplsCTtWFQ+p1udrMgG +# mLJcFWXQ7aGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA0WjAjBgkqhkiG9w0BCQQx +# FgQU3jw+dZU0srPFdsEB91kEOk11t4YwDQYJKoZIhvcNAQEBBQAEggEAGu6b+WWH +# zpt4wrGhP/plkXkQxHYuVC1DSoYj2kzKqbU48bApBt/XCSXzz6WlJlwBhtWAgHIb +# 0IHZUhzqsL7M0Q3FGSYyzziGs1jd9qXFp1pt1vW+MprXpe/zki8kF5q6Ykl8Cx+4 +# +LClif9++qxgnhqLt8AbCkotwygvJ9/1VFod1VvVToYznr19E47h3o8R+PbubcM/ +# 0nlT9Q3rygO2hZedlLMXc1D8zqmbkU3ndLGV0CSf9HzKJ4z2QcVLGmSS/2h38DbQ +# LCYlRsHt5muk2SsaQRyrCHmRYXpa9+nIs/0Hq5SSlprEdcegqXY4QUL6rZbZfRsC +# iSuBSP0VFa4OTw== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/GherkinStep.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/GherkinStep.ps1 new file mode 100644 index 000000000000..d05730bb5fc6 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/GherkinStep.ps1 @@ -0,0 +1,252 @@ +function GherkinStep { + <# +.SYNOPSIS +A step in a test, also known as a Given, When, or Then + +.DESCRIPTION +Pester doesn't technically distinguish between the three kinds of steps. +However, we strongly recommend that you do! +These words were carefully selected to convey meaning which is crucial to get you into the BDD mindset. + +In BDD, we drive development by not first stating the requirements, and then defining steps which can be +executed in a manner that is similar to unit tests. + +.PARAMETER Name +The name of a gherkin step is actually a regular expression, from which capturing groups +are cast and passed to the parameters in the ScriptBlock + +.PARAMETER Test +The ScriptBlock which defines this step. May accept parameters from regular expression +capturing groups (named or not), or from tables or multiline strings. + +.EXAMPLE +```ps +# Gherkin Steps need to be placed in a *.Step.ps1 file + +# filename: copyfile.Step.ps1 +Given 'we have a destination folder' { + mkdir testdrive:\target -ErrorAction SilentlyContinue + 'testdrive:\target' | Should Exist +} + +When 'we call Copy-Item' { + { Copy-Item testdrive:\source\something.txt testdrive:\target } | Should Not Throw +} + +Then 'we have a new file in the destination' { + 'testdrive:\target\something.txt' | Should Exist +} + +# Steps need to allign with feature specifications in a *.feature file +# filename: copyfile.feature +Feature: You can copy one file + +Scenario: The file exists, and the target folder exists + Given we have a source file + And we have a destination folder + When we call Copy-Item + Then we have a new file in the destination + And the new file is the same as the original file +``` + +.EXAMPLE +```ps +# This example shows a complex regex match that can be used for multiple lines in the feature specification +# The named match is mapped to the script parameter + +# filename: namedregex.Step.ps1 +Given 'we have a (?\S*) function' { + param($name) + "$psscriptroot\..\MyModule\*\$name.ps1" | Should Exist +} + +# filename: namedregex.feature +Scenario: basic feature support + Given we have public functions + And we have a New-Node function + And we have a New-Edge function + And we have a New-Graph function + And we have a New-Subgraph function +``` + +.LINK +https://sites.google.com/site/unclebobconsultingllc/the-truth-about-bdd + +#> + param( + + [Parameter(Mandatory = $True, Position = 0)] + [String]$Name, + + + [Parameter(Mandatory = $True, Position = 1)] + [ScriptBlock]$Test + ) + # We need to be able to look up where this step is defined + $Definition = (& $SafeCommands["Get-PSCallStack"])[1] + $RelativePath = & $SafeCommands["Resolve-Path"] $Definition.ScriptName -relative + $Source = "{0}: line {1}" -f $RelativePath, $Definition.ScriptLineNumber + + $Script:GherkinSteps.${Name} = $Test | & $SafeCommands["Add-Member"] -MemberType NoteProperty -Name Source -Value $Source -PassThru +} + +Set-Alias Given GherkinStep +Set-Alias When GherkinStep +Set-Alias Then GherkinStep +Set-Alias And GherkinStep +Set-Alias But GherkinStep + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUktqK3SLk1LUpH4LS2SzucGPY +# IeaggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# f4dcNU3spbIFa8d4cvXfMUlcbcIwDQYJKoZIhvcNAQEBBQAEggEALiyTYNAGdUWT +# OadeYVi3H2eSiLFJefUADKhI3R4XR5ydwvAcvO286Kjvv/44V7y7jhllacvZOP8x +# ih3exPrCyFy12+Nk0odULl0S3erAfochuqdkbV97sHFdVDUGfqJcpjyn0EUbVWt7 +# 4NCqt1XK/7lNV2Of60diftTS88XwFlvK2LW5hXX2dVo8EqXB5khKnAluTKoHgJ/a +# n7/69FdK40im8WJTgUaMonBJyLyGJXxwGkwaqcOkaIqPgM+A429MNCk+MmloBShj +# eim9ZSdIe4sMx6/qw8kQHTL5ziSnAQgrGrYvFYn6Yu8YbPQDGN5FakGoA61vFqig +# zfB6Vqrwo6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA0WjAjBgkqhkiG9w0BCQQx +# FgQUmb35Ojq2UWecDUSPXczd1S7oYSowDQYJKoZIhvcNAQEBBQAEggEAd0xKWNy7 +# hv4tOtdeIoppsVVJ5VHUnOjHXL2mKZJ5YAXbTOhmXBgGolSzy2HhYr7jFMafK6sQ +# g/463GRbAy6dZb1kCrtUd8t2G02ZoVTu9LImVf1S0Anjl+nQv2qIItSjjUWO82xy +# IsKdbpj83LUPfrYsny11x5gou7hi0lvV0C2+pQ5Tclgjj81X6ZCJUPevqZ2vkbmE +# 1wSAzJTqveTRqzlNTQofe4kLFjxSMWdR31f63ydlQA9m3xblLjGtT/fw9wYk8jqx +# dbohemwzRcRlDbFXcq3GREE5LYh5qrjbyatei5Sxtuq8glRkB86iGPmTAOzQ3rHs +# YzMZmLcZkRBi1A== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/In.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/In.ps1 new file mode 100644 index 000000000000..c2faa54f7ffc --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/In.ps1 @@ -0,0 +1,192 @@ +function In { + <# + .SYNOPSIS + A convenience function that executes a script from a specified path. + + .DESCRIPTION + Before the script block passed to the execute parameter is invoked, + the current location is set to the path specified. Once the script + block has been executed, the location will be reset to the location + the script was in prior to calling In. + + .PARAMETER Path + The path that the execute block will be executed in. + + .PARAMETER execute + The script to be executed in the path provided. + + #> + [CmdletBinding()] + param( + $path, + [ScriptBlock] $execute + ) + Assert-DescribeInProgress -CommandName In + + $old_pwd = $pwd + & $SafeCommands['Push-Location'] $path + $pwd = $path + try { + Write-ScriptBlockInvocationHint -Hint "In" -ScriptBlock $execute + & $execute + } + finally { + & $SafeCommands['Pop-Location'] + $pwd = $old_pwd + } +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUKxv3ny5ywNCQPAxtuikv6Png +# 1pSggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# PqagxMA+mCIKPH5oacSdwBhOGpwwDQYJKoZIhvcNAQEBBQAEggEAhtUDYBPR/agk +# 4JVnCAJvffUnuKB4Kf6BqffT5Whv4Ag3gCBAdgLBTnrsdMAhWB3uDtsRyTOZmL19 +# n+qAZEuV/8bbF+14SwownpXTk6BvYFP9JVR9LaTUSm1txk6tQ53fpevcH99xfNl3 +# lsTkKnX1siRLOdypYmlWPEZWR+qiOI7K0GcqAGPV17Rzu3vlUD9YEC788d8w0z6L +# fuMRbPrjpqA6jT5Vi5+Uvz1LGnta53wk1vGlc9breGcNnKd6vydTmpNrghkEmi/Z +# ebCaUjWHYtfBySwJqxItgfbAyaftU+PVtXBCGuIirtTEYd9gduOECVHidRrvkTX4 +# Q9GpEVBMfKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA1WjAjBgkqhkiG9w0BCQQx +# FgQUj5ODcU8l1FRp5RYqMhEJhOVFL6owDQYJKoZIhvcNAQEBBQAEggEAPeM5aeti +# HwB8QtzR8EbS3ddkUqcKorw6561txuKlkkZc68ChrOMZxWJoVrEOQYtUyRpI7eCL +# bwYiVxL8PaMXwVybMBIJnTZ183GfraGIrCNpOQMPH2Y2JlnlnpY2PtUF0Kip+6gm +# WG1sXqMi503IfEXlG20QHA6Y0biW8BsuBgzFjy5RnHCk3hVNflgaQaczcX4va+fZ +# JKhBJtuVrAIw+jOuk0xx9wM/5aMRoK2G7qd3jkavGfyGLwmqBHZlP+ojx96vkKhY +# UBBGvJ1Y7KSLfBBQ+qi2XGTTtb3YMJDtEBXo/7dg1JGO3MYGME7pCWxwyOXcWC5W +# Fsw33hXWI/UiOA== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/InModuleScope.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/InModuleScope.ps1 new file mode 100644 index 000000000000..f464ed736410 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/InModuleScope.ps1 @@ -0,0 +1,285 @@ +function InModuleScope { + <# +.SYNOPSIS + Allows you to execute parts of a test script within the + scope of a PowerShell script module. +.DESCRIPTION + By injecting some test code into the scope of a PowerShell + script module, you can use non-exported functions, aliases + and variables inside that module, to perform unit tests on + its internal implementation. + + InModuleScope may be used anywhere inside a Pester script, + either inside or outside a Describe block. +.PARAMETER ModuleName + The name of the module into which the test code should be + injected. This module must already be loaded into the current + PowerShell session. +.PARAMETER ScriptBlock + The code to be executed within the script module. +.EXAMPLE + ```ps + # The script module: + function PublicFunction + { + # Does something + } + + function PrivateFunction + { + return $true + } + + Export-ModuleMember -Function PublicFunction + + # The test script: + + Import-Module MyModule + + InModuleScope MyModule { + Describe 'Testing MyModule' { + It 'Tests the Private function' { + PrivateFunction | Should -Be $true + } + } + } + ``` + + Normally you would not be able to access "PrivateFunction" from + the PowerShell session, because the module only exported + "PublicFunction". Using InModuleScope allowed this call to + "PrivateFunction" to work successfully. +#> + + [CmdletBinding()] + param ( + [Parameter(Mandatory = $true)] + [string] + $ModuleName, + + [Parameter(Mandatory = $true)] + [scriptblock] + $ScriptBlock + ) + + if ($null -eq (& $SafeCommands['Get-Variable'] -Name Pester -ValueOnly -ErrorAction $script:IgnoreErrorPreference)) { + # User has executed a test script directly instead of calling Invoke-Pester + $sessionState = Set-SessionStateHint -PassThru -Hint "Caller - Captured in InModuleScope" -SessionState $PSCmdlet.SessionState + $Pester = New-PesterState -Path (& $SafeCommands['Resolve-Path'] .) -TestNameFilter $null -TagFilter @() -ExcludeTagFilter @() -SessionState $sessionState + $script:mockTable = @{ } + } + + $module = Get-ScriptModule -ModuleName $ModuleName -ErrorAction Stop + + $originalState = $Pester.SessionState + $originalScriptBlockScope = Get-ScriptBlockScope -ScriptBlock $ScriptBlock + + try { + $sessionState = Set-SessionStateHint -PassThru -Hint "Module - $($module.Name)" -SessionState $module.SessionState + $Pester.SessionState = $sessionState + Set-ScriptBlockScope -ScriptBlock $ScriptBlock -SessionState $sessionState + + do { + Write-ScriptBlockInvocationHint -Hint "InModuleScope" -ScriptBlock $ScriptBlock + & $ScriptBlock + } until ($true) + } + finally { + $Pester.SessionState = $originalState + Set-ScriptBlockScope -ScriptBlock $ScriptBlock -SessionStateInternal $originalScriptBlockScope + } +} + +function Get-ScriptModule { + [CmdletBinding()] + param ( + [Parameter(Mandatory = $true)] + [string] $ModuleName + ) + + try { + $modules = @(& $SafeCommands['Get-Module'] -Name $ModuleName -All -ErrorAction Stop) + } + catch { + throw "No module named '$ModuleName' is currently loaded." + } + + $scriptModules = @($modules | & $SafeCommands['Where-Object'] { $_.ModuleType -eq 'Script' }) + + if ($modules.Count -eq 0) { + throw "No module named '$ModuleName' is currently loaded." + } + + if ($scriptModules.Count -gt 1) { + throw "Multiple Script modules named '$ModuleName' are currently loaded. Make sure to remove any extra copies of the module from your session before testing." + } + + if ($scriptModules.Count -eq 0) { + $actualTypes = @( + $modules | + & $SafeCommands['Where-Object'] { $_.ModuleType -ne 'Script' } | + & $SafeCommands['Select-Object'] -ExpandProperty ModuleType -Unique + ) + + $actualTypes = $actualTypes -join ', ' + + throw "Module '$ModuleName' is not a Script module. Detected modules of the following types: '$actualTypes'" + } + + return $scriptModules[0] +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUhEUFP+FHQMReLAuWmI9pQdVx +# 1omggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# aHjuEw5uYXIPWGEjD62K9s4Arr4wDQYJKoZIhvcNAQEBBQAEggEAhnbGbBS0V47g +# DMKiswoZra8VdFiz8lBr6kD7EJSyMRs75xX3BJ64EVA5Dg5L3jfvlV9vEg3o3QQG +# 8EbeTUP37LvuhmycWPI9E6rJsPNzc1kb8eA02HwjltVZMEA24jYHaY9hodNiryW6 +# iEFSLhs7ht5o1Zq7Ox99uEDdvmHESgz6gOt5Ic2lAlF5PSXN11LDx+8PPj0YB4hx +# nQG1yzUq7fucj4xxonqQ0mH97c6dzty6tdtpkI36pklDwFfqL1xSc6zXv89Ut5xY +# LRLsiY39hIGHPgXzQquVdQ9f4gitld+ZziHnmAYRG0qmyD/LZCzoMytQOrCj5heQ +# 3XWupdlQOaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA1WjAjBgkqhkiG9w0BCQQx +# FgQUdyX+Lbw2fHT0AYetpmf2vP3K1G4wDQYJKoZIhvcNAQEBBQAEggEAC9QRMvQR +# Jtf67//8a/jeKHvdjZcuR9339iLIMmWKzYKmleyOx96ySM+bWTQPwQSdwigzsSPN +# aks4DkQ14AtVJeFtKDGLgJcyy8OeY9NAg0ffsdGujDsS7ksZkziUxdtGq2TClbRz +# NEeJ1mddQh9sXbKNbtEci3EBuh4DYne+DgAWMJFt+5gG7jQY2/0dVksvJPXslqKh +# MxvbKqu30AMOFCfl4xYuYtNi1EVDYMBvtFT8C76Oevg476X4at6cc+tnZe1rrOKC +# frEN5dYrq8gJMZ4raijBWLYONoGaDVv/Cmd8B9i95AvJDuwcAn/qNa85qyeJr3Yj +# +fTH99GHWdEAuQ== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/It.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/It.ps1 new file mode 100644 index 000000000000..35e31d6ca57c --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/It.ps1 @@ -0,0 +1,520 @@ +function It { + <# +.SYNOPSIS +Validates the results of a test inside of a Describe block. + +.DESCRIPTION +The It command is intended to be used inside of a Describe or Context Block. +If you are familiar with the AAA pattern (Arrange-Act-Assert), the body of +the It block is the appropriate location for an assert. The convention is to +assert a single expectation for each It block. The code inside of the It block +should throw a terminating error if the expectation of the test is not met and +thus cause the test to fail. The name of the It block should expressively state +the expectation of the test. + +In addition to using your own logic to test expectations and throw exceptions, +you may also use Pester's Should command to perform assertions in plain language. + +You can intentionally mark It block result as inconclusive by using Set-TestInconclusive +command as the first tested statement in the It block. + +.PARAMETER Name +An expressive phrase describing the expected test outcome. + +.PARAMETER Test +The script block that should throw an exception if the +expectation of the test is not met.If you are following the +AAA pattern (Arrange-Act-Assert), this typically holds the +Assert. + +.PARAMETER Pending +Use this parameter to explicitly mark the test as work-in-progress/not implemented/pending when you +need to distinguish a test that fails because it is not finished yet from a tests +that fail as a result of changes being made in the code base. An empty test, that is a +test that contains nothing except whitespace or comments is marked as Pending by default. + +.PARAMETER Skip +Use this parameter to explicitly mark the test to be skipped. This is preferable to temporarily +commenting out a test, because the test remains listed in the output. Use the Strict parameter +of Invoke-Pester to force all skipped tests to fail. + +.PARAMETER TestCases +Optional array of hashtable (or any IDictionary) objects. If this parameter is used, +Pester will call the test script block once for each table in the TestCases array, +splatting the dictionary to the test script block as input. If you want the name of +the test to appear differently for each test case, you can embed tokens into the Name +parameter with the syntax 'Adds numbers and ' (assuming you have keys named A and B +in your TestCases hashtables.) + +.EXAMPLE +```ps +function Add-Numbers($a, $b) { + return $a + $b +} + +Describe "Add-Numbers" { + It "adds positive numbers" { + $sum = Add-Numbers 2 3 + $sum | Should -Be 5 + } + + It "adds negative numbers" { + $sum = Add-Numbers (-2) (-2) + $sum | Should -Be (-4) + } + + It "adds one negative number to positive number" { + $sum = Add-Numbers (-2) 2 + $sum | Should -Be 0 + } + + It "concatenates strings if given strings" { + $sum = Add-Numbers two three + $sum | Should -Be "twothree" + } +} +``` + +.EXAMPLE +```ps +function Add-Numbers($a, $b) { + return $a + $b +} + +Describe "Add-Numbers" { + $testCases = @( + @{ a = 2; b = 3; expectedResult = 5 } + @{ a = -2; b = -2; expectedResult = -4 } + @{ a = -2; b = 2; expectedResult = 0 } + @{ a = 'two'; b = 'three'; expectedResult = 'twothree' } + ) + + It 'Correctly adds and to get ' -TestCases $testCases { + param ($a, $b, $expectedResult) + + $sum = Add-Numbers $a $b + $sum | Should -Be $expectedResult + } +} +``` + +.LINK +https://pester.dev/docs/commands/Describe + +.LINK +https://pester.dev/docs/commands/Context + +.LINK +https://pester.dev/docs/commands/Set-TestInconclusive + +.LINK +https://pester.dev/docs/commands/Should + +#> + [CmdletBinding(DefaultParameterSetName = 'Normal')] + param( + [Parameter(Mandatory = $true, Position = 0)] + [string] $Name, + + [Parameter(Position = 1)] + [ScriptBlock] $Test = { }, + + [System.Collections.IDictionary[]] $TestCases, + + [Parameter(ParameterSetName = 'Pending')] + [Switch] $Pending, + + [Parameter(ParameterSetName = 'Skip')] + [Alias('Ignore')] + [Switch] $Skip + ) + + ItImpl -Pester $pester -OutputScriptBlock ${function:Write-PesterResult} @PSBoundParameters +} + +function ItImpl { + [CmdletBinding(DefaultParameterSetName = 'Normal')] + param( + [Parameter(Mandatory = $true, Position = 0)] + [string]$Name, + + [Parameter(Position = 1)] + [ScriptBlock] $Test, + + [System.Collections.IDictionary[]] $TestCases, + [Parameter(ParameterSetName = 'Pending')] + [Switch] $Pending, + + [Parameter(ParameterSetName = 'Skip')] + [Alias('Ignore')] + [Switch] $Skip, + + $Pester, + [scriptblock] $OutputScriptBlock + ) + + Assert-DescribeInProgress -CommandName It + + # Jumping through hoops to make strict mode happy. + if ($PSCmdlet.ParameterSetName -ne 'Skip') { + $Skip = $false + } + if ($PSCmdlet.ParameterSetName -ne 'Pending') { + $Pending = $false + } + + #unless Skip or Pending is specified you must specify a ScriptBlock to the Test parameter + if (-not ($PSBoundParameters.ContainsKey('test') -or $Skip -or $Pending)) { + If ($Name.Contains("`n")) { + throw "Name parameter has multiple lines and no script block is provided. (Have you provided a name for the test group?)" + } + else { + throw 'No test script block is provided. (Have you put the open curly brace on the next line?)' + } + } + + #the function is called with Pending or Skipped set the script block if needed + if ($null -eq $Test) { + $Test = { } + } + + #mark empty Its as Pending + if ($PSVersionTable.PSVersion.Major -le 2 -and + $PSCmdlet.ParameterSetName -eq 'Normal' -and + [String]::IsNullOrEmpty((Remove-Comments $Test.ToString()) -replace "\s")) { + $Pending = $true + } + elseIf ($PSVersionTable.PSVersion.Major -gt 2) { + #[String]::IsNullOrWhitespace is not available in .NET version used with PowerShell 2 + # AST is not available also + $testIsEmpty = + [String]::IsNullOrEmpty($Test.Ast.BeginBlock.Statements) -and + [String]::IsNullOrEmpty($Test.Ast.ProcessBlock.Statements) -and + [String]::IsNullOrEmpty($Test.Ast.EndBlock.Statements) + + if ($PSCmdlet.ParameterSetName -eq 'Normal' -and $testIsEmpty) { + $Pending = $true + } + } + + $pendingSkip = @{ } + + if ($PSCmdlet.ParameterSetName -eq 'Skip') { + $pendingSkip['Skip'] = $Skip + } + else { + $pendingSkip['Pending'] = $Pending + } + + if ($null -ne $TestCases -and $TestCases.Count -gt 0) { + foreach ($testCase in $TestCases) { + $expandedName = [regex]::Replace($Name, '<([^>]+)>', { + $capture = $args[0].Groups[1].Value + if ($testCase.Contains($capture)) { + $value = $testCase[$capture] + # skip adding quotes to non-empty strings to avoid adding junk to the + # test name in case you want to expand captures like 'because' or test name + if ($value -isnot [string] -or [string]::IsNullOrEmpty($value)) { + Format-Nicely $value + } + else { + $value + } + } + else { + "<$capture>" + } + }) + + $splat = @{ + Name = $expandedName + Scriptblock = $Test + Parameters = $testCase + ParameterizedSuiteName = $Name + OutputScriptBlock = $OutputScriptBlock + } + + Invoke-Test @splat @pendingSkip + } + } + else { + Invoke-Test -Name $Name -ScriptBlock $Test @pendingSkip -OutputScriptBlock $OutputScriptBlock + } +} + +function Invoke-Test { + [CmdletBinding(DefaultParameterSetName = 'Normal')] + param ( + [Parameter(Mandatory = $true)] + [string] $Name, + + [Parameter(Mandatory = $true)] + [ScriptBlock] $ScriptBlock, + + [scriptblock] $OutputScriptBlock, + + [System.Collections.IDictionary] $Parameters, + [string] $ParameterizedSuiteName, + + [Parameter(ParameterSetName = 'Pending')] + [Switch] $Pending, + + [Parameter(ParameterSetName = 'Skip')] + [Alias('Ignore')] + [Switch] $Skip + ) + + if ($null -eq $Parameters) { + $Parameters = @{ } + } + + try { + if ($Skip) { + $Pester.AddTestResult($Name, "Skipped", $null) + } + elseif ($Pending) { + $Pester.AddTestResult($Name, "Pending", $null) + } + else { + #todo: disabling the progress for now, it adds a lot of overhead and breaks output on linux, we don't have a good way to disable it by default, or to show it after delay see: https://github.com/pester/Pester/issues/846 + # & $SafeCommands['Write-Progress'] -Activity "Running test '$Name'" -Status Processing + + $errorRecord = $null + try { + $pester.EnterTest() + Invoke-TestCaseSetupBlocks + + do { + Write-ScriptBlockInvocationHint -Hint "It" -ScriptBlock $ScriptBlock + $null = & $ScriptBlock @Parameters + } until ($true) + } + catch { + $errorRecord = $_ + } + finally { + #guarantee that the teardown action will run and prevent it from failing the whole suite + try { + if (-not ($Skip -or $Pending)) { + Invoke-TestCaseTeardownBlocks + } + } + catch { + $errorRecord = $_ + } + + $pester.LeaveTest() + } + + $result = ConvertTo-PesterResult -Name $Name -ErrorRecord $errorRecord + $orderedParameters = Get-OrderedParameterDictionary -ScriptBlock $ScriptBlock -Dictionary $Parameters + $Pester.AddTestResult( $result.Name, $result.Result, $null, $result.FailureMessage, $result.StackTrace, $ParameterizedSuiteName, $orderedParameters, $result.ErrorRecord ) + #todo: disabling progress reporting see above & $SafeCommands['Write-Progress'] -Activity "Running test '$Name'" -Completed -Status Processing + } + } + finally { + Exit-MockScope -ExitTestCaseOnly + } + + if ($null -ne $OutputScriptBlock) { + $Pester.testresult[-1] | & $OutputScriptBlock + } +} + +function Get-OrderedParameterDictionary { + [OutputType([System.Collections.IDictionary])] + param ( + [scriptblock] $ScriptBlock, + [System.Collections.IDictionary] $Dictionary + ) + + $parameters = Get-ParameterDictionary -ScriptBlock $ScriptBlock + + $orderedDictionary = & $SafeCommands['New-Object'] System.Collections.Specialized.OrderedDictionary + + foreach ($parameterName in $parameters.Keys) { + $value = $null + if ($Dictionary.ContainsKey($parameterName)) { + $value = $Dictionary[$parameterName] + } + + $orderedDictionary[$parameterName] = $value + } + + return $orderedDictionary +} + +function Get-ParameterDictionary { + param ( + [scriptblock] $ScriptBlock + ) + + $guid = [Guid]::NewGuid().Guid + + try { + & $SafeCommands['Set-Content'] function:\$guid $ScriptBlock + $metadata = [System.Management.Automation.CommandMetadata](& $SafeCommands['Get-Command'] -Name $guid -CommandType Function) + + return $metadata.Parameters + } + finally { + if (& $SafeCommands['Test-Path'] function:\$guid) { + & $SafeCommands['Remove-Item'] function:\$guid + } + } +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUiJe2aw81vEgh/eBVEk1OxGvc +# smmggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# sLVprfkEmM3nukLnE8A+yZ3jZ3cwDQYJKoZIhvcNAQEBBQAEggEAAdsdLfyfoUQZ +# gi/qUM2E1cm6FhyPUNHKZAGB8dC/xA+n+4iTD67tf/fV60q/XJXLPE5EEPnLye4Y +# cKMXQNEJG3nC8ygCEj8bdpKGACK+ZpTj9vb8/2MgSLugNc5XSODUZ9N7R9Gh7sxS +# IifIan75kyfD3vz7R5FY6jKmntnbDswxDoabJlCC60eG6dqgEQeCJpGrDi5I8wAo +# LWEnGqvnQ1rqdxXexz5hqeXyf9+4wm2z/50V5GWvgcD7rqOHualkb2xcmSiRYo63 +# /6A/SuUnVU83AX/9p4Bom6OKdixN14bWRyXStiPMKFTN2uTMxSnO5FpQt777pqdB +# 8M1ZGO5kNKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA1WjAjBgkqhkiG9w0BCQQx +# FgQU4vMirBvgGf4zKu41AlKwwSffDXMwDQYJKoZIhvcNAQEBBQAEggEALO7zLj/6 +# +6WyW9ZGqNB4nsGOdegaNt/MkxqBsixDmGHXS9jDp+VdhL/wGIGT8jRJqa3xCc8e +# lKZBOISlI9eqMoI3j273a1/IOolXzGNGa+C5cYEKkwkFl7BvYMuUTF/HrE2ZJyoN +# n7UW3vXNcqzAgcaw2BhqTMCXBWR222GuSOKt39t9Cin16v2bEx12yuakTNKMbqJT +# TGyWOqxY8ZslXv8Fkjvkc7P2iuyGlq8LbkQWCQk0iBBy/tDRr/M5t85yXnU8vkm8 +# hWaRx1Dfrj4XqccwQx4Yk4m7uKyFXSXVEXNok0NSmdn3m/Vsr5myjr+nV6OQ2ggw +# ZZGvB12VQ842ag== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Mock.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Mock.ps1 new file mode 100644 index 000000000000..614dd8105fbf --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Mock.ps1 @@ -0,0 +1,1988 @@ +function Mock { + + <# +.SYNOPSIS +Mocks the behavior of an existing command with an alternate +implementation. + +.DESCRIPTION +This creates new behavior for any existing command within the scope of a +Describe or Context block. The function allows you to specify a script block +that will become the command's new behavior. + +Optionally, you may create a Parameter Filter which will examine the +parameters passed to the mocked command and will invoke the mocked +behavior only if the values of the parameter values pass the filter. If +they do not, the original command implementation will be invoked instead +of a mock. + +You may create multiple mocks for the same command, each using a different +ParameterFilter. ParameterFilters will be evaluated in reverse order of +their creation. The last one created will be the first to be evaluated. +The mock of the first filter to pass will be used. The exception to this +rule are Mocks with no filters. They will always be evaluated last since +they will act as a "catch all" mock. + +Mocks can be marked Verifiable. If so, the Assert-VerifiableMock command +can be used to check if all Verifiable mocks were actually called. If any +verifiable mock is not called, Assert-VerifiableMock will throw an +exception and indicate all mocks not called. + +If you wish to mock commands that are called from inside a script module, +you can do so by using the -ModuleName parameter to the Mock command. This +injects the mock into the specified module. If you do not specify a +module name, the mock will be created in the same scope as the test script. +You may mock the same command multiple times, in different scopes, as needed. +Each module's mock maintains a separate call history and verified status. + +.PARAMETER CommandName +The name of the command to be mocked. + +.PARAMETER MockWith +A ScriptBlock specifying the behavior that will be used to mock CommandName. +The default is an empty ScriptBlock. +NOTE: Do not specify param or dynamicparam blocks in this script block. +These will be injected automatically based on the signature of the command +being mocked, and the MockWith script block can contain references to the +mocked commands parameter variables. + +.PARAMETER Verifiable +When this is set, the mock will be checked when Assert-VerifiableMock is +called. + +.PARAMETER ParameterFilter +An optional filter to limit mocking behavior only to usages of +CommandName where the values of the parameters passed to the command +pass the filter. + +This ScriptBlock must return a boolean value. See examples for usage. + +.PARAMETER ModuleName +Optional string specifying the name of the module where this command +is to be mocked. This should be a module that _calls_ the mocked +command; it doesn't necessarily have to be the same module which +originally implemented the command. + +.PARAMETER RemoveParameterType +Optional parameter that removes a type of a parameter in the fuction +declaration. This is useful when you are testing a function that has a +strongly typed parameter but you are not able to create an object of the +required type. + +This parameter applies only to the first definintion of a mock within the +current scope. If there are multiple mocks with the same name, any subsequent +configuration of parameters will be ingored, including parameter validation +described below. + +.PARAMETER RemoveParameterValidation +Optional parameter that removes validation from a parameter in the fuction +declaration. This is useful when you are testing a function that validates +it's input, but you are unable to satisfy the validation. + +This parameter applies only to the first definintion of a mock within the +current scope. If there are multiple mocks with the same name, any subsequent +configuration of parameters will be ingored, including parameter types described +above. + +.EXAMPLE +Mock Get-ChildItem { return @{FullName = "A_File.TXT"} } + +Using this Mock, all calls to Get-ChildItem will return a hashtable with a +FullName property returning "A_File.TXT" + +.EXAMPLE +Mock Get-ChildItem { return @{FullName = "A_File.TXT"} } -ParameterFilter { $Path -and $Path.StartsWith($env:temp) } + +This Mock will only be applied to Get-ChildItem calls within the user's temp directory. + +.EXAMPLE +Mock Set-Content {} -Verifiable -ParameterFilter { $Path -eq "some_path" -and $Value -eq "Expected Value" } + +When this mock is used, if the Mock is never invoked and Assert-VerifiableMock is called, an exception will be thrown. The command behavior will do nothing since the ScriptBlock is empty. + +.EXAMPLE +```ps +Mock Get-ChildItem { return @{FullName = "A_File.TXT"} } -ParameterFilter { $Path -and $Path.StartsWith($env:temp\1) } +Mock Get-ChildItem { return @{FullName = "B_File.TXT"} } -ParameterFilter { $Path -and $Path.StartsWith($env:temp\2) } +Mock Get-ChildItem { return @{FullName = "C_File.TXT"} } -ParameterFilter { $Path -and $Path.StartsWith($env:temp\3) } +``` + +Multiple mocks of the same command may be used. The parameter filter determines which is invoked. Here, if Get-ChildItem is called on the "2" directory of the temp folder, then B_File.txt will be returned. + +.EXAMPLE +```ps +Mock Get-ChildItem { return @{FullName="B_File.TXT"} } -ParameterFilter { $Path -eq "$env:temp\me" } +Mock Get-ChildItem { return @{FullName="A_File.TXT"} } -ParameterFilter { $Path -and $Path.StartsWith($env:temp) } + +Get-ChildItem $env:temp\me +``` + +Here, both mocks could apply since both filters will pass. A_File.TXT will be returned because it was the most recent Mock created. + +.EXAMPLE +```ps +Mock Get-ChildItem { return @{FullName = "B_File.TXT"} } -ParameterFilter { $Path -eq "$env:temp\me" } +Mock Get-ChildItem { return @{FullName = "A_File.TXT"} } + +Get-ChildItem c:\windows +``` + +Here, A_File.TXT will be returned. Since no filter was specified, it will apply to any call to Get-ChildItem that does not pass another filter. + +.EXAMPLE +```ps +Mock Get-ChildItem { return @{FullName = "B_File.TXT"} } -ParameterFilter { $Path -eq "$env:temp\me" } +Mock Get-ChildItem { return @{FullName = "A_File.TXT"} } + +Get-ChildItem $env:temp\me +``` + +Here, B_File.TXT will be returned. Even though the filterless mock was created more recently. This illustrates that filterless Mocks are always evaluated last regardless of their creation order. + +.EXAMPLE +Mock Get-ChildItem { return @{FullName = "A_File.TXT"} } -ModuleName MyTestModule + +Using this Mock, all calls to Get-ChildItem from within the MyTestModule module +will return a hashtable with a FullName property returning "A_File.TXT" + +.EXAMPLE +```ps +Get-Module -Name ModuleMockExample | Remove-Module +New-Module -Name ModuleMockExample -ScriptBlock { + function Hidden { "Internal Module Function" } + function Exported { Hidden } + + Export-ModuleMember -Function Exported +} | Import-Module -Force + +Describe "ModuleMockExample" { + + It "Hidden function is not directly accessible outside the module" { + { Hidden } | Should -Throw + } + + It "Original Hidden function is called" { + Exported | Should -Be "Internal Module Function" + } + + It "Hidden is replaced with our implementation" { + Mock Hidden { "Mocked" } -ModuleName ModuleMockExample + Exported | Should -Be "Mocked" + } +} +``` + +This example shows how calls to commands made from inside a module can be +mocked by using the -ModuleName parameter. + +.LINK +https://pester.dev/docs/commands/Assert-MockCalled + +.LINK +https://pester.dev/docs/commands/Assert-VerifiableMock + +.LINK +https://pester.dev/docs/commands/Describe + +.LINK +https://pester.dev/docs/commands/Context + +.LINK +https://pester.dev/docs/commands/It + +.LINK +https://pester.dev/docs/commands/Should + +.LINK +https://pester.dev/docs/usage/mocking + +#> + [CmdletBinding()] + param( + [string]$CommandName, + [ScriptBlock]$MockWith = { }, + [switch]$Verifiable, + [ScriptBlock]$ParameterFilter = { $True }, + [string]$ModuleName, + [string[]]$RemoveParameterType, + [string[]]$RemoveParameterValidation + ) + + Assert-DescribeInProgress -CommandName Mock + Set-ScriptBlockHint -Hint "Unbound MockWith - Captured in Mock" -ScriptBlock $MockWith + Set-ScriptBlockHint -Hint "Unbound ParameterFilter - Captured in Mock" -ScriptBlock $ParameterFilter + + $contextInfo = Validate-Command $CommandName $ModuleName + $CommandName = $contextInfo.Command.Name + + if ($contextInfo.Session.Module -and $contextInfo.Session.Module.Name) { + $ModuleName = $contextInfo.Session.Module.Name + } + else { + $ModuleName = '' + } + + if (Test-IsClosure -ScriptBlock $MockWith) { + # If the user went out of their way to call GetNewClosure(), go ahead and leave the block bound to that + # dynamic module's scope. + $mockWithCopy = $MockWith + } + else { + Write-Hint "Unbinding ScriptBlock from '$(Get-ScriptBlockHint $MockWith)'" + $mockWithCopy = [scriptblock]::Create($MockWith.ToString()) + Set-ScriptBlockHint -ScriptBlock $mockWithCopy -Hint "Unbound ScriptBlock from Mock" + Set-ScriptBlockScope -ScriptBlock $mockWithCopy -SessionState $contextInfo.Session + } + + $block = @{ + Mock = $mockWithCopy + Filter = $ParameterFilter + Verifiable = $Verifiable + Scope = $pester.CurrentTestGroup + } + + $mock = $mockTable["$ModuleName||$CommandName"] + + if (-not $mock) { + $metadata = $null + $originalMetadata = $null + $cmdletBinding = '' + $paramBlock = '' + $dynamicParamBlock = '' + $dynamicParamScriptBlock = $null + + if ($contextInfo.Command.psobject.Properties['ScriptBlock'] -or $contextInfo.Command.CommandType -eq 'Cmdlet') { + $metadata = [System.Management.Automation.CommandMetaData]$contextInfo.Command + $null = $metadata.Parameters.Remove('Verbose') + $null = $metadata.Parameters.Remove('Debug') + $null = $metadata.Parameters.Remove('ErrorAction') + $null = $metadata.Parameters.Remove('WarningAction') + $null = $metadata.Parameters.Remove('ErrorVariable') + $null = $metadata.Parameters.Remove('WarningVariable') + $null = $metadata.Parameters.Remove('OutVariable') + $null = $metadata.Parameters.Remove('OutBuffer') + + # Some versions of PowerShell may include dynamic parameters here + # We will filter them out and add them at the end to be + # compatible with both earlier and later versions + $dynamicParams = $metadata.Parameters.Values | & $SafeCommands['Where-Object'] { $_.IsDynamic } + if ($null -ne $dynamicParams) { + $dynamicparams | & $SafeCommands['ForEach-Object'] { $null = $metadata.Parameters.Remove($_.name) } + } + + $cmdletBinding = [Management.Automation.ProxyCommand]::GetCmdletBindingAttribute($metadata) + if ($global:PSVersionTable.PSVersion.Major -ge 3 -and $contextInfo.Command.CommandType -eq 'Cmdlet') { + if ($cmdletBinding -ne '[CmdletBinding()]') { + $cmdletBinding = $cmdletBinding.Insert($cmdletBinding.Length - 2, ',') + } + $cmdletBinding = $cmdletBinding.Insert($cmdletBinding.Length - 2, 'PositionalBinding=$false') + } + + # Will modify $metadata object in-place + $originalMetadata = $metadata + $metadata = Repair-ConflictingParameters -Metadata $metadata -RemoveParameterType $RemoveParameterType -RemoveParameterValidation $RemoveParameterValidation + $paramBlock = [Management.Automation.ProxyCommand]::GetParamBlock($metadata) + + if ($contextInfo.Command.CommandType -eq 'Cmdlet') { + $dynamicParamBlock = "dynamicparam { Get-MockDynamicParameter -CmdletName '$($contextInfo.Command.Name)' -Parameters `$PSBoundParameters }" + } + else { + $dynamicParamStatements = Get-DynamicParamBlock -ScriptBlock $contextInfo.Command.ScriptBlock + + if ($dynamicParamStatements -match '\S') { + $metadataSafeForDynamicParams = [System.Management.Automation.CommandMetaData]$contextInfo.Command + foreach ($param in $metadataSafeForDynamicParams.Parameters.Values) { + $param.ParameterSets.Clear() + } + + $paramBlockSafeForDynamicParams = [System.Management.Automation.ProxyCommand]::GetParamBlock($metadataSafeForDynamicParams) + $comma = if ($metadataSafeForDynamicParams.Parameters.Count -gt 0) { + ',' + } + else { + '' + } + $dynamicParamBlock = "dynamicparam { Get-MockDynamicParameter -ModuleName '$ModuleName' -FunctionName '$CommandName' -Parameters `$PSBoundParameters -Cmdlet `$PSCmdlet }" + + $code = @" + $cmdletBinding + param( + [object] `${P S Cmdlet}$comma + $paramBlockSafeForDynamicParams + ) + + `$PSCmdlet = `${P S Cmdlet} + + $dynamicParamStatements +"@ + + $dynamicParamScriptBlock = [scriptblock]::Create($code) + + $sessionStateInternal = Get-ScriptBlockScope -ScriptBlock $contextInfo.Command.ScriptBlock + + if ($null -ne $sessionStateInternal) { + Set-ScriptBlockScope -ScriptBlock $dynamicParamScriptBlock -SessionStateInternal $sessionStateInternal + } + } + } + } + + $EscapeSingleQuotedStringContent = + if ($global:PSVersionTable.PSVersion.Major -ge 5) { + { [System.Management.Automation.Language.CodeGeneration]::EscapeSingleQuotedStringContent($args[0]) } + } + else { + { $args[0] -replace "['‘’‚‛]", '$&$&' } + } + + $newContent = & $SafeCommands['Get-Content'] function:\MockPrototype + $newContent = $newContent -replace '#FUNCTIONNAME#', (& $EscapeSingleQuotedStringContent $CommandName) + $newContent = $newContent -replace '#MODULENAME#', (& $EscapeSingleQuotedStringContent $ModuleName) + + $canCaptureArgs = 'true' + if ($contextInfo.Command.CommandType -eq 'Cmdlet' -or + ($contextInfo.Command.CommandType -eq 'Function' -and $contextInfo.Command.CmdletBinding)) { + $canCaptureArgs = 'false' + } + $newContent = $newContent -replace '#CANCAPTUREARGS#', $canCaptureArgs + + $code = @" + $cmdletBinding + param ( $paramBlock ) + $dynamicParamBlock + begin + { + `${mock call state} = @{} + $($newContent -replace '#BLOCK#', 'Begin' -replace '#INPUT#') + } + + process + { + $($newContent -replace '#BLOCK#', 'Process' -replace '#INPUT#', '-InputObject @($input)') + } + + end + { + $($newContent -replace '#BLOCK#', 'End' -replace '#INPUT#') + } +"@ + + $mockScript = [scriptblock]::Create($code) + + $mock = @{ + OriginalCommand = $contextInfo.Command + Blocks = @() + CommandName = $CommandName + SessionState = $contextInfo.Session + Scope = $pester.CurrentTestGroup + PesterState = $pester + Metadata = $metadata + OriginalMetadata = $originalMetadata + CallHistory = @() + DynamicParamScriptBlock = $dynamicParamScriptBlock + Aliases = @() + BootstrapFunctionName = 'PesterMock_' + [Guid]::NewGuid().Guid + } + + $mockTable["$ModuleName||$CommandName"] = $mock + + Invoke-CommonSetupInMockScope -Mock $mock -MockScript $MockScript -CommandName $CommandName + } + + if ($null -ne $mock.Metadata -and $null -ne $block.Filter) { + $block.Filter = New-BlockWithoutParameterAliases -Metadata $mock.Metadata -Block $block.Filter + } + + $mock.Blocks = @( + # trim the script to avoid errors when formatting adds spaces around the default + # filter script, this only affects powershell v2, newer powershell trims it + # automatically + $mock.Blocks | & $SafeCommands['Where-Object'] { $_.Filter.ToString().Trim() -eq '$True' } + if ($block.Filter.ToString().Trim() -eq '$True') { + $block + } + + $mock.Blocks | & $SafeCommands['Where-Object'] { $_.Filter.ToString().Trim() -ne '$True' } + if ($block.Filter.ToString().Trim() -ne '$True') { + $block + } + ) +} + + +function Assert-VerifiableMock { + <# +.SYNOPSIS +Checks if any Verifiable Mock has not been invoked. If so, this will throw an exception. + +.DESCRIPTION +This can be used in tandem with the -Verifiable switch of the Mock +function. Mock can be used to mock the behavior of an existing command +and optionally take a -Verifiable switch. When Assert-VerifiableMock +is called, it checks to see if any Mock marked Verifiable has not been +invoked. If any mocks have been found that specified -Verifiable and +have not been invoked, an exception will be thrown. + +.EXAMPLE +```ps +Mock Set-Content {} -Verifiable -ParameterFilter {$Path -eq "some_path" -and $Value -eq "Expected Value"} + +{ ...some code that never calls Set-Content some_path -Value "Expected Value"... } + +Assert-VerifiableMock +``` + +This will throw an exception and cause the test to fail. + +.EXAMPLE +```ps +Mock Set-Content {} -Verifiable -ParameterFilter {$Path -eq "some_path" -and $Value -eq "Expected Value"} + +Set-Content some_path -Value "Expected Value" + +Assert-VerifiableMock +``` + +This will not throw an exception because the mock was invoked. + +#> + [CmdletBinding()]param() + Assert-DescribeInProgress -CommandName Assert-VerifiableMock + + $unVerified = @{ } + $mockTable.Keys | & $SafeCommands['ForEach-Object'] { + $m = $_; + + $mockTable[$m].blocks | + & $SafeCommands['Where-Object'] { $_.Verifiable } | + & $SafeCommands['ForEach-Object'] { $unVerified[$m] = $_ } + } + if ($unVerified.Count -gt 0) { + foreach ($mock in $unVerified.Keys) { + $array = $mock -split '\|\|' + $function = $array[1] + $module = $array[0] + + $message = "$([System.Environment]::NewLine) Expected $function " + if ($module) { + $message += "in module $module " + } + $message += "to be called with $($unVerified[$mock].Filter)" + } + throw $message + } +} + +function Assert-MockCalled { + <# +.SYNOPSIS +Checks if a Mocked command has been called a certain number of times +and throws an exception if it has not. + +.DESCRIPTION +This command verifies that a mocked command has been called a certain number +of times. If the call history of the mocked command does not match the parameters +passed to Assert-MockCalled, Assert-MockCalled will throw an exception. + +.PARAMETER CommandName +The mocked command whose call history should be checked. + +.PARAMETER ModuleName +The module where the mock being checked was injected. This is optional, +and must match the ModuleName that was used when setting up the Mock. + +.PARAMETER Times +The number of times that the mock must be called to avoid an exception +from throwing. + +.PARAMETER Exactly +If this switch is present, the number specified in Times must match +exactly the number of times the mock has been called. Otherwise it +must match "at least" the number of times specified. If the value +passed to the Times parameter is zero, the Exactly switch is implied. + +.PARAMETER ParameterFilter +An optional filter to qualify which calls should be counted. Only those +calls to the mock whose parameters cause this filter to return true +will be counted. + +.PARAMETER ExclusiveFilter +Like ParameterFilter, except when you use ExclusiveFilter, and there +were any calls to the mocked command which do not match the filter, +an exception will be thrown. This is a convenient way to avoid needing +to have two calls to Assert-MockCalled like this: + +Assert-MockCalled SomeCommand -Times 1 -ParameterFilter { $something -eq $true } +Assert-MockCalled SomeCommand -Times 0 -ParameterFilter { $something -ne $true } + +.PARAMETER Scope +An optional parameter specifying the Pester scope in which to check for +calls to the mocked command. For RSpec style tests, Assert-MockCalled will find +all calls to the mocked command in the current Context block (if present), +or the current Describe block (if there is no active Context), by default. Valid +values are Describe, Context and It. If you use a scope of Describe or +Context, the command will identify all calls to the mocked command in the +current Describe / Context block, as well as all child scopes of that block. + +For Gherkin style tests, Assert-MockCalled will find all calls to the mocked +command in the current Scenario block or the current Feature block (if there is +no active Scenario), by default. Valid values for Gherkin style tests are Feature +and Scenario. If you use a scope of Feature or Scenario, the command will identify +all calls to the mocked command in the current Feature / Scenario block, as well +as all child scopes of that block. + +.EXAMPLE +```ps +PS C:\> Mock Set-Content {} + +{... Some Code ...} + +PS C:\> Assert-MockCalled Set-Content +``` + +This will throw an exception and cause the test to fail if Set-Content is not called in Some Code. + +.EXAMPLE +```ps +PS C:\> Mock Set-Content -parameterFilter {$path.StartsWith("$env:temp\")} + +{... Some Code ...} + +PS C:\> Assert-MockCalled Set-Content 2 { $path -eq "$env:temp\test.txt" } +``` + +This will throw an exception if some code calls Set-Content on $path=$env:temp\test.txt less than 2 times + +.EXAMPLE +```ps +PS C:\> Mock Set-Content {} + +{... Some Code ...} + +PS C:\> Assert-MockCalled Set-Content 0 +``` + +This will throw an exception if some code calls Set-Content at all + +.EXAMPLE +```ps +PS C:\> Mock Set-Content {} + +{... Some Code ...} + +PS C:\> Assert-MockCalled Set-Content -Exactly 2 +``` + +This will throw an exception if some code does not call Set-Content Exactly two times. + +.EXAMPLE +```ps +Describe 'Assert-MockCalled Scope behavior' { + Mock Set-Content { } + + It 'Calls Set-Content at least once in the It block' { + {... Some Code ...} + + Assert-MockCalled Set-Content -Exactly 0 -Scope It + } +} +``` + +Checks for calls only within the current It block. + +.EXAMPLE +```ps +Describe 'Describe' { + Mock -ModuleName SomeModule Set-Content { } + + {... Some Code ...} + + It 'Calls Set-Content at least once in the Describe block' { + Assert-MockCalled -ModuleName SomeModule Set-Content + } +} +``` + +Checks for calls to the mock within the SomeModule module. Note that both the Mock +and Assert-MockCalled commands use the same module name. + +.EXAMPLE +Assert-MockCalled Get-ChildItem -ExclusiveFilter { $Path -eq 'C:\' } + +Checks to make sure that Get-ChildItem was called at least one time with +the -Path parameter set to 'C:\', and that it was not called at all with +the -Path parameter set to any other value. + +.NOTES +The parameter filter passed to Assert-MockCalled does not necessarily have to match the parameter filter +(if any) which was used to create the Mock. Assert-MockCalled will find any entry in the command history +which matches its parameter filter, regardless of how the Mock was created. However, if any calls to the +mocked command are made which did not match any mock's parameter filter (resulting in the original command +being executed instead of a mock), these calls to the original command are not tracked in the call history. +In other words, Assert-MockCalled can only be used to check for calls to the mocked implementation, not +to the original. + +#> + + [CmdletBinding(DefaultParameterSetName = 'ParameterFilter')] + param( + [Parameter(Mandatory = $true, Position = 0)] + [string]$CommandName, + + [Parameter(Position = 1)] + [int]$Times = 1, + + [Parameter(ParameterSetName = 'ParameterFilter', Position = 2)] + [ScriptBlock]$ParameterFilter = { $True }, + + [Parameter(ParameterSetName = 'ExclusiveFilter', Mandatory = $true)] + [scriptblock] $ExclusiveFilter, + + [Parameter(Position = 3)] + [string] $ModuleName, + + [Parameter(Position = 4)] + [ValidateScript( { + if ([uint32]::TryParse($_, [ref] $null) -or + $_ -eq 'Describe' -or + $_ -eq 'Context' -or + $_ -eq 'It' -or + $_ -eq 'Feature' -or + $_ -eq 'Scenario') { + return $true + } + + throw "Scope argument must either be an unsigned integer, or one of the words 'Describe', 'Context', 'It', 'Feature', or 'Scenario'." + })] + [string] $Scope, + + [switch]$Exactly + ) + + if ($PSCmdlet.ParameterSetName -eq 'ParameterFilter') { + $filter = $ParameterFilter + $filterIsExclusive = $false + } + else { + $filter = $ExclusiveFilter + $filterIsExclusive = $true + } + + Assert-DescribeInProgress -CommandName Assert-MockCalled + + if (-not $PSBoundParameters.ContainsKey('ModuleName') -and $null -ne $pester.SessionState.Module) { + $ModuleName = $pester.SessionState.Module.Name + } + + $contextInfo = Validate-Command $CommandName $ModuleName + $CommandName = $contextInfo.Command.Name + + $mock = $script:mockTable["$ModuleName||$CommandName"] + + $moduleMessage = '' + if ($ModuleName) { + $moduleMessage = " in module $ModuleName" + } + + if (-not $mock) { + throw "You did not declare a mock of the $commandName Command${moduleMessage}." + } + + if (-not $PSBoundParameters.ContainsKey('Scope')) { + $scope = 1 + } + + $matchingCalls = & $SafeCommands['New-Object'] System.Collections.ArrayList + $nonMatchingCalls = & $SafeCommands['New-Object'] System.Collections.ArrayList + + foreach ($historyEntry in $mock.CallHistory) { + if (-not (Test-MockCallScope -CallScope $historyEntry.Scope -DesiredScope $Scope)) { + continue + } + + $params = @{ + ScriptBlock = $filter + BoundParameters = $historyEntry.BoundParams + ArgumentList = $historyEntry.Args + Metadata = $mock.Metadata + } + + if ($null -ne $mock.Metadata -and $null -ne $params.ScriptBlock) { + $params.ScriptBlock = New-BlockWithoutParameterAliases -Metadata $mock.Metadata -Block $params.ScriptBlock + } + + if (Test-ParameterFilter @params) { + $null = $matchingCalls.Add($historyEntry) + } + else { + $null = $nonMatchingCalls.Add($historyEntry) + } + } + + $lineText = $MyInvocation.Line.TrimEnd("$([System.Environment]::NewLine)") + $line = $MyInvocation.ScriptLineNumber + + if ($matchingCalls.Count -ne $times -and ($Exactly -or ($times -eq 0))) { + $failureMessage = "Expected ${commandName}${moduleMessage} to be called $times times exactly but was called $($matchingCalls.Count) times" + throw ( New-ShouldErrorRecord -Message $failureMessage -Line $line -LineText $lineText) + } + elseif ($matchingCalls.Count -lt $times) { + $failureMessage = "Expected ${commandName}${moduleMessage} to be called at least $times times but was called $($matchingCalls.Count) times" + throw ( New-ShouldErrorRecord -Message $failureMessage -Line $line -LineText $lineText) + } + elseif ($filterIsExclusive -and $nonMatchingCalls.Count -gt 0) { + $failureMessage = "Expected ${commandName}${moduleMessage} to only be called with with parameters matching the specified filter, but $($nonMatchingCalls.Count) non-matching calls were made" + throw ( New-ShouldErrorRecord -Message $failureMessage -Line $line -LineText $lineText) + } +} + +function Test-MockCallScope { + [CmdletBinding()] + param ( + [object] $CallScope, + [string] $DesiredScope + ) + + if ($null -eq $CallScope) { + # This indicates a call from the current test case ("It" block), which always passes Test-MockCallScope + return $true + } + + $testGroups = $pester.TestGroups + [Array]::Reverse($testGroups) + + $target = 0 + $isNumberedScope = [int]::TryParse($DesiredScope, [ref] $target) + + # The Describe / Context stuff here is for backward compatibility. May be deprecated / removed in the future. + $actualScopeNumber = -1 + $describe = -1 + $context = -1 + + for ($i = 0; $i -lt $testGroups.Count; $i++) { + if ($CallScope -eq $testGroups[$i]) { + $actualScopeNumber = $i + if ($isNumberedScope) { + break + } + } + + if ($describe -lt 0 -and 'Describe', 'Feature' -contains $testGroups[$i].Hint) { + $describe = $i + } + if ($context -lt 0 -and 'Context', 'Scenario' -contains $testGroups[$i].Hint) { + $context = $i + } + } + + if ($actualScopeNumber -lt 0) { + # this should never happen; if we get here, it's a Pester bug. + + throw "Pester error: Corrupted mock call history table." + } + + if ($isNumberedScope) { + # For this, we consider scope 0 to be the current test case / It block, scope 1 to be the first Test Group up the stack, etc. + # $actualScopeNumber currently off by one from that scale (zero-indexed for test groups only; we already checked for the 0 case + # farther up, which only applies if $CallScope is $null). + return $target -gt $actualScopeNumber + } + else { + if ('Describe', 'Feature' -contains $DesiredScope) { + return $describe -ge $actualScopeNumber + } + if ('Context', 'Scenario' -contains $DesiredScope) { + return $context -ge $actualScopeNumber + } + } + + return $false +} + +function Exit-MockScope { + param ( + [switch] $ExitTestCaseOnly + ) + + if ($null -eq $mockTable) { + return + } + + $removeMockStub = + { + param ( + [string] $CommandName, + [string[]] $Aliases + ) + + if ($ExecutionContext.InvokeProvider.Item.Exists("Function:\$CommandName", $true, $true)) { + $ExecutionContext.InvokeProvider.Item.Remove("Function:\$CommandName", $false, $true, $true) + } + + foreach ($alias in $Aliases) { + if ($ExecutionContext.InvokeProvider.Item.Exists("Alias:$alias", $true, $true)) { + $ExecutionContext.InvokeProvider.Item.Remove("Alias:$alias", $false, $true, $true) + } + } + } + + $mockKeys = [string[]]$mockTable.Keys + + foreach ($mockKey in $mockKeys) { + $mock = $mockTable[$mockKey] + + $shouldRemoveMock = (-not $ExitTestCaseOnly) -and (ShouldRemoveMock -Mock $mock -ActivePesterState $pester) + if ($shouldRemoveMock) { + $null = Invoke-InMockScope -SessionState $mock.SessionState -ScriptBlock $removeMockStub -ArgumentList $mock.BootstrapFunctionName, $mock.Aliases + $mockTable.Remove($mockKey) + } + elseif ($mock.PesterState -eq $pester) { + if (-not $ExitTestCaseOnly) { + $mock.Blocks = @($mock.Blocks | & $SafeCommands['Where-Object'] { $_.Scope -ne $pester.CurrentTestGroup }) + } + + $testGroups = @($pester.TestGroups) + + $parentTestGroup = $null + + if ($testGroups.Count -gt 1) { + $parentTestGroup = $testGroups[-2] + } + + foreach ($historyEntry in $mock.CallHistory) { + if ($ExitTestCaseOnly) { + if ($null -eq $historyEntry.Scope) { + $historyEntry.Scope = $pester.CurrentTestGroup + } + } + elseif ($parentTestGroup) { + if ($historyEntry.Scope -eq $pester.CurrentTestGroup) { + $historyEntry.Scope = $parentTestGroup + } + } + } + } + } +} + +function ShouldRemoveMock($Mock, $ActivePesterState) { + if ($ActivePesterState -ne $mock.PesterState) { + return $false + } + if ($mock.Scope -eq $ActivePesterState.CurrentTestGroup) { + return $true + } + + # These two should conditions should _probably_ never happen, because the above condition should + # catch it, but just in case: + if ($ActivePesterState.TestGroups.Count -eq 1) { + return $true + } + if ($ActivePesterState.TestGroups[-2].Hint -eq 'Root') { + return $true + } + + return $false +} + +function Validate-Command([string]$CommandName, [string]$ModuleName) { + $module = $null + $command = $null + + $scriptBlock = { + $command = $ExecutionContext.InvokeCommand.GetCommand($args[0], 'All') + while ($null -ne $command -and $command.CommandType -eq [System.Management.Automation.CommandTypes]::Alias) { + $command = $command.ResolvedCommand + } + + return $command + } + + if ($ModuleName) { + $module = Get-ScriptModule -ModuleName $ModuleName -ErrorAction Stop + $command = & $module $scriptBlock $CommandName + } + + $session = $pester.SessionState + + if (-not $command) { + Set-ScriptBlockScope -ScriptBlock $scriptBlock -SessionState $session + $command = & $scriptBlock $commandName + } + + if (-not $command) { + throw ([System.Management.Automation.CommandNotFoundException] "Could not find Command $commandName") + } + + if ($module) { + $session = Set-SessionStateHint -PassThru -Hint "Module - $($module.Name)" -SessionState ( & $module { $ExecutionContext.SessionState } ) + } + + $hash = @{Command = $command; Session = $session } + + if ($command.CommandType -eq 'Function') { + foreach ($mock in $mockTable.Values) { + if ($command.Name -eq $mock.BootstrapFunctionName) { + return @{ + Command = $mock.OriginalCommand + Session = $mock.SessionState + } + } + } + } + + return $hash +} + +function MockPrototype { + if ($PSVersionTable.PSVersion.Major -ge 3) { + [string] ${ignore preference} = 'Ignore' + } + else { + [string] ${ignore preference} = 'SilentlyContinue' + } + + #todo: remove pester\safegetcommand and use .net calls to get the variable instead? + ${get Variable Command} = & (Pester\SafeGetCommand) -Name Get-Variable -Module Microsoft.PowerShell.Utility -CommandType Cmdlet + + [object] ${a r g s} = $null + if (${#CANCAPTUREARGS#}) { + ${a r g s} = & ${get Variable Command} -Name args -ValueOnly -Scope Local -ErrorAction ${ignore preference} + } + if ($null -eq ${a r g s}) { + ${a r g s} = @() + } + + ${p s cmdlet} = & ${get Variable Command} -Name PSCmdlet -ValueOnly -Scope Local -ErrorAction ${ignore preference} + + #todo: Add session state hint - once we are calling this in the Pester state + ${session state} = if (${p s cmdlet}) { + ${p s cmdlet}.SessionState + } + + # todo: lookup Pester state and invoke it in there to remote Invoke-Mock from the public Api + # @{mock call state} initialization is injected only into the begin block by the code that uses this prototype. + Invoke-Mock -CommandName '#FUNCTIONNAME#' -ModuleName '#MODULENAME#' -BoundParameters $PSBoundParameters -ArgumentList ${a r g s} -CallerSessionState ${session state} -FromBlock '#BLOCK#' -MockCallState ${mock call state} #INPUT# +} + +function Invoke-Mock { + <# + .SYNOPSIS + This command is used by Pester's Mocking framework. You do not need to call it directly. + #> + + [CmdletBinding()] + param ( + [Parameter(Mandatory = $true)] + [string] + $CommandName, + + [Parameter(Mandatory = $true)] + [hashtable] $MockCallState, + + [string] + $ModuleName, + + [hashtable] + $BoundParameters = @{ }, + + [object[]] + $ArgumentList = @(), + + [object] $CallerSessionState, + + [ValidateSet('Begin', 'Process', 'End')] + [string] $FromBlock, + + [object] $InputObject + ) + + $detectedModule = $ModuleName + $mock = FindMock -CommandName $CommandName -ModuleName ([ref]$detectedModule) + + if ($null -eq $mock) { + # If this ever happens, it's a bug in Pester. The scriptBlock that calls Invoke-Mock should be removed at the same time as the entry in the mock table. + throw "Internal error detected: Mock for '$CommandName' in module '$ModuleName' was called, but does not exist in the mock table." + } + + switch ($FromBlock) { + Begin { + $MockCallState['InputObjects'] = & $SafeCommands['New-Object'] System.Collections.ArrayList + $MockCallState['ShouldExecuteOriginalCommand'] = $false + $MockCallState['BeginBoundParameters'] = $BoundParameters.Clone() + $MockCallState['BeginArgumentList'] = $ArgumentList + + return + } + + Process { + $block = $null + if ($detectedModule -eq $ModuleName) { + $block = FindMatchingBlock -Mock $mock -BoundParameters $BoundParameters -ArgumentList $ArgumentList + } + + if ($null -ne $block) { + ExecuteBlock -Block $block ` + -CommandName $CommandName ` + -ModuleName $ModuleName ` + -BoundParameters $BoundParameters ` + -ArgumentList $ArgumentList ` + -Mock $mock + + return + } + else { + $MockCallState['ShouldExecuteOriginalCommand'] = $true + if ($null -ne $InputObject) { + $null = $MockCallState['InputObjects'].AddRange(@($InputObject)) + } + + return + } + } + + End { + if ($MockCallState['ShouldExecuteOriginalCommand']) { + $MockCallState['BeginBoundParameters'] = Reset-ConflictingParameters -BoundParameters $MockCallState['BeginBoundParameters'] + + if ($MockCallState['InputObjects'].Count -gt 0) { + $scriptBlock = { + param ($Command, $ArgumentList, $BoundParameters, $InputObjects) + $InputObjects | & $Command @ArgumentList @BoundParameters + } + } + else { + $scriptBlock = { + param ($Command, $ArgumentList, $BoundParameters, $InputObjects) + & $Command @ArgumentList @BoundParameters + } + } + + $state = if ($CallerSessionState) { + $CallerSessionState + } + else { + $mock.SessionState + } + + Set-ScriptBlockScope -ScriptBlock $scriptBlock -SessionState $state + + # In order to mock Set-Variable correctly we need to write the variable + # two scopes above + if ( $mock.OriginalCommand -like "Set-Variable" ) { + if ($MockCallState['BeginBoundParameters'].Keys -notcontains "Scope") { + $MockCallState['BeginBoundParameters'].Add( "Scope", 2) + } + # local is the same as scope 0, in that case we also write to scope 2 + elseif ("Local", "0" -contains $MockCallState['BeginBoundParameters'].Scope) { + $MockCallState['BeginBoundParameters'].Scope = 2 + } + elseif ($MockCallState['BeginBoundParameters'].Scope -match "\d+") { + $MockCallState['BeginBoundParameters'].Scope = 2 + $matches[0] + } + else { + # not sure what the user did, but we won't change it + } + } + + Write-ScriptBlockInvocationHint -Hint "Mock - Original Command" -ScriptBlock $scriptBlock + & $scriptBlock -Command $mock.OriginalCommand ` + -ArgumentList $MockCallState['BeginArgumentList'] ` + -BoundParameters $MockCallState['BeginBoundParameters'] ` + -InputObjects $MockCallState['InputObjects'] + } + } + } +} + +function FindMock { + param ( + [string] $CommandName, + [ref] $ModuleName + ) + + $mock = $mockTable["$($ModuleName.Value)||$CommandName"] + + if ($null -eq $mock) { + $mock = $mockTable["||$CommandName"] + if ($null -ne $mock) { + $ModuleName.Value = '' + } + } + + return $mock +} + +function FindMatchingBlock { + param ( + [object] $Mock, + [hashtable] $BoundParameters = @{ }, + [object[]] $ArgumentList = @() + ) + + for ($idx = $mock.Blocks.Length; $idx -gt 0; $idx--) { + $block = $mock.Blocks[$idx - 1] + + $params = @{ + ScriptBlock = $block.Filter + BoundParameters = $BoundParameters + ArgumentList = $ArgumentList + Metadata = $mock.Metadata + } + + if (Test-ParameterFilter @params) { + return $block + } + } + + return $null +} + +function ExecuteBlock { + param ( + [object] $Block, + [object] $Mock, + [string] $CommandName, + [string] $ModuleName, + [hashtable] $BoundParameters = @{ }, + [object[]] $ArgumentList = @() + ) + + $Block.Verifiable = $false + + $scope = if ($pester.InTest) { + $null + } + else { + $pester.CurrentTestGroup + } + $Mock.CallHistory += @{CommandName = "$ModuleName||$CommandName"; BoundParams = $BoundParameters; Args = $ArgumentList; Scope = $scope } + + $scriptBlock = { + param ( + [Parameter(Mandatory = $true)] + [scriptblock] + ${Script Block}, + + [hashtable] + $___BoundParameters___ = @{ }, + + [object[]] + $___ArgumentList___ = @(), + + [System.Management.Automation.CommandMetadata] + ${Meta data}, + + [System.Management.Automation.SessionState] + ${Session State}, + + ${R e p o r t S c o p e}, + + ${M o d u l e N a m e} + ) + + # This script block exists to hold variables without polluting the test script's current scope. + # Dynamic parameters in functions, for some reason, only exist in $PSBoundParameters instead + # of being assigned a local variable the way static parameters do. By calling Set-DynamicParameterVariable, + # we create these variables for the caller's use in a Parameter Filter or within the mock itself, and + # by doing it inside this temporary script block, those variables don't stick around longer than they + # should. + + Set-DynamicParameterVariable -SessionState ${Session State} -Parameters $___BoundParameters___ -Metadata ${Meta data} + # Name property is not present on Application Command metadata in PowerShell 2 + & ${R e p o r t S c o p e} -ModuleName ${M o d u l e N a m e} -CommandName $(try { + ${Meta data}.Name + } + catch { + }) -ScriptBlock ${Script Block} + & ${Script Block} @___BoundParameters___ @___ArgumentList___ + } + + Set-ScriptBlockScope -ScriptBlock $scriptBlock -SessionState $mock.SessionState + $splat = @{ + 'Script Block' = $block.Mock + '___ArgumentList___' = $ArgumentList + '___BoundParameters___' = $BoundParameters + 'Meta data' = $mock.Metadata + 'Session State' = $mock.SessionState + 'R e p o r t S c o p e' = { param ($CommandName, $ModuleName, $ScriptBlock) + Write-ScriptBlockInvocationHint -Hint "Mock - of command $CommandName$(if ($ModuleName) { "from module $ModuleName"})" -ScriptBlock $ScriptBlock } + } + + # the real scriptblock is passed to the other one, we are interested in the mock, not the wrapper, so I pass $block.Mock, and not $scriptBlock + + Write-ScriptBlockInvocationHint -Hint "Mock - of command $CommandName$(if ($ModuleName) { "from module $ModuleName"})" -ScriptBlock ($block.Mock) + & $scriptBlock @splat +} + +function Invoke-InMockScope { + [CmdletBinding()] + param ( + [Parameter(Mandatory = $true)] + [System.Management.Automation.SessionState] + $SessionState, + + [Parameter(Mandatory = $true)] + [scriptblock] + $ScriptBlock, + + [Parameter(ValueFromRemainingArguments = $true)] + [object[]] + $ArgumentList = @() + ) + + if ($SessionState.Module) { + $SessionState.Module.Invoke($ScriptBlock, $ArgumentList) + } + else { + Set-ScriptBlockScope -ScriptBlock $ScriptBlock -SessionState $SessionState + Write-ScriptBlockInvocationHint -Hint "Mock - InMockScope" -ScriptBlock $ScriptBlock + & $ScriptBlock @ArgumentList + } +} + +function Test-ParameterFilter { + [CmdletBinding()] + param ( + [Parameter(Mandatory = $true)] + [scriptblock] + $ScriptBlock, + + [System.Collections.IDictionary] + $BoundParameters, + + [object[]] + $ArgumentList, + + [System.Management.Automation.CommandMetadata] + $Metadata + ) + + if ($null -eq $BoundParameters) { + $BoundParameters = @{ } + } + if ($null -eq $ArgumentList) { + $ArgumentList = @() + } + + $paramBlock = Get-ParamBlockFromBoundParameters -BoundParameters $BoundParameters -Metadata $Metadata + + $scriptBlockString = " + $paramBlock + + Set-StrictMode -Off + $ScriptBlock + " + Write-Hint "Unbinding ScriptBlock from '$(Get-ScriptBlockHint $ScriptBlock)'" + $cmd = [scriptblock]::Create($scriptBlockString) + Set-ScriptBlockHint -ScriptBlock $cmd -Hint "Unbound ScriptBlock from Test-ParameterFilter" + Set-ScriptBlockScope -ScriptBlock $cmd -SessionState $pester.SessionState + + Write-ScriptBlockInvocationHint -Hint "Mock - Parameter filter" -ScriptBlock $cmd + & $cmd @BoundParameters @ArgumentList +} + +function Get-ParamBlockFromBoundParameters { + param ( + [System.Collections.IDictionary] $BoundParameters, + [System.Management.Automation.CommandMetadata] $Metadata + ) + + $params = foreach ($paramName in $BoundParameters.get_Keys()) { + if (IsCommonParameter -Name $paramName -Metadata $Metadata) { + continue + } + + "`${$paramName}" + } + + $params = $params -join ',' + + if ($null -ne $Metadata) { + $cmdletBinding = [System.Management.Automation.ProxyCommand]::GetCmdletBindingAttribute($Metadata) + } + else { + $cmdletBinding = '' + } + + return "$cmdletBinding param ($params)" +} + +function IsCommonParameter { + param ( + [string] $Name, + [System.Management.Automation.CommandMetadata] $Metadata + ) + + if ($null -ne $Metadata) { + if ([System.Management.Automation.Internal.CommonParameters].GetProperty($Name)) { + return $true + } + if ($Metadata.SupportsShouldProcess -and [System.Management.Automation.Internal.ShouldProcessParameters].GetProperty($Name)) { + return $true + } + if ($PSVersionTable.PSVersion.Major -ge 3 -and $Metadata.SupportsPaging -and [System.Management.Automation.PagingParameters].GetProperty($Name)) { + return $true + } + if ($Metadata.SupportsTransactions -and [System.Management.Automation.Internal.TransactionParameters].GetProperty($Name)) { + return $true + } + } + + return $false +} + +function Set-DynamicParameterVariable { + <# + .SYNOPSIS + This command is used by Pester's Mocking framework. You do not need to call it directly. + #> + + param ( + [Parameter(Mandatory = $true)] + [System.Management.Automation.SessionState] + $SessionState, + + [hashtable] + $Parameters, + + [System.Management.Automation.CommandMetadata] + $Metadata + ) + + if ($null -eq $Parameters) { + $Parameters = @{ } + } + + foreach ($keyValuePair in $Parameters.GetEnumerator()) { + $variableName = $keyValuePair.Key + + if (-not (IsCommonParameter -Name $variableName -Metadata $Metadata)) { + if ($ExecutionContext.SessionState -eq $SessionState) { + & $SafeCommands['Set-Variable'] -Scope 1 -Name $variableName -Value $keyValuePair.Value -Force -Confirm:$false -WhatIf:$false + } + else { + $SessionState.PSVariable.Set($variableName, $keyValuePair.Value) + } + } + } +} + +function Get-DynamicParamBlock { + param ( + [scriptblock] $ScriptBlock + ) + + if ($PSVersionTable.PSVersion.Major -le 2) { + $flags = [System.Reflection.BindingFlags]'Instance, NonPublic' + $dynamicParams = [scriptblock].GetField('_dynamicParams', $flags).GetValue($ScriptBlock) + + if ($null -ne $dynamicParams) { + return $dynamicParams.ToString() + + } + } + else { + If ( $ScriptBlock.AST.psobject.Properties.Name -match "Body") { + if ($null -ne $ScriptBlock.Ast.Body.DynamicParamBlock) { + $statements = $ScriptBlock.Ast.Body.DynamicParamBlock.Statements | + & $SafeCommands['Select-Object'] -ExpandProperty Extent | + & $SafeCommands['Select-Object'] -ExpandProperty Text + + return $statements -join "$([System.Environment]::NewLine)" + } + } + } +} + +function Get-MockDynamicParameter { + <# + .SYNOPSIS + This command is used by Pester's Mocking framework. You do not need to call it directly. + #> + + [CmdletBinding()] + param ( + [Parameter(Mandatory = $true, ParameterSetName = 'Cmdlet')] + [string] $CmdletName, + + [Parameter(Mandatory = $true, ParameterSetName = 'Function')] + [string] $FunctionName, + + [Parameter(ParameterSetName = 'Function')] + [string] $ModuleName, + + [System.Collections.IDictionary] $Parameters, + + [object] $Cmdlet + ) + + switch ($PSCmdlet.ParameterSetName) { + 'Cmdlet' { + Get-DynamicParametersForCmdlet -CmdletName $CmdletName -Parameters $Parameters + } + + 'Function' { + Get-DynamicParametersForMockedFunction -FunctionName $FunctionName -ModuleName $ModuleName -Parameters $Parameters -Cmdlet $Cmdlet + } + } +} + +function Get-DynamicParametersForCmdlet { + [CmdletBinding()] + param ( + [Parameter(Mandatory = $true)] + [string] $CmdletName, + + [ValidateScript( { + if ($PSVersionTable.PSVersion.Major -ge 3 -and + $null -ne $_ -and + $_.GetType().FullName -ne 'System.Management.Automation.PSBoundParametersDictionary') { + throw 'The -Parameters argument must be a PSBoundParametersDictionary object ($PSBoundParameters).' + } + + return $true + })] + [System.Collections.IDictionary] $Parameters + ) + + try { + $command = & $SafeCommands['Get-Command'] -Name $CmdletName -CommandType Cmdlet -ErrorAction Stop + + if (@($command).Count -gt 1) { + throw "Name '$CmdletName' resolved to multiple Cmdlets" + } + } + catch { + $PSCmdlet.ThrowTerminatingError($_) + } + + if ($null -eq $command.ImplementingType.GetInterface('IDynamicParameters', $true)) { + return + } + + if ('5.0.10586.122' -lt $PSVersionTable.PSVersion) { + # Older version of PS required Reflection to do this. It has run into problems on occasion with certain cmdlets, + # such as ActiveDirectory and AzureRM, so we'll take advantage of the newer PSv5 engine features if at all possible. + + if ($null -eq $Parameters) { + $paramsArg = @() + } + else { + $paramsArg = @($Parameters) + } + + $command = $ExecutionContext.InvokeCommand.GetCommand($CmdletName, [System.Management.Automation.CommandTypes]::Cmdlet, $paramsArg) + $paramDictionary = [System.Management.Automation.RuntimeDefinedParameterDictionary]::new() + + foreach ($param in $command.Parameters.Values) { + if (-not $param.IsDynamic) { + continue + } + if ($Parameters.ContainsKey($param.Name)) { + continue + } + + $dynParam = [System.Management.Automation.RuntimeDefinedParameter]::new($param.Name, $param.ParameterType, $param.Attributes) + $paramDictionary.Add($param.Name, $dynParam) + } + + return $paramDictionary + } + else { + if ($null -eq $Parameters) { + $Parameters = @{ } + } + + $cmdlet = & $SafeCommands['New-Object'] $command.ImplementingType.FullName + + $flags = [System.Reflection.BindingFlags]'Instance, Nonpublic' + $context = $ExecutionContext.GetType().GetField('_context', $flags).GetValue($ExecutionContext) + [System.Management.Automation.Cmdlet].GetProperty('Context', $flags).SetValue($cmdlet, $context, $null) + + foreach ($keyValuePair in $Parameters.GetEnumerator()) { + $property = $cmdlet.GetType().GetProperty($keyValuePair.Key) + if ($null -eq $property -or -not $property.CanWrite) { + continue + } + + $isParameter = [bool]($property.GetCustomAttributes([System.Management.Automation.ParameterAttribute], $true)) + if (-not $isParameter) { + continue + } + + $property.SetValue($cmdlet, $keyValuePair.Value, $null) + } + + try { + # This unary comma is important in some cases. On Windows 7 systems, the ActiveDirectory module cmdlets + # return objects from this method which implement IEnumerable for some reason, and even cause PowerShell + # to throw an exception when it tries to cast the object to that interface. + + # We avoid that problem by wrapping the result of GetDynamicParameters() in a one-element array with the + # unary comma. PowerShell enumerates that array instead of trying to enumerate the goofy object, and + # everyone's happy. + + # Love the comma. Don't delete it. We don't have a test for this yet, unless we can get the AD module + # on a Server 2008 R2 build server, or until we write some C# code to reproduce its goofy behavior. + + , $cmdlet.GetDynamicParameters() + } + catch [System.NotImplementedException] { + # Some cmdlets implement IDynamicParameters but then throw a NotImplementedException. I have no idea why. Ignore them. + } + } +} + +function Get-DynamicParametersForMockedFunction { + [CmdletBinding()] + param ( + [Parameter(Mandatory = $true)] + [string] + $FunctionName, + + [string] + $ModuleName, + + [System.Collections.IDictionary] + $Parameters, + + [object] + $Cmdlet + ) + + $mock = $mockTable["$ModuleName||$FunctionName"] + + if (-not $mock) { + throw "Internal error detected: Mock for '$FunctionName' in module '$ModuleName' was called, but does not exist in the mock table." + } + + if ($mock.DynamicParamScriptBlock) { + $splat = @{ 'P S Cmdlet' = $Cmdlet } + return & $mock.DynamicParamScriptBlock @Parameters @splat + } +} + +function Test-IsClosure { + [CmdletBinding()] + param ( + [Parameter(Mandatory = $true)] + [scriptblock] + $ScriptBlock + ) + + $sessionStateInternal = Get-ScriptBlockScope -ScriptBlock $ScriptBlock + if ($null -eq $sessionStateInternal) { + return $false + } + + $flags = [System.Reflection.BindingFlags]'Instance,NonPublic' + $module = $sessionStateInternal.GetType().GetProperty('Module', $flags).GetValue($sessionStateInternal, $null) + + return ( + $null -ne $module -and + $module.Name -match '^__DynamicModule_([a-f\d-]+)$' -and + $null -ne ($matches[1] -as [guid]) + ) +} + +function Remove-MockFunctionsAndAliases { + # when a test is terminated (e.g. by stopping at a breakpoint and then stoping the execution of the script) + # the aliases and bootstrap functions for the currently mocked functions will remain in place + # Then on subsequent runs the bootstrap function will be picked up instead of the real command, + # because there is still an alias associated with it, and the test will fail. + # So before putting Pester state in place we should make sure that all Pester mocks are gone + # by deleting every alias pointing to a function that starts with PesterMock_. Then we also delete the + # bootstrap function. + foreach ($alias in (& $script:SafeCommands['Get-Alias'] -Definition "PesterMock_*")) { + & $script:SafeCommands['Remove-Item'] "alias:/$($alias.Name)" + } + + foreach ($bootstrapFunction in (& $script:SafeCommands['Get-Command'] -Name "PesterMock_*")) { + & $script:SafeCommands['Remove-Item'] "function:/$($bootstrapFunction.Name)" + } +} + +function Repair-ConflictingParameters { + [CmdletBinding()] + [OutputType([System.Management.Automation.CommandMetadata])] + param( + [Parameter(Mandatory = $true)] + [System.Management.Automation.CommandMetadata] + $Metadata, + [Parameter()] + [string[]] + $RemoveParameterType, + [Parameter()] + [string[]] + $RemoveParameterValidation + ) + + $repairedMetadata = New-Object System.Management.Automation.CommandMetadata -ArgumentList $Metadata + $paramMetadatas = @() + $paramMetadatas += $repairedMetadata.Parameters.Values + + $conflictingParams = Get-ConflictingParameterNames + + foreach ($paramMetadata in $paramMetadatas) { + if ($paramMetadata.IsDynamic) { + continue + } + + if ($conflictingParams -contains $paramMetadata.Name) { + $paramName = $paramMetadata.Name + $newName = "_$paramName" + $paramMetadata.Name = $newName + $paramMetadata.Aliases.Add($paramName) + + $null = $repairedMetadata.Parameters.Remove($paramName) + $repairedMetadata.Parameters.Add($newName, $paramMetadata) + } + + $attrIndexesToRemove = New-Object System.Collections.ArrayList + + if ($RemoveParameterType -contains $paramMetadata.Name) { + $paramMetadata.ParameterType = [object] + + for ($i = 0; $i -lt $paramMetadata.Attributes.Count; $i++) { + $attr = $paramMetadata.Attributes[$i] + if ($attr -is [PSTypeNameAttribute]) { + $null = $attrIndexesToRemove.Add($i) + break + } + } + } + + if ($RemoveParameterValidation -contains $paramMetadata.Name) { + for ($i = 0; $i -lt $paramMetadata.Attributes.Count; $i++) { + $attr = $paramMetadata.Attributes[$i] + if ($attr -is [System.Management.Automation.ValidateArgumentsAttribute]) { + $null = $attrIndexesToRemove.Add($i) + } + } + } + + foreach ($index in $attrIndexesToRemove) { + $null = $paramMetadata.Attributes.RemoveAt($index) + } + } + + $repairedMetadata +} + +function Reset-ConflictingParameters { + [CmdletBinding()] + [OutputType([hashtable])] + param( + [Parameter(Mandatory = $true)] + [hashtable] + $BoundParameters + ) + + $parameters = $BoundParameters.Clone() + $names = Get-ConflictingParameterNames + + foreach ($param in $names) { + $fixedName = "_$param" + + if (-not $parameters.ContainsKey($fixedName)) { + continue + } + + $parameters[$param] = $parameters[$fixedName] + $null = $parameters.Remove($fixedName) + } + + $parameters +} + +function Get-ConflictingParameterNames { + $script:ConflictingParameterNames +} + +function Initialize-ConflictingParameterNames { + foreach ($var in (& $script:SafeCommands['Get-Variable'])) { + if (($var.Options -band [System.Management.Automation.ScopedItemOptions]::Constant) -or ($var.Options -band [System.Management.Automation.ScopedItemOptions]::ReadOnly)) { + $var.Name + } + } +} + +function Get-ScriptBlockAST { + param ( + [scriptblock] + $ScriptBlock + ) + + if ($ScriptBlock.Ast -is [System.Management.Automation.Language.ScriptBlockAst]) { + $ast = $Block.Ast.EndBlock + } + elseif ($ScriptBlock.Ast -is [System.Management.Automation.Language.FunctionDefinitionAst]) { + $ast = $Block.Ast.Body.EndBlock + } + else { + throw "Pester failed to parse ParameterFilter, scriptblock is invalid type. Please reformat your ParameterFilter." + } + + return $ast +} + +function New-BlockWithoutParameterAliases { + [CmdletBinding()] + [OutputType([scriptblock])] + param( + [Parameter(Mandatory = $true)] + [ValidateNotNull()] + [System.Management.Automation.CommandMetadata] + $Metadata, + [Parameter(Mandatory = $true)] + [ValidateNotNull()] + [scriptblock] + $Block + ) + try { + if ($PSVersionTable.PSVersion.Major -ge 3) { + $params = $Metadata.Parameters.Values + $ast = Get-ScriptBlockAST $Block + $blockText = $ast.Extent.Text + $variables = [array]($Ast.FindAll( { param($ast) $ast -is [System.Management.Automation.Language.VariableExpressionAst] }, $true)) + [array]::Reverse($variables) + + foreach ($var in $variables) { + $varName = $var.VariablePath.UserPath + $length = $varName.Length + + foreach ($param in $params) { + if ($param.Aliases -contains $varName) { + $startIndex = $var.Extent.StartOffset - $ast.Extent.StartOffset + 1 # move one position after the dollar sign + + $blockText = $blockText.Remove($startIndex, $length).Insert($startIndex, $param.Name) + + break # It is safe to stop checking for further params here, since aliases cannot be shared by parameters + } + } + } + + $Block = [scriptblock]::Create($blockText) + } + + $Block + } + catch { + $PSCmdlet.ThrowTerminatingError($_) + } +} + +function Invoke-CommonSetupInMockScope { + [CmdletBinding()] + param( + [Parameter(Mandatory = $true)] + [ValidateNotNull()] + [hashtable] + $Mock, + [Parameter(Mandatory = $true)] + [ValidateNotNull()] + [scriptblock] + $MockScript, + [Parameter(Mandatory = $true)] + [ValidateNotNull()] + [string] + $CommandName + ) + try { + $scriptBlock = { $ExecutionContext.InvokeProvider.Item.Set("Function:\script:$($args[0])", $args[1], $true, $true) } + $null = Invoke-InMockScope -SessionState $Mock.SessionState -ScriptBlock $scriptBlock -ArgumentList $Mock.BootstrapFunctionName, $MockScript + + $mock.Aliases += $CommandName + + $scriptBlock = { + $setAlias = & (Pester\SafeGetCommand) -Name Set-Alias -CommandType Cmdlet -Module Microsoft.PowerShell.Utility + & $setAlias -Name $args[0] -Value $args[1] -Scope Script + } + + $null = Invoke-InMockScope -SessionState $Mock.SessionState -ScriptBlock $scriptBlock -ArgumentList $CommandName, $Mock.BootstrapFunctionName + + if ($Mock.OriginalCommand.ModuleName) { + $aliasName = "$($Mock.OriginalCommand.ModuleName)\$($CommandName)" + $Mock.Aliases += $aliasName + + $scriptBlock = { + $setAlias = & (Pester\SafeGetCommand) -Name Set-Alias -CommandType Cmdlet -Module Microsoft.PowerShell.Utility + & $setAlias -Name $args[0] -Value $args[1] -Scope Script + } + + $null = Invoke-InMockScope -SessionState $Mock.SessionState -ScriptBlock $scriptBlock -ArgumentList $aliasName, $Mock.BootstrapFunctionName + } + + if ($Mock.OriginalCommand.CommandType -eq 'Application') { + $aliasWithoutExt = $CommandName -replace $Mock.OriginalCommand.Extension + + $Mock.Aliases += $aliasWithoutExt + + $scriptBlock = { + $setAlias = & (Pester\SafeGetCommand) -Name Set-Alias -CommandType Cmdlet -Module Microsoft.PowerShell.Utility + & $setAlias -Name $args[0] -Value $args[1] -Scope Script + } + + $null = Invoke-InMockScope -SessionState $Mock.SessionState -ScriptBlock $scriptBlock -ArgumentList $aliasWithoutExt, $Mock.BootstrapFunctionName + } + } + catch { + $PSCmdlet.ThrowTerminatingError($_) + } +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQU1WSFtZu9OoGAnZ104wiwRp7Q +# fqiggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# guuUgMQSmOo2WcK6689uf4FHBRMwDQYJKoZIhvcNAQEBBQAEggEAbI3rl4ASuanY +# HhTqk+RcufitCgS4bQ+sEtDlhpKpZEuDYHbdcNXy9HgI+WhBGTn521rHHSwko/dU +# OpuMOwovuQ7f085rFbsAFj7Sk7IJB6rmujMHV5cEy/jbmA+JzP3ayU+zQ7s4Y3bL +# BHs1OeY7wR/yOoxh0HtvPMHYLrL3fFq4VrmMdl9ebcUfSXtLZkdmOgeYheajjqlu +# MNNPuUduyUchQgZ8xsbQHx/62QM03DcWHy3dQYoUKw0B6LTCIY2UiAdbRWWJTFXc +# R64T7Uc4e8w7YXKalnioHnh5kELp9CQnKLZBC3aI7IWh2bfTPrq561fYGH3SGBBG +# pvCFtSYI2aGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA2WjAjBgkqhkiG9w0BCQQx +# FgQUvWxqYvoQCfFltNuW+MU8k/S5OHkwDQYJKoZIhvcNAQEBBQAEggEARVjhEq5+ +# Er5fVlccXvHXzreIHo/tReTKXbHZi1MSTZ2zialo/y+NPHGlbGyx7WB8v7diy9LI +# DTnok3UfiR9/oSV8y4w4gf7L32ocUBR+6ZQr/ZlAS5q4ECSwWIuBuXbd85K31Htz +# 832OYTNasZeq8CoTamkeagqsomNxVWTVfcB5/ydlvvqdOkS9o6c8Yp98fv4/AMhG +# DQQmP4F0JBCBJzjebnVJY6V41PXOscVPxh9oBQKGHqFq4fJhdLpguiN2hNL7OY5/ +# qICrc9RxkXSp2B4NWJO8lMve5vfkuwFSEGrdDvLGeBA6Xbb8YdqFhl76r+NnXe3B +# owJsg3aP9K4ALg== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/New-Fixture.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/New-Fixture.ps1 new file mode 100644 index 000000000000..e626a55a16e9 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/New-Fixture.ps1 @@ -0,0 +1,271 @@ +function New-Fixture { + <# + .SYNOPSIS + This function generates two scripts, one that defines a function + and another one that contains its tests. + + .DESCRIPTION + This function generates two scripts, one that defines a function + and another one that contains its tests. The files are by default + placed in the current directory and are called and populated as such: + + The script defining the function: .\Clean.ps1: + + ``` + function Clean { + + } + + The script containing the example test .\Clean.Tests.ps1: + + $here = Split-Path -Parent $MyInvocation.MyCommand.Path + $sut = (Split-Path -Leaf $MyInvocation.MyCommand.Path) -replace '\.Tests\.', '.' + . "$here\$sut" + + Describe "Clean" { + + It "does something useful" { + $true | Should -Be $false + } + } + ``` + + + .PARAMETER Name + Defines the name of the function and the name of the test to be created. + + .PARAMETER Path + Defines path where the test and the function should be created, you can use full or relative path. + If the parameter is not specified the scripts are created in the current directory. + + .EXAMPLE + New-Fixture -Name Clean + + Creates the scripts in the current directory. + + .EXAMPLE + New-Fixture C:\Projects\Cleaner Clean + + Creates the scripts in the C:\Projects\Cleaner directory. + + .EXAMPLE + New-Fixture Cleaner Clean + + Creates a new folder named Cleaner in the current directory and creates the scripts in it. + + .LINK + https://pester.dev/docs/commands/Describe + + .LINK + https://pester.dev/docs/commands/Context + + .LINK + https://pester.dev/docs/commands/It + + .LINK + https://pester.dev/docs/commands/Should + + #> + + param ( + [String]$Path = $PWD, + [Parameter(Mandatory = $true)] + [String]$Name + ) + + $Name = $Name -replace '.ps1', '' + + #region File contents + #keep this formatted as is. the format is output to the file as is, including indentation + $scriptCode = "function $Name {$([System.Environment]::NewLine)$([System.Environment]::NewLine)}" + + $testCode = '$here = Split-Path -Parent $MyInvocation.MyCommand.Path +$sut = (Split-Path -Leaf $MyInvocation.MyCommand.Path) -replace ''\.Tests\.'', ''.'' +. "$here\$sut" + +Describe "#name#" { + It "does something useful" { + $true | Should -Be $false + } +}' -replace "#name#", $Name + + #endregion + + $Path = $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath($Path) + + Create-File -Path $Path -Name "$Name.ps1" -Content $scriptCode + Create-File -Path $Path -Name "$Name.Tests.ps1" -Content $testCode +} + +function Create-File ($Path, $Name, $Content) { + if (-not (& $SafeCommands['Test-Path'] -Path $Path)) { + & $SafeCommands['New-Item'] -ItemType Directory -Path $Path | & $SafeCommands['Out-Null'] + } + + $FullPath = & $SafeCommands['Join-Path'] -Path $Path -ChildPath $Name + if (-not (& $SafeCommands['Test-Path'] -Path $FullPath)) { + & $SafeCommands['Set-Content'] -Path $FullPath -Value $Content -Encoding UTF8 + & $SafeCommands['Get-Item'] -Path $FullPath + } + else { + # This is deliberately not sent through $SafeCommands, because our own tests rely on + # mocking Write-Warning, and it's not really the end of the world if this call happens to + # be screwed up in an edge case. + Write-Warning "Skipping the file '$FullPath', because it already exists." + } +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUXx+AVtnqE94mHyGLrp2/zjYZ +# TfSggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# JYBvtZqS6rRtwnj/Vk7Pm91vl2AwDQYJKoZIhvcNAQEBBQAEggEAfTp0Rxt+jsy0 +# bItaaaZFHYWnrQz32keKQbRv0PIlxdx7nP5Iw/KOZCAW9KmcdBWFrMyBK+ECivOi +# SqCpnMaDvHklf6Q7CFp0ZhN3B0dYEcwLbIxPrv9ptYoxpCTGwSkPN/hhFiu7L1YL +# ufgKyHXLUbt36JxFzRIIg4EhuDcsmjOafBK9bNyjTmbA3w22oArFoJtl5VrLUAwL +# SJUbaJXWXDrZcgmws2CDPELzWVDqVCOjsiZo/2iL6KYXbfe6YS4sRWsxS+M3tMBo +# zrQHnpmrMCSGaWM2UTk3EYej8rexifdsUAM5qyRx6YYBVt8S7AN4FAU0eHzzLbLR +# xOXRL/uKGKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA2WjAjBgkqhkiG9w0BCQQx +# FgQUtBUbxyucy32/4Jo1tVUddl9mDlIwDQYJKoZIhvcNAQEBBQAEggEAiPmQZstN +# +6rZhWcGtLiPRjiyJhw3IdE40FP4e80PEuQcyi4Gstu9ROtXp0ErtJOAUdgVgbpp +# r6829JMBx5fHyNFXlLpr3iYIxe2IoI2Z17CQkIgr3i20HKs691BDefKt6zYorzwJ +# IKXwUJi2dMnIrktNF4J9ePZZ5toDqN9IuQEN0jZEqonGeqsVtd0YRWTI4JW0+xIV +# bwtneOZFNhfN4/8o1gKBj86yhSanIXW6AdBU3FCsFSAIXCZxmRHdRGiSfAwdxoVn +# T1K5Q7cScmYhDC5DsvYtZnlhtOqN/Q2aerTYBcqXbaKxXRPYbrE5xA96s16hK+dh +# P6xR7m7JeF2eWA== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/New-MockObject.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/New-MockObject.ps1 new file mode 100644 index 000000000000..deec23b2b6dc --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/New-MockObject.ps1 @@ -0,0 +1,185 @@ +function New-MockObject { + <# +.SYNOPSIS +This function instantiates a .NET object from a type. + +.DESCRIPTION +Using the New-MockObject you can mock an object based on .NET type. + +An .NET assembly for the particular type must be available in the system and loaded. + +.PARAMETER Type +The .NET type to create an object based on. + +.EXAMPLE +```ps +$obj = New-MockObject -Type 'System.Diagnostics.Process' +$obj.GetType().FullName + System.Diagnostics.Process +``` +#> + + param ( + [Parameter(Mandatory = $true)] + [ValidateNotNullOrEmpty()] + [type]$Type + ) + + [System.Runtime.Serialization.Formatterservices]::GetUninitializedObject($Type) + +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQU3nuF7LAU4Jr51dG294VgVU4Z +# J4SggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# eI4OHHx4Ak9eHVnSPWgo4Ln+uFMwDQYJKoZIhvcNAQEBBQAEggEAf+n20TXxHq8M +# pD76BTytZ8qjuWVo0oXqtUGNnmjLqDs6LCdXXZybQfDYjAQJYKcEKi+ieuXiQSc3 +# JOxF6JIUvYXozMPCAdCyoBjxXXJGvowseKh4GodDoK1XYhbKQLJj/mkfQrGaJE1G +# knTVXJHZu2iXuwKhtTn7o2BlvB2qW5Hh7jx+NK4V/RKXqxkSt5Kg4c63pMzVpDWr +# lxjLSVKeM7xIZjIQSEZGXi1IRDTOEFabDS2AXjqTkbmz6CKPRctBD+Lhnl1ttsHr +# 5fF+kHht59QZwdzcnBhwboMB1sgPsj2OtlRBNuQqZyCCZgG8R1GK1wFa+4ziU5WC +# oPJdSsZohqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA2WjAjBgkqhkiG9w0BCQQx +# FgQUIaO889ipGcPpdkTXDTlkVcGNlwgwDQYJKoZIhvcNAQEBBQAEggEAfJfGSsGC +# gojHnbdNkqHOxohj/CMnjfhdGU5K5vdeZN7v+QzphZu5hjHS32Yt0br+usywyats +# LMVrnnI3SVVgZKqhYjzzneTvw2R69OSkCHbh3ljZqcapK3RspM72kMcKerZd31/N +# OHqp5zySAJ2pS3eVu3nl8xAtCVDYfyTZM5nwWNjN4F5zMiTpwcIy/eKUbLQyAXIg +# 47MLnye6FV5M6gbqM5TkYhcux8g3cgssymjVgV/JEwtHPnIUSuaEYiGv4txlGBaw +# FwmvtSWWUv8T0/Yw4QXB0QOWn0QtQJTBJ3efiL61RjY4jul5lQcV8/K/0RMrIuDz +# fwKZa/lgh3u8Zw== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Output.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Output.ps1 new file mode 100644 index 000000000000..e1a9736752c9 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Output.ps1 @@ -0,0 +1,706 @@ +$Script:ReportStrings = DATA { + @{ + HeaderMessage = 'Pester v{0}' + StartMessage = "Executing all tests in '{0}'" + FilterMessage = ' matching test name {0}' + TagMessage = ' with Tags {0}' + MessageOfs = "', '" + + CoverageTitle = 'Code coverage report:' + CoverageMessage = 'Covered {2:P2} of {3:N0} analyzed {0} in {4:N0} {1}.' + MissedSingular = 'Missed command:' + MissedPlural = 'Missed commands:' + CommandSingular = 'Command' + CommandPlural = 'Commands' + FileSingular = 'File' + FilePlural = 'Files' + + Describe = 'Describing {0}' + Script = 'Executing script {0}' + Context = 'Context {0}' + Margin = ' ' + Timing = 'Tests completed in {0}' + + # If this is set to an empty string, the count won't be printed + ContextsPassed = '' + ContextsFailed = '' + + TestsPassed = 'Tests Passed: {0}, ' + TestsFailed = 'Failed: {0}, ' + TestsSkipped = 'Skipped: {0}, ' + TestsPending = 'Pending: {0}, ' + TestsInconclusive = 'Inconclusive: {0} ' + } +} + +$Script:ReportTheme = DATA { + @{ + Describe = 'Green' + DescribeDetail = 'DarkYellow' + Context = 'Cyan' + ContextDetail = 'DarkCyan' + Pass = 'DarkGreen' + PassTime = 'DarkGray' + Fail = 'Red' + FailTime = 'DarkGray' + Skipped = 'Yellow' + SkippedTime = 'DarkGray' + Pending = 'Gray' + PendingTime = 'DarkGray' + Inconclusive = 'Gray' + InconclusiveTime = 'DarkGray' + Incomplete = 'Yellow' + IncompleteTime = 'DarkGray' + Foreground = 'White' + Information = 'DarkGray' + Coverage = 'White' + CoverageWarn = 'DarkRed' + } +} + +function Format-PesterPath ($Path, [String]$Delimiter) { + # -is check is not enough for the arrays, the incoming value will likely be object[] + # so we have to check if we can upcast to our required type + + if ($null -eq $Path) { + $null + } + elseif ($Path -is [String]) { + $Path + } + elseif ($Path -is [hashtable]) { + # a well formed pester hashtable contains Path + $Path.Path + } + elseif ($null -ne ($path -as [hashtable[]])) { + ($path | ForEach-Object { $_.Path }) -join $Delimiter + } + # needs to stay at the bottom because almost everything can be upcast to array of string + elseif ($Path -as [String[]]) { + $Path -join $Delimiter + } +} + +function Write-PesterStart { + param( + [Parameter(mandatory = $true, valueFromPipeline = $true)] + $PesterState, + $Path = '.' + ) + process { + if (-not ( $pester.Show | Has-Flag 'Header')) { + return + } + + $OFS = $ReportStrings.MessageOfs + + $moduleInfo = $MyInvocation.MyCommand.ScriptBlock.Module + $moduleVersion = $moduleInfo.Version.ToString() + if ($moduleInfo.PrivateData.PSData.Prerelease) { + $moduleVersion += "-$($moduleInfo.PrivateData.PSData.Prerelease)" + } + $message = $ReportStrings.HeaderMessage -f $moduleVersion + $message += [Environment]::NewLine + $message += $ReportStrings.StartMessage -f (Format-PesterPath $Path -Delimiter $OFS) + if ($PesterState.TestNameFilter) { + $message += $ReportStrings.FilterMessage -f "$($PesterState.TestNameFilter)" + } + if ($PesterState.ScriptBlockFilter) { + $m = $(foreach ($m in $PesterState.ScriptBlockFilter) { "$($m.Path):$($m.Line)" }) -join ", " + $message += $ReportStrings.FilterMessage -f $m + } + if ($PesterState.TagFilter) { + $message += $ReportStrings.TagMessage -f "$($PesterState.TagFilter)" + } + + & $SafeCommands['Write-Host'] $message -Foreground $ReportTheme.Foreground + } +} + +function Write-Describe { + param ( + [Parameter(mandatory = $true, valueFromPipeline = $true)] + $Describe, + + [string] $CommandUsed = 'Describe' + ) + process { + if (-not ( $pester.Show | Has-Flag Describe)) { + return + } + + $margin = $ReportStrings.Margin * $pester.IndentLevel + + $Text = if ($Describe.PSObject.Properties['Name'] -and $Describe.Name) { + $ReportStrings.$CommandUsed -f $Describe.Name + } + else { + $ReportStrings.$CommandUsed -f $Describe + } + + & $SafeCommands['Write-Host'] + & $SafeCommands['Write-Host'] "${margin}${Text}" -ForegroundColor $ReportTheme.Describe + # If the feature has a longer description, write that too + if ($Describe.PSObject.Properties['Description'] -and $Describe.Description) { + $Describe.Description -split "$([System.Environment]::NewLine)" | ForEach-Object { + & $SafeCommands['Write-Host'] ($ReportStrings.Margin * ($pester.IndentLevel + 1)) $_ -ForegroundColor $ReportTheme.DescribeDetail + } + } + } +} + +function Write-Context { + param ( + [Parameter(mandatory = $true, valueFromPipeline = $true)] + $Context + ) + process { + if (-not ( $pester.Show | Has-Flag Context)) { + return + } + $Text = if ($Context.PSObject.Properties['Name'] -and $Context.Name) { + $ReportStrings.Context -f $Context.Name + } + else { + $ReportStrings.Context -f $Context + } + + & $SafeCommands['Write-Host'] + & $SafeCommands['Write-Host'] ($ReportStrings.Margin + $Text) -ForegroundColor $ReportTheme.Context + # If the scenario has a longer description, write that too + if ($Context.PSObject.Properties['Description'] -and $Context.Description) { + $Context.Description -split "$([System.Environment]::NewLine)" | ForEach-Object { + & $SafeCommands['Write-Host'] (" " * $ReportStrings.Context.Length) $_ -ForegroundColor $ReportTheme.ContextDetail + } + } + } +} + +function ConvertTo-PesterResult { + param( + [String] $Name, + [Nullable[TimeSpan]] $Time, + [System.Management.Automation.ErrorRecord] $ErrorRecord + ) + + $testResult = @{ + Name = $Name + Time = $time + FailureMessage = "" + StackTrace = "" + ErrorRecord = $null + Success = $false + Result = "Failed" + } + + if (-not $ErrorRecord) { + $testResult.Result = "Passed" + $testResult.Success = $true + return $testResult + } + + if (@('PesterAssertionFailed', 'PesterTestSkipped', 'PesterTestInconclusive', 'PesterTestPending') -contains $ErrorRecord.FullyQualifiedErrorID) { + # we use TargetObject to pass structured information about the error. + $details = $ErrorRecord.TargetObject + + $failureMessage = $details.Message + $file = $details.File + $line = $details.Line + $Text = $details.LineText + + if (-not $Pester.Strict) { + switch ($ErrorRecord.FullyQualifiedErrorID) { + PesterTestInconclusive { + $testResult.Result = "Inconclusive"; break; + } + PesterTestPending { + $testResult.Result = "Pending"; break; + } + PesterTestSkipped { + $testResult.Result = "Skipped"; break; + } + } + } + } + else { + $failureMessage = $ErrorRecord.ToString() + $file = $ErrorRecord.InvocationInfo.ScriptName + $line = $ErrorRecord.InvocationInfo.ScriptLineNumber + $Text = $ErrorRecord.InvocationInfo.Line + } + + $testResult.FailureMessage = $failureMessage + $testResult.StackTrace = "at , ${file}: line ${line}$([System.Environment]::NewLine)${line}: ${Text}" + $testResult.ErrorRecord = $ErrorRecord + + return $testResult +} + +function Remove-Comments ($Text) { + $text -replace "(?s)(<#.*#>)" -replace "\#.*" +} + +function Write-PesterResult { + param ( + [Parameter(mandatory = $true, valueFromPipeline = $true)] + $TestResult + ) + + process { + $quiet = $pester.Show -eq [Pester.OutputTypes]::None + $OutputType = [Pester.OutputTypes] $TestResult.Result + $writeToScreen = $pester.Show | Has-Flag $OutputType + $skipOutput = $quiet -or (-not $writeToScreen) + + if ($skipOutput) { + return + } + + $margin = $ReportStrings.Margin * ($pester.IndentLevel + 1) + $error_margin = $margin + $ReportStrings.Margin + $output = $TestResult.Name + $humanTime = Get-HumanTime $TestResult.Time.TotalSeconds + + if (-not ($OutputType | Has-Flag 'Default, Summary')) { + switch ($TestResult.Result) { + Passed { + & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Pass "$margin[+] $output" -NoNewLine + & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.PassTime " $humanTime" + break + } + + Failed { + & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Fail "$margin[-] $output" -NoNewLine + & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.FailTime " $humanTime" + + if ($pester.IncludeVSCodeMarker) { + & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Fail $($TestResult.StackTrace -replace '(?m)^', $error_margin) + & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Fail $($TestResult.FailureMessage -replace '(?m)^', $error_margin) + } + else { + $TestResult.ErrorRecord | + ConvertTo-FailureLines | + ForEach-Object {$_.Message + $_.Trace} | + ForEach-Object { & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Fail $($_ -replace '(?m)^', $error_margin) } + } + break + } + + Skipped { + $targetObject = if ($null -ne $testresult.ErrorRecord -and + ($o = $testresult.ErrorRecord.PSObject.Properties.Item("TargetObject"))) { $o.Value } + $because = if ($targetObject -and $targetObject.Data.Because) { + ", because $($testresult.ErrorRecord.TargetObject.Data.Because)" + } + else { + $null + } + & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Skipped "$margin[!] $output" -NoNewLine + & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Skipped ", is skipped$because" -NoNewLine + & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.SkippedTime " $humanTime" + break + } + + Pending { + $because = if ($testresult.ErrorRecord.TargetObject.Data.Because) { + ", because $($testresult.ErrorRecord.TargetObject.Data.Because)" + } + else { + $null + } + & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Pending "$margin[?] $output" -NoNewLine + & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Pending ", is pending$because" -NoNewLine + & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.PendingTime " $humanTime" + break + } + + Inconclusive { + $because = if ($testresult.ErrorRecord.TargetObject.Data.Because) { + ", because $($testresult.ErrorRecord.TargetObject.Data.Because)" + } + else { + $null + } + & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Inconclusive "$margin[?] $output" -NoNewLine + & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Inconclusive ", is inconclusive$because" -NoNewLine + & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.InconclusiveTime " $humanTime" + + break + } + + default { + # TODO: Add actual Incomplete status as default rather than checking for null time. + if ($null -eq $TestResult.Time) { + & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Incomplete "$margin[?] $output" -NoNewLine + & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.IncompleteTime " $humanTime" + } + } + } + } + } +} + +function Write-PesterReport { + param ( + [Parameter(mandatory = $true, valueFromPipeline = $true)] + $PesterState + ) + if (-not ($PesterState.Show | Has-Flag Summary)) { + return + } + + & $SafeCommands['Write-Host'] ($ReportStrings.Timing -f (Get-HumanTime $PesterState.Time.TotalSeconds)) -Foreground $ReportTheme.Foreground + + $Success, $Failure = if ($PesterState.FailedCount -gt 0) { + $ReportTheme.Foreground, $ReportTheme.Fail + } + else { + $ReportTheme.Pass, $ReportTheme.Information + } + $Skipped = if ($PesterState.SkippedCount -gt 0) { + $ReportTheme.Skipped + } + else { + $ReportTheme.Information + } + $Pending = if ($PesterState.PendingCount -gt 0) { + $ReportTheme.Pending + } + else { + $ReportTheme.Information + } + $Inconclusive = if ($PesterState.InconclusiveCount -gt 0) { + $ReportTheme.Inconclusive + } + else { + $ReportTheme.Information + } + + Try { + $PesterStatePassedScenariosCount = $PesterState.PassedScenarios.Count + } + Catch { + $PesterStatePassedScenariosCount = 0 + } + + Try { + $PesterStateFailedScenariosCount = $PesterState.FailedScenarios.Count + } + Catch { + $PesterStateFailedScenariosCount = 0 + } + + if ($ReportStrings.ContextsPassed) { + & $SafeCommands['Write-Host'] ($ReportStrings.ContextsPassed -f $PesterStatePassedScenariosCount) -Foreground $Success -NoNewLine + & $SafeCommands['Write-Host'] ($ReportStrings.ContextsFailed -f $PesterStateFailedScenariosCount) -Foreground $Failure + } + if ($ReportStrings.TestsPassed) { + & $SafeCommands['Write-Host'] ($ReportStrings.TestsPassed -f $PesterState.PassedCount) -Foreground $Success -NoNewLine + & $SafeCommands['Write-Host'] ($ReportStrings.TestsFailed -f $PesterState.FailedCount) -Foreground $Failure -NoNewLine + & $SafeCommands['Write-Host'] ($ReportStrings.TestsSkipped -f $PesterState.SkippedCount) -Foreground $Skipped -NoNewLine + & $SafeCommands['Write-Host'] ($ReportStrings.TestsPending -f $PesterState.PendingCount) -Foreground $Pending -NoNewLine + & $SafeCommands['Write-Host'] ($ReportStrings.TestsInconclusive -f $PesterState.InconclusiveCount) -Foreground $Inconclusive + } +} + +function Write-CoverageReport { + param ([object] $CoverageReport) + + if ($null -eq $CoverageReport -or ($pester.Show -eq [Pester.OutputTypes]::None) -or $CoverageReport.NumberOfCommandsAnalyzed -eq 0) { + return + } + + $totalCommandCount = $CoverageReport.NumberOfCommandsAnalyzed + $fileCount = $CoverageReport.NumberOfFilesAnalyzed + $executedPercent = ($CoverageReport.NumberOfCommandsExecuted / $CoverageReport.NumberOfCommandsAnalyzed).ToString("P2") + + $command = if ($totalCommandCount -gt 1) { + $ReportStrings.CommandPlural + } + else { + $ReportStrings.CommandSingular + } + $file = if ($fileCount -gt 1) { + $ReportStrings.FilePlural + } + else { + $ReportStrings.FileSingular + } + + $commonParent = Get-CommonParentPath -Path $CoverageReport.AnalyzedFiles + $report = $CoverageReport.MissedCommands | & $SafeCommands['Select-Object'] -Property @( + @{ Name = 'File'; Expression = { Get-RelativePath -Path $_.File -RelativeTo $commonParent } } + 'Class' + 'Function' + 'Line' + 'Command' + ) + + & $SafeCommands['Write-Host'] + & $SafeCommands['Write-Host'] $ReportStrings.CoverageTitle -Foreground $ReportTheme.Coverage + + if ($CoverageReport.MissedCommands.Count -gt 0) { + & $SafeCommands['Write-Host'] ($ReportStrings.CoverageMessage -f $command, $file, $executedPercent, $totalCommandCount, $fileCount) -Foreground $ReportTheme.CoverageWarn + if ($CoverageReport.MissedCommands.Count -eq 1) { + & $SafeCommands['Write-Host'] $ReportStrings.MissedSingular -Foreground $ReportTheme.CoverageWarn + } + else { + & $SafeCommands['Write-Host'] $ReportStrings.MissedPlural -Foreground $ReportTheme.CoverageWarn + } + $report | & $SafeCommands['Format-Table'] -AutoSize | & $SafeCommands['Out-Host'] + } + else { + & $SafeCommands['Write-Host'] ($ReportStrings.CoverageMessage -f $command, $file, $executedPercent, $totalCommandCount, $fileCount) -Foreground $ReportTheme.Coverage + } +} + +function ConvertTo-FailureLines { + param ( + [Parameter(mandatory = $true, valueFromPipeline = $true)] + $ErrorRecord + ) + process { + $lines = & $script:SafeCommands['New-Object'] psobject -Property @{ + Message = @() + Trace = @() + } + + ## convert the exception messages + $exception = $ErrorRecord.Exception + $exceptionLines = @() + + while ($exception) { + $exceptionName = $exception.GetType().Name + $thisLines = $exception.Message.Split([string[]]($([System.Environment]::NewLine), "\n", "`n"), [System.StringSplitOptions]::RemoveEmptyEntries) + if ($ErrorRecord.FullyQualifiedErrorId -ne 'PesterAssertionFailed' -and $thisLines.Length -gt 0) { + $thisLines[0] = "$exceptionName`: $($thisLines[0])" + } + [array]::Reverse($thisLines) + $exceptionLines += $thisLines + $exception = $exception.InnerException + } + [array]::Reverse($exceptionLines) + $lines.Message += $exceptionLines + if ($ErrorRecord.FullyQualifiedErrorId -eq 'PesterAssertionFailed') { + $lines.Message += "$($ErrorRecord.TargetObject.Line)`: $($ErrorRecord.TargetObject.LineText)".Split([string[]]($([System.Environment]::NewLine), "\n", "`n"), [System.StringSplitOptions]::RemoveEmptyEntries) + } + + if ( -not ($ErrorRecord | & $SafeCommands['Get-Member'] -Name ScriptStackTrace) ) { + if ($ErrorRecord.FullyQualifiedErrorID -eq 'PesterAssertionFailed') { + $lines.Trace += "at line: $($ErrorRecord.TargetObject.Line) in $($ErrorRecord.TargetObject.File)" + } + else { + $lines.Trace += "at line: $($ErrorRecord.InvocationInfo.ScriptLineNumber) in $($ErrorRecord.InvocationInfo.ScriptName)" + } + return $lines + } + + ## convert the stack trace if present (there might be none if we are raising the error ourselves) + # todo: this is a workaround see https://github.com/pester/Pester/pull/886 + if ($null -ne $ErrorRecord.ScriptStackTrace) { + $traceLines = $ErrorRecord.ScriptStackTrace.Split([Environment]::NewLine, [System.StringSplitOptions]::RemoveEmptyEntries) + } + + $count = 0 + + # omit the lines internal to Pester + + If ((GetPesterOS) -ne 'Windows') { + + [String]$pattern1 = '^at (Invoke-Test|Context|Describe|InModuleScope|Invoke-Pester), .*/Functions/.*.ps1: line [0-9]*$' + [String]$pattern2 = '^at Should, .*/Functions/Assertions/Should.ps1: line [0-9]*$' + [String]$pattern3 = '^at Assert-MockCalled, .*/Functions/Mock.ps1: line [0-9]*$' + [String]$pattern4 = '^at Invoke-Assertion, .*/Functions/.*.ps1: line [0-9]*$' + [String]$pattern5 = '^at (|Invoke-Gherkin.*), (|.*/Functions/.*.ps1): line [0-9]*$' + [String]$pattern6 = '^at Invoke-LegacyAssertion, .*/Functions/.*.ps1: line [0-9]*$' + } + Else { + + [String]$pattern1 = '^at (Invoke-Test|Context|Describe|InModuleScope|Invoke-Pester), .*\\Functions\\.*.ps1: line [0-9]*$' + [String]$pattern2 = '^at Should, .*\\Functions\\Assertions\\Should.ps1: line [0-9]*$' + [String]$pattern3 = '^at Assert-MockCalled, .*\\Functions\\Mock.ps1: line [0-9]*$' + [String]$pattern4 = '^at Invoke-Assertion, .*\\Functions\\.*.ps1: line [0-9]*$' + [String]$pattern5 = '^at (|Invoke-Gherkin.*), (|.*\\Functions\\.*.ps1): line [0-9]*$' + [String]$pattern6 = '^at Invoke-LegacyAssertion, .*\\Functions\\.*.ps1: line [0-9]*$' + } + + foreach ( $line in $traceLines ) { + if ( $line -match $pattern1 ) { + break + } + $count ++ + } + + if ($ExecutionContext.SessionState.PSVariable.GetValue("PesterDebugPreference_ShowFullErrors")) { + $lines.Trace += $traceLines + } + else { + $lines.Trace += $traceLines | + & $SafeCommands['Select-Object'] -First $count | + & $SafeCommands['Where-Object'] { + $_ -notmatch $pattern2 -and + $_ -notmatch $pattern3 -and + $_ -notmatch $pattern4 -and + $_ -notmatch $pattern5 -and + $_ -notmatch $pattern6 + } + } + + return $lines + } +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQU5FrKOjIL6b1uawwLypcsP79C +# K2iggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# wWpyNYON2luK5jLsKzCgL9RlKdEwDQYJKoZIhvcNAQEBBQAEggEAK5DcD7BdfAEl +# 5TngXoocWrcEavAhkEiC9Cys7OPpF2O51x3zCXFz+jO3W2xws+43iPsZ1hvzdDAr +# b0TgVxFFF+opnB0FrTWGgCh6CbnUml23FICvFH80mCMzPirT0ROxyJdtB3sBKpOg +# wS0SGEpNWgec7LhaQTpr0KoCLjbgFnV60GpoOOA6XT9EiD+HqbjkD7yijKx273Pm +# Pf+BtwdytOjTznU4ZMWdyBONbP5WN/+Jv1v3RFWYgZ0z59ECkdor1KBKPvrp9opj +# cK3gyH7Bz77rdxs5k4CYZK16GSxfbrHhN5+8If1uDZOpraRGu8Ur/GbUgMf20zpp +# cQWLdUjFXqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA3WjAjBgkqhkiG9w0BCQQx +# FgQU5Usl+KXzabG/vq45EPiCXc+h2A0wDQYJKoZIhvcNAQEBBQAEggEAkNfMIikP +# CY5rJacZZk1uN214uuGnexy2PXFlXp1vC4N7lngYMRnDq08n5UFdg1KGJcY+bKC3 +# s05z0/2ENeIcW9I5VthQlpOyPFJR+Wc/KE3ZxPPNzLbFcoNpZLnz76X4DIHcVzYD +# 3nJu8hgGk7+zoQpg+XSsWdi6kD2KKfrm75pGzOYFSo7/wse6gdmI1NjLSN09H0EP +# sP3vVKT4pl9Apwf8Xs/OaPXPChlABNwSVm7AXjVW0xznUmHAzW9DEnxT7zd7SMmU +# I3g7igJz1V/HnFeNE+i23Wr9aTRRoYRZTnoXY4c4XXM0st0dd8aTp01ktXRsoqHD +# N/ohOmdkFmR95g== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/PesterState.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/PesterState.ps1 new file mode 100644 index 000000000000..3aa4a319d68f --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/PesterState.ps1 @@ -0,0 +1,533 @@ +function New-PesterState { + param ( + [String[]]$TagFilter, + [String[]]$ExcludeTagFilter, + [String[]]$TestNameFilter, + [System.Management.Automation.SessionState]$SessionState, + [Switch]$Strict, + [Pester.OutputTypes]$Show = 'All', + [object]$PesterOption, + [Switch]$RunningViaInvokePester, + [Hashtable[]] $ScriptBlockFilter + ) + + if ($null -eq $SessionState) { + $SessionState = Set-SessionStateHint -PassThru -Hint "Module - Pester (captured in New-PesterState)" -SessionState $ExecutionContext.SessionState + } + + if ($null -eq $PesterOption) { + $PesterOption = New-PesterOption + } + elseif ($PesterOption -is [System.Collections.IDictionary]) { + try { + $PesterOption = New-PesterOption @PesterOption + } + catch { + throw + } + } + + & $SafeCommands['New-Module'] -Name PesterState -AsCustomObject -ArgumentList $TagFilter, $ExcludeTagFilter, $TestNameFilter, $SessionState, $Strict, $Show, $PesterOption, $RunningViaInvokePester -ScriptBlock { + param ( + [String[]]$_tagFilter, + [String[]]$_excludeTagFilter, + [String[]]$_testNameFilter, + [System.Management.Automation.SessionState]$_sessionState, + [Switch]$Strict, + [Pester.OutputTypes]$Show, + [object]$PesterOption, + [Switch]$RunningViaInvokePester + ) + + #public read-only + $TagFilter = $_tagFilter + $ExcludeTagFilter = $_excludeTagFilter + $TestNameFilter = $_testNameFilter + + + $script:SessionState = $_sessionState + $script:Stopwatch = [System.Diagnostics.Stopwatch]::StartNew() + $script:TestStartTime = $null + $script:TestStopTime = $null + $script:CommandCoverage = @() + $script:Strict = $Strict + $script:Show = $Show + $script:InTest = $false + + $script:TestResult = @() + + $script:TotalCount = 0 + $script:Time = [timespan]0 + $script:PassedCount = 0 + $script:FailedCount = 0 + $script:SkippedCount = 0 + $script:PendingCount = 0 + $script:InconclusiveCount = 0 + + $script:IncludeVSCodeMarker = $PesterOption.IncludeVSCodeMarker + $script:TestSuiteName = $PesterOption.TestSuiteName + $script:ScriptBlockFilter = $PesterOption.ScriptBlockFilter + $script:RunningViaInvokePester = $RunningViaInvokePester + + $script:SafeCommands = @{} + + $script:SafeCommands['New-Object'] = & (Pester\SafeGetCommand) -Name New-Object -Module Microsoft.PowerShell.Utility -CommandType Cmdlet + $script:SafeCommands['Select-Object'] = & (Pester\SafeGetCommand) -Name Select-Object -Module Microsoft.PowerShell.Utility -CommandType Cmdlet + $script:SafeCommands['Export-ModuleMember'] = & (Pester\SafeGetCommand) -Name Export-ModuleMember -Module Microsoft.PowerShell.Core -CommandType Cmdlet + $script:SafeCommands['Add-Member'] = & (Pester\SafeGetCommand) -Name Add-Member -Module Microsoft.PowerShell.Utility -CommandType Cmdlet + + function New-TestGroup([string] $Name, [string] $Hint) { + & $SafeCommands['New-Object'] psobject -Property @{ + Name = $Name + Type = 'TestGroup' + Hint = $Hint + Actions = [System.Collections.ArrayList]@() + BeforeEach = & $SafeCommands['New-Object'] System.Collections.Generic.List[scriptblock] + AfterEach = & $SafeCommands['New-Object'] System.Collections.Generic.List[scriptblock] + BeforeAll = & $SafeCommands['New-Object'] System.Collections.Generic.List[scriptblock] + AfterAll = & $SafeCommands['New-Object'] System.Collections.Generic.List[scriptblock] + TotalCount = 0 + StartTime = $Null + Time = [timespan]0 + PassedCount = 0 + FailedCount = 0 + SkippedCount = 0 + PendingCount = 0 + InconclusiveCount = 0 + } + } + + $script:TestActions = New-TestGroup -Name Pester -Hint Root + $script:TestGroupStack = & $SafeCommands['New-Object'] System.Collections.Stack + $script:TestGroupStack.Push($script:TestActions) + + function EnterTestGroup([string] $Name, [string] $Hint) { + $newGroup = New-TestGroup @PSBoundParameters + $newGroup.StartTime = $script:Stopwatch.Elapsed + $null = $script:TestGroupStack.Peek().Actions.Add($newGroup) + + $script:TestGroupStack.Push($newGroup) + } + + function LeaveTestGroup([string] $Name, [string] $Hint) { + $StopTime = $script:Stopwatch.Elapsed + $currentGroup = $script:TestGroupStack.Pop() + + if ( $Hint -eq 'Script' ) { + $script:Time += $StopTime - $currentGroup.StartTime + } + + $currentGroup.Time = $StopTime - $currentGroup.StartTime + + # Removing start time property from output to prevent clutter + $currentGroup.PSObject.properties.remove('StartTime') + + if ($currentGroup.Name -ne $Name -or $currentGroup.Hint -ne $Hint) { + throw "TestGroups stack corrupted: Expected name/hint of '$Name','$Hint'. Found '$($currentGroup.Name)', '$($currentGroup.Hint)'." + } + } + + function AddTestResult { + param ( + [string]$Name, + [ValidateSet("Failed", "Passed", "Skipped", "Pending", "Inconclusive")] + [string]$Result, + [Nullable[TimeSpan]]$Time, + [string]$FailureMessage, + [string]$StackTrace, + [string] $ParameterizedSuiteName, + [System.Collections.IDictionary] $Parameters, + [System.Management.Automation.ErrorRecord] $ErrorRecord + ) + + # defining this function in here, because otherwise it is not available + function New-ErrorRecord ([string] $Message, [string] $ErrorId, [string] $File, [string] $Line, [string] $LineText) { + $exception = & $SafeCommands['New-Object'] Exception $Message + $errorCategory = [Management.Automation.ErrorCategory]::InvalidResult + # we use ErrorRecord.TargetObject to pass structured information about the error to a reporting system. + $targetObject = @{Message = $Message; File = $File; Line = $Line; LineText = $LineText} + $errorRecord = & $SafeCommands['New-Object'] Management.Automation.ErrorRecord $exception, $ErrorID, $errorCategory, $targetObject + return $errorRecord + } + + if ($null -eq $Time) { + if ( $script:TestStartTime -and $script:TestStopTime ) { + $Time = $script:TestStopTime - $script:TestStartTime + $script:TestStartTime = $null + $script:TestStopTime = [timespan]0 + } + else { + $Time = [timespan]0 + } + } + + if (-not $script:Strict) { + $Passed = "Passed", "Skipped", "Pending" -contains $Result + } + else { + $Passed = $Result -eq "Passed" + if (@("Skipped", "Pending", "Inconclusive") -contains $Result) { + $FailureMessage = "The test failed because the test was executed in Strict mode and the result '$result' was translated to Failed." + $ErrorRecord = New-ErrorRecord -ErrorId "PesterTest$Result" -Message $FailureMessage + $Result = "Failed" + } + + } + + $script:TotalCount++ + + switch ($Result) { + Passed { + $script:PassedCount++; break; + } + Failed { + $script:FailedCount++; break; + } + Skipped { + $script:SkippedCount++; break; + } + Pending { + $script:PendingCount++; break; + } + Inconclusive { + $script:InconclusiveCount++; break; + } + } + + $resultRecord = & $SafeCommands['New-Object'] -TypeName PsObject -Property @{ + Name = $Name + Type = 'TestCase' + Passed = $Passed + Result = $Result + Time = $Time + FailureMessage = $FailureMessage + StackTrace = $StackTrace + ErrorRecord = $ErrorRecord + ParameterizedSuiteName = $ParameterizedSuiteName + Parameters = $Parameters + Show = $script:Show + } + + $null = $script:TestGroupStack.Peek().Actions.Add($resultRecord) + + # Attempting some degree of backward compatibility for the TestResult collection for now; deprecated and will be removed in the future + $describe = '' + $contexts = [System.Collections.ArrayList]@() + + # make a copy of the stack and reverse it + $reversedStack = $script:TestGroupStack.ToArray() + [array]::Reverse($reversedStack) + + foreach ($group in $reversedStack) { + if ($group.Hint -eq 'Root' -or $group.Hint -eq 'Script') { + continue + } + if ($describe -eq '') { + $describe = $group.Name + } + else { + $null = $contexts.Add($group.Name) + } + } + + $context = $contexts -join '\' + + $script:TestResult += & $SafeCommands['New-Object'] psobject -Property @{ + Describe = $describe + Context = $context + Name = $Name + Passed = $Passed + Result = $Result + Time = $Time + FailureMessage = $FailureMessage + StackTrace = $StackTrace + ErrorRecord = $ErrorRecord + ParameterizedSuiteName = $ParameterizedSuiteName + Parameters = $Parameters + Show = $script:Show + } + } + + function AddSetupOrTeardownBlock([scriptblock] $ScriptBlock, [string] $CommandName) { + $currentGroup = $script:TestGroupStack.Peek() + + $isSetupCommand = IsSetupCommand -CommandName $CommandName + $isGroupCommand = IsTestGroupCommand -CommandName $CommandName + + if ($isSetupCommand) { + if ($isGroupCommand) { + $currentGroup.BeforeAll.Add($ScriptBlock) + } + else { + $currentGroup.BeforeEach.Add($ScriptBlock) + } + } + else { + if ($isGroupCommand) { + $currentGroup.AfterAll.Add($ScriptBlock) + } + else { + $currentGroup.AfterEach.Add($ScriptBlock) + } + } + } + + function IsSetupCommand { + param ([string] $CommandName) + return $CommandName -eq 'BeforeEach' -or $CommandName -eq 'BeforeAll' + } + + function IsTestGroupCommand { + param ([string] $CommandName) + return $CommandName -eq 'BeforeAll' -or $CommandName -eq 'AfterAll' + } + + function GetTestCaseSetupBlocks { + $blocks = @( + foreach ($group in $this.TestGroups) { + $group.BeforeEach + } + ) + + return $blocks + } + + function GetTestCaseTeardownBlocks { + $groups = @($this.TestGroups) + [Array]::Reverse($groups) + + $blocks = @( + foreach ($group in $groups) { + $group.AfterEach + } + ) + + return $blocks + } + + function GetCurrentTestGroupSetupBlocks { + return $script:TestGroupStack.Peek().BeforeAll + } + + function GetCurrentTestGroupTeardownBlocks { + return $script:TestGroupStack.Peek().AfterAll + } + + function EnterTest { + if ($script:InTest) { + throw 'You are already in a test case.' + } + + $script:TestStartTime = $script:Stopwatch.Elapsed + $script:InTest = $true + } + + function LeaveTest { + $script:TestStopTime = $script:Stopwatch.Elapsed + $script:InTest = $false + } + + $ExportedVariables = "TagFilter", + "ExcludeTagFilter", + "TestNameFilter", + "ScriptBlockFilter", + "TestResult", + "SessionState", + "CommandCoverage", + "Strict", + "Show", + "Time", + "TotalCount", + "PassedCount", + "FailedCount", + "SkippedCount", + "PendingCount", + "InconclusiveCount", + "IncludeVSCodeMarker", + "TestActions", + "TestGroupStack", + "TestSuiteName", + "InTest", + "RunningViaInvokePester" + + $ExportedFunctions = "EnterTestGroup", + "LeaveTestGroup", + "AddTestResult", + "AddSetupOrTeardownBlock", + "GetTestCaseSetupBlocks", + "GetTestCaseTeardownBlocks", + "GetCurrentTestGroupSetupBlocks", + "GetCurrentTestGroupTeardownBlocks", + "EnterTest", + "LeaveTest" + + & $SafeCommands['Export-ModuleMember'] -Variable $ExportedVariables -function $ExportedFunctions + } | + & $SafeCommands['Add-Member'] -PassThru -MemberType ScriptProperty -Name CurrentTestGroup -Value { + $this.TestGroupStack.Peek() + } | + & $SafeCommands['Add-Member'] -PassThru -MemberType ScriptProperty -Name TestGroups -Value { + $array = $this.TestGroupStack.ToArray() + [Array]::Reverse($array) + return $array + } | + & $SafeCommands['Add-Member'] -PassThru -MemberType ScriptProperty -Name IndentLevel -Value { + # We ignore the root node of the stack here, and don't start indenting until after the Script nodes inside the root + return [Math]::Max(0, $this.TestGroupStack.Count - 2) + } +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUmkuNYKsGqbcH53Y8Sif1Q1xt +# VJuggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# TQqoPXwAe4wH8/3kHDHO/8NT+xwwDQYJKoZIhvcNAQEBBQAEggEAjrzykYdpU/1x +# UR4h3z7z1nB6/ruxGU8RS+wrhtZ3hIdLlCuY4EC1tFYEhBu3M161ZTHZuczHGrF3 +# baO2Giyrzxay+kwU+Lqo/eChN74TC9nrTLQFzxbIiwwkio7kEKfbc59Pc1SxyPFr +# ZgIKpCWdP4gHTTzLlZ7lokrVR7qISxBC41gQWZ013xv2VwfL2KYO5rb6+aBsiywE +# G4ObtVNidKB3RGycYqMO3jBd+HrEWos1ImFYayK2qBPUWqQ88i6HXX4t+jHscASt +# jH4ZRcWRTSpDCQvDuRaodAmiOYrRNN6MR8TF46/NHmOiw/hZ6V+uceDKLw4aAygL +# MX4J/UZ5iKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA3WjAjBgkqhkiG9w0BCQQx +# FgQUze02YQBhdgGNThVB1KTXxqbiG4YwDQYJKoZIhvcNAQEBBQAEggEAR8KOlUFc +# o7s+Gl/7tXRaJtDGB5dhrvhrTo3lJEs3uvtqShMa4Em4cB0bPsRPbTDtVDyMSUYT +# h6R0IyhO9zIVrGB4ftwiV9XFLs9uIyQZ2cEhdnlXdFXl1Y7Qf9bmJtoSQXK1yb4Z +# C4TuHonfv22lFVw4CJmzYixSQ0D6B7LFm7BtZcZyTNQSgZKYG0Q5a1oUAEuP8yNJ +# gB/tkgfND+Zpyo+IYgvxwDMPKY4I4p1/4BbUCk05aLsCpkPuoMtEEb12ogBQ3hjH +# x3MLW7qGSn+wnzlKdPgbY2tz9OM/bh/iIW2AkXAc1ZsCsht2p4Rlu5uE/0MDMsGY +# Ue/qyWGwEG10mw== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Set-ItResult.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Set-ItResult.ps1 new file mode 100644 index 000000000000..943a002f7f02 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Set-ItResult.ps1 @@ -0,0 +1,276 @@ +function Set-ItResult { + <# + .SYNOPSIS + Set-ItResult is used inside the It block to explicitly set the test result + + .DESCRIPTION + Sometimes a test shouldn't be executed, sometimes the condition cannot be evaluated. + By default such tests would typically fail and produce a big red message. + Using Set-ItResult it is possible to set the result from the inside of the It script + block to either inconclusive, pending or skipped. + + .PARAMETER Inconclusive + Sets the test result to inconclusive. Cannot be used at the same time as -Pending or -Skipped + + .PARAMETER Pending + Sets the test result to pending. Cannot be used at the same time as -Inconclusive or -Skipped + + .PARAMETER Skipped + Sets the test result to skipped. Cannot be used at the same time as -Inconclusive or -Pending + + .PARAMETER Because + Similarily to failing tests, skipped and inconclusive tests should have reason. It allows + to provide information to the user why the test is neither successful nor failed. + + .EXAMPLE + ```ps + Describe "Example" { + It "Inconclusive result test" { + Set-ItResult -Inconclusive -Because "we want it to be inconclusive" + } + } + ``` + + the output should be + + ``` + [?] Inconclusive result test, is inconclusive, because we want it to be inconclusive + Tests completed in 0ms + Tests Passed: 0, Failed: 0, Skipped: 0, Pending: 0, Inconclusive 1 + ``` + + .EXAMPLE + ```ps + Describe "Example" { + It "Skipped test" { + Set-ItResult -Skipped -Because "we want it to be skipped" + } + } + ``` + + the output should be + + ``` + [!] Skipped test, is skipped, because we want it to be skipped + Tests completed in 0ms + Tests Passed: 0, Failed: 0, Skipped: 0, Pending: 0, Inconclusive 1 + ``` +#> + [CmdletBinding()] + param( + [Parameter(Mandatory = $false, ParameterSetName = "Inconclusive")][switch]$Inconclusive, + [Parameter(Mandatory = $false, ParameterSetName = "Pending")][switch]$Pending, + [Parameter(Mandatory = $false, ParameterSetName = "Skipped")][switch]$Skipped, + [string]$Because + ) + + Assert-DescribeInProgress -CommandName Set-ItResult + + $result = $PSCmdlet.ParameterSetName + $message = "It result set to $result$(if ($Because) { ", $Because" })" + $data = @{ + Result = $result + Because = $Because + } + $errorRecord = New-PesterErrorRecord -Result $result -Message $message -Data $data + throw $errorRecord +} + +function New-PesterErrorRecord { + [CmdletBinding()] + param( + [Parameter(Mandatory = $true)] + [string]$Result, + [Parameter(Mandatory = $true)] + [string]$Message, + [string]$File, + [string]$Line, + [string]$LineText, + [hashtable]$Data + ) + + $exception = New-Object Exception $Message + $errorID = "PesterTest$Result" + $errorCategory = [Management.Automation.ErrorCategory]::InvalidResult + + # we use ErrorRecord.TargetObject to pass structured information about the error to a reporting system. + $targetObject = @{ + Message = $Message + Data = $Data + File = $(if ($File -ne $null) { + $File + } + else { + $MyInvocation.ScriptName + }) + Line = $(if ($Line -ne $null) { + $Line + } + else { + $MyInvocation.ScriptLineNumber + }) + LineText = $(if ($LineText -ne $null) { + $LineText + } + else { + $MyInvocation.Line + }).TrimEnd($([System.Environment]::NewLine)) + } + + New-Object Management.Automation.ErrorRecord $exception, $errorID, $errorCategory, $targetObject +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUgCdHQVMDWahxEPgFP2MBM9PH +# bdKggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# TdGH4phtyfMx/mLEJKFb4vU9p84wDQYJKoZIhvcNAQEBBQAEggEAKETJM+GL7dQA +# 6dEfMG2oTs5VeL00yG4HbTVyE0fUHuOs852nRwiwtxtgrt6vGTQA40sC9pQ7TZSf +# jIdj325QzHX8vZzNU9zXhqiumEMTmxYd6c54ZbbHbHtE3oHkXH/M3vE3Ddoygfcn +# rH7btSBc2bZuur+O/12l0Idp61I0fkk3GDkb/OLXB8zEeziTwAFYpdJkAVeXuGvH +# R/MV3tUYgCC/abF7clVIN66WJFlHWI+PpxPQnHGWFFJmKW8t6faI0aNvGY+h0thz +# 793iiXCE9uG9Yy/IDm1/J8x5tnaP6KHAp1PCwcPd/KgkIvZ3yPigm7m84Yk4kifY +# tz3prOM9TaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA3WjAjBgkqhkiG9w0BCQQx +# FgQUT93YXr4s0ibkpP1vRDGMHQjYaoQwDQYJKoZIhvcNAQEBBQAEggEAIBlSDiUL +# j+VBeKi6DhGuD3rkEpPCv6PZcajWwercy7vq8nUT8A/rkFVS6r07XNmM2TI8kkbh +# 33tRwBukFbofpvB1UmMlabHp4Pj2dEvod5a1tg8X9vxH1dKNoVS26snQ5gqACl4J +# HmEVpQ5ZM/CN5Lr957vx9QcqnAJ//5rlIMzaffFLHHRh87/L91ar7PlAki3rx5b+ +# pT6mpK4RXWks7Cq8hARrMb809qF5xokIz4HbCBirhtoKGdBLj7dc0/SE+k6IRSKo +# PkGLXiTxWd5Nqwc7n1JNGvxdB+41u36zq0iUV+rogy4X46csIPkKiMbBWFsKYedY +# dC9AkAO34FWMQg== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/SetupTeardown.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/SetupTeardown.ps1 new file mode 100644 index 000000000000..c26612419efc --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/SetupTeardown.ps1 @@ -0,0 +1,521 @@ +function BeforeEach { + <# + .SYNOPSIS + Defines a series of steps to perform at the beginning of every It block within + the current Context or Describe block. + + .DESCRIPTION + BeforeEach, AfterEach, BeforeAll, and AfterAll are unique in that they apply + to the entire Context or Describe block, regardless of the order of the + statements in the Context or Describe. For a full description of this + behavior, as well as how multiple BeforeEach or AfterEach blocks interact + with each other, please refer to the about_BeforeEach_AfterEach help file. + + .LINK + https://pester.dev/docs/commands/AfterEach + + #> + [CmdletBinding()] + param + ( + # the scriptblock to execute + [Parameter(Mandatory = $true, + Position = 1)] + [Scriptblock] + $Scriptblock + ) + Assert-DescribeInProgress -CommandName BeforeEach +} + +function AfterEach { + <# + .SYNOPSIS + Defines a series of steps to perform at the end of every It block within + the current Context or Describe block. + + .DESCRIPTION + BeforeEach, AfterEach, BeforeAll, and AfterAll are unique in that they apply + to the entire Context or Describe block, regardless of the order of the + statements in the Context or Describe. For a full description of this + behavior, as well as how multiple BeforeEach or AfterEach blocks interact + with each other, please refer to the about_BeforeEach_AfterEach help file. + + .LINK + https://pester.dev/docs/commands/BeforeEach + + #> + [CmdletBinding()] + param + ( + # the scriptblock to execute + [Parameter(Mandatory = $true, + Position = 1)] + [Scriptblock] + $Scriptblock + ) + Assert-DescribeInProgress -CommandName AfterEach +} + +function BeforeAll { + <# + .SYNOPSIS + Defines a series of steps to perform at the beginning of the current Context + or Describe block. + + .DESCRIPTION + BeforeEach, AfterEach, BeforeAll, and AfterAll are unique in that they apply + to the entire Context or Describe block, regardless of the order of the + statements in the Context or Describe. + + .LINK + https://pester.dev/docs/commands/AfterAll + + #> + [CmdletBinding()] + param + ( + # the scriptblock to execute + [Parameter(Mandatory = $true, + Position = 1)] + [Scriptblock] + $Scriptblock + ) + Assert-DescribeInProgress -CommandName BeforeAll +} + +function AfterAll { + <# +.SYNOPSIS + Defines a series of steps to perform at the end of the current Context + or Describe block. + +.DESCRIPTION + BeforeEach, AfterEach, BeforeAll, and AfterAll are unique in that they apply + to the entire Context or Describe block, regardless of the order of the + statements in the Context or Describe. + +.LINK + https://pester.dev/docs/commands/BeforeAll +#> + [CmdletBinding()] + param + ( + # the scriptblock to execute + [Parameter(Mandatory = $true, + Position = 1)] + [Scriptblock] + $Scriptblock + ) + Assert-DescribeInProgress -CommandName AfterAll +} + +function Invoke-TestCaseSetupBlocks { + Invoke-Blocks -ScriptBlock $pester.GetTestCaseSetupBlocks() +} + +function Invoke-TestCaseTeardownBlocks { + Invoke-Blocks -ScriptBlock $pester.GetTestCaseTeardownBlocks() +} + +function Invoke-TestGroupSetupBlocks { + Invoke-Blocks -ScriptBlock $pester.GetCurrentTestGroupSetupBlocks() +} + +function Invoke-TestGroupTeardownBlocks { + Invoke-Blocks -ScriptBlock $pester.GetCurrentTestGroupTeardownBlocks() +} + +function Invoke-Blocks { + param ([scriptblock[]] $ScriptBlock) + + foreach ($block in $ScriptBlock) { + if ($null -eq $block) { + continue + } + $null = . $block + } +} + +function Add-SetupAndTeardown { + param ( + [scriptblock] $ScriptBlock + ) + + if ($PSVersionTable.PSVersion.Major -le 2) { + Add-SetupAndTeardownV2 -ScriptBlock $ScriptBlock + } + else { + Add-SetupAndTeardownV3 -ScriptBlock $ScriptBlock + } +} + +function Add-SetupAndTeardownV3 { + param ( + [scriptblock] $ScriptBlock + ) + + $pattern = '^(?:Before|After)(?:Each|All)$' + $predicate = { + param ([System.Management.Automation.Language.Ast] $Ast) + + $Ast -is [System.Management.Automation.Language.CommandAst] -and + $Ast.CommandElements[0].ToString() -match $pattern -and + $Ast.CommandElements[-1] -is [System.Management.Automation.Language.ScriptBlockExpressionAst] + } + + $searchNestedBlocks = $false + + $calls = $ScriptBlock.Ast.FindAll($predicate, $searchNestedBlocks) + + foreach ($call in $calls) { + # For some reason, calling ScriptBlockAst.GetScriptBlock() sometimes blows up due to failing semantics + # checks, even though the code is perfectly valid. So we'll poke around with reflection again to skip + # that part and just call the internal ScriptBlock constructor that we need + + $iPmdProviderType = [scriptblock].Assembly.GetType('System.Management.Automation.Language.IParameterMetadataProvider') + + $flags = [System.Reflection.BindingFlags]'Instance, NonPublic' + $constructor = [scriptblock].GetConstructor($flags, $null, [Type[]]@($iPmdProviderType, [bool]), $null) + + $block = $constructor.Invoke(@($call.CommandElements[-1].ScriptBlock, $false)) + + Set-ScriptBlockScope -ScriptBlock $block -SessionState $pester.SessionState + $commandName = $call.CommandElements[0].ToString() + Add-SetupOrTeardownScriptBlock -CommandName $commandName -ScriptBlock $block + } +} + +function Add-SetupAndTeardownV2 { + param ( + [scriptblock] $ScriptBlock + ) + + $codeText = $ScriptBlock.ToString() + $tokens = @(ParseCodeIntoTokens -CodeText $codeText) + + for ($i = 0; $i -lt $tokens.Count; $i++) { + $token = $tokens[$i] + $type = $token.Type + if ($type -eq [System.Management.Automation.PSTokenType]::Command -and + (IsSetupOrTeardownCommand -CommandName $token.Content)) { + $openBraceIndex, $closeBraceIndex = Get-BraceIndicesForCommand -Tokens $tokens -CommandIndex $i + + $block = Get-ScriptBlockFromTokens -Tokens $Tokens -OpenBraceIndex $openBraceIndex -CloseBraceIndex $closeBraceIndex -CodeText $codeText + Add-SetupOrTeardownScriptBlock -CommandName $token.Content -ScriptBlock $block + + $i = $closeBraceIndex + } + elseif ($type -eq [System.Management.Automation.PSTokenType]::GroupStart) { + # We don't want to parse Setup or Teardown commands in child scopes here, so anything + # bounded by a GroupStart / GroupEnd token pair which is not immediately preceded by + # a setup / teardown command name is ignored. + $i = Get-GroupCloseTokenIndex -Tokens $tokens -GroupStartTokenIndex $i + } + } +} + +function ParseCodeIntoTokens { + param ([string] $CodeText) + + $parseErrors = $null + $tokens = [System.Management.Automation.PSParser]::Tokenize($CodeText, [ref] $parseErrors) + + if ($parseErrors.Count -gt 0) { + $currentScope = $pester.CurrentTestGroup.Hint + if (-not $currentScope) { + $currentScope = 'test group' + } + throw "The current $currentScope block contains syntax errors." + } + + return $tokens +} + +function IsSetupOrTeardownCommand { + param ([string] $CommandName) + return (IsSetupCommand -CommandName $CommandName) -or (IsTeardownCommand -CommandName $CommandName) +} + +function IsSetupCommand { + param ([string] $CommandName) + return $CommandName -eq 'BeforeEach' -or $CommandName -eq 'BeforeAll' +} + +function IsTeardownCommand { + param ([string] $CommandName) + return $CommandName -eq 'AfterEach' -or $CommandName -eq 'AfterAll' +} + +function IsTestGroupCommand { + param ([string] $CommandName) + return $CommandName -eq 'BeforeAll' -or $CommandName -eq 'AfterAll' +} + +function Get-BraceIndicesForCommand { + param ( + [System.Management.Automation.PSToken[]] $Tokens, + [int] $CommandIndex + ) + + $openingGroupTokenIndex = Get-GroupStartTokenForCommand -Tokens $Tokens -CommandIndex $CommandIndex + $closingGroupTokenIndex = Get-GroupCloseTokenIndex -Tokens $Tokens -GroupStartTokenIndex $openingGroupTokenIndex + + return $openingGroupTokenIndex, $closingGroupTokenIndex +} + +function Get-GroupStartTokenForCommand { + param ( + [System.Management.Automation.PSToken[]] $Tokens, + [int] $CommandIndex + ) + + $commandName = $Tokens[$CommandIndex].Content + + # gets ScriptBlock from positional parameter e.g. BeforeEach { } + if ($CommandIndex + 1 -lt $tokens.Count -and + ($tokens[$CommandIndex + 1].Type -eq [System.Management.Automation.PSTokenType]::GroupStart -or + $tokens[$CommandIndex + 1].Content -eq '{')) { + return $CommandIndex + 1 + } + + # gets ScriptBlock from named parameter e.g. BeforeEach -ScriptBlock { } + if ($CommandIndex + 2 -lt $tokens.Count -and + ($tokens[$CommandIndex + 2].Type -eq [System.Management.Automation.PSTokenType]::GroupStart -or + $tokens[$CommandIndex + 2].Content -eq '{')) { + return $CommandIndex + 2 + } + + throw "The $commandName command must be followed by the script block as the first argument or named parameter value." +} + +& $SafeCommands['Add-Type'] -TypeDefinition @' + namespace Pester + { + using System; + using System.Management.Automation; + + public static class ClosingBraceFinder + { + public static int GetClosingBraceIndex(PSToken[] tokens, int startIndex) + { + int groupLevel = 1; + int len = tokens.Length; + + for (int i = startIndex + 1; i < len; i++) + { + PSTokenType type = tokens[i].Type; + if (type == PSTokenType.GroupStart) + { + groupLevel++; + } + else if (type == PSTokenType.GroupEnd) + { + groupLevel--; + + if (groupLevel <= 0) { return i; } + } + } + + return -1; + } + } + } +'@ + +function Get-GroupCloseTokenIndex { + param ( + [System.Management.Automation.PSToken[]] $Tokens, + [int] $GroupStartTokenIndex + ) + + $closeIndex = [Pester.ClosingBraceFinder]::GetClosingBraceIndex($Tokens, $GroupStartTokenIndex) + + if ($closeIndex -lt 0) { + throw 'No corresponding GroupEnd token was found.' + } + + return $closeIndex +} + +function Get-ScriptBlockFromTokens { + param ( + [System.Management.Automation.PSToken[]] $Tokens, + [int] $OpenBraceIndex, + [int] $CloseBraceIndex, + [string] $CodeText + ) + + $blockStart = $Tokens[$OpenBraceIndex + 1].Start + $blockLength = $Tokens[$CloseBraceIndex].Start - $blockStart + $setupOrTeardownCodeText = $codeText.Substring($blockStart, $blockLength) + + $scriptBlock = [scriptblock]::Create($setupOrTeardownCodeText) + Set-ScriptBlockHint -Hint "Unbound ScriptBlock from Get-ScriptBlockFromTokens" -ScriptBlock $scriptBlock + Set-ScriptBlockScope -ScriptBlock $scriptBlock -SessionState $pester.SessionState + + return $scriptBlock +} + +function Add-SetupOrTeardownScriptBlock { + param ( + [string] $CommandName, + [scriptblock] $ScriptBlock + ) + + $Pester.AddSetupOrTeardownBlock($ScriptBlock, $CommandName) +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUqIaObdWMQcKsTArM41YKB8d/ +# cLCggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# vo/J1Kd2MqH1bQrZ84Dd778soAQwDQYJKoZIhvcNAQEBBQAEggEAqipDZOTqVZCq +# VgqEsauG1eMKlutWTqCLDw1WrLQ4+c2KzVBFfN+UObcAGiFWQY/jXprzOaRycptI +# Xo+zsvFPunvJiRBxr5q0L007Zv74uX/hKsPS21E/lGdwLT06pEQc3ZDVaBv0reyy +# 2l+zaUpfT1PW66Xaq7TSQTXXAVf6AqXrXwT6Mfz3tZr6YGLoO3/jDfW8Gl/HEqOG +# jzK+eUwaMXh/pXGLtAKC1e4x7cIN+0fHQzmAz2XRTkeMzEsQtIZasiIbgl0yM3CV +# ddaYDG2J3ZPkZRaBX6tujQDvpRQYRtnHb6NzY4ly32eSUGa/3iD6kq8xJEe+uUiO +# rN3oFLxEHaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA4WjAjBgkqhkiG9w0BCQQx +# FgQUYrRGkRHX3JJz4JSuR5QDCSn+j4QwDQYJKoZIhvcNAQEBBQAEggEAcwCZdGsC +# O7VZrRlySROx0hb62mzk0Pc6P76eQU+pbfjDsV4atSMPwWIdqd8o/pXiWH4xCLRc +# VJODoH2ed/AVENITFxg8IqOWfTZueA1+WqYsLHVw70DxJPtXIG3EyM/fSrPAtxTi +# pRhqagclWGqGHW23BV2w6kgUCL/Ndh9lJpJgPAlxXNxdq953pTuJv3rJbmXMMI6+ +# fjSxUHhb5wCFDH6mFfR5zzvHhY0G6h6DnXqUyBtP4olOvjW8vRAJj6A/ZPnJ/j7d +# fnH/3zr+spLw7n+gr47O9DOLLZhNrfITZLK25SHF0yzE8WGvofdviBp4S54IruBL +# Z9/90vKq6FHooA== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/TestDrive.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/TestDrive.ps1 new file mode 100644 index 000000000000..3aa3e73583a4 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/TestDrive.ps1 @@ -0,0 +1,338 @@ +# +function New-TestDrive ([Switch]$PassThru, [string] $Path) { + if ($Path -notmatch '\S') { + $directory = New-RandomTempDirectory + } + else { + if (-not (& $SafeCommands['Test-Path'] -Path $Path)) { + $null = & $SafeCommands['New-Item'] -ItemType Container -Path $Path + } + + $directory = & $SafeCommands['Get-Item'] $Path + } + + $DriveName = "TestDrive" + + #setup the test drive + if ( -not (& $SafeCommands['Test-Path'] "${DriveName}:\") ) { + $null = & $SafeCommands['New-PSDrive'] -Name $DriveName -PSProvider FileSystem -Root $directory -Scope Global -Description "Pester test drive" + } + + #publish the global TestDrive variable used in few places within the module + if (-not (& $SafeCommands['Test-Path'] "Variable:Global:$DriveName")) { + & $SafeCommands['New-Variable'] -Name $DriveName -Scope Global -Value $directory + } + + if ( $PassThru ) { + & $SafeCommands['Get-PSDrive'] -Name $DriveName + } +} + + +function Clear-TestDrive ([String[]]$Exclude) { + $Path = (& $SafeCommands['Get-PSDrive'] -Name TestDrive).Root + if (& $SafeCommands['Test-Path'] -Path $Path ) { + + Remove-TestDriveSymbolicLinks -Path $Path + + #Get-ChildItem -Exclude did not seem to work with full paths + & $SafeCommands['Get-ChildItem'] -Recurse -Path $Path | + & $SafeCommands['Sort-Object'] -Descending -Property "FullName" | + & $SafeCommands['Where-Object'] { $Exclude -NotContains $_.FullName } | + & $SafeCommands['Remove-Item'] -Force -Recurse + + } +} + +function New-RandomTempDirectory { + do { + $tempPath = Get-TempDirectory + $Path = & $SafeCommands['Join-Path'] -Path $tempPath -ChildPath ([Guid]::NewGuid()) + } until (-not (& $SafeCommands['Test-Path'] -Path $Path )) + + & $SafeCommands['New-Item'] -ItemType Container -Path $Path +} + +function Get-TestDriveItem { + <# + .SYNOPSIS + The Get-TestDriveItem cmdlet gets the item in Pester test drive. + + .DESCRIPTION + The Get-TestDriveItem cmdlet gets the item in Pester test drive. It does not + get the contents of the item at the location unless you use a wildcard + character (*) to request all the contents of the item. + + The function Get-TestDriveItem is deprecated since Pester v. 4.0 + and will be deleted in the next major version of Pester. + + .PARAMETER Path + Specifies the path to an item. The path need to be relative to TestDrive:. + This cmdlet gets the item at the specified location. Wildcards are permitted. + This parameter is required, but the parameter name ("Path") is optional. + + .EXAMPLE + + Get-TestDriveItem MyTestFolder\MyTestFile.txt + + This command returns the file MyTestFile.txt located in the folder MyTestFolder + what is located under TestDrive. + + .LINK + https://pester.dev/docs/usage/testdrive + +#> + + #moved here from Pester.psm1 + param ([string]$Path) + + & $SafeCommands['Write-Warning'] -Message "The function Get-TestDriveItem is deprecated since Pester 4.0.0 and will be removed from Pester 5.0.0." + + Assert-DescribeInProgress -CommandName Get-TestDriveItem + & $SafeCommands['Get-Item'] $(& $SafeCommands['Join-Path'] $TestDrive $Path ) +} + +function Get-TestDriveChildItem { + $Path = (& $SafeCommands['Get-PSDrive'] -Name TestDrive).Root + if (& $SafeCommands['Test-Path'] -Path $Path ) { + & $SafeCommands['Get-ChildItem'] -Recurse -Path $Path + } +} + +function Remove-TestDriveSymbolicLinks ([String] $Path) { + + # remove symbolic links to work around problem with Remove-Item. + # see https://github.com/PowerShell/PowerShell/issues/621 + # https://github.com/pester/Pester/issues/1100 + + # powershell 5 and higher + # & $SafeCommands["Get-ChildItem"] -Recurse -Path $Path -Attributes "ReparsePoint" | + # % { $_.Delete() } + + # issue 621 was fixed before PowerShell 6.1 + # now there is an issue with calling the Delete method in recent (6.1) builds of PowerShell + if ( (GetPesterPSVersion) -ge 6) { + return + } + + # powershell 2-compatible + $reparsePoint = [System.IO.FileAttributes]::ReparsePoint + & $SafeCommands["Get-ChildItem"] -Recurse -Path $Path | + where-object { ($_.Attributes -band $reparsePoint) -eq $reparsePoint } | + foreach-object { $_.Delete() } +} + +function Remove-TestDrive { + + $DriveName = "TestDrive" + $Drive = & $SafeCommands['Get-PSDrive'] -Name $DriveName -ErrorAction $script:IgnoreErrorPreference + $Path = ($Drive).Root + + + if ($pwd -like "$DriveName*" ) { + #will staying in the test drive cause issues? + #TODO review this + & $SafeCommands['Write-Warning'] -Message "Your current path is set to ${pwd}:. You should leave ${DriveName}:\ before leaving Describe." + } + + if ( $Drive ) { + $Drive | & $SafeCommands['Remove-PSDrive'] -Force #This should fail explicitly as it impacts future pester runs + } + + if ($null -ne $Path) { + Remove-TestDriveSymbolicLinks -Path $Path + + if (& $SafeCommands['Test-Path'] -Path $Path) { + & $SafeCommands['Remove-Item'] -Path $Path -Force -Recurse + } + } + + if (& $SafeCommands['Get-Variable'] -Name $DriveName -Scope Global -ErrorAction $script:IgnoreErrorPreference) { + & $SafeCommands['Remove-Variable'] -Scope Global -Name $DriveName -Force + } +} + +function Setup { + <# + .SYNOPSIS + This command is included in the Pester Mocking framework for backwards compatibility. You do not need to call it directly. + #> + param( + [switch]$Dir, + [switch]$File, + $Path, + $Content = "", + [switch]$PassThru + ) + + Assert-DescribeInProgress -CommandName Setup + + $TestDriveName = & $SafeCommands['Get-PSDrive'] TestDrive | + & $SafeCommands['Select-Object'] -ExpandProperty Root + + if ($Dir) { + $item = & $SafeCommands['New-Item'] -Name $Path -Path "${TestDriveName}\" -Type Container -Force + } + if ($File) { + $item = $Content | & $SafeCommands['New-Item'] -Name $Path -Path "${TestDriveName}\" -Type File -Force + } + + if ($PassThru) { + return $item + } +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUOPK5Jh9Bodvb7spFABNZk9jc +# LCmggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# LTTaX7qoah9dhcMKmQ2t1PrU/0IwDQYJKoZIhvcNAQEBBQAEggEADh6RaHPnLotE +# Gt31xTS3ovoc3z/iW+vS0zr/CrwjzFt6Fa1DoTlUG7CsmRHcZ0WYvqv3AA84Ox/C +# B6ObPjqeEGWhDKvlOBrglkEyHgRyKye22GBijSQ/96UDUdeNOipY1bixFFFbJYf9 +# SauclUJnaTx2fbZsZdbyeiW261BH1CqJvi0Iq1DSU5iUerreqwm0qB4Vs9G2GSz9 +# hoN/RCoYG2W4g3ruVa1kLFrZZMP4VPOqroLHqOh0z8ZbJdy/Zy32EGdHW5u7Rffv +# YzmI8OP/E9H5vEKDO6SBWVZD2AbNEycZk9J6Zsubad6g64cuhZt5zh151LrjuioU +# zrjGHC8gi6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA4WjAjBgkqhkiG9w0BCQQx +# FgQUeiDmQMqXqjY+xD8lkR0ilNNr6uAwDQYJKoZIhvcNAQEBBQAEggEAjYjv/zhY +# ms3GX/kyCBOpZGiKht00ucHE978eFFd3EC4St2s/O/Qb3KW1J8GGkpkEB5TxE9z5 +# YzkenzKkdxjoT08eQnPGI5rXlpDpREl2CRTR7XySss2wPzvhLQK5KQFfpbwA7PgR +# T89VbJlBP2MRrkAWi0/5T1SOacNOu5ngD7aPzd+si9lyZSH7LwRgr/fEnZubjtd3 +# BSl7d2+AUG0xx4/YPVZhFtSDkl5PAQ4sV+uwo1Sn1weiNyOND6DSG5V5r05MyqZe +# yLGyMRgGMMQFB3lgYz26r4sSh0/t6Q50IU6SCzRoLphdtxtUJ+DRQyGZF0ChgbW1 +# 5JrURY67OwtGBA== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/TestRegistry.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/TestRegistry.ps1 new file mode 100644 index 000000000000..ef8a57769864 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/TestRegistry.ps1 @@ -0,0 +1,293 @@ + function New-TestRegistry { + param( + [Switch] + $PassThru, + + [string] + $Path + ) + + if ($Path -notmatch '\S') { + $directory = New-RandomTempRegistry + } + else { + if (-not (& $SafeCommands['Test-Path'] -Path $Path)) { + # the pester registry root path HKCU:\Pester is created once + # and then stays in place, in TestDrive we use system Temp folder, + # but no such folder exists for registry so we create our own. + # removing the folder after test run would be possible but we potentially + # running into conflict with other instance of Pester that is running + # so keeping it in place is a small price to pay for being able to run + # parallel pester sessions easily. + # Also don't use -Force parameter here + # because that deletes the folder and creates a race condition see + # https://github.com/pester/Pester/issues/1181 + $null = & $SafeCommands['New-Item'] -Path $Path + } + + $directory = & $SafeCommands['Get-Item'] $Path + } + + $DriveName = "TestRegistry" + #setup the test drive + if ( -not (& $SafeCommands['Test-Path'] "${DriveName}:\") ) { + try { + $null = & $SafeCommands['New-PSDrive'] -Name $DriveName -PSProvider Registry -Root $directory -Scope Global -Description "Pester test registry" -ErrorAction Stop + } + catch { + if ($_.FullyQualifiedErrorId -like 'DriveAlreadyExists*') { + # it can happen that Test-Path reports false even though the drive + # exists. I don't know why but I see it in "Context Teardown fails" + # it would be possible to use Get-PsDrive directly for the test but it + # is about 10ms slower and we do it in every Describe and It so it would + # quickly add up + + # so if that happens just ignore the error, the goal of this function is to + # create the testdrive and the testdrive already exists, so all is good. + } + else { + Write-Error $_ -ErrorAction 'Stop' + } + } + } + + if ( $PassThru ) { + & $SafeCommands['Get-PSDrive'] -Name $DriveName + } +} + +function Get-TestRegistryPath () { + "Microsoft.PowerShell.Core\Registry::" + (& $SafeCommands['Get-PSDrive'] -Name TestRegistry -ErrorAction Stop).Root +} + +function Clear-TestRegistry { + param( + [String[]] + $Exclude + ) + + # if the setup fails before we mark test registry added + # we would be trying to teardown something that does not + # exist and fail in Get-TestRegistryPath + if (-not (& $SafeCommands['Test-Path'] "TestRegistry:\")) { + return + } + + $path = Get-TestRegistryPath + + if ($null -ne $path -and (& $SafeCommands['Test-Path'] -Path $Path)) { + #Get-ChildItem -Exclude did not seem to work with full paths + & $SafeCommands['Get-ChildItem'] -Recurse -Path $Path | + & $SafeCommands['Sort-Object'] -Descending -Property 'PSPath' | + & $SafeCommands['Where-Object'] { $Exclude -NotContains $_.PSPath } | + & $SafeCommands['Remove-Item'] -Force -Recurse + } +} + +function Get-TestRegistryChildItem { + $path = Get-TestRegistryPath + & $SafeCommands['Get-ChildItem'] -Recurse -Path $path +} + +function New-RandomTempRegistry { + do { + $tempPath = Get-TempRegistry + $Path = & $SafeCommands['Join-Path'] -Path $tempPath -ChildPath ([Guid]::NewGuid()) + } until (-not (& $SafeCommands['Test-Path'] -Path $Path )) + + try { + & $SafeCommands['New-Item'] -Path $Path + } + catch [System.IO.IOException] { + # when running in parallel this occasionally triggers + # IOException: No more data is available + # let's just retry the operation + & $SafeCommands['New-Item'] -Path $Path + } +} + +function Remove-TestRegistry { + $DriveName = "TestRegistry" + $Drive = & $SafeCommands['Get-PSDrive'] -Name $DriveName -ErrorAction $script:IgnoreErrorPreference + if ($null -eq $Drive) { + # the drive does not exist, someone must have removed it instead of us, + # most likely a test that tests pester itself, so we just hope that the + # one who removed this removed also the contents of it correctly + return + } + + $path = Get-TestRegistryPath + + if ($pwd -like "$DriveName*" ) { + #will staying in the test drive cause issues? + #TODO review this + & $SafeCommands['Write-Warning'] -Message "Your current path is set to ${pwd}:. You should leave ${DriveName}:\ before leaving Describe." + } + + if ( $Drive ) { + $Drive | & $SafeCommands['Remove-PSDrive'] -Force #This should fail explicitly as it impacts future pester runs + } + + if (& $SafeCommands['Test-Path'] -Path $path) { + & $SafeCommands['Remove-Item'] -Path $path -Force -Recurse + } + + if (& $SafeCommands['Get-Variable'] -Name $DriveName -Scope Global -ErrorAction $script:IgnoreErrorPreference) { + & $SafeCommands['Remove-Variable'] -Scope Global -Name $DriveName -Force + } +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUPo4pq2KIcx9Sw06Yd+5UK/YD +# QA2ggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# kCnSEGLf/m1acPjhiMNDXQVvTq4wDQYJKoZIhvcNAQEBBQAEggEAiBACs3m08KpX +# KS0uWI7ttv9+PLb2NAio4gwq8n5DFXHlH9YkfQ0o7b/ySQdvX1Hdlp6GrHQNJ176 +# 80ODTNyNLVdourBNzsqsdlryvX+Vh6Th3SGS+c+tIz50yXNtNzrF1o5iyNsKly9e +# loE/PEZDx4Ib2zF4mjo/bM6Tbu4ObLcYwNc+ZNdJ1Z/6finEZO2btb8eMbHMA3KO +# oNMZJY/usGATlgmw8Mtt/QK/8H7jRHMWF+JgEekur2PHTNX/3PcBRLwSVPFZIyus +# 5DEdthW1I2yPAdPz8oN5oGt8N1W+J9efCHD9V7xmRPsCRaagfn88GVmR++x1fsXm +# bGlrObJBwqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA4WjAjBgkqhkiG9w0BCQQx +# FgQUNR0b3Qh2bWYy48UuCR83xMj2yIwwDQYJKoZIhvcNAQEBBQAEggEAUwX+9b3D +# 8xe0iw6x37ck6NokLSJs9mvtOIhS3TsMWKu9kqF4xVu1WW4l9Mo0JIQHzkrTApLr +# J1tgsEwCkE0gAADkSCpAnMWoPyDgyMHWZDkFbWPt3nfqIvrlQXt6P9+/dDwT6lDk +# +ptLvxQMGPFNAVfCPqy7sN490W7oT9q8pv1cXvfTUoHFauuaoiGjQ3vUqfQmhEM7 +# c4I4v9l2gAivIGxY6uQOHU1yOPBlqcs9Rx5MypLvq5QgcU4UrhreTGuc2jhotBe/ +# 7G8ecJ3sVBpP5WfBqiZ47FpGSwi0KpttcaW5Cjc/vQEM1gHd1ck/komUORVjmw00 +# MNY7fqWbh4tKeA== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/LICENSE b/src/HealthcareApis/generated/modules/Pester/4.10.1/LICENSE new file mode 100644 index 000000000000..924d9f5acc8c --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/LICENSE @@ -0,0 +1,13 @@ +Copyright 2011 Scott Muc and Manoj Mahalingam + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/PSGetModuleInfo.xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/PSGetModuleInfo.xml new file mode 100644 index 000000000000..8770f7892c85 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/PSGetModuleInfo.xml @@ -0,0 +1,204 @@ + + + + Microsoft.PowerShell.Commands.PSRepositoryItemInfo + System.Management.Automation.PSCustomObject + System.Object + + + Pester + 4.10.1 + Module + Pester provides a framework for running BDD style Tests to execute and validate PowerShell commands inside of PowerShell and offers a powerful set of Mocking Functions that allow tests to mimic and mock the functionality of any command inside of a piece of PowerShell code being tested. Pester tests can execute any command or script that is accessible to a pester test file. This can include functions, Cmdlets, Modules and scripts. Pester can be run in ad hoc style in a console or it can be integrated into the Build scripts of a Continuous Integration system. + Pester Team + + + System.Object[] + System.Array + System.Object + + + dlwyatt + nohwnd + + + Copyright (c) 2019 by Pester Team, licensed under Apache 2.0 License. +
2020-02-07T19:57:31+08:00
+ + + https://www.apache.org/licenses/LICENSE-2.0.html + https://github.com/Pester/Pester + https://raw.githubusercontent.com/pester/Pester/master/images/pester.PNG + + + + powershell + unit_testing + bdd + tdd + mocking + PSEdition_Core + PSEdition_Desktop + Windows + Linux + MacOS + PSModule + + + + + System.Collections.Hashtable + System.Object + + + + Command + + + + Describe + Context + It + Should + Mock + Assert-MockCalled + Assert-VerifiableMock + Assert-VerifiableMocks + New-Fixture + Get-TestDriveItem + Invoke-Pester + Setup + In + InModuleScope + Invoke-Mock + BeforeEach + AfterEach + BeforeAll + AfterAll + Get-MockDynamicParameter + Set-DynamicParameterVariable + Set-TestInconclusive + Set-ItResult + SafeGetCommand + New-PesterOption + New-MockObject + Add-AssertionOperator + Get-ShouldOperator + Invoke-Gherkin + Find-GherkinStep + GherkinStep + BeforeEachFeature + AfterEachFeature + BeforeEachScenario + AfterEachScenario + + + + + Workflow + + + + + + + RoleCapability + + + + Function + + + + Describe + Context + It + Should + Mock + Assert-MockCalled + Assert-VerifiableMock + Assert-VerifiableMocks + New-Fixture + Get-TestDriveItem + Invoke-Pester + Setup + In + InModuleScope + Invoke-Mock + BeforeEach + AfterEach + BeforeAll + AfterAll + Get-MockDynamicParameter + Set-DynamicParameterVariable + Set-TestInconclusive + Set-ItResult + SafeGetCommand + New-PesterOption + New-MockObject + Add-AssertionOperator + Get-ShouldOperator + Invoke-Gherkin + Find-GherkinStep + GherkinStep + BeforeEachFeature + AfterEachFeature + BeforeEachScenario + AfterEachScenario + + + + + DscResource + + + + Cmdlet + + + + + + https://github.com/pester/Pester/releases/tag/4.10.1 + + + + + https://www.powershellgallery.com/api/v2 + PSGallery + NuGet + + + System.Management.Automation.PSCustomObject + System.Object + + + Copyright (c) 2019 by Pester Team, licensed under Apache 2.0 License. + Pester provides a framework for running BDD style Tests to execute and validate PowerShell commands inside of PowerShell and offers a powerful set of Mocking Functions that allow tests to mimic and mock the functionality of any command inside of a piece of PowerShell code being tested. Pester tests can execute any command or script that is accessible to a pester test file. This can include functions, Cmdlets, Modules and scripts. Pester can be run in ad hoc style in a console or it can be integrated into the Build scripts of a Continuous Integration system. + False + https://github.com/pester/Pester/releases/tag/4.10.1 + False + False + 3119063 + 9427652 + 887295 + 2020-02-07 下午 07:57:31 +08:00 + 2020-02-07 下午 07:57:31 +08:00 + 2022-05-16 上午 02:31:01 +08:00 + powershell unit_testing bdd tdd mocking PSEdition_Core PSEdition_Desktop Windows Linux MacOS PSModule PSFunction_Describe PSCommand_Describe PSFunction_Context PSCommand_Context PSFunction_It PSCommand_It PSFunction_Should PSCommand_Should PSFunction_Mock PSCommand_Mock PSFunction_Assert-MockCalled PSCommand_Assert-MockCalled PSFunction_Assert-VerifiableMock PSCommand_Assert-VerifiableMock PSFunction_Assert-VerifiableMocks PSCommand_Assert-VerifiableMocks PSFunction_New-Fixture PSCommand_New-Fixture PSFunction_Get-TestDriveItem PSCommand_Get-TestDriveItem PSFunction_Invoke-Pester PSCommand_Invoke-Pester PSFunction_Setup PSCommand_Setup PSFunction_In PSCommand_In PSFunction_InModuleScope PSCommand_InModuleScope PSFunction_Invoke-Mock PSCommand_Invoke-Mock PSFunction_BeforeEach PSCommand_BeforeEach PSFunction_AfterEach PSCommand_AfterEach PSFunction_BeforeAll PSCommand_BeforeAll PSFunction_AfterAll PSCommand_AfterAll PSFunction_Get-MockDynamicParameter PSCommand_Get-MockDynamicParameter PSFunction_Set-DynamicParameterVariable PSCommand_Set-DynamicParameterVariable PSFunction_Set-TestInconclusive PSCommand_Set-TestInconclusive PSFunction_Set-ItResult PSCommand_Set-ItResult PSFunction_SafeGetCommand PSCommand_SafeGetCommand PSFunction_New-PesterOption PSCommand_New-PesterOption PSFunction_New-MockObject PSCommand_New-MockObject PSFunction_Add-AssertionOperator PSCommand_Add-AssertionOperator PSFunction_Get-ShouldOperator PSCommand_Get-ShouldOperator PSFunction_Invoke-Gherkin PSCommand_Invoke-Gherkin PSFunction_Find-GherkinStep PSCommand_Find-GherkinStep PSFunction_GherkinStep PSCommand_GherkinStep PSFunction_BeforeEachFeature PSCommand_BeforeEachFeature PSFunction_AfterEachFeature PSCommand_AfterEachFeature PSFunction_BeforeEachScenario PSCommand_BeforeEachScenario PSFunction_AfterEachScenario PSCommand_AfterEachScenario PSIncludes_Function + False + 2022-05-16T02:31:01Z + 4.10.1 + Pester Team + false + Module + Pester.nuspec|junit_schema_4.xsd|LICENSE|nunit_schema_2.5.xsd|Pester.psd1|Pester.psm1|bin\pester.bat|Dependencies\Axiom\Axiom.psm1|Dependencies\Axiom\Verify-AssertionFailed.ps1|Dependencies\Axiom\Verify-Equal.ps1|Dependencies\Axiom\Verify-False.ps1|Dependencies\Axiom\Verify-NotNull.ps1|Dependencies\Axiom\Verify-NotSame.ps1|Dependencies\Axiom\Verify-Null.ps1|Dependencies\Axiom\Verify-Same.ps1|Dependencies\Axiom\Verify-Throw.ps1|Dependencies\Axiom\Verify-True.ps1|Dependencies\Axiom\Verify-Type.ps1|Dependencies\Format\Format.psm1|Dependencies\TypeClass\TypeClass.psm1|en-US\about_BeforeEach_AfterEach.help.txt|en-US\about_Mocking.help.txt|en-US\about_Pester.help.txt|en-US\about_Should.help.txt|en-US\about_TestDrive.help.txt|en-US\Gherkin.psd1|en-US\RSpec.psd1|Functions\Context.ps1|Functions\Coverage.ps1|Functions\Describe.ps1|Functions\Environment.ps1|Functions\Get-ShouldOperator.ps1|Functions\Gherkin.ps1|Functions\Gherkin.types.ps1xml|Functions\GherkinHook.ps1|Functions\GherkinStep.ps1|Functions\In.ps1|Functions\InModuleScope.ps1|Functions\It.ps1|Functions\Mock.ps1|Functions\New-Fixture.ps1|Functions\New-MockObject.ps1|Functions\Output.ps1|Functions\PesterState.ps1|Functions\Set-ItResult.ps1|Functions\SetupTeardown.ps1|Functions\TestDrive.ps1|Functions\TestRegistry.ps1|Functions\TestResults.ps1|Functions\Assertions\Be.ps1|Functions\Assertions\BeGreaterThan.ps1|Functions\Assertions\BeIn.ps1|Functions\Assertions\BeLessThan.ps1|Functions\Assertions\BeLike.ps1|Functions\Assertions\BeLikeExactly.ps1|Functions\Assertions\BeNullOrEmpty.ps1|Functions\Assertions\BeOfType.ps1|Functions\Assertions\BeTrueOrFalse.ps1|Functions\Assertions\Contain.ps1|Functions\Assertions\Exist.ps1|Functions\Assertions\FileContentMatch.ps1|Functions\Assertions\FileContentMatchExactly.ps1|Functions\Assertions\FileContentMatchMultiline.ps1|Functions\Assertions\HaveCount.ps1|Functions\Assertions\HaveParameter.ps1|Functions\Assertions\Match.ps1|Functions\Assertions\MatchExactly.ps1|Functions\Assertions\PesterThrow.ps1|Functions\Assertions\Set-TestInconclusive.ps1|Functions\Assertions\Should.ps1|lib\Gherkin\gherkin-languages.json|lib\Gherkin\core\Gherkin.dll|lib\Gherkin\legacy\Gherkin.dll|lib\Gherkin\legacy\Newtonsoft.Json.dll|Snippets\Context.snippets.ps1xml|Snippets\Describe.snippets.ps1xml|Snippets\It.snippets.ps1xml|Snippets\ShouldBe.snippets.ps1xml|Snippets\ShouldBeGreaterThan.snippets.ps1xml|Snippets\ShouldBeLessThan.snippets.ps1xml|Snippets\ShouldBeNullOrEmpty.snippets.ps1xml|Snippets\ShouldExist.snippets.ps1xml|Snippets\ShouldFileContentMatch.snippets.ps1xml|Snippets\ShouldMatch.snippets.ps1xml|Snippets\ShouldNotBe.snippets.ps1xml|Snippets\ShouldNotBeNullOrEmpty.snippets.ps1xml|Snippets\ShouldNotExist.snippets.ps1xml|Snippets\ShouldNotFileContentMatch.snippets.ps1xml|Snippets\ShouldNotMatch.snippets.ps1xml|Snippets\ShouldNotThrow.snippets.ps1xml|Snippets\ShouldThrow.snippets.ps1xml + a699dea5-2c73-4616-a270-1f7abb777e71 + 2.0 + Pester + + + D:\_Code\azure-powershell\src\HealthcareApis\generated\modules\Pester\4.10.1 +
+
+
diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Pester.psd1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Pester.psd1 new file mode 100644 index 000000000000..ca9d47f22120 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Pester.psd1 @@ -0,0 +1,298 @@ +@{ + + # Script module or binary module file associated with this manifest. + ModuleToProcess = 'Pester.psm1' + + # Version number of this module. + ModuleVersion = '4.10.1' + + # ID used to uniquely identify this module + GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71' + + # Author of this module + Author = 'Pester Team' + + # Company or vendor of this module + CompanyName = 'Pester' + + # Copyright statement for this module + Copyright = 'Copyright (c) 2019 by Pester Team, licensed under Apache 2.0 License.' + + # Description of the functionality provided by this module + Description = 'Pester provides a framework for running BDD style Tests to execute and validate PowerShell commands inside of PowerShell and offers a powerful set of Mocking Functions that allow tests to mimic and mock the functionality of any command inside of a piece of PowerShell code being tested. Pester tests can execute any command or script that is accessible to a pester test file. This can include functions, Cmdlets, Modules and scripts. Pester can be run in ad hoc style in a console or it can be integrated into the Build scripts of a Continuous Integration system.' + + # Minimum version of the Windows PowerShell engine required by this module + PowerShellVersion = '2.0' + + TypesToProcess = @('.\Functions\Gherkin.types.ps1xml') + + # Functions to export from this module + FunctionsToExport = @( + 'Describe' + 'Context' + 'It' + 'Should' + 'Mock' + 'Assert-MockCalled' + 'Assert-VerifiableMock' + 'Assert-VerifiableMocks' + 'New-Fixture' + 'Get-TestDriveItem' + 'Invoke-Pester' + 'Setup' + 'In' + 'InModuleScope' + 'Invoke-Mock' + 'BeforeEach' + 'AfterEach' + 'BeforeAll' + 'AfterAll' + 'Get-MockDynamicParameter' + 'Set-DynamicParameterVariable' + 'Set-TestInconclusive' + 'Set-ItResult' + 'SafeGetCommand' + 'New-PesterOption' + 'New-MockObject' + 'Add-AssertionOperator' + 'Get-ShouldOperator' + + # Gherkin Support: + 'Invoke-Gherkin' + 'Find-GherkinStep' + 'GherkinStep' + 'BeforeEachFeature' + 'AfterEachFeature' + 'BeforeEachScenario' + 'AfterEachScenario' + ) + + # # Cmdlets to export from this module + CmdletsToExport = '' + + # Variables to export from this module + VariablesToExport = @( + 'Path' + 'TagFilter' + 'ExcludeTagFilter' + 'TestNameFilter' + 'TestResult' + 'CurrentContext' + 'CurrentDescribe' + 'CurrentTest' + 'SessionState' + 'CommandCoverage' + 'BeforeEach' + 'AfterEach' + 'Strict' + ) + + # # Aliases to export from this module + AliasesToExport = @( + 'Given' + 'When' + 'Then' + 'And' + 'But' + + 'Add-ShouldOperator' + ) + + + # List of all modules packaged with this module + # ModuleList = @() + + # List of all files packaged with this module + # FileList = @() + + PrivateData = @{ + # PSData is module packaging and gallery metadata embedded in PrivateData + # It's for rebuilding PowerShellGet (and PoshCode) NuGet-style packages + # We had to do this because it's the only place we're allowed to extend the manifest + # https://connect.microsoft.com/PowerShell/feedback/details/421837 + PSData = @{ + # The primary categorization of this module (from the TechNet Gallery tech tree). + Category = "Scripting Techniques" + + # Keyword tags to help users find this module via navigations and search. + Tags = @('powershell', 'unit_testing', 'bdd', 'tdd', 'mocking', 'PSEdition_Core', 'PSEdition_Desktop', 'Windows', 'Linux', 'MacOS') + + # The web address of an icon which can be used in galleries to represent this module + IconUri = 'https://raw.githubusercontent.com/pester/Pester/master/images/pester.PNG' + + # The web address of this module's project or support homepage. + ProjectUri = "https://github.com/Pester/Pester" + + # The web address of this module's license. Points to a page that's embeddable and linkable. + LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.html" + + # Release notes for this particular version of the module + ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/4.10.1' + + # Prerelease string of this module + Prerelease = '' + } + } + + # HelpInfo URI of this module + # HelpInfoURI = '' + + # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. + # DefaultCommandPrefix = '' + +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUVMrNn2CjVO7Ey/WTQknp67AE +# d/6ggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# s1X5FVwVG03kba4lD3RimLb2+M4wDQYJKoZIhvcNAQEBBQAEggEAG5Ml5xqCpuuB +# JasqIWbfzwRKrAiFZ8rGSQv0+Q/Xx91jdPIIuL3En7/l3ekxUjOddoBnKrtrfXmz +# Jg1kWv0Tmj25qhQHcieeebcwTkjYlpPOLtxg5f6IZzZbjI9MQLFuLqYmw4Qqy2PS +# HG/UF+WwfXmWLl8RYqsyGzf4Pgz4l3tqq56B5JG7rd3mbuByFrTJB/pzwKEeB9v1 +# DP3chZeHf+pZsFleXX67v9vPr2d0GG5lCo49MKlkLGnyRqOhHFvHKHbMAdFzosHU +# YZG7FrW7nZJol97xDzDEzvzFMRbWYS3e2OUunA8zr1PrR/0hTvPddoo1y9ms+mHI +# TNR7ADlKZ6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU1WjAjBgkqhkiG9w0BCQQx +# FgQUw7/aWEZLVfjns4wXtYgLzm+579QwDQYJKoZIhvcNAQEBBQAEggEAh4TOEyRO +# lI/l4cLTfhDUAC5YYrXQlxqp/DLCYM+MzrmPRotSiSw22Oy2Y32H/vjISkfKT2eH +# kk4ZgZ46t+pVmb+OEJfPPeTg7J4xflsVwvzeWfD0o6tOOXlBGFRs6kWa4Fo2IGP+ +# wxUReOZaxLeL9nB9TAnBBo/08g8RY2qsekex+GEeGGqXPIrknm+69SElsVVpvSAJ +# HASaNNq7x+5MnhKLCA8mSlH2U9fMkczov1CKjaD/V74EvuCrmewraWgVLOxbpuEL +# k2jJ0H2Ye4UbJXQeSJ5B+J1kRgQ3XXkmwqxdDX4kdg9LP1lO/lIcpuYMDiLlPR5v +# m8f14qP+LaqUuA== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Pester.psm1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Pester.psm1 new file mode 100644 index 000000000000..4a7df32d07d1 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Pester.psm1 @@ -0,0 +1,1700 @@ +if ($PSVersionTable.PSVersion.Major -ge 3) { + $script:IgnoreErrorPreference = 'Ignore' + $outNullModule = 'Microsoft.PowerShell.Core' + $outHostModule = 'Microsoft.PowerShell.Core' +} +else { + $script:IgnoreErrorPreference = 'SilentlyContinue' + $outNullModule = 'Microsoft.PowerShell.Utility' + $outHostModule = $null +} + +# Tried using $ExecutionState.InvokeCommand.GetCmdlet() here, but it does not trigger module auto-loading the way +# Get-Command does. Since this is at import time, before any mocks have been defined, that's probably acceptable. +# If someone monkeys with Get-Command before they import Pester, they may break something. + +# The -All parameter is required when calling Get-Command to ensure that PowerShell can find the command it is +# looking for. Otherwise, if you have modules loaded that define proxy cmdlets or that have cmdlets with the same +# name as the safe cmdlets, Get-Command will return null. +$safeCommandLookupParameters = @{ + CommandType = [System.Management.Automation.CommandTypes]::Cmdlet + ErrorAction = [System.Management.Automation.ActionPreference]::Stop +} + +if ($PSVersionTable.PSVersion.Major -gt 2) { + $safeCommandLookupParameters['All'] = $true +} + +$script:SafeCommands = @{ + 'Add-Member' = Get-Command -Name Add-Member -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Add-Type' = Get-Command -Name Add-Type -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Compare-Object' = Get-Command -Name Compare-Object -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Export-ModuleMember' = Get-Command -Name Export-ModuleMember -Module Microsoft.PowerShell.Core @safeCommandLookupParameters + 'ForEach-Object' = Get-Command -Name ForEach-Object -Module Microsoft.PowerShell.Core @safeCommandLookupParameters + 'Format-Table' = Get-Command -Name Format-Table -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Get-Alias' = Get-Command -Name Get-Alias -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Get-ChildItem' = Get-Command -Name Get-ChildItem -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'Get-Command' = Get-Command -Name Get-Command -Module Microsoft.PowerShell.Core @safeCommandLookupParameters + 'Get-Content' = Get-Command -Name Get-Content -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'Get-Date' = Get-Command -Name Get-Date -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Get-Item' = Get-Command -Name Get-Item -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'Get-ItemProperty' = Get-Command -Name Get-ItemProperty -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'Get-Location' = Get-Command -Name Get-Location -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'Get-Member' = Get-Command -Name Get-Member -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Get-Module' = Get-Command -Name Get-Module -Module Microsoft.PowerShell.Core @safeCommandLookupParameters + 'Get-PSDrive' = Get-Command -Name Get-PSDrive -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'Get-PSCallStack' = Get-Command -Name Get-PSCallStack -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Get-Unique' = Get-Command -Name Get-Unique -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Get-Variable' = Get-Command -Name Get-Variable -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Group-Object' = Get-Command -Name Group-Object -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Import-LocalizedData' = Get-Command -Name Import-LocalizedData -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Import-Module' = Get-Command -Name Import-Module -Module Microsoft.PowerShell.Core @safeCommandLookupParameters + 'Join-Path' = Get-Command -Name Join-Path -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'Measure-Object' = Get-Command -Name Measure-Object -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'New-Item' = Get-Command -Name New-Item -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'New-ItemProperty' = Get-Command -Name New-ItemProperty -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'New-Module' = Get-Command -Name New-Module -Module Microsoft.PowerShell.Core @safeCommandLookupParameters + 'New-Object' = Get-Command -Name New-Object -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'New-PSDrive' = Get-Command -Name New-PSDrive -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'New-Variable' = Get-Command -Name New-Variable -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Out-Host' = Get-Command -Name Out-Host -Module $outHostModule @safeCommandLookupParameters + 'Out-File' = Get-Command -Name Out-File -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Out-Null' = Get-Command -Name Out-Null -Module $outNullModule @safeCommandLookupParameters + 'Out-String' = Get-Command -Name Out-String -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Pop-Location' = Get-Command -Name Pop-Location -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'Push-Location' = Get-Command -Name Push-Location -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'Remove-Item' = Get-Command -Name Remove-Item -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'Remove-PSBreakpoint' = Get-Command -Name Remove-PSBreakpoint -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Remove-PSDrive' = Get-Command -Name Remove-PSDrive -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'Remove-Variable' = Get-Command -Name Remove-Variable -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Resolve-Path' = Get-Command -Name Resolve-Path -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'Select-Object' = Get-Command -Name Select-Object -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Set-Content' = Get-Command -Name Set-Content -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'Set-Location' = Get-Command -Name Set-Location -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'Set-PSBreakpoint' = Get-Command -Name Set-PSBreakpoint -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Set-StrictMode' = Get-Command -Name Set-StrictMode -Module Microsoft.PowerShell.Core @safeCommandLookupParameters + 'Set-Variable' = Get-Command -Name Set-Variable -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Sort-Object' = Get-Command -Name Sort-Object -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Split-Path' = Get-Command -Name Split-Path -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'Start-Sleep' = Get-Command -Name Start-Sleep -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Test-Path' = Get-Command -Name Test-Path -Module Microsoft.PowerShell.Management @safeCommandLookupParameters + 'Where-Object' = Get-Command -Name Where-Object -Module Microsoft.PowerShell.Core @safeCommandLookupParameters + 'Write-Error' = Get-Command -Name Write-Error -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Write-Host' = Get-Command -Name Write-Host -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Write-Progress' = Get-Command -Name Write-Progress -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Write-Verbose' = Get-Command -Name Write-Verbose -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters + 'Write-Warning' = Get-Command -Name Write-Warning -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters +} + +# Not all platforms have Get-WmiObject (Nano or PSCore 6.0.0-beta.x on Linux) +# Get-CimInstance is preferred, but we can use Get-WmiObject if it exists +# Moreover, it shouldn't really be fatal if neither of those cmdlets +# exist +if ( Get-Command -ea SilentlyContinue Get-CimInstance ) { + $script:SafeCommands['Get-CimInstance'] = Get-Command -Name Get-CimInstance -Module CimCmdlets @safeCommandLookupParameters +} +elseif ( Get-command -ea SilentlyContinue Get-WmiObject ) { + $script:SafeCommands['Get-WmiObject'] = Get-Command -Name Get-WmiObject -Module Microsoft.PowerShell.Management @safeCommandLookupParameters +} +elseif ( Get-Command -ea SilentlyContinue uname -Type Application ) { + $script:SafeCommands['uname'] = Get-Command -Name uname -Type Application | Select-Object -First 1 + if ( Get-Command -ea SilentlyContinue id -Type Application ) { + $script:SafeCommands['id'] = Get-Command -Name id -Type Application | Select-Object -First 1 + } +} +else { + Write-Warning "OS Information retrieval is not possible, reports will contain only partial system data" +} + +# little sanity check to make sure we don't blow up a system with a typo up there +# (not that I've EVER done that by, for example, mapping New-Item to Remove-Item...) + +foreach ($keyValuePair in $script:SafeCommands.GetEnumerator()) { + if ($keyValuePair.Key -ne $keyValuePair.Value.Name) { + throw "SafeCommands entry for $($keyValuePair.Key) does not hold a reference to the proper command." + } +} + +$script:AssertionOperators = & $SafeCommands['New-Object'] 'Collections.Generic.Dictionary[string,object]'([StringComparer]::InvariantCultureIgnoreCase) +$script:AssertionAliases = & $SafeCommands['New-Object'] 'Collections.Generic.Dictionary[string,object]'([StringComparer]::InvariantCultureIgnoreCase) +$script:AssertionDynamicParams = & $SafeCommands['New-Object'] System.Management.Automation.RuntimeDefinedParameterDictionary +$script:DisableScopeHints = $true + +function Count-Scopes { + param( + [Parameter(Mandatory = $true)] + $ScriptBlock) + + if ($script:DisableScopeHints) { + return 0 + } + + # automatic variable that can help us count scopes must be constant a must not be all scopes + # from the standard ones only Error seems to be that, let's ensure it is like that everywhere run + # other candidate variables can be found by this code + # Get-Variable | where { -not ($_.Options -band [Management.Automation.ScopedItemOptions]"AllScope") -and $_.Options -band $_.Options -band [Management.Automation.ScopedItemOptions]"Constant" } + + # get-variable steps on it's toes and recurses when we mock it in a test + # and we are also invoking this in user scope so we need to pass the reference + # to the safely captured function in the user scope + $safeGetVariable = $script:SafeCommands['Get-Variable'] + $sb = { + param($safeGetVariable) + $err = (& $safeGetVariable -Name Error).Options + if ($err -band "AllScope" -or (-not ($err -band "Constant"))) { + throw "Error variable is set to AllScope, or is not marked as constant cannot use it to count scopes on this platform." + } + + $scope = 0 + while ($null -eq (& $safeGetVariable -Name Error -Scope $scope -ErrorAction SilentlyContinue)) { + $scope++ + } + + $scope - 1 # because we are in a function + } + + $flags = [System.Reflection.BindingFlags]'Instance,NonPublic' + $property = [scriptblock].GetProperty('SessionStateInternal', $flags) + $ssi = $property.GetValue($ScriptBlock, $null) + $property.SetValue($sb, $ssi, $null) + + &$sb $safeGetVariable +} + +function Write-ScriptBlockInvocationHint { + param( + [Parameter(Mandatory = $true)] + [ScriptBlock] $ScriptBlock, + [Parameter(Mandatory = $true)] + [String] + $Hint + ) + + if ($script:DisableScopeHints) { + return + } + + $scope = Get-ScriptBlockHint $ScriptBlock + $count = Count-Scopes -ScriptBlock $ScriptBlock + + Write-Hint "Invoking scriptblock from location '$Hint' in state '$scope', $count scopes deep: + { + $ScriptBlock + }`n`n" +} + +function Write-Hint ($Hint) { + if ($script:DisableScopeHints) { + return + } + + Write-Host -ForegroundColor Cyan $Hint +} + +function Test-Hint { + param ( + [Parameter(Mandatory = $true)] + $InputObject + ) + + if ($script:DisableScopeHints) { + return $true + } + + $property = $InputObject | Get-Member -Name Hint -MemberType NoteProperty + if ($null -eq $property) { + return $false + } + + Test-NullOrWhiteSpace $property.Value +} + +function Set-Hint { + param( + [Parameter(Mandatory = $true)] + [String] $Hint, + [Parameter(Mandatory = $true)] + $InputObject, + [Switch] $Force + ) + + if ($script:DisableScopeHints) { + return + } + + if ($InputObject | Get-Member -Name Hint -MemberType NoteProperty) { + $hintIsNotSet = Test-NullOrWhiteSpace $InputObject.Hint + if ($Force -or $hintIsNotSet) { + $InputObject.Hint = $Hint + } + } + else { + # do not change this to be called without the pipeline, it will throw: Cannot evaluate parameter 'InputObject' because its argument is specified as a script block and there is no input. A script block cannot be evaluated without input. + $InputObject | Add-Member -Name Hint -Value $Hint -MemberType NoteProperty + } +} + +function Set-SessionStateHint { + param( + [Parameter(Mandatory = $true)] + [String] $Hint, + [Parameter(Mandatory = $true)] + [Management.Automation.SessionState] $SessionState, + [Switch] $PassThru + ) + + if ($script:DisableScopeHints) { + if ($PassThru) { + return $SessionState + } + return + } + + # in all places where we capture SessionState we mark its internal state with a hint + # the internal state does not change and we use it to invoke scriptblock in diferent + # states, setting the hint on SessionState is only secondary to make is easier to debug + $flags = [System.Reflection.BindingFlags]'Instance,NonPublic' + $internalSessionState = $SessionState.GetType().GetProperty('Internal', $flags).GetValue($SessionState, $null) + if ($null -eq $internalSessionState) { + throw "SessionState does not have any internal SessionState, this should never happen." + } + + $hashcode = $internalSessionState.GetHashCode() + # optionally sets the hint if there was none, so the hint from the + # function that first captured this session state is preserved + Set-Hint -Hint "$Hint ($hashcode))" -InputObject $internalSessionState + # the public session state should always depend on the internal state + Set-Hint -Hint $internalSessionState.Hint -InputObject $SessionState -Force + + if ($PassThru) { + $SessionState + } +} + +function Get-SessionStateHint { + param( + [Parameter(Mandatory = $true)] + [Management.Automation.SessionState] $SessionState + ) + + if ($script:DisableScopeHints) { + return + } + + # the hint is also attached to the session state object, but sessionstate objects are recreated while + # the internal state stays static so to see the hint on object that we receive via $PSCmdlet.SessionState we need + # to look at the InternalSessionState. the internal state should be never null so just looking there is enough + $flags = [System.Reflection.BindingFlags]'Instance,NonPublic' + $internalSessionState = $SessionState.GetType().GetProperty('Internal', $flags).GetValue($SessionState, $null) + if (Test-Hint $internalSessionState) { + $internalSessionState.Hint + } +} + +function Set-ScriptBlockHint { + param( + [Parameter(Mandatory = $true)] + [ScriptBlock] $ScriptBlock, + [string] $Hint + ) + + if ($script:DisableScopeHints) { + return + } + + $flags = [System.Reflection.BindingFlags]'Instance,NonPublic' + $internalSessionState = $ScriptBlock.GetType().GetProperty('SessionStateInternal', $flags).GetValue($ScriptBlock, $null) + if ($null -eq $internalSessionState) { + if (Test-Hint -InputObject $ScriptBlock) { + # the scriptblock already has a hint and there is not internal state + # so the hint on the scriptblock is enough + # if there was an internal state we would try to copy the hint from it + # onto the scriptblock to keep them in sync + return + } + + if ($null -eq $Hint) { + throw "Cannot set ScriptBlock hint because it is unbound ScriptBlock (with null internal state) and no -Hint was provided." + } + + # adds hint on the ScriptBlock + # the internal session state is null so we must attach the hint directly + # on the scriptblock + Set-Hint -Hint "$Hint (Unbound)" -InputObject $ScriptBlock -Force + } + else { + if (Test-Hint -InputObject $internalSessionState) { + # there already is hint on the internal state, we take it and sync + # it with the hint on the object + Set-Hint -Hint $internalSessionState.Hint -InputObject $ScriptBlock -Force + return + } + + if ($null -eq $Hint) { + throw "Cannot set ScriptBlock hint because it's internal state does not have any Hint and no external -Hint was provided." + } + + $hashcode = $internalSessionState.GetHashCode() + $Hint = "$Hint - ($hashCode)" + Set-Hint -Hint $Hint -InputObject $internalSessionState -Force + Set-Hint -Hint $Hint -InputObject $ScriptBlock -Force + } +} + +function Get-ScriptBlockHint { + param( + [Parameter(Mandatory = $true)] + [ScriptBlock] $ScriptBlock + ) + + if ($script:DisableScopeHints) { + return + } + + # the hint is also attached to the scriptblock object, but not all scriptblocks are tagged by us, + # the internal state stays static so to see the hint on object that we receive we need to look at the InternalSessionState + $flags = [System.Reflection.BindingFlags]'Instance,NonPublic' + $internalSessionState = $ScriptBlock.GetType().GetProperty('SessionStateInternal', $flags).GetValue($ScriptBlock, $null) + + + if ($null -ne $internalSessionState -and (Test-Hint $internalSessionState)) { + return $internalSessionState.Hint + } + + if (Test-Hint $ScriptBlock) { + return $ScriptBlock.Hint + } + + "Unknown unbound ScriptBlock" +} + + +function Test-NullOrWhiteSpace { + param ([string]$String) + + $String -match "^\s*$" +} + +function Assert-ValidAssertionName { + param([string]$Name) + if ($Name -notmatch '^\S+$') { + throw "Assertion name '$name' is invalid, assertion name must be a single word." + } +} + +function Assert-ValidAssertionAlias { + param([string[]]$Alias) + if ($Alias -notmatch '^\S+$') { + throw "Assertion alias '$string' is invalid, assertion alias must be a single word." + } +} + +function Add-AssertionOperator { + <# +.SYNOPSIS + Register an Assertion Operator with Pester +.DESCRIPTION + This function allows you to create custom Should assertions. +.EXAMPLE + ```ps + function BeAwesome($ActualValue, [switch] $Negate) + { + + [bool] $succeeded = $ActualValue -eq 'Awesome' + if ($Negate) { $succeeded = -not $succeeded } + + if (-not $succeeded) + { + if ($Negate) + { + $failureMessage = "{$ActualValue} is Awesome" + } + else + { + $failureMessage = "{$ActualValue} is not Awesome" + } + } + + return New-Object psobject -Property @{ + Succeeded = $succeeded + FailureMessage = $failureMessage + } + } + + Add-AssertionOperator -Name BeAwesome ` + -Test $function:BeAwesome ` + -Alias 'BA' + + PS C:\> "bad" | should -BeAwesome + {bad} is not Awesome + ``` +.PARAMETER Name + The name of the assertion. This will become a Named Parameter of Should. +.PARAMETER Test + The test function. The function must return a PSObject with a [Bool]succeeded and a [string]failureMessage property. +.PARAMETER Alias + A list of aliases for the Named Parameter. +.PARAMETER SupportsArrayInput + Does the test function support the passing an array of values to test. +.PARAMETER InternalName + If -Name is different from the actual function name, record the actual function name here. + Used by Get-ShouldOperator to pull function help. +#> + [CmdletBinding()] + param ( + [Parameter(Mandatory = $true)] + [string] $Name, + + [Parameter(Mandatory = $true)] + [scriptblock] $Test, + + [ValidateNotNullOrEmpty()] + [AllowEmptyCollection()] + [string[]] $Alias = @(), + + [Parameter()] + [string] $InternalName, + + [switch] $SupportsArrayInput + ) + + $entry = New-Object psobject -Property @{ + Test = $Test + SupportsArrayInput = [bool]$SupportsArrayInput + Name = $Name + Alias = $Alias + InternalName = If ($InternalName) { + $InternalName + } + Else { + $Name + } + } + if (Test-AssertionOperatorIsDuplicate -Operator $entry) { + # This is an exact duplicate of an existing assertion operator. + return + } + + $namesToCheck = @( + $Name + $Alias + ) + + Assert-AssertionOperatorNameIsUnique -Name $namesToCheck + + $script:AssertionOperators[$Name] = $entry + + foreach ($string in $Alias | Where { -not (Test-NullOrWhiteSpace $_) }) { + Assert-ValidAssertionAlias -Alias $string + $script:AssertionAliases[$string] = $Name + } + + Add-AssertionDynamicParameterSet -AssertionEntry $entry +} + +function Test-AssertionOperatorIsDuplicate { + param ( + [psobject] $Operator + ) + + $existing = $script:AssertionOperators[$Operator.Name] + if (-not $existing) { + return $false + } + + return $Operator.SupportsArrayInput -eq $existing.SupportsArrayInput -and + $Operator.Test.ToString() -eq $existing.Test.ToString() -and + -not (Compare-Object $Operator.Alias $existing.Alias) +} +function Assert-AssertionOperatorNameIsUnique { + param ( + [string[]] $Name + ) + + foreach ($string in $name | Where { -not (Test-NullOrWhiteSpace $_) }) { + Assert-ValidAssertionName -Name $string + + if ($script:AssertionOperators.ContainsKey($string)) { + throw "Assertion operator name '$string' has been added multiple times." + } + + if ($script:AssertionAliases.ContainsKey($string)) { + throw "Assertion operator name '$string' already exists as an alias for operator '$($script:AssertionAliases[$key])'" + } + } +} + +function Add-AssertionDynamicParameterSet { + param ( + [object] $AssertionEntry + ) + + ${function:__AssertionTest__} = $AssertionEntry.Test + $commandInfo = Get-Command __AssertionTest__ -CommandType Function + $metadata = [System.Management.Automation.CommandMetadata]$commandInfo + + $attribute = New-Object Management.Automation.ParameterAttribute + $attribute.ParameterSetName = $AssertionEntry.Name + $attribute.Mandatory = $true + + $attributeCollection = New-Object Collections.ObjectModel.Collection[Attribute] + $null = $attributeCollection.Add($attribute) + if (-not (Test-NullOrWhiteSpace $AssertionEntry.Alias)) { + Assert-ValidAssertionAlias -Alias $AssertionEntry.Alias + $attribute = New-Object System.Management.Automation.AliasAttribute($AssertionEntry.Alias) + $attributeCollection.Add($attribute) + } + + $dynamic = New-Object System.Management.Automation.RuntimeDefinedParameter($AssertionEntry.Name, [switch], $attributeCollection) + $null = $script:AssertionDynamicParams.Add($AssertionEntry.Name, $dynamic) + + if ($script:AssertionDynamicParams.ContainsKey('Not')) { + $dynamic = $script:AssertionDynamicParams['Not'] + } + else { + $dynamic = New-Object System.Management.Automation.RuntimeDefinedParameter('Not', [switch], (New-Object System.Collections.ObjectModel.Collection[Attribute])) + $null = $script:AssertionDynamicParams.Add('Not', $dynamic) + } + + $attribute = New-Object System.Management.Automation.ParameterAttribute + $attribute.ParameterSetName = $AssertionEntry.Name + $attribute.Mandatory = $false + $null = $dynamic.Attributes.Add($attribute) + + $i = 1 + foreach ($parameter in $metadata.Parameters.Values) { + # common parameters that are already defined + if ($parameter.Name -eq 'ActualValue' -or $parameter.Name -eq 'Not' -or $parameter.Name -eq 'Negate') { + continue + } + + + if ($script:AssertionOperators.ContainsKey($parameter.Name) -or $script:AssertionAliases.ContainsKey($parameter.Name)) { + throw "Test block for assertion operator $($AssertionEntry.Name) contains a parameter named $($parameter.Name), which conflicts with another assertion operator's name or alias." + } + + foreach ($alias in $parameter.Aliases) { + if ($script:AssertionOperators.ContainsKey($alias) -or $script:AssertionAliases.ContainsKey($alias)) { + throw "Test block for assertion operator $($AssertionEntry.Name) contains a parameter named $($parameter.Name) with alias $alias, which conflicts with another assertion operator's name or alias." + } + } + + if ($script:AssertionDynamicParams.ContainsKey($parameter.Name)) { + $dynamic = $script:AssertionDynamicParams[$parameter.Name] + } + else { + # We deliberately use a type of [object] here to avoid conflicts between different assertion operators that may use the same parameter name. + # We also don't bother to try to copy transformation / validation attributes here for the same reason. + # Because we'll be passing these parameters on to the actual test function later, any errors will come out at that time. + + # few years later: using [object] causes problems with switch params (in my case -PassThru), because then we cannot use them without defining a value + # so for switches we must prefer the conflicts over type + if ([switch] -eq $parameter.ParameterType) { + $type = [switch] + } + else { + $type = [object] + } + + $dynamic = New-Object System.Management.Automation.RuntimeDefinedParameter($parameter.Name, $type, (New-Object System.Collections.ObjectModel.Collection[Attribute])) + $null = $script:AssertionDynamicParams.Add($parameter.Name, $dynamic) + } + + $attribute = New-Object Management.Automation.ParameterAttribute + $attribute.ParameterSetName = $AssertionEntry.Name + $attribute.Mandatory = $false + $attribute.Position = ($i++) + + $null = $dynamic.Attributes.Add($attribute) + } +} + +function Get-AssertionOperatorEntry([string] $Name) { + return $script:AssertionOperators[$Name] +} + +function Get-AssertionDynamicParams { + return $script:AssertionDynamicParams +} + +$Script:PesterRoot = & $SafeCommands['Split-Path'] -Path $MyInvocation.MyCommand.Path +"$PesterRoot\Functions\*.ps1", "$PesterRoot\Functions\Assertions\*.ps1" | + & $script:SafeCommands['Resolve-Path'] | + & $script:SafeCommands['Where-Object'] { -not ($_.ProviderPath.ToLower().Contains(".tests.")) } | + & $script:SafeCommands['ForEach-Object'] { . $_.ProviderPath } + +if (& $script:SafeCommands['Test-Path'] "$PesterRoot\Dependencies") { + # sub-modules + & $script:SafeCommands['Get-ChildItem'] "$PesterRoot\Dependencies\*\*.psm1" | + & $script:SafeCommands['ForEach-Object'] { & $script:SafeCommands['Import-Module'] $_.FullName -Force -DisableNameChecking } +} + +Add-Type -TypeDefinition @" +using System; + +namespace Pester +{ + [Flags] + public enum OutputTypes + { + None = 0, + Default = 1, + Passed = 2, + Failed = 4, + Pending = 8, + Skipped = 16, + Inconclusive = 32, + Describe = 64, + Context = 128, + Summary = 256, + Header = 512, + All = Default | Passed | Failed | Pending | Skipped | Inconclusive | Describe | Context | Summary | Header, + Fails = Default | Failed | Pending | Skipped | Inconclusive | Describe | Context | Summary | Header + } +} +"@ + +function Has-Flag { + param + ( + [Parameter(Mandatory = $true)] + [Pester.OutputTypes] + $Setting, + [Parameter(Mandatory = $true, ValueFromPipeline = $true)] + [Pester.OutputTypes] + $Value + ) + + 0 -ne ($Setting -band $Value) +} + +function Invoke-Pester { + <# + .SYNOPSIS + Runs Pester tests + + .DESCRIPTION + The Invoke-Pester function runs Pester tests, including *.Tests.ps1 files and + Pester tests in PowerShell scripts. + + You can run scripts that include Pester tests just as you would any other + Windows PowerShell script, including typing the full path at the command line + and running in a script editing program. Typically, you use Invoke-Pester to run + all Pester tests in a directory, or to use its many helpful parameters, + including parameters that generate custom objects or XML files. + + By default, Invoke-Pester runs all *.Tests.ps1 files in the current directory + and all subdirectories recursively. You can use its parameters to select tests + by file name, test name, or tag. + + To run Pester tests in scripts that take parameter values, use the Script + parameter with a hash table value. + + Also, by default, Pester tests write test results to the console host, much like + Write-Host does, but you can use the Show parameter set to None to suppress the host + messages, use the PassThru parameter to generate a custom object + (PSCustomObject) that contains the test results, use the OutputXml and + OutputFormat parameters to write the test results to an XML file, and use the + EnableExit parameter to return an exit code that contains the number of failed + tests. + + You can also use the Strict parameter to fail all pending and skipped tests. + This feature is ideal for build systems and other processes that require success + on every test. + + To help with test design, Invoke-Pester includes a CodeCoverage parameter that + lists commands, classes, functions, and lines of code that did not run during test + execution and returns the code that ran as a percentage of all tested code. + + Invoke-Pester, and the Pester module that exports it, are products of an + open-source project hosted on GitHub. To view, comment, or contribute to the + repository, see https://github.com/Pester. + + .PARAMETER Script + Specifies the test files that Pester runs. You can also use the Script parameter + to pass parameter names and values to a script that contains Pester tests. The + value of the Script parameter can be a string, a hash table, or a collection + of hash tables and strings. Wildcard characters are supported. + + The Script parameter is optional. If you omit it, Invoke-Pester runs all + *.Tests.ps1 files in the local directory and its subdirectories recursively. + + To run tests in other files, such as .ps1 files, enter the path and file name of + the file. (The file name is required. Name patterns that end in "*.ps1" run only + *.Tests.ps1 files.) + + To run a Pester test with parameter names and/or values, use a hash table as the + value of the script parameter. The keys in the hash table are: + + -- Path [string] (required): Specifies a test to run. The value is a path\file + name or name pattern. Wildcards are permitted. All hash tables in a Script + parameter value must have a Path key. + + -- Parameters [hashtable]: Runs the script with the specified parameters. The + value is a nested hash table with parameter name and value pairs, such as + @{UserName = 'User01'; Id = '28'}. + + -- Arguments [array]: An array or comma-separated list of parameter values + without names, such as 'User01', 28. Use this key to pass values to positional + parameters. + + + .PARAMETER TestName + Runs only tests in Describe blocks that have the specified name or name pattern. + Wildcard characters are supported. + + If you specify multiple TestName values, Invoke-Pester runs tests that have any + of the values in the Describe name (it ORs the TestName values). + + .PARAMETER EnableExit + Will cause Invoke-Pester to exit with a exit code equal to the number of failed + tests once all tests have been run. Use this to "fail" a build when any tests fail. + + .PARAMETER OutputFile + The path where Invoke-Pester will save formatted test results log file. + + The path must include the location and name of the folder and file name with + the xml extension. + + If this path is not provided, no log will be generated. + + .PARAMETER OutputFormat + The format of output. Two formats of output are supported: NUnitXml and + JUnitXml. + + .PARAMETER Tag + Runs only tests in Describe blocks with the specified Tag parameter values. + Wildcard characters are supported. Tag values that include spaces or whitespace + will be split into multiple tags on the whitespace. + + When you specify multiple Tag values, Invoke-Pester runs tests that have any + of the listed tags (it ORs the tags). However, when you specify TestName + and Tag values, Invoke-Pester runs only describe blocks that have one of the + specified TestName values and one of the specified Tag values. + + If you use both Tag and ExcludeTag, ExcludeTag takes precedence. + + .PARAMETER ExcludeTag + Omits tests in Describe blocks with the specified Tag parameter values. Wildcard + characters are supported. Tag values that include spaces or whitespace + will be split into multiple tags on the whitespace. + + When you specify multiple ExcludeTag values, Invoke-Pester omits tests that have + any of the listed tags (it ORs the tags). However, when you specify TestName + and ExcludeTag values, Invoke-Pester omits only describe blocks that have one + of the specified TestName values and one of the specified Tag values. + + If you use both Tag and ExcludeTag, ExcludeTag takes precedence + + .PARAMETER PassThru + Returns a custom object (PSCustomObject) that contains the test results. + + By default, Invoke-Pester writes to the host program, not to the output stream (stdout). + If you try to save the result in a variable, the variable is empty unless you + use the PassThru parameter. + + To suppress the host output, use the Show parameter set to None. + + .PARAMETER CodeCoverage + Adds a code coverage report to the Pester tests. Takes strings or hash table values. + + A code coverage report lists the lines of code that did and did not run during + a Pester test. This report does not tell whether code was tested; only whether + the code ran during the test. + + By default, the code coverage report is written to the host program + (like Write-Host). When you use the PassThru parameter, the custom object + that Invoke-Pester returns has an additional CodeCoverage property that contains + a custom object with detailed results of the code coverage test, including lines + hit, lines missed, and helpful statistics. + + However, NUnitXml and JUnitXml output (OutputXML, OutputFormat) do not include + any code coverage information, because it's not supported by the schema. + + Enter the path to the files of code under test (not the test file). + Wildcard characters are supported. If you omit the path, the default is local + directory, not the directory specified by the Script parameter. Pester test files + are by default excluded from code coverage when a directory is provided. When you + provide a test file directly using string, code coverage will be measured. To include + tests in code coverage of a directory, use the dictionary syntax and provide + IncludeTests = $true option, as shown below. + + To run a code coverage test only on selected classes, functions or lines in a script, + enter a hash table value with the following keys: + + -- Path (P)(mandatory) : Enter one path to the files. Wildcard characters + are supported, but only one string is permitted. + -- IncludeTests : Includes code coverage for Pester test files (*.tests.ps1). + Default is false. + + One of the following: Class/Function or StartLine/EndLine + + -- Class (C) : Enter the class name. Wildcard characters are + supported, but only one string is permitted. Default is *. + -- Function (F) : Enter the function name. Wildcard characters are + supported, but only one string is permitted. Default is *. + + -or- + + -- StartLine (S): Performs code coverage analysis beginning with the specified + line. Default is line 1. + -- EndLine (E): Performs code coverage analysis ending with the specified line. + Default is the last line of the script. + + .PARAMETER CodeCoverageOutputFile + The path where Invoke-Pester will save formatted code coverage results file. + + The path must include the location and name of the folder and file name with + a required extension (usually the xml). + + If this path is not provided, no file will be generated. + + .PARAMETER CodeCoverageOutputFileEncoding + The encoding in which Invoke-Pester will save the code coverage results file + as. Defaults to 'utf8'. + + Supported encodings in the respective PowerShell version are the same as + those supported by the cmdlet Out-File in that PowerShell version. + + .PARAMETER CodeCoverageOutputFileFormat + The name of a code coverage report file format. + + Default value is: JaCoCo. + + Currently supported formats are: + - JaCoCo - this XML file format is compatible with the VSTS/TFS + + .PARAMETER Strict + Makes Pending and Skipped tests to Failed tests. Useful for continuous + integration where you need to make sure all tests passed. + + .PARAMETER Quiet + The parameter Quiet is deprecated since Pester v. 4.0 and will be deleted + in the next major version of Pester. Please use the parameter Show + with value 'None' instead. + + The parameter Quiet suppresses the output that Pester writes to the host program, + including the result summary and CodeCoverage output. + + This parameter does not affect the PassThru custom object or the XML output that + is written when you use the Output parameters. + + .PARAMETER Show + Customizes the output Pester writes to the screen. Available options are None, Default, + Passed, Failed, Pending, Skipped, Inconclusive, Describe, Context, Summary, Header, All, Fails. + + The options can be combined to define presets. + Common use cases are: + + None - to write no output to the screen. + All - to write all available information (this is default option). + Fails - to write everything except Passed (but including Describes etc.). + + A common setting is also Failed, Summary, to write only failed tests and test summary. + + This parameter does not affect the PassThru custom object or the XML output that + is written when you use the Output parameters. + + .PARAMETER PesterOption + Sets advanced options for the test execution. Enter a PesterOption object, + such as one that you create by using the New-PesterOption cmdlet, or a hash table + in which the keys are option names and the values are option values. + For more information on the options available, see the help for New-PesterOption. + + .Example + Invoke-Pester + + This command runs all *.Tests.ps1 files in the current directory and its subdirectories. + + .Example + Invoke-Pester -Script .\Util* + + This commands runs all *.Tests.ps1 files in subdirectories with names that begin + with 'Util' and their subdirectories. + + .Example + Invoke-Pester -Script D:\MyModule, @{ Path = '.\Tests\Utility\ModuleUnit.Tests.ps1'; Parameters = @{ Name = 'User01' }; Arguments = srvNano16 } + + This command runs all *.Tests.ps1 files in D:\MyModule and its subdirectories. + It also runs the tests in the ModuleUnit.Tests.ps1 file using the following + parameters: .\Tests\Utility\ModuleUnit.Tests.ps1 srvNano16 -Name User01 + + .Example + Invoke-Pester -Script @{Script = $scriptText} + + This command runs all tests passed as string in $scriptText variable with no aditional parameters and arguments. This notation can be combined with + Invoke-Pester -Script D:\MyModule, @{ Path = '.\Tests\Utility\ModuleUnit.Tests.ps1'; Parameters = @{ Name = 'User01' }; Arguments = srvNano16 } + if needed. This command can be used when tests and scripts are stored not on the FileSystem, but somewhere else, and it is impossible to provide a path to it. + + .Example + Invoke-Pester -TestName "Add Numbers" + + This command runs only the tests in the Describe block named "Add Numbers". + + .EXAMPLE + ```ps + $results = Invoke-Pester -Script D:\MyModule -PassThru -Show None + $failed = $results.TestResult | where Result -eq 'Failed' + + $failed.Name + cannot find help for parameter: Force : in Compress-Archive + help for Force parameter in Compress-Archive has wrong Mandatory value + help for Compress-Archive has wrong parameter type for Force + help for Update parameter in Compress-Archive has wrong Mandatory value + help for DestinationPath parameter in Expand-Archive has wrong Mandatory value + + $failed[0] + Describe : Test help for Compress-Archive in Microsoft.PowerShell.Archive (1.0.0.0) + Context : Test parameter help for Compress-Archive + Name : cannot find help for parameter: Force : in Compress-Archive + Result : Failed + Passed : False + Time : 00:00:00.0193083 + FailureMessage : Expected: value to not be empty + StackTrace : at line: 279 in C:\GitHub\PesterTdd\Module.Help.Tests.ps1 + 279: $parameterHelp.Description.Text | Should Not BeNullOrEmpty + ErrorRecord : Expected: value to not be empty + ParameterizedSuiteName : + Parameters : {} + ``` + + This examples uses the PassThru parameter to return a custom object with the + Pester test results. By default, Invoke-Pester writes to the host program, but not + to the output stream. It also uses the Show parameter set to None to suppress the host output. + + The first command runs Invoke-Pester with the PassThru and Show parameters and + saves the PassThru output in the $results variable. + + The second command gets only failing results and saves them in the $failed variable. + + The third command gets the names of the failing results. The result name is the + name of the It block that contains the test. + + The fourth command uses an array index to get the first failing result. The + property values describe the test, the expected result, the actual result, and + useful values, including a stack trace. + + .Example + Invoke-Pester -EnableExit -OutputFile ".\artifacts\TestResults.xml" -OutputFormat NUnitXml + + This command runs all tests in the current directory and its subdirectories. It + writes the results to the TestResults.xml file using the NUnitXml schema. The + test returns an exit code equal to the number of test failures. + + .EXAMPLE + Invoke-Pester -CodeCoverage 'ScriptUnderTest.ps1' + + Runs all *.Tests.ps1 scripts in the current directory, and generates a coverage + report for all commands in the "ScriptUnderTest.ps1" file. + + .EXAMPLE + Invoke-Pester -CodeCoverage @{ Path = 'ScriptUnderTest.ps1'; Function = 'FunctionUnderTest' } + + Runs all *.Tests.ps1 scripts in the current directory, and generates a coverage + report for all commands in the "FunctionUnderTest" function in the "ScriptUnderTest.ps1" file. + + .EXAMPLE + Invoke-Pester -CodeCoverage 'ScriptUnderTest.ps1' -CodeCoverageOutputFile '.\artifacts\TestOutput.xml' + + Runs all *.Tests.ps1 scripts in the current directory, and generates a coverage + report for all commands in the "ScriptUnderTest.ps1" file, and writes the coverage report to TestOutput.xml + file using the JaCoCo XML Report DTD. + + .EXAMPLE + Invoke-Pester -CodeCoverage @{ Path = 'ScriptUnderTest.ps1'; StartLine = 10; EndLine = 20 } + + Runs all *.Tests.ps1 scripts in the current directory, and generates a coverage + report for all commands on lines 10 through 20 in the "ScriptUnderTest.ps1" file. + + .EXAMPLE + Invoke-Pester -Script C:\Tests -Tag UnitTest, Newest -ExcludeTag Bug + + This command runs *.Tests.ps1 files in C:\Tests and its subdirectories. In those + files, it runs only tests that have UnitTest or Newest tags, unless the test + also has a Bug tag. + + .LINK + https://pester.dev/docs/commands/Describe + + .LINK + https://pester.dev/docs/commands/New-PesterOption + #> + [CmdletBinding(DefaultParameterSetName = 'Default')] + param( + [Parameter(Position = 0, Mandatory = 0)] + [Alias('Path', 'relative_path')] + [object[]]$Script = '.', + + [Parameter(Position = 1, Mandatory = 0)] + [Alias("Name")] + [string[]]$TestName, + + [Parameter(Position = 2, Mandatory = 0)] + [switch]$EnableExit, + + [Parameter(Position = 4, Mandatory = 0)] + [Alias('Tags')] + [string[]]$Tag, + + [string[]]$ExcludeTag, + + [switch]$PassThru, + + [object[]] $CodeCoverage = @(), + + [string] $CodeCoverageOutputFile, + + [Parameter()] + [ValidateSet('ascii', 'bigendianunicode', 'oem', 'unicode', 'utf7', 'utf8', 'utf8BOM', 'utf8NoBOM', 'utf32')] + [string] $CodeCoverageOutputFileEncoding = 'utf8', + + [ValidateSet('JaCoCo')] + [String]$CodeCoverageOutputFileFormat = "JaCoCo", + + [Switch]$Strict, + + [Parameter(Mandatory = $true, ParameterSetName = 'NewOutputSet')] + [string] $OutputFile, + + [Parameter(ParameterSetName = 'NewOutputSet')] + [ValidateSet('NUnitXml', 'JUnitXml')] + [string] $OutputFormat = 'NUnitXml', + + [Switch]$Quiet, + + [object]$PesterOption, + + [Pester.OutputTypes]$Show = 'All' + ) + begin { + # Ensure when running Pester that we're using RSpec strings + & $script:SafeCommands['Import-LocalizedData'] -BindingVariable Script:ReportStrings -BaseDirectory $PesterRoot -FileName RSpec.psd1 -ErrorAction SilentlyContinue + + # Fallback to en-US culture strings + If ([String]::IsNullOrEmpty($ReportStrings)) { + + & $script:SafeCommands['Import-LocalizedData'] -BaseDirectory $PesterRoot -BindingVariable Script:ReportStrings -UICulture 'en-US' -FileName RSpec.psd1 -ErrorAction Stop + + } + } + + end { + if ($PSBoundParameters.ContainsKey('Quiet')) { + & $script:SafeCommands['Write-Warning'] 'The -Quiet parameter has been deprecated; please use the new -Show parameter instead. To get no output use -Show None.' + & $script:SafeCommands['Start-Sleep'] -Seconds 2 + + if (!$PSBoundParameters.ContainsKey('Show')) { + $Show = [Pester.OutputTypes]::None + } + } + + $script:mockTable = @{ } + Remove-MockFunctionsAndAliases + $sessionState = Set-SessionStateHint -PassThru -Hint "Caller - Captured in Invoke-Pester" -SessionState $PSCmdlet.SessionState + $pester = New-PesterState -TestNameFilter $TestName -TagFilter $Tag -ExcludeTagFilter $ExcludeTag -SessionState $SessionState -Strict:$Strict -Show:$Show -PesterOption $PesterOption -RunningViaInvokePester + + try { + Enter-CoverageAnalysis -CodeCoverage $CodeCoverage -PesterState $pester + Write-PesterStart $pester $Script + + $invokeTestScript = { + param ( + [Parameter(Position = 0)] + [string] $Path, + [string] $Script, + $Set_ScriptBlockHint, + [object[]] $Arguments = @(), + [System.Collections.IDictionary] $Parameters = @{ } + ) + + if (-not [string]::IsNullOrEmpty($Path)) { + & $Path @Parameters @Arguments + } + elseif (-not [string]::IsNullOrEmpty($Script)) { + $scriptBlock = [scriptblock]::Create($Script) + & $Set_ScriptBlockHint -Hint "Unbound ScriptBlock from Invoke-Pester" -ScriptBlock $scriptBlock + Invoke-Command -ScriptBlock ($scriptBlock) + } + } + + Set-ScriptBlockScope -ScriptBlock $invokeTestScript -SessionState $sessionState + $testScripts = @(ResolveTestScripts $Script) + + + foreach ($testScript in $testScripts) { + #Get test description for better output + if (-not [string]::IsNullOrEmpty($testScript.Path)) { + $testDescription = $testScript.Path + } + elseif (-not [string]::IsNullOrEmpty($testScript.Script)) { + $testDescription = $testScript.Script + } + + try { + $pester.EnterTestGroup($testDescription, 'Script') + Write-Describe $testDescription -CommandUsed Script + do { + $testOutput = & $invokeTestScript -Path $testScript.Path -Script $testScript.Script -Arguments $testScript.Arguments -Parameters $testScript.Parameters -Set_ScriptBlockHint $script:SafeCommands['Set-ScriptBlockHint'] + } until ($true) + } + catch { + $firstStackTraceLine = $null + if (($_ | & $SafeCommands['Get-Member'] -Name ScriptStackTrace) -and $null -ne $_.ScriptStackTrace) { + $firstStackTraceLine = $_.ScriptStackTrace -split '\r?\n' | & $script:SafeCommands['Select-Object'] -First 1 + } + $pester.AddTestResult("Error occurred in test script '$($testDescription)'", "Failed", $null, $_.Exception.Message, $firstStackTraceLine, $null, $null, $_) + + # This is a hack to ensure that XML output is valid for now. The test-suite names come from the Describe attribute of the TestResult + # objects, and a blank name is invalid NUnit XML. This will go away when we promote test scripts to have their own test-suite nodes, + # planned for v4.0 + $pester.TestResult[-1].Describe = "Error in $($testDescription)" + + $pester.TestResult[-1] | Write-PesterResult + } + finally { + Exit-MockScope + $pester.LeaveTestGroup($testDescription, 'Script') + } + } + + $pester | Write-PesterReport + $coverageReport = Get-CoverageReport -PesterState $pester + Write-CoverageReport -CoverageReport $coverageReport + if ((& $script:SafeCommands['Get-Variable'] -Name CodeCoverageOutputFile -ValueOnly -ErrorAction $script:IgnoreErrorPreference) ` + -and (& $script:SafeCommands['Get-Variable'] -Name CodeCoverageOutputFileFormat -ValueOnly -ErrorAction $script:IgnoreErrorPreference) -eq 'JaCoCo') { + $jaCoCoReport = Get-JaCoCoReportXml -PesterState $pester -CoverageReport $coverageReport + $jaCoCoReport | & $SafeCommands['Out-File'] $CodeCoverageOutputFile -Encoding $CodeCoverageOutputFileEncoding + } + Exit-CoverageAnalysis -PesterState $pester + } + finally { + Exit-MockScope + } + + Set-PesterStatistics + + if (& $script:SafeCommands['Get-Variable'] -Name OutputFile -ValueOnly -ErrorAction $script:IgnoreErrorPreference) { + Export-PesterResults -PesterState $pester -Path $OutputFile -Format $OutputFormat + } + + if ($PassThru) { + # Remove all runtime properties like current* and Scope + $properties = @( + "TagFilter", "ExcludeTagFilter", "TestNameFilter", "ScriptBlockFilter", "TotalCount", "PassedCount", "FailedCount", "SkippedCount", "PendingCount", 'InconclusiveCount', "Time", "TestResult" + + if ($CodeCoverage) { + @{ Name = 'CodeCoverage'; Expression = { $coverageReport } } + } + ) + + $pester | & $script:SafeCommands['Select-Object'] -Property $properties + } + + if ($EnableExit) { + Exit-WithCode -FailedCount $pester.FailedCount + } + } +} + +function New-PesterOption { + <# + .SYNOPSIS + Creates an object that contains advanced options for Invoke-Pester + .DESCRIPTION + By using New-PesterOption you can set options what allow easier integration with external applications or + modifies output generated by Invoke-Pester. + The result of New-PesterOption need to be assigned to the parameter 'PesterOption' of the Invoke-Pester function. + .PARAMETER IncludeVSCodeMarker + When this switch is set, an extra line of output will be written to the console for test failures, making it easier + for VSCode's parser to provide highlighting / tooltips on the line where the error occurred. + .PARAMETER TestSuiteName + When generating NUnit XML output, this controls the name assigned to the root "test-suite" element. Defaults to "Pester". + .PARAMETER ScriptBlockFilter + Filters scriptblock based on the path and line number. This is intended for integration with external tools so we don't rely on names (strings) that can have expandable variables in them. + .PARAMETER Experimental + Enables experimental features of Pester to be enabled. + .PARAMETER ShowScopeHints + EXPERIMENTAL: Enables debugging output for debugging tranisition among scopes. (Experimental flag needs to be used to enable this.) + + .INPUTS + None + You cannot pipe input to this command. + .OUTPUTS + System.Management.Automation.PSObject + .EXAMPLE + ```ps + $Options = New-PesterOption -TestSuiteName "Tests - Set A" + + Invoke-Pester -PesterOption $Options -Outputfile ".\Results-Set-A.xml" -OutputFormat NUnitXML + ``` + + The result of commands will be execution of tests and saving results of them in a NUnitMXL file where the root "test-suite" + will be named "Tests - Set A". + + .LINK + https://pester.dev/docs/commands/Invoke-Pester + #> + + [CmdletBinding()] + param ( + [switch] $IncludeVSCodeMarker, + + [ValidateNotNullOrEmpty()] + [string] $TestSuiteName = 'Pester', + + [switch] $Experimental, + + [switch] $ShowScopeHints, + + [hashtable[]] $ScriptBlockFilter + ) + + # in PowerShell 2 Add-Member can attach properties only to + # PSObjects, I could work around this by capturing all instances + # in checking them during runtime, but that would bring a lot of + # object management problems - so let's just not allow this in PowerShell 2 + if ($Experimental -and $ShowScopeHints) { + if ($PSVersionTable.PSVersion.Major -lt 3) { + throw "Scope hints cannot be used on PowerShell 2 due to limitations of Add-Member." + } + + $script:DisableScopeHints = $false + } + else { + $script:DisableScopeHints = $true + } + + return & $script:SafeCommands['New-Object'] psobject -Property @{ + IncludeVSCodeMarker = [bool] $IncludeVSCodeMarker + TestSuiteName = $TestSuiteName + ShowScopeHints = $ShowScopeHints + Experimental = $Experimental + ScriptBlockFilter = $ScriptBlockFilter + } +} + +function ResolveTestScripts { + param ([object[]] $Path) + + $resolvedScriptInfo = @( + foreach ($object in $Path) { + if ($object -is [System.Collections.IDictionary]) { + $unresolvedPath = Get-DictionaryValueFromFirstKeyFound -Dictionary $object -Key 'Path', 'p' + $script = Get-DictionaryValueFromFirstKeyFound -Dictionary $object -Key 'Script' + $arguments = @(Get-DictionaryValueFromFirstKeyFound -Dictionary $object -Key 'Arguments', 'args', 'a') + $parameters = Get-DictionaryValueFromFirstKeyFound -Dictionary $object -Key 'Parameters', 'params' + + if ($null -eq $Parameters) { + $Parameters = @{ } + } + + if ($unresolvedPath -isnot [string] -or $unresolvedPath -notmatch '\S' -and ($script -isnot [string] -or $script -notmatch '\S')) { + throw 'When passing hashtables to the -Path parameter, the Path key is mandatory, and must contain a single string.' + } + + if ($null -ne $parameters -and $parameters -isnot [System.Collections.IDictionary]) { + throw 'When passing hashtables to the -Path parameter, the Parameters key (if present) must be assigned an IDictionary object.' + } + } + else { + $unresolvedPath = [string] $object + $script = [string] $object + $arguments = @() + $parameters = @{ } + } + + if (-not [string]::IsNullOrEmpty($unresolvedPath)) { + if ($unresolvedPath -notmatch '[\*\?\[\]]' -and + (& $script:SafeCommands['Test-Path'] -LiteralPath $unresolvedPath -PathType Leaf) -and + (& $script:SafeCommands['Get-Item'] -LiteralPath $unresolvedPath) -is [System.IO.FileInfo]) { + $extension = [System.IO.Path]::GetExtension($unresolvedPath) + if ($extension -ne '.ps1') { + & $script:SafeCommands['Write-Error'] "Script path '$unresolvedPath' is not a ps1 file." + } + else { + & $script:SafeCommands['New-Object'] psobject -Property @{ + Path = $unresolvedPath + Script = $null + Arguments = $arguments + Parameters = $parameters + } + } + } + else { + # World's longest pipeline? + + & $script:SafeCommands['Resolve-Path'] -Path $unresolvedPath | + & $script:SafeCommands['Where-Object'] { $_.Provider.Name -eq 'FileSystem' } | + & $script:SafeCommands['Select-Object'] -ExpandProperty ProviderPath | + & $script:SafeCommands['Get-ChildItem'] -Include *.Tests.ps1 -Recurse | + & $script:SafeCommands['Where-Object'] { -not $_.PSIsContainer } | + & $script:SafeCommands['Select-Object'] -ExpandProperty FullName -Unique | + & $script:SafeCommands['ForEach-Object'] { + & $script:SafeCommands['New-Object'] psobject -Property @{ + Path = $_ + Script = $null + Arguments = $arguments + Parameters = $parameters + } + } + } + } + elseif (-not [string]::IsNullOrEmpty($script)) { + & $script:SafeCommands['New-Object'] psobject -Property @{ + Path = $null + Script = $script + Arguments = $arguments + Parameters = $parameters + } + } + } + ) + + # Here, we have the option of trying to weed out duplicate file paths that also contain identical + # Parameters / Arguments. However, we already make sure that each object in $Path didn't produce + # any duplicate file paths, and if the caller happens to pass in a set of parameters that produce + # dupes, maybe that's not our problem. For now, just return what we found. + + $resolvedScriptInfo +} + +function Get-DictionaryValueFromFirstKeyFound { + param ([System.Collections.IDictionary] $Dictionary, [object[]] $Key) + + foreach ($keyToTry in $Key) { + if ($Dictionary.Contains($keyToTry)) { + return $Dictionary[$keyToTry] + } + } +} + +function Set-ScriptBlockScope { + [CmdletBinding()] + param ( + [Parameter(Mandatory = $true)] + [scriptblock] + $ScriptBlock, + + [Parameter(Mandatory = $true, ParameterSetName = 'FromSessionState')] + [System.Management.Automation.SessionState] + $SessionState, + + [Parameter(Mandatory = $true, ParameterSetName = 'FromSessionStateInternal')] + [AllowNull()] + $SessionStateInternal + ) + + $flags = [System.Reflection.BindingFlags]'Instance,NonPublic' + + if ($PSCmdlet.ParameterSetName -eq 'FromSessionState') { + $SessionStateInternal = $SessionState.GetType().GetProperty('Internal', $flags).GetValue($SessionState, $null) + } + + $property = [scriptblock].GetProperty('SessionStateInternal', $flags) + $scriptBlockSessionState = $property.GetValue($ScriptBlock, $null) + + if (-not $script:DisableScopeHints) { + # hint can be attached on the internal state (preferable) when the state is there. + # if we are given unbound scriptblock with null internal state then we hope that + # the source cmdlet set the hint directly on the ScriptBlock, + # otherwise the origin is unknown and the cmdlet that allowed this scriptblock in + # should be found and add hint + + $hint = $scriptBlockSessionState.Hint + if ($null -eq $hint) { + if ($null -ne $ScriptBlock.Hint) { + $hint = $ScriptBlock.Hint + } + else { + $hint = 'Unknown unbound ScriptBlock' + } + } + Write-Hint "Setting ScriptBlock state from source state '$hint' to '$($SessionStateInternal.Hint)'" + } + + $property.SetValue($ScriptBlock, $SessionStateInternal, $null) + + if (-not $script:DisableScopeHints) { + Set-ScriptBlockHint -ScriptBlock $ScriptBlock + } +} + +function Get-ScriptBlockScope { + [CmdletBinding()] + param ( + [Parameter(Mandatory = $true)] + [scriptblock] + $ScriptBlock + ) + + + $flags = [System.Reflection.BindingFlags]'Instance,NonPublic' + $sessionStateInternal = [scriptblock].GetProperty('SessionStateInternal', $flags).GetValue($ScriptBlock, $null) + if (-not $script:DisableScopeHints) { + Write-Hint "Getting scope from ScriptBlock '$($sessionStateInternal.Hint)'" + } + $sessionStateInternal +} + +function SafeGetCommand { + <# + .SYNOPSIS + This command is used by Pester's Mocking framework. You do not need to call it directly. + #> + + return $script:SafeCommands['Get-Command'] +} + +function Set-PesterStatistics($Node) { + if ($null -eq $Node) { + $Node = $pester.TestActions + } + + foreach ($action in $Node.Actions) { + if ($action.Type -eq 'TestGroup') { + Set-PesterStatistics -Node $action + + $Node.TotalCount += $action.TotalCount + $Node.PassedCount += $action.PassedCount + $Node.FailedCount += $action.FailedCount + $Node.SkippedCount += $action.SkippedCount + $Node.PendingCount += $action.PendingCount + $Node.InconclusiveCount += $action.InconclusiveCount + } + elseif ($action.Type -eq 'TestCase') { + $node.TotalCount++ + + switch ($action.Result) { + Passed { + $Node.PassedCount++; break; + } + Failed { + $Node.FailedCount++; break; + } + Skipped { + $Node.SkippedCount++; break; + } + Pending { + $Node.PendingCount++; break; + } + Inconclusive { + $Node.InconclusiveCount++; break; + } + } + } + } +} + +function Contain-AnyStringLike ($Filter, $Collection) { + foreach ($item in $Collection) { + foreach ($value in $Filter) { + if ($item -like $value) { + return $true + } + } + } + return $false +} + +$snippetsDirectoryPath = "$PSScriptRoot\Snippets" +if ((& $script:SafeCommands['Test-Path'] -Path Variable:\psise) -and + ($null -ne $psISE) -and + ($PSVersionTable.PSVersion.Major -ge 3) -and + (& $script:SafeCommands['Test-Path'] $snippetsDirectoryPath)) { + Import-IseSnippet -Path $snippetsDirectoryPath +} + +function Assert-VerifiableMocks { + <# + .SYNOPSIS + The function is for backward compatibility only. Please update your code and use 'Assert-VerifiableMock' instead. + + .DESCRIPTION + The function was reintroduced in the version 4.0.8 of Pester to avoid loading older version of Pester when Assert-VerifiableMocks is called. + + The function will be removed finally in the next major version of Pester. + + .LINK + https://pester.dev/docs/migrations/v3-to-v4 + + .LINK + https://github.com/pester/Pester/issues/880 + + #> + + [CmdletBinding()] + param() + + Throw "This command has been renamed to 'Assert-VerifiableMock' (without the 's' at the end), please update your code. For more information see: https://pester.dev/docs/migrations/v3-to-v4" + +} + +$script:SafeCommands['Set-ScriptBlockHint'] = & $script:SafeCommands['Get-Command'] -Name Set-ScriptBlockHint -ErrorAction Stop + +Set-SessionStateHint -Hint Pester -SessionState $ExecutionContext.SessionState +# in the future rename the function to Add-ShouldOperator +Set-Alias -Name Add-ShouldOperator -Value Add-AssertionOperator +$script:ConflictingParameterNames = Initialize-ConflictingParameterNames + +& $script:SafeCommands['Export-ModuleMember'] Describe, Context, It, In, Mock, Assert-VerifiableMock, Assert-VerifiableMocks, Assert-MockCalled, Set-TestInconclusive, Set-ItResult +& $script:SafeCommands['Export-ModuleMember'] New-Fixture, Get-TestDriveItem, Should, Invoke-Pester, Setup, InModuleScope, Invoke-Mock +& $script:SafeCommands['Export-ModuleMember'] BeforeEach, AfterEach, BeforeAll, AfterAll +& $script:SafeCommands['Export-ModuleMember'] Get-MockDynamicParameter, Set-DynamicParameterVariable +& $script:SafeCommands['Export-ModuleMember'] SafeGetCommand, New-PesterOption +& $script:SafeCommands['Export-ModuleMember'] Invoke-Gherkin, Find-GherkinStep, BeforeEachFeature, BeforeEachScenario, AfterEachFeature, AfterEachScenario, GherkinStep -Alias Given, When, Then, And, But +& $script:SafeCommands['Export-ModuleMember'] New-MockObject, Add-AssertionOperator, Get-ShouldOperator -Alias Add-ShouldOperator + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUPAob5dF8YUg7zFGpAK4g/nDC +# 2nKggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# bO9veV4hli9lO2Yl9moJF+sgr0YwDQYJKoZIhvcNAQEBBQAEggEAdok8rOI/LWZa +# DPwGx17Z85OgLF/ji9gUaR8/PKNEeSvLut8AOpFH0fN1Wcekzr6Jb016K28LU+Fc +# UOulQl932VEUO5GzuHG3YRQKptLqRI48jDbvfID7idtZnUZ5TFH2wnhm/C3Cq6OM +# 6Lyu9VMU832PqtR3E/3hREzRg1RADgZUKf3+dsAo1B2FuwmDJkexuQAg4/BPWxPQ +# wm+b+htPugPHHqUyLNLbNma+OLygStHpAkITHwBubCJ9o5ekRYRGDD+RzqSZuXP9 +# ztPb/+STtYKCJJCOzy0FdfOmZfU+/ooX0gVT9uyGsjrkeP40hd/se+TLroIMVy3w +# GVSg33K0UKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU1WjAjBgkqhkiG9w0BCQQx +# FgQUtMqMM5qSKrTXxl/WIliwvlfLpNEwDQYJKoZIhvcNAQEBBQAEggEAmBCyt3LK +# H8i4c1v/Pci0R7HmnJUXrDRzt6mqzlVxbeHo5YnIFWxxFbnx2gPFYdzA8YbLR8jV +# o1effjw7vHzveMAaLrugbOu/SxvDEmimMiWfhfaMOCPqcNmKIu9AnVnv5V55hxRl +# skyq0MkHOMQZ2n4AQSacKA69FcTYC+yhjfv147rrD7WKR80+2U1kIvuKKRUQ+ElG +# o9vTibXOmkzbPYy2ABU2uMnpqfstSX9U0bLSN5sU/z20fn0U1hANnENJDcsmvQSv +# Kb5AmTGBv7jRLUP6oNCiRBwqbA3W/qYTSl3s+/cZEA72mllrkWW7FgfN5acuYhDY +# +n0vmZoc7N2TRw== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/Context.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/Context.snippets.ps1xml new file mode 100644 index 000000000000..f314b234792f --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/Context.snippets.ps1xml @@ -0,0 +1,178 @@ + + + +
+ Context + Add empty Pester Context block + ctx + ScriptBlock,Editor,Console + nohwnd + + Expansion + +
+ + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/Describe.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/Describe.snippets.ps1xml new file mode 100644 index 000000000000..c07a1bdbc4c7 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/Describe.snippets.ps1xml @@ -0,0 +1,178 @@ + + + +
+ Describe + Add empty Pester Describe block + dsc + ScriptBlock,Editor,Console + nohwnd + + Expansion + +
+ + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/It.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/It.snippets.ps1xml new file mode 100644 index 000000000000..94f9d7e96b20 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/It.snippets.ps1xml @@ -0,0 +1,178 @@ + + + +
+ It + Add empty Pester It block + it + nohwnd + PowerShell + + Expansion + +
+ + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBe.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBe.snippets.ps1xml new file mode 100644 index 000000000000..7898174512bb --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBe.snippets.ps1xml @@ -0,0 +1,177 @@ + + + +
+ Should Be + Add Pester Should Be assertion + sb + Pipeline,ScriptBlock,Editor,Console + nohwnd + + Expansion + +
+ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeGreaterThan.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeGreaterThan.snippets.ps1xml new file mode 100644 index 000000000000..11d593f0fc38 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeGreaterThan.snippets.ps1xml @@ -0,0 +1,177 @@ + + + +
+ Should Be Greater Than + Add Pester Should BeGreaterThan assertion + sbgt + Pipeline,ScriptBlock,Editor,Console + nohwnd + + Expansion + +
+ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeLessThan.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeLessThan.snippets.ps1xml new file mode 100644 index 000000000000..269ee3a8ef03 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeLessThan.snippets.ps1xml @@ -0,0 +1,177 @@ + + + +
+ Should Be Less Than + Add Pester Should BeLessThan assertion + sblt + Pipeline,ScriptBlock,Editor,Console + nohwnd + + Expansion + +
+ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeNullOrEmpty.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeNullOrEmpty.snippets.ps1xml new file mode 100644 index 000000000000..d28765610956 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeNullOrEmpty.snippets.ps1xml @@ -0,0 +1,177 @@ + + + +
+ Should Be NullOrEmpty + Add Pester Should BeNullOrEmpty assertion + sbn + Pipeline,ScriptBlock,Editor,Console + nohwnd + + Expansion + +
+ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldExist.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldExist.snippets.ps1xml new file mode 100644 index 000000000000..0ec3a72be455 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldExist.snippets.ps1xml @@ -0,0 +1,177 @@ + + + +
+ Should Exist + Add Pester Should Exist assertion + se + Pipeline,ScriptBlock,Editor,Console + nohwnd + + Expansion + +
+ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldFileContentMatch.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldFileContentMatch.snippets.ps1xml new file mode 100644 index 000000000000..e9b881e31106 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldFileContentMatch.snippets.ps1xml @@ -0,0 +1,177 @@ + + + +
+ Should Contain + Add Pester Should FileContentMatch assertion + sc + Pipeline,ScriptBlock,Editor,Console + nohwnd + + Expansion + +
+ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldMatch.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldMatch.snippets.ps1xml new file mode 100644 index 000000000000..e0042cf0d0fc --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldMatch.snippets.ps1xml @@ -0,0 +1,177 @@ + + + +
+ Should Match + Add Pester Should Match assertion + sm + Pipeline,ScriptBlock,Editor,Console + nohwnd + + Expansion + +
+ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotBe.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotBe.snippets.ps1xml new file mode 100644 index 000000000000..f0477b4e72fd --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotBe.snippets.ps1xml @@ -0,0 +1,177 @@ + + + +
+ Should Not Be + Add Pester Should Be assertion + snb + Pipeline,ScriptBlock,Editor,Console + nohwnd + + Expansion + +
+ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotBeNullOrEmpty.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotBeNullOrEmpty.snippets.ps1xml new file mode 100644 index 000000000000..a3f782872c5c --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotBeNullOrEmpty.snippets.ps1xml @@ -0,0 +1,177 @@ + + + +
+ Should Not BeNullOrEmpty + Add Pester Should Not BeNullOrEmpty assertion + snbn + Pipeline,ScriptBlock,Editor,Console + nohwnd + + Expansion + +
+ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotExist.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotExist.snippets.ps1xml new file mode 100644 index 000000000000..921cc1690e0f --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotExist.snippets.ps1xml @@ -0,0 +1,177 @@ + + + +
+ Should Not Exist + Add Pester Should Not Exist assertion + sne + Pipeline,ScriptBlock,Editor,Console + nohwnd + + Expansion + +
+ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotFileContentMatch.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotFileContentMatch.snippets.ps1xml new file mode 100644 index 000000000000..a0c3e2b31487 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotFileContentMatch.snippets.ps1xml @@ -0,0 +1,177 @@ + + + +
+ Should Not Contain + Add Pester Should Not Contain assertion + snc + Pipeline,ScriptBlock,Editor,Console + nohwnd + + Expansion + +
+ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotMatch.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotMatch.snippets.ps1xml new file mode 100644 index 000000000000..f33e132d3f71 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotMatch.snippets.ps1xml @@ -0,0 +1,177 @@ + + + +
+ Should Not Match + Add Pester Should Not Match assertion + snm + Pipeline,ScriptBlock,Editor,Console + nohwnd + + Expansion + +
+ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotThrow.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotThrow.snippets.ps1xml new file mode 100644 index 000000000000..f6666a24a8bb --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotThrow.snippets.ps1xml @@ -0,0 +1,177 @@ + + + +
+ Should Not Throw + Add Pester Should Not Throw assertion + snt + Pipeline,ScriptBlock,Editor,Console + nohwnd + + Expansion + +
+ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldThrow.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldThrow.snippets.ps1xml new file mode 100644 index 000000000000..ac88e77205c9 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldThrow.snippets.ps1xml @@ -0,0 +1,177 @@ + + + +
+ Should Throw + Add Pester Should Throw assertion + st + Pipeline,ScriptBlock,Editor,Console + nohwnd + + Expansion + +
+ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/Gherkin.psd1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/Gherkin.psd1 new file mode 100644 index 000000000000..a771a80ac735 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/Gherkin.psd1 @@ -0,0 +1,185 @@ +@{ + HeaderMessage = 'Pester v{0}' + StartMessage = "Testing all features in '{0}'" + FilterMessage = " for scenarios matching '{0}'" + TagMessage = " with tags: '{0}'" + MessageOfs = "', '" + + CoverageTitle = "Code coverage report:" + CoverageMessage = "Covered {2:P2} of {3:N0} analyzed {0} in {4:N0} {1}." + MissedSingular = 'Missed command:' + MissedPlural = 'Missed commands:' + CommandSingular = 'Command' + CommandPlural = 'Commands' + FileSingular = 'File' + FilePlural = 'Files' + + Describe = "Feature: {0}" + Context = "Scenario: {0}" + Margin = " " + Timing = "Testing completed in {0}" + + # If this is set to an empty string, the count won't be printed + ContextsPassed = "Scenarios Passed: {0} " + ContextsFailed = "Failed: {0}" + TestsPassed = "Steps Passed: {0} " + TestsFailed = "Failed: {0} " + TestsSkipped = 'Skipped: {0} ' + TestsPending = 'Pending: {0} ' + TestsInconclusive = 'Inconclusive: {0} ' +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUIOrUH1XOuP/n9zVwIAmQ5HDN +# PNiggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# XMcRpaiWQjc58f+2UB57hyquQKswDQYJKoZIhvcNAQEBBQAEggEAGwL9emYB38Lu +# 1oXYaEbkxz+yupcFJtc/r8AinY7KRofveUbdN5sGpeYnVcZ7p639JCfu/aGu3nm0 +# dkNfl5sX4myFAPXbZzoiYXLey7vburAAbinsA0Wb41j966kx2UBVOr+EBUHKasEt +# 3BtHY4j48udw/+iuwttdd4WbUbAbfLrX1RJf9oZfacL0bZfGnjQkkxgKtJcPBECW +# 3esVEVOyuNBl/5vFviBXJdp5jOxvqq60IGOUwDQjKu5vQX+NJ61djhVmTyQ3Alwp +# vNIHXwcv8mvt0NV0KYDrEYGvnG+LrrORG16JuX7/79z5qbwpDR0XLgy5idjrHNBl +# k2jEexl5g6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDAxWjAjBgkqhkiG9w0BCQQx +# FgQUMRimqwUtD+8YMGKPje/D4QahY3AwDQYJKoZIhvcNAQEBBQAEggEAjIyZcbjz +# 3e/kHlnoeuh04aZvPxycrPCPnClQVk56eG/dkRU9pv5nb/iXtjl8oAmbyFBltcq/ +# u7N83ZUtBxcOKVO8VU8kJT8vBteom4GDXlPBxFpGsU0iROCOYgFGMlYqy7EaVUYs +# AyjINbpMJ/3I17zTBL+HGMT7Z68hwVJtCGGJPCoNBpfPyvomBqFSiJD9EPyyUJZw +# TlU4N2H9LePcWnm2YAqb/s89ShEp29hREMN5ixlm+Muxumd/g6Ihv/lOEkPkNvO8 +# 8tu0Dzf60cNwVBqRu51g0wkj821utvTkMWPaBI0mvbf79u+uuxwpfJoclF0As+WG +# rSWGxlmu5pAi9A== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/RSpec.psd1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/RSpec.psd1 new file mode 100644 index 000000000000..ab9fc54d58d7 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/RSpec.psd1 @@ -0,0 +1,187 @@ +@{ + HeaderMessage = 'Pester v{0}' + StartMessage = "Executing all tests in '{0}'" + FilterMessage = ' matching test name {0}' + TagMessage = ' with Tags {0}' + MessageOfs = "', '" + + CoverageTitle = 'Code coverage report:' + CoverageMessage = 'Covered {2:P2} of {3:N0} analyzed {0} in {4:N0} {1}.' + MissedSingular = 'Missed command:' + MissedPlural = 'Missed commands:' + CommandSingular = 'Command' + CommandPlural = 'Commands' + FileSingular = 'File' + FilePlural = 'Files' + + Describe = 'Describing {0}' + Script = 'Executing script {0}' + Context = 'Context {0}' + Margin = ' ' + Timing = 'Tests completed in {0}' + + # If this is set to an empty string, the count won't be printed + ContextsPassed = '' + ContextsFailed = '' + + TestsPassed = 'Tests Passed: {0}, ' + TestsFailed = 'Failed: {0}, ' + TestsSkipped = 'Skipped: {0}, ' + TestsPending = 'Pending: {0}, ' + TestsInconclusive = 'Inconclusive: {0} ' +} + +# SIG # Begin signature block +# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB +# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR +# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUunvUKhGWb1QMOlJ6KDc+xrIR +# dqyggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B +# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD +# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz +# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw +# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK +# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI +# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN +# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt +# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb +# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j +# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ +# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw +# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE +# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI +# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu +# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp +# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ +# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv +# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 +# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy +# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n +# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl +# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x +# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT +# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ +# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj +# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK +# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 +# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX +# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy +# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx +# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ +# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl +# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz +# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx +# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr +# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq +# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ +# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF +# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD +# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 +# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny +# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig +# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v +# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc +# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E +# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL +# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c +# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x +# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx +# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI +# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz +# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq +# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ +# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe +# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw +# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl +# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC +# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp +# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 +# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu +# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI +# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC +# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E +# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh +# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy +# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA +# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA +# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA +# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA +# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A +# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA +# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA +# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf +# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ +# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln +# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 +# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG +# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu +# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln +# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN +# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 +# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i +# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd +# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK +# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj +# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI +# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz +# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow +# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ +# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD +# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz +# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r +# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD +# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z +# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 +# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 +# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG +# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC +# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW +# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w +# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA +# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA +# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA +# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA +# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA +# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA +# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA +# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI +# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz +# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj +# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw +# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ +# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp +# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ +# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 +# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy +# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er +# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c +# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS +# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt +# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG +# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp +# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv +# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK +# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB +# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU +# k3IouGibxbEW+LzBX+G4KH87EIQwDQYJKoZIhvcNAQEBBQAEggEAI1+IXonHqtfU +# VJ7L5IH4aCcMwLw58ehtnBZgF2fhOR9PSz2DO0Y2zG26gfj/0/vm8jm4dxUyrqc8 +# K/Zn/h8jOgH/8XnsdIWLpc+7OQO8jopE/PQoQ6xsyzwZjoYzqV5+w0JVsuxW2Sen +# zqxhTrGRkiej/xPzUGiYbvbbE+lATFvGRFQebPDDdaPuNvVZ6zx5Ggei6mYSmwfH +# l74dSV/CbQdueHvn1q3Duo/1kDYsGkOhZUGBj0xj6SI/udWbI5exOc6VD/tWyyHS +# OVRxXdu2dp073qNyt1eKXL4uqI4RcZHbxg9M+jU2P89JZi6rWqlcd9pSKuFteOF/ +# b0PrzP2Wq6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV +# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp +# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa +# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 +# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDAyWjAjBgkqhkiG9w0BCQQx +# FgQUlIMbWMBCUM4JQJ9jl6Ll+K1jXHcwDQYJKoZIhvcNAQEBBQAEggEAXZgXC/QP +# doH/m9krfXjL749ZESd/Bw3ehPLsemXmn9P/DnwZpED98X95+tmpF8gq4OoEru92 +# Jw/ki0ttkgM8SW9Q/hzV9NLwwOiryEzhiHfHJrOZznC/6mmr3nY0XdaZ/Qac0wNB +# A0iEQrnA8SI8UKEhpZhZwxRLzhFfA1WVAldPJgVrGDWFPsr9a73ofdPknUhGq7mN +# Qu+71GMYa2dePQRHmhbrfWbT4dzw061JMT66c4Jg7U3qfNpXHaRsHlyDIFNrCFWa +# VRyYZ882R9AkGxKSndC713vOcAIa+3zxeaN8PMbvgn/O6a9e8fNbJV2rMlQtKLWA +# GkdulZ+iwF6Ung== +# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_BeforeEach_AfterEach.help.txt b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_BeforeEach_AfterEach.help.txt new file mode 100644 index 000000000000..f31ba1b80013 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_BeforeEach_AfterEach.help.txt @@ -0,0 +1,88 @@ +TOPIC + about_BeforeEach_AfterEach + +SHORT DESCRIPTION + Describes the BeforeEach and AfterEach commands, which run a set of commands that you specify + before or after every It block. + +LONG DESCRIPTION + The the BeforeEach and AfterEach commands in the Pester module let you define setup and teardown + tasks that are performed at the beginning and end of every It block. This can eliminate duplication of code + in test scripts, ensure that each test is performed on a pristine state regardless of their + order, and perform any necessary clean-up tasks after each test. + + BeforeEach and AfterEach blocks may be defined inside of any Describe or Context. If they + are present in both a Context and its parent Describe, BeforeEach blocks in the Describe scope + are executed first, followed by BeforeEach blocks in the Context scope. AfterEach blocks are + the reverse of this, with the Context AfterEach blocks executing before Describe. + + The script blocks assigned to BeforeEach and AfterEach are dot-sourced in the Context or Describe + which contains the current It statement, so you don't have to worry about the scope of variable + assignments. Any variables that are assigned values within a BeforeEach block can be used inside + the body of the It block. + + BeforeAll and AfterAll are used the same way as BeforeEach and AfterEach, except that they are + executed at the beginning and end of their containing Describe or Context block. This is + essentially syntactic sugar for the following arrangement of code: + + Describe 'Something' { + try + { + + + + } + finally + { + + } + } + + + SYNTAX AND PLACEMENT + Unlike most of the commands in a Pester script, BeforeEach, AfterEach, BeforeAll and AfterAll blocks + apply to the entire Describe or Context scope in which they are defined, regardless of the order of + commands inside the Describe or Context. In other words, even if an It block appears before BeforeEach + or AfterEach in the tests file, the BeforeEach and AfterEach will still be executed. Likewise, BeforeAll + code will be executed at the beginning of a Context or Describe block regardless of where it is found, + and AfterAll code will execute at the end of the Context or Describe. + + + EXAMPLES + Describe 'Testing BeforeEach and AfterEach' { + $afterEachVariable = 'AfterEach has not been executed yet' + + It 'Demonstrates that BeforeEach may be defined after the It command' { + $beforeEachVariable | Should -Be 'Set in a describe-scoped BeforeEach' + $afterEachVariable | Should -Be 'AfterEach has not been executed yet' + $beforeAllVariable | Should -Be 'BeforeAll has been executed' + } + + It 'Demonstrates that AfterEach has executed after the end of the first test' { + $afterEachVariable | Should -Be 'AfterEach has been executed' + } + + BeforeEach { + $beforeEachVariable = 'Set in a describe-scoped BeforeEach' + } + + AfterEach { + $afterEachVariable = 'AfterEach has been executed' + } + + BeforeAll { + $beforeAllVariable = 'BeforeAll has been executed' + } + } + +SEE ALSO + about_Pester + about_Should + about_Mocking + about_TestDrive + about_about_Try_Catch_Finally + Describe + Context + Should + It + Invoke-Pester diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Mocking.help.txt b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Mocking.help.txt new file mode 100644 index 000000000000..d10aa65a1cbc --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Mocking.help.txt @@ -0,0 +1,207 @@ +TOPIC + about_Mocking + +SHORT DESCRIPTION + Pester provides a set of Mocking functions making it easy to fake dependencies + and also to verify behavior. Using these mocking functions can allow you to + "shim" a data layer or mock other complex functions that already have their + own tests. + +LONG DESCRIPTION + With the set of Mocking functions that Pester exposes, one can: + + - Mock the behavior of ANY PowerShell command. + - Verify that specific commands were (or were not) called. + - Verify the number of times a command was called with a set of specified + parameters. + + MOCKING FUNCTIONS + For detailed information about the functions in the Pester module, use Get-Help. + + Mock + Mocks the behavior of an existing command with an alternate + implementation. + + Assert-VerifiableMock + Checks if any Verifiable Mock has not been invoked. If so, this will + throw an exception. + + Assert-MockCalled + Checks if a Mocked command has been called a certain number of times + and throws an exception if it has not. + + EXAMPLE + function Build ($version) { + Write-Host "a build was run for version: $version" + } + + function BuildIfChanged { + $thisVersion = Get-Version + $nextVersion = Get-NextVersion + if ($thisVersion -ne $nextVersion) { Build $nextVersion } + return $nextVersion + } + + $here = Split-Path -Parent $MyInvocation.MyCommand.Path + $sut = (Split-Path -Leaf $MyInvocation.MyCommand.Path).Replace(".Tests.", ".") + . "$here\$sut" + + Describe "BuildIfChanged" { + Context "When there are Changes" { + Mock Get-Version {return 1.1} + Mock Get-NextVersion {return 1.2} + Mock Build {} -Verifiable -ParameterFilter {$version -eq 1.2} + + $result = BuildIfChanged + + It "Builds the next version" { + Assert-VerifiableMock + } + It "returns the next version number" { + $result | Should -Be 1.2 + } + } + Context "When there are no Changes" { + Mock Get-Version { return 1.1 } + Mock Get-NextVersion { return 1.1 } + Mock Build {} + + $result = BuildIfChanged + + It "Should not build the next version" { + Assert-MockCalled Build -Times 0 -ParameterFilter {$version -eq 1.1} + } + } + } + + + MOCKING CALLS TO COMMANDS MADE FROM INSIDE SCRIPT MODULES + + Let's say you have code like this inside a script module (.psm1 file): + + function BuildIfChanged { + $thisVersion = Get-Version + $nextVersion = Get-NextVersion + if ($thisVersion -ne $nextVersion) { Build $nextVersion } + return $nextVersion + } + + function Build ($version) { + Write-Host "a build was run for version: $version" + } + + # Actual definitions of Get-Version and Get-NextVersion are not shown here, + # since we'll just be mocking them anyway. However, the commands do need to + # exist in order to be mocked, so we'll stick dummy functions here + + function Get-Version { return 0 } + function Get-NextVersion { return 0 } + + Export-ModuleMember -Function BuildIfChanged + + Beginning in Pester 3.0, there are two ways to write a unit test for a module that + mocks the calls to Get-Version and Get-NextVersion from the module's BuildIfChanged + command. The first is to inject mocks into a module: + + In these examples, the PSM1 file, MyModule.psm1 is installed in $env:PSModulePath on + the local computer. + + Import-Module MyModule + + Describe "BuildIfChanged" { + Context "When there are Changes" { + Mock -ModuleName MyModule Get-Version { return 1.1 } + Mock -ModuleName MyModule Get-NextVersion { return 1.2 } + + # To demonstrate that you can mock calls to commands other than functions + # defined in the same module, we'll mock a call to Write-Host. + + Mock -ModuleName MyModule Write-Host {} -Verifiable -ParameterFilter { + $Object -eq 'a build was run for version: 1.2' + } + + $result = BuildIfChanged + + It "Builds the next version and calls Write-Host" { + Assert-VerifiableMock + } + + It "returns the next version number" { + $result | Should -Be 1.2 + } + } + + Context "When there are no Changes" { + Mock -ModuleName MyModule Get-Version { return 1.1 } + Mock -ModuleName MyModule Get-NextVersion { return 1.1 } + Mock -ModuleName MyModule Build { } + + $result = BuildIfChanged + + It "Should not build the next version" { + Assert-MockCalled Build -ModuleName MyModule -Times 0 -ParameterFilter { + $version -eq 1.1 + } + } + } + } + + + In this sample test script, all calls to Mock and Assert-MockCalled have the + -ModuleName MyModule parameter added. This tells Pester to inject the mock into the module scope, + which causes any calls to those commands from inside the module to execute the mock instead. + + When you write your test script this way, you can mock commands that are called by the module's + internal functions. However, your test script is still limited to accessing the public, exported + members of the module. For example, you could not call the Build function directly. + + The InModuleScope command causes entire sections of your test script to execute inside the targeted + script module. This gives you access to unexported members of the module. For example: + + Import-Module MyModule + + Describe "Unit testing the module's internal Build function:" { + InModuleScope MyModule { + $testVersion = 5.0 + Mock Write-Host { } + + Build $testVersion + + It 'Outputs the correct message' { + Assert-MockCalled Write-Host -ParameterFilter { + $Object -eq "a build was run for version: $testVersion" + } + } + } + } + + When using InModuleScope, you no longer need to specify a ModuleName parameter when calling + Mock or Assert-MockCalled for commands in the module. You can also directly call the Build + function that the module does not export. + +SEE ALSO + Mock + Assert-VerifiableMock + Assert-MockCalled + InModuleScope + Describe + Context + It + + The following articles are useful for further understanding of Pester Mocks. + Pester Mock and Test Drive, by Jakub Jareš: + http://www.powershellmagazine.com/2014/09/30/pester-mock-and-testdrive/ + Pester and Mocking, by Mickey Gousset: + http://www.systemcentercentral.com/day-53-pester-mocking/ + Mocking Missing Cmdlets with Pester, by Iain Brighton: + http://virtualengine.co.uk/2015/mocking-missing-cmdlets-with-pester/ + Testing Mocked Output with Pester, by Steven Murawski: + http://stevenmurawski.com/powershell/2014/02/testing-returned-objects-with-pester/ + + The following articles are useful for deeper understanding of Mocking in general. + Answer to the Question "What is the Purpose of Mock Objects" by Bert F: + http://stackoverflow.com/a/3623574/5514075 + Mocks Aren't Stubs, by Martin Fowler: + http://martinfowler.com/articles/mocksArentStubs.html + The Art of Mocking, by Gil Zilberfeld: + http://www.methodsandtools.com/archive/archive.php?id=122 diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Pester.help.txt b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Pester.help.txt new file mode 100644 index 000000000000..cbe9a4354973 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Pester.help.txt @@ -0,0 +1,297 @@ +TOPIC + about_Pester + +SHORT DESCRIPTION + Pester is a test framework for Windows PowerShell. Use the Pester language + and its commands to write and run tests that verify that your scripts and + modules work as designed. + + Pester 3.4.0 supports Windows PowerShell 2.0 and greater. + +LONG DESCRIPTION + Pester introduces a professional test framework for Windows PowerShell + commands. You can use Pester to test commands of any supported type, + including scripts, cmdlets, functions, CIM commands, workflows, and DSC + resources, and test these commands in modules of all types. + + Each Pester test compares actual to expected output using a collection of + comparison operators that mirror the familiar operators in Windows + PowerShell. In this way, Pester supports "dynamic testing", that is, it + tests the code while it's running, instead of just evaluating code syntax + ("static testing"). + + Once your Pester tests are written are verified to work correctly, you can + run them automatically or on demand to verify that the output didn't change + and that any code changes did not introduce errors. You can also add your + tests to the build scripts of a continuous integration system, and add new + tests at any time. + + + WHAT CAN PESTER TEST? + Pester is designed to support "test-driven development" (TDD), in which you + write and run tests before writing your code, thereby using the test as a + code specification. + + It also supports "behavior-driven development" (BDD), in which the tests + verify the behavior and output of the code, and the user experience, + independent of its implementation. This lets you change the implementation + and use the test to verify that the behavior is unchanged. + + You can use Pester to write "unit tests" that test individual functions in + isolation and "integration tests" that verify that functions can be used + together to generate expected results. + + Pester creates and manages a temporary drive (PSDrive named TestDrive:) that + you can use to simulate a file system. For more information, see + about_TestDrive. + + Pester also has "mocking" commands that replace the actual output of + commands with output that you specify. Mocking lets you test your commands + with varied input without creating and maintaining fake entries in a file + or database, or commenting-out and inserting code just for testing. For more + information, see about_Mocking. + + + THE PESTER LANGUAGE + To make it easier to write tests, Pester uses a language especially designed + for testing. This "domain-specific language" (DSL) hides the standard + verb-noun syntax of PowerShell commands. + + To make the language more fluent, the command parameters are positional, so + you don't typically use parameter names. + + For example, this "gets all widgets" test uses the Pester language, + including its "It", "Should", and "Be" commands. The test verifies that the + actual output of the Get-Widget cmdlet is the same as the expected value in + the $allWidgets variables. + + It "gets all widgets" { + Get-Widget | Should -Be $allWidgets + } + + + To learn the Pester language, start by reading the following About and + cmdlet help topics: + + -- Describe: Creates a required test container. + -- Context: Creates an optional scoped test sub-container. + -- It: Creates a test. + -- about_Should Compares actual to expected values. This topic also + lists all valid values of Be, which specify the + comparison operator used in the test. + + + + HOW TO CREATE TEST FILES + To start using Pester, create a script and a test file that tests the + script. If you already have a script, you can create a test file for it. + + Pester test files are Windows PowerShell scripts with a .Tests.ps1 file name + extension. The distinctive file name extension enables Pester to identify + tests and distinguish them from other scripts. + + Typically, the test file and file it tests have the same base file name, + such as: + + New-Log.ps1 + New-Log.Tests.ps1 + + For a quick start, use the New-Fixture cmdlet in the Pester module. It + creates a script with an empty function and a matching test file with a + valid test. + + For example, this command creates a New-Log.ps1 script and a + New-Log.Tests.ps1 test script in the C:\Scripts\LogScripts directory. + + New-Fixture -Path C:\Scripts\LogScripts -Name New-Log + + Directory: C:\Scripts\LogScripts + + + Mode LastWriteTime Length Name + ---- ------------- ------ ---- + -a---- 4/18/2016 9:51 AM 30 New-Log.ps1 + -a---- 4/18/2016 9:51 AM 262 New-Log.Tests.ps1 + + + The similar names do not automatically associate the test file and script + file. The test file must include code to import ("dot-source") the + functions, aliases, and variables in the script being tested into the scope + of the test script. + + For example: + . .\New-Log.ps1 + -or- + . C:\Scripts\LogScripts\New-Log.ps1 + + + Many Pester test files, including the files that New-Fixture creates, begin with these + statements. + + $here = Split-Path -Parent $MyInvocation.MyCommand.Path + $sut = (Split-Path -Leaf $MyInvocation.MyCommand.Path) -replace '\.Tests\.', '.' + . "$here\$sut" + + This code finds the current path of the test file at run time and saves it + in the $here variable. Then, it finds the script based on the path in $here. + This code assumes that the script has the same base name and is located in + the same directory as the test file. + + You can use any code in the test file that finds the script, but be sure + that the test file has the required *.Tests.ps1 file name extension. + + + + HOW TO RUN PESTER TESTS + Pester tests are Windows PowerShell scripts (.ps1 files), so you can run + them at the command line, or in any editor. + + Pester also has an Invoke-Pester cmdlet with useful parameters. By default, + Invoke-Pester runs all the tests in a directory and all of its subdirectories + recursively, but you can run selected tests by specifying a script name or + name pattern, a test name, or a test tag. + + Invoke-Pester parameters also let you save the test output in NUnitXml or + LegacyNUnitXml formats that are commonly used by reporting tools. + + For example, the following command runs all tests in the current directory + and all subdirectories recursively. It writes output to the host, but does + not generate any objects. + + Invoke-Pester + + In contrast, this command runs only the tests in the New-Log.Tests.ps1 file + that have the 'EventVwr' tag. It writes the test results as custom objects + and saves them in NUnitXml format in the NewLogTests.xml file. It also runs + an optional code coverage test to verify that all lines in the script ran + at least once during the tests. + + Invoke-Pester -Script C:\Tests\New-Log.Tests.ps1 ` + -Tag EventVwr -OutputFile .\NewLogTests.xml -OutputFormat NUnitXml ` + -CodeCoverage + + + To run the New-Log.Tests.ps1 file that New-Fixture created, change to its + local directory or a parent directory, and run Invoke-Pester. You can also + use the Script parameter of Invoke-Pester to run only the New-Log.Tests.ps1 + test. + + PS C:\Scripts> Invoke-Pester -Script .\New-Log.Tests.ps1 + + For more information about Invoke-Pester, type: Get-Help Invoke-Pester + + + EXAMPLE + For your first Pester test, use the New-Fixture cmdlet to create a script + file and matching test file. + + For example: + + New-Fixture -Path C:\TestPester -Name Get-Hello + + Directory: C:\TestPester + + + Mode LastWriteTime Length Name + ---- ------------- ------ ---- + -a---- 4/18/2016 9:51 AM 30 Get-Hello.ps1 + -a---- 4/18/2016 9:51 AM 262 Get-Hello.Tests.ps1 + + + The Get-Hello.ps1 script contains an empty Get-Hello.ps1 function. + + function Get-Hello {} + + The Get-Hello.Tests.ps1 file contains an empty Pester test that is named + for the Get-Hello function. + + Describe "Get-Hello" { + It "does something useful" { + $true | Should -Be $false + } + } + + To run the test, use Invoke-Pester. For example, + + Invoke-Pester C:\TestPester + + When you run the test, it fails by design, because Should compares $True to + $False using the equal operator ("Be") and $True doesn't equal $False. + + + To start testing the Get-Hello function, change $True to Get-Hello and + $False to "Hello". Now, the test compares the output of Get-Hello output to + 'hello'. + + It should still fail, because Get-Hello doesn't return anything. + + Describe "New-Log" { + It "does something useful" { + Get-Hello | Should -Be 'Hello' + } + } + + + To make the test pass, change the Get-Hello function so it returns 'hello'. + Then, in steps, change $False to more interesting values, then change the + Get-Hello function output to make the test pass. + + You can also experiment with other comparison operators, such as the BeLike + (supports wildcards) and BeExactly (case sensitive), and BeLikeExactly + operators. For more, information about comparison operators in Pester, see + about_Should. + + + PESTER TEST OUTPUT + When you run a test, Pester use a variation of Write-Host to write + color-coded text to the console. You'll quickly learn to recognize the + purple test names and green (passing) and red (failing) test results with + the elapsed time of the test. + + Describing Get-Profile + [+] Gets all profiles 156ms + [+] Gets only profiles 24ms + + The output ends with a summary of the test results. + + Tests completed in 3.47s + Passed: 20 Failed: 1 Skipped: 0 Pending: 0 Inconclusive: 0 + + However, because Pester uses Write-Host, it does not write to the output + stream (stdout), so there are no output objects to save in a variable or + redirect to a file. + + To direct Pester to create custom objects, use its PassThru parameter. The + result is a single PSCustomObject with a TestResult property that one + TestResult custom object for each test in the test file. + + To save the custom objects to a file, use the OutputFile and OutputFormat + parameters of Invoke-Pester, which save the output in NUnitXml and + LegacyNUnitXml formats that are easy to parse and commonly used by reporting + tools. + + + + REAL-WORLD EXAMPLES + For help in writing Pester tests, examine the extensive collection of tests + that Pester uses to verify its Windows PowerShell code. + + To find the Pester tests in the Pester module directory, type: + + dir \*Tests.ps1 -Recurse + + -or- + + dir (Get-Module Pester -ListAvailable).ModuleBase -Include *Tests.ps1 -Recurse + + +SEE ALSO + Pester wiki: https://github.com/pester/pester/wiki + Describe + Context + It + New-Fixture + Invoke-Pester + about_Mocking + about_Should + about_TestDrive diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Should.help.txt b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Should.help.txt new file mode 100644 index 000000000000..3e03df2ffbd9 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Should.help.txt @@ -0,0 +1,251 @@ +TOPIC + about_Should + +SHORT DESCRIPTION + Provides assertion convenience methods for comparing objects and throwing + test failures when test expectations fail. + +LONG DESCRIPTION + Should is an Extension of System.Object and can be used as a native type + inside Describe blocks. The various Should member methods can be invoked + directly from an object being compared. It is typically used in individual + It blocks to verify the results of an expectation. The Should method is + typically called from the "actual" object being compared and takes the + expected" object as a parameter. Should includes several members that + perform various comparisons of objects and will throw a PesterFailure when + the objects do not evaluate to be comparable. + +SHOULD MEMBERS + GENERAL + Be + Compares one object with another for equality and throws if the two + objects are not the same. + + $actual="Actual value" + $actual | Should -Be "actual value" # Test will pass + $actual | Should -Be "not actual value" # Test will fail + + Also compares an entire array for equality and throws if the array is not the same. + + $array = @(1, 2, 3, 4, 'I am a string', (New-Object psobject -Property @{ IAm = 'An Object' })) + $array | Should -Be $array # Test will pass + + $string = 'I am a string' + $array = @(1, 2, 3, 4, $string) + $arrayWithCaps = @(1, 2, 3, 4, $string.ToUpper()) + $array | Should -Be $arrayWithCaps # Test will pass + + Comparisons will fail if the arrays have the same values, but not the same order. + + [int32[]]$array = (1..10) + $arrayoutoforder = (1,10,2,3,4,5,6,7,8,9) + $array | Should -Be $arrayOutOfOrder # Test will fail + + BeExactly + Compares one object with another for equality and throws if the two objects are not the same. This comparison is case sensitive. + + $actual="Actual value" + $actual | Should -BeExactly "Actual value" # Test will pass + $actual | Should -BeExactly "actual value" # Test will fail + + BeNullOrEmpty + Checks values for null or empty (strings). The static [String]::IsNullOrEmpty() method is used to do the comparison. + + $null | Should -BeNullOrEmpty # Test will pass + $null | Should -Not -BeNullOrEmpty # Test will fail + @() | Should -BeNullOrEmpty # Test will pass + "" | Should -BeNullOrEmpty # Test will pass + BeTrue + Asserts that the value is true, or truthy. + + $true | Should -BeTrue + 1 | Should -BeTrue + 1,2,3 | Should -BeTrue + + BeFalse + Asserts that the value is false of falsy. + + $false | Should -BeFalse + 0 | Should -BeFalse + $null | Should -BeFalse + + BeOfType, HaveType + Asserts that the actual value should be an object of a specified type (or a subclass of the specified type) using PowerShell's -is operator: + + $actual = Get-Item $env:SystemRoot + $actual | Should -BeOfType System.IO.DirectoryInfo # Test will pass; object is a DirectoryInfo + $actual | Should -BeOfType System.IO.FileSystemInfo # Test will pass; DirectoryInfo base class is FileSystemInfo + $actual | Should -HaveType System.IO.FileSystemInfo # Test will pass; DirectoryInfo base class is FileSystemInfo + + $actual | Should -BeOfType System.IO.FileInfo # Test will fail; FileInfo is not a base class of DirectoryInfo + + + TEXT + BeLike + Asserts that the actual value matches a wildcard pattern using PowerShell's -like operator. This comparison is not case-sensitive. + + $actual="Actual value" + $actual | Should -BeLike "actual *" # Test will pass + $actual | Should -BeLike "not actual *" # Test will fail + + BeLikeExactly + + Asserts that the actual value matches a wildcard pattern using PowerShell's -like operator. This comparison is case-sensitive. + + $actual="Actual value" + $actual | Should -BeLikeExactly "Actual *" # Test will pass + $actual | Should -BeLikeExactly "actual *" # Test will fail + + Match + Uses a regular expression to compare two objects. This comparison is not case sensitive. + + "I am a value" | Should -Match "I Am" # Test will pass + "I am a value" | Should -Match "I am a bad person" # Test will fail + + Tip: Use [regex]::Escape("pattern") to match the exact text. + + "Greg" | Should -Match ".reg" # Test will pass + "Greg" | Should -Match ([regex]::Escape(".reg")) # Test will fail + + MatchExactly + Uses a regular expression to compare two objects. This comparison is case sensitive. + + "I am a value" | Should -MatchExactly "I am" # Test will pass + "I am a value" | Should -MatchExactly "I Am" # Test will fail + + COMPARISON + BeGreaterThan + Asserts that a number (or other comparable value) is greater than an expected value. Uses PowerShell's -gt operator to compare the two values. + + 2 | Should -BeGreaterThan 0 + + BeGreaterOrEqual + Asserts that a number (or other comparable value) is greater than or equal to an expected value. Uses PowerShell's -ge operator to compare the two values. + + 2 | Should -BeGreaterOrEqual 0 + 2 | Should -BeGreaterOrEqual 2 + + BeLessThan + Asserts that a number (or other comparable value) is lower than an expected value. Uses PowerShell's -lt operator to compare the two values. + + 1 | Should -BeLessThan 10 + + BeLessOrEqual + Asserts that a number (or other comparable value) is lower than, or equal to an expected value. Uses PowerShell's -le operator to compare the two values. + + 1 | Should -BeLessOrEqual 10 + 10 | Should -BeLessOrEqual 10 + + COLLECTION + BeIn + Asserts that a collection of values contain a specific value. Uses PowerShell's -contains operator to confirm. + + 1 | Should -BeIn @(1,2,3,'a','b','c') + + Contain + Asserts that collection contains a specific value. Uses PowerShell's -contains operator to confirm. + + 1,2,3 | Should -Contain 1 + + HaveCount + Asserts that a collection has the expected amount of items. + + 1,2,3 | Should -HaveCount 3 + + FILE + Exist + Does not perform any comparison but checks if the object calling Exist + is present in a PS Provider. The object must have valid path syntax. It + essentially must pass a Test-Path call. + + $actual=(Dir . )[0].FullName + Remove-Item $actual + $actual | Should -Exist # Test will fail + + FileContentMatch + Checks to see if a file contains the specified text. This search is not case sensitive and uses regular expressions. + + Set-Content -Path TestDrive:\file.txt -Value 'I am a file.' + 'TestDrive:\file.txt' | Should -FileContentMatch 'I Am' # Test will pass + 'TestDrive:\file.txt' | Should -FileContentMatch '^I.*file\.$' # Test will pass + + 'TestDrive:\file.txt' | Should -FileContentMatch 'I Am Not' # Test will fail + + Tip: Use [regex]::Escape("pattern") to match the exact text. + + Set-Content -Path TestDrive:\file.txt -Value 'I am a file.' + 'TestDrive:\file.txt' | Should -FileContentMatch 'I.am.a.file' # Test will pass + 'TestDrive:\file.txt' | Should -FileContentMatch ([regex]::Escape('I.am.a.file')) # Test will fail + + FileContentMatchExactly + Checks to see if a file contains the specified text. This search is case sensitive and uses regular expressions to match the text. + + Set-Content -Path TestDrive:\file.txt -Value 'I am a file.' + 'TestDrive:\file.txt' | Should -FileContentMatch 'I am' # Test will pass + 'TestDrive:\file.txt' | Should -FileContentMatch 'I Am' # Test will fail + + FileContentMatchMultiline + As opposed to FileContentMatch and FileContentMatchExactly operators, FileContentMatchMultiline presents content of the file + being tested as one string object, so that the expression you are comparing it to can consist of several lines. + + $Content = "I am the first line.`nI am the second line." + Set-Content -Path TestDrive:\file.txt -Value $Content -NoNewline + 'TestDrive:\file.txt' | Should -FileContentMatchMultiline 'first line\.\r?\nI am' # Test will pass + 'TestDrive:\file.txt' | Should -FileContentMatchMultiline '^I am the first.*\n.*second line\.$' # Test will pass. + + When using FileContentMatchMultiline operator, '^' and '$' represent the beginning and end of the whole file, + instead of the beginning and end of a line. + + $Content = "I am the first line.`nI am the second line." + Set-Content -Path TestDrive:\file.txt -Value $Content -NoNewline + 'TestDrive:\file.txt' | Should -FileContentMatchMultiline '^I am the first line\.$' # Test will fail. + + + EXCEPTIONS + Throw + Checks if an exception was thrown. Enclose input in a script block. + + { foo } | Should -Throw # Test will pass + { $foo = 1 } | Should -Throw # Test will fail + { foo } | Should -Not -Throw # Test will fail + { $foo = 1 } | Should -Not -Throw # Test will pass + + Warning: The input object must be a ScriptBlock, otherwise it is processed outside of the assertion. + + Get-Process -Name "process" -ErrorAction Stop | Should -Throw # Should pass, but the exception thrown by Get-Process causes the test to fail. + + NEGATIVE ASSERTIONS + Any of the Should operators described above can be negated by using the word "Not" before the operator. For example: + + 'one' | Should -Not -Be 'Two' + { Get-Item $env:SystemRoot } | Should -Not -Throw + + USING SHOULD IN A TEST + + function Add-Numbers($a, $b) { + return $a + $b + } + + Describe "Add-Numbers" { + + It "adds positive numbers" { + $sum = Add-Numbers 2 3 + $sum | Should -Be 3 + } + } + + This test will fail since 3 will not be equal to the sum of 2 and 3. + + BECAUSE + Every built in assertion allows you to specify -Because parameter, to give more meaning to your tests. + + function Get-Group { $null } + $groups = 1..10 | Get-Group -Size 3 + $groups | Should -HaveCount 4 -Because "because 10 items are split into three groups with 3 members and one extra group with 1 member" + + Which fails with: "Expected a collection with size {4}, because 10 items are split into three groups with 3 members and one extra group with 1 member, but got collection with size {1} []. + +SEE ALSO + Describe + Context + It diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_TestDrive.help.txt b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_TestDrive.help.txt new file mode 100644 index 000000000000..60b5ffe78192 --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_TestDrive.help.txt @@ -0,0 +1,40 @@ +TOPIC + about_TestDrive + +SHORT DESCRIPTION + A PSDrive for file activity limited to the scope of a singe Describe or + Context block. + +LONG DESCRIPTION + A test may need to work with file operations and validate certain types of + file activities. It is usually desirable not to perform file activity tests + that will produce side effects outside of an individual test. Pester + creates a PSDrive inside the user's temporary drive that is accessible via a + names PSDrive TestDrive:. Pester will remove this drive after the test + completes. You may use this drive to isolate the file operations of your + test to a temporary store. + +EXAMPLE + function Add-Footer($path, $footer) { + Add-Content $path -Value $footer + } + + Describe "Add-Footer" { + $testPath="TestDrive:\test.txt" + Set-Content $testPath -value "my test text." + Add-Footer $testPath "-Footer" + $result = Get-Content $testPath + + It "adds a footer" { + (-join $result).Should.Be("my test text.-Footer") + } + } + + When this test completes, the contents of the TestDrive PSDrive will + be removed. + +SEE ALSO + Context + Describe + It + about_Should diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/junit_schema_4.xsd b/src/HealthcareApis/generated/modules/Pester/4.10.1/junit_schema_4.xsd new file mode 100644 index 000000000000..57906005025f --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/junit_schema_4.xsd @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/lib/Gherkin/core/Gherkin.dll b/src/HealthcareApis/generated/modules/Pester/4.10.1/lib/Gherkin/core/Gherkin.dll new file mode 100644 index 0000000000000000000000000000000000000000..ce587d594fe40e5d3b35440419f7d0a14a5cdd01 GIT binary patch literal 142408 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 ZCMRXIeYisq{J| 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
2020-02-07T19:57:31+08:00
- - - https://www.apache.org/licenses/LICENSE-2.0.html - https://github.com/Pester/Pester - https://raw.githubusercontent.com/pester/Pester/master/images/pester.PNG - - - - powershell - unit_testing - bdd - tdd - mocking - PSEdition_Core - PSEdition_Desktop - Windows - Linux - MacOS - PSModule - - - - - System.Collections.Hashtable - System.Object - - - - Command - - - - Describe - Context - It - Should - Mock - Assert-MockCalled - Assert-VerifiableMock - Assert-VerifiableMocks - New-Fixture - Get-TestDriveItem - Invoke-Pester - Setup - In - InModuleScope - Invoke-Mock - BeforeEach - AfterEach - BeforeAll - AfterAll - Get-MockDynamicParameter - Set-DynamicParameterVariable - Set-TestInconclusive - Set-ItResult - SafeGetCommand - New-PesterOption - New-MockObject - Add-AssertionOperator - Get-ShouldOperator - Invoke-Gherkin - Find-GherkinStep - GherkinStep - BeforeEachFeature - AfterEachFeature - BeforeEachScenario - AfterEachScenario - - - - - Workflow - - - - - - - RoleCapability - - - - Function - - - - Describe - Context - It - Should - Mock - Assert-MockCalled - Assert-VerifiableMock - Assert-VerifiableMocks - New-Fixture - Get-TestDriveItem - Invoke-Pester - Setup - In - InModuleScope - Invoke-Mock - BeforeEach - AfterEach - BeforeAll - AfterAll - Get-MockDynamicParameter - Set-DynamicParameterVariable - Set-TestInconclusive - Set-ItResult - SafeGetCommand - New-PesterOption - New-MockObject - Add-AssertionOperator - Get-ShouldOperator - Invoke-Gherkin - Find-GherkinStep - GherkinStep - BeforeEachFeature - AfterEachFeature - BeforeEachScenario - AfterEachScenario - - - - - DscResource - - - - Cmdlet - - - - - - https://github.com/pester/Pester/releases/tag/4.10.1 - - - - - https://www.powershellgallery.com/api/v2 - PSGallery - NuGet - - - System.Management.Automation.PSCustomObject - System.Object - - - Copyright (c) 2019 by Pester Team, licensed under Apache 2.0 License. - Pester provides a framework for running BDD style Tests to execute and validate PowerShell commands inside of PowerShell and offers a powerful set of Mocking Functions that allow tests to mimic and mock the functionality of any command inside of a piece of PowerShell code being tested. Pester tests can execute any command or script that is accessible to a pester test file. This can include functions, Cmdlets, Modules and scripts. Pester can be run in ad hoc style in a console or it can be integrated into the Build scripts of a Continuous Integration system. - False - https://github.com/pester/Pester/releases/tag/4.10.1 - False - False - 3119063 - 9427652 - 887295 - 2020-02-07 下午 07:57:31 +08:00 - 2020-02-07 下午 07:57:31 +08:00 - 2022-05-16 上午 02:31:01 +08:00 - powershell unit_testing bdd tdd mocking PSEdition_Core PSEdition_Desktop Windows Linux MacOS PSModule PSFunction_Describe PSCommand_Describe PSFunction_Context PSCommand_Context PSFunction_It PSCommand_It PSFunction_Should PSCommand_Should PSFunction_Mock PSCommand_Mock PSFunction_Assert-MockCalled PSCommand_Assert-MockCalled PSFunction_Assert-VerifiableMock PSCommand_Assert-VerifiableMock PSFunction_Assert-VerifiableMocks PSCommand_Assert-VerifiableMocks PSFunction_New-Fixture PSCommand_New-Fixture PSFunction_Get-TestDriveItem PSCommand_Get-TestDriveItem PSFunction_Invoke-Pester PSCommand_Invoke-Pester PSFunction_Setup PSCommand_Setup PSFunction_In PSCommand_In PSFunction_InModuleScope PSCommand_InModuleScope PSFunction_Invoke-Mock PSCommand_Invoke-Mock PSFunction_BeforeEach PSCommand_BeforeEach PSFunction_AfterEach PSCommand_AfterEach PSFunction_BeforeAll PSCommand_BeforeAll PSFunction_AfterAll PSCommand_AfterAll PSFunction_Get-MockDynamicParameter PSCommand_Get-MockDynamicParameter PSFunction_Set-DynamicParameterVariable PSCommand_Set-DynamicParameterVariable PSFunction_Set-TestInconclusive PSCommand_Set-TestInconclusive PSFunction_Set-ItResult PSCommand_Set-ItResult PSFunction_SafeGetCommand PSCommand_SafeGetCommand PSFunction_New-PesterOption PSCommand_New-PesterOption PSFunction_New-MockObject PSCommand_New-MockObject PSFunction_Add-AssertionOperator PSCommand_Add-AssertionOperator PSFunction_Get-ShouldOperator PSCommand_Get-ShouldOperator PSFunction_Invoke-Gherkin PSCommand_Invoke-Gherkin PSFunction_Find-GherkinStep PSCommand_Find-GherkinStep PSFunction_GherkinStep PSCommand_GherkinStep PSFunction_BeforeEachFeature PSCommand_BeforeEachFeature PSFunction_AfterEachFeature PSCommand_AfterEachFeature PSFunction_BeforeEachScenario PSCommand_BeforeEachScenario PSFunction_AfterEachScenario PSCommand_AfterEachScenario PSIncludes_Function - False - 2022-05-16T02:31:01Z - 4.10.1 - Pester Team - false - Module - Pester.nuspec|junit_schema_4.xsd|LICENSE|nunit_schema_2.5.xsd|Pester.psd1|Pester.psm1|bin\pester.bat|Dependencies\Axiom\Axiom.psm1|Dependencies\Axiom\Verify-AssertionFailed.ps1|Dependencies\Axiom\Verify-Equal.ps1|Dependencies\Axiom\Verify-False.ps1|Dependencies\Axiom\Verify-NotNull.ps1|Dependencies\Axiom\Verify-NotSame.ps1|Dependencies\Axiom\Verify-Null.ps1|Dependencies\Axiom\Verify-Same.ps1|Dependencies\Axiom\Verify-Throw.ps1|Dependencies\Axiom\Verify-True.ps1|Dependencies\Axiom\Verify-Type.ps1|Dependencies\Format\Format.psm1|Dependencies\TypeClass\TypeClass.psm1|en-US\about_BeforeEach_AfterEach.help.txt|en-US\about_Mocking.help.txt|en-US\about_Pester.help.txt|en-US\about_Should.help.txt|en-US\about_TestDrive.help.txt|en-US\Gherkin.psd1|en-US\RSpec.psd1|Functions\Context.ps1|Functions\Coverage.ps1|Functions\Describe.ps1|Functions\Environment.ps1|Functions\Get-ShouldOperator.ps1|Functions\Gherkin.ps1|Functions\Gherkin.types.ps1xml|Functions\GherkinHook.ps1|Functions\GherkinStep.ps1|Functions\In.ps1|Functions\InModuleScope.ps1|Functions\It.ps1|Functions\Mock.ps1|Functions\New-Fixture.ps1|Functions\New-MockObject.ps1|Functions\Output.ps1|Functions\PesterState.ps1|Functions\Set-ItResult.ps1|Functions\SetupTeardown.ps1|Functions\TestDrive.ps1|Functions\TestRegistry.ps1|Functions\TestResults.ps1|Functions\Assertions\Be.ps1|Functions\Assertions\BeGreaterThan.ps1|Functions\Assertions\BeIn.ps1|Functions\Assertions\BeLessThan.ps1|Functions\Assertions\BeLike.ps1|Functions\Assertions\BeLikeExactly.ps1|Functions\Assertions\BeNullOrEmpty.ps1|Functions\Assertions\BeOfType.ps1|Functions\Assertions\BeTrueOrFalse.ps1|Functions\Assertions\Contain.ps1|Functions\Assertions\Exist.ps1|Functions\Assertions\FileContentMatch.ps1|Functions\Assertions\FileContentMatchExactly.ps1|Functions\Assertions\FileContentMatchMultiline.ps1|Functions\Assertions\HaveCount.ps1|Functions\Assertions\HaveParameter.ps1|Functions\Assertions\Match.ps1|Functions\Assertions\MatchExactly.ps1|Functions\Assertions\PesterThrow.ps1|Functions\Assertions\Set-TestInconclusive.ps1|Functions\Assertions\Should.ps1|lib\Gherkin\gherkin-languages.json|lib\Gherkin\core\Gherkin.dll|lib\Gherkin\legacy\Gherkin.dll|lib\Gherkin\legacy\Newtonsoft.Json.dll|Snippets\Context.snippets.ps1xml|Snippets\Describe.snippets.ps1xml|Snippets\It.snippets.ps1xml|Snippets\ShouldBe.snippets.ps1xml|Snippets\ShouldBeGreaterThan.snippets.ps1xml|Snippets\ShouldBeLessThan.snippets.ps1xml|Snippets\ShouldBeNullOrEmpty.snippets.ps1xml|Snippets\ShouldExist.snippets.ps1xml|Snippets\ShouldFileContentMatch.snippets.ps1xml|Snippets\ShouldMatch.snippets.ps1xml|Snippets\ShouldNotBe.snippets.ps1xml|Snippets\ShouldNotBeNullOrEmpty.snippets.ps1xml|Snippets\ShouldNotExist.snippets.ps1xml|Snippets\ShouldNotFileContentMatch.snippets.ps1xml|Snippets\ShouldNotMatch.snippets.ps1xml|Snippets\ShouldNotThrow.snippets.ps1xml|Snippets\ShouldThrow.snippets.ps1xml - a699dea5-2c73-4616-a270-1f7abb777e71 - 2.0 - Pester - - - D:\_Code\azure-powershell\src\HealthcareApis\generated\modules\Pester\4.10.1 - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Pester.psd1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Pester.psd1 deleted file mode 100644 index ca9d47f22120..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Pester.psd1 +++ /dev/null @@ -1,298 +0,0 @@ -@{ - - # Script module or binary module file associated with this manifest. - ModuleToProcess = 'Pester.psm1' - - # Version number of this module. - ModuleVersion = '4.10.1' - - # ID used to uniquely identify this module - GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71' - - # Author of this module - Author = 'Pester Team' - - # Company or vendor of this module - CompanyName = 'Pester' - - # Copyright statement for this module - Copyright = 'Copyright (c) 2019 by Pester Team, licensed under Apache 2.0 License.' - - # Description of the functionality provided by this module - Description = 'Pester provides a framework for running BDD style Tests to execute and validate PowerShell commands inside of PowerShell and offers a powerful set of Mocking Functions that allow tests to mimic and mock the functionality of any command inside of a piece of PowerShell code being tested. Pester tests can execute any command or script that is accessible to a pester test file. This can include functions, Cmdlets, Modules and scripts. Pester can be run in ad hoc style in a console or it can be integrated into the Build scripts of a Continuous Integration system.' - - # Minimum version of the Windows PowerShell engine required by this module - PowerShellVersion = '2.0' - - TypesToProcess = @('.\Functions\Gherkin.types.ps1xml') - - # Functions to export from this module - FunctionsToExport = @( - 'Describe' - 'Context' - 'It' - 'Should' - 'Mock' - 'Assert-MockCalled' - 'Assert-VerifiableMock' - 'Assert-VerifiableMocks' - 'New-Fixture' - 'Get-TestDriveItem' - 'Invoke-Pester' - 'Setup' - 'In' - 'InModuleScope' - 'Invoke-Mock' - 'BeforeEach' - 'AfterEach' - 'BeforeAll' - 'AfterAll' - 'Get-MockDynamicParameter' - 'Set-DynamicParameterVariable' - 'Set-TestInconclusive' - 'Set-ItResult' - 'SafeGetCommand' - 'New-PesterOption' - 'New-MockObject' - 'Add-AssertionOperator' - 'Get-ShouldOperator' - - # Gherkin Support: - 'Invoke-Gherkin' - 'Find-GherkinStep' - 'GherkinStep' - 'BeforeEachFeature' - 'AfterEachFeature' - 'BeforeEachScenario' - 'AfterEachScenario' - ) - - # # Cmdlets to export from this module - CmdletsToExport = '' - - # Variables to export from this module - VariablesToExport = @( - 'Path' - 'TagFilter' - 'ExcludeTagFilter' - 'TestNameFilter' - 'TestResult' - 'CurrentContext' - 'CurrentDescribe' - 'CurrentTest' - 'SessionState' - 'CommandCoverage' - 'BeforeEach' - 'AfterEach' - 'Strict' - ) - - # # Aliases to export from this module - AliasesToExport = @( - 'Given' - 'When' - 'Then' - 'And' - 'But' - - 'Add-ShouldOperator' - ) - - - # List of all modules packaged with this module - # ModuleList = @() - - # List of all files packaged with this module - # FileList = @() - - PrivateData = @{ - # PSData is module packaging and gallery metadata embedded in PrivateData - # It's for rebuilding PowerShellGet (and PoshCode) NuGet-style packages - # We had to do this because it's the only place we're allowed to extend the manifest - # https://connect.microsoft.com/PowerShell/feedback/details/421837 - PSData = @{ - # The primary categorization of this module (from the TechNet Gallery tech tree). - Category = "Scripting Techniques" - - # Keyword tags to help users find this module via navigations and search. - Tags = @('powershell', 'unit_testing', 'bdd', 'tdd', 'mocking', 'PSEdition_Core', 'PSEdition_Desktop', 'Windows', 'Linux', 'MacOS') - - # The web address of an icon which can be used in galleries to represent this module - IconUri = 'https://raw.githubusercontent.com/pester/Pester/master/images/pester.PNG' - - # The web address of this module's project or support homepage. - ProjectUri = "https://github.com/Pester/Pester" - - # The web address of this module's license. Points to a page that's embeddable and linkable. - LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.html" - - # Release notes for this particular version of the module - ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/4.10.1' - - # Prerelease string of this module - Prerelease = '' - } - } - - # HelpInfo URI of this module - # HelpInfoURI = '' - - # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. - # DefaultCommandPrefix = '' - -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUVMrNn2CjVO7Ey/WTQknp67AE -# d/6ggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# s1X5FVwVG03kba4lD3RimLb2+M4wDQYJKoZIhvcNAQEBBQAEggEAG5Ml5xqCpuuB -# JasqIWbfzwRKrAiFZ8rGSQv0+Q/Xx91jdPIIuL3En7/l3ekxUjOddoBnKrtrfXmz -# Jg1kWv0Tmj25qhQHcieeebcwTkjYlpPOLtxg5f6IZzZbjI9MQLFuLqYmw4Qqy2PS -# HG/UF+WwfXmWLl8RYqsyGzf4Pgz4l3tqq56B5JG7rd3mbuByFrTJB/pzwKEeB9v1 -# DP3chZeHf+pZsFleXX67v9vPr2d0GG5lCo49MKlkLGnyRqOhHFvHKHbMAdFzosHU -# YZG7FrW7nZJol97xDzDEzvzFMRbWYS3e2OUunA8zr1PrR/0hTvPddoo1y9ms+mHI -# TNR7ADlKZ6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU1WjAjBgkqhkiG9w0BCQQx -# FgQUw7/aWEZLVfjns4wXtYgLzm+579QwDQYJKoZIhvcNAQEBBQAEggEAh4TOEyRO -# lI/l4cLTfhDUAC5YYrXQlxqp/DLCYM+MzrmPRotSiSw22Oy2Y32H/vjISkfKT2eH -# kk4ZgZ46t+pVmb+OEJfPPeTg7J4xflsVwvzeWfD0o6tOOXlBGFRs6kWa4Fo2IGP+ -# wxUReOZaxLeL9nB9TAnBBo/08g8RY2qsekex+GEeGGqXPIrknm+69SElsVVpvSAJ -# HASaNNq7x+5MnhKLCA8mSlH2U9fMkczov1CKjaD/V74EvuCrmewraWgVLOxbpuEL -# k2jJ0H2Ye4UbJXQeSJ5B+J1kRgQ3XXkmwqxdDX4kdg9LP1lO/lIcpuYMDiLlPR5v -# m8f14qP+LaqUuA== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Pester.psm1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Pester.psm1 deleted file mode 100644 index 4a7df32d07d1..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Pester.psm1 +++ /dev/null @@ -1,1700 +0,0 @@ -if ($PSVersionTable.PSVersion.Major -ge 3) { - $script:IgnoreErrorPreference = 'Ignore' - $outNullModule = 'Microsoft.PowerShell.Core' - $outHostModule = 'Microsoft.PowerShell.Core' -} -else { - $script:IgnoreErrorPreference = 'SilentlyContinue' - $outNullModule = 'Microsoft.PowerShell.Utility' - $outHostModule = $null -} - -# Tried using $ExecutionState.InvokeCommand.GetCmdlet() here, but it does not trigger module auto-loading the way -# Get-Command does. Since this is at import time, before any mocks have been defined, that's probably acceptable. -# If someone monkeys with Get-Command before they import Pester, they may break something. - -# The -All parameter is required when calling Get-Command to ensure that PowerShell can find the command it is -# looking for. Otherwise, if you have modules loaded that define proxy cmdlets or that have cmdlets with the same -# name as the safe cmdlets, Get-Command will return null. -$safeCommandLookupParameters = @{ - CommandType = [System.Management.Automation.CommandTypes]::Cmdlet - ErrorAction = [System.Management.Automation.ActionPreference]::Stop -} - -if ($PSVersionTable.PSVersion.Major -gt 2) { - $safeCommandLookupParameters['All'] = $true -} - -$script:SafeCommands = @{ - 'Add-Member' = Get-Command -Name Add-Member -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Add-Type' = Get-Command -Name Add-Type -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Compare-Object' = Get-Command -Name Compare-Object -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Export-ModuleMember' = Get-Command -Name Export-ModuleMember -Module Microsoft.PowerShell.Core @safeCommandLookupParameters - 'ForEach-Object' = Get-Command -Name ForEach-Object -Module Microsoft.PowerShell.Core @safeCommandLookupParameters - 'Format-Table' = Get-Command -Name Format-Table -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Get-Alias' = Get-Command -Name Get-Alias -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Get-ChildItem' = Get-Command -Name Get-ChildItem -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'Get-Command' = Get-Command -Name Get-Command -Module Microsoft.PowerShell.Core @safeCommandLookupParameters - 'Get-Content' = Get-Command -Name Get-Content -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'Get-Date' = Get-Command -Name Get-Date -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Get-Item' = Get-Command -Name Get-Item -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'Get-ItemProperty' = Get-Command -Name Get-ItemProperty -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'Get-Location' = Get-Command -Name Get-Location -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'Get-Member' = Get-Command -Name Get-Member -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Get-Module' = Get-Command -Name Get-Module -Module Microsoft.PowerShell.Core @safeCommandLookupParameters - 'Get-PSDrive' = Get-Command -Name Get-PSDrive -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'Get-PSCallStack' = Get-Command -Name Get-PSCallStack -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Get-Unique' = Get-Command -Name Get-Unique -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Get-Variable' = Get-Command -Name Get-Variable -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Group-Object' = Get-Command -Name Group-Object -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Import-LocalizedData' = Get-Command -Name Import-LocalizedData -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Import-Module' = Get-Command -Name Import-Module -Module Microsoft.PowerShell.Core @safeCommandLookupParameters - 'Join-Path' = Get-Command -Name Join-Path -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'Measure-Object' = Get-Command -Name Measure-Object -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'New-Item' = Get-Command -Name New-Item -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'New-ItemProperty' = Get-Command -Name New-ItemProperty -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'New-Module' = Get-Command -Name New-Module -Module Microsoft.PowerShell.Core @safeCommandLookupParameters - 'New-Object' = Get-Command -Name New-Object -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'New-PSDrive' = Get-Command -Name New-PSDrive -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'New-Variable' = Get-Command -Name New-Variable -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Out-Host' = Get-Command -Name Out-Host -Module $outHostModule @safeCommandLookupParameters - 'Out-File' = Get-Command -Name Out-File -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Out-Null' = Get-Command -Name Out-Null -Module $outNullModule @safeCommandLookupParameters - 'Out-String' = Get-Command -Name Out-String -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Pop-Location' = Get-Command -Name Pop-Location -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'Push-Location' = Get-Command -Name Push-Location -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'Remove-Item' = Get-Command -Name Remove-Item -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'Remove-PSBreakpoint' = Get-Command -Name Remove-PSBreakpoint -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Remove-PSDrive' = Get-Command -Name Remove-PSDrive -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'Remove-Variable' = Get-Command -Name Remove-Variable -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Resolve-Path' = Get-Command -Name Resolve-Path -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'Select-Object' = Get-Command -Name Select-Object -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Set-Content' = Get-Command -Name Set-Content -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'Set-Location' = Get-Command -Name Set-Location -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'Set-PSBreakpoint' = Get-Command -Name Set-PSBreakpoint -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Set-StrictMode' = Get-Command -Name Set-StrictMode -Module Microsoft.PowerShell.Core @safeCommandLookupParameters - 'Set-Variable' = Get-Command -Name Set-Variable -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Sort-Object' = Get-Command -Name Sort-Object -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Split-Path' = Get-Command -Name Split-Path -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'Start-Sleep' = Get-Command -Name Start-Sleep -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Test-Path' = Get-Command -Name Test-Path -Module Microsoft.PowerShell.Management @safeCommandLookupParameters - 'Where-Object' = Get-Command -Name Where-Object -Module Microsoft.PowerShell.Core @safeCommandLookupParameters - 'Write-Error' = Get-Command -Name Write-Error -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Write-Host' = Get-Command -Name Write-Host -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Write-Progress' = Get-Command -Name Write-Progress -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Write-Verbose' = Get-Command -Name Write-Verbose -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters - 'Write-Warning' = Get-Command -Name Write-Warning -Module Microsoft.PowerShell.Utility @safeCommandLookupParameters -} - -# Not all platforms have Get-WmiObject (Nano or PSCore 6.0.0-beta.x on Linux) -# Get-CimInstance is preferred, but we can use Get-WmiObject if it exists -# Moreover, it shouldn't really be fatal if neither of those cmdlets -# exist -if ( Get-Command -ea SilentlyContinue Get-CimInstance ) { - $script:SafeCommands['Get-CimInstance'] = Get-Command -Name Get-CimInstance -Module CimCmdlets @safeCommandLookupParameters -} -elseif ( Get-command -ea SilentlyContinue Get-WmiObject ) { - $script:SafeCommands['Get-WmiObject'] = Get-Command -Name Get-WmiObject -Module Microsoft.PowerShell.Management @safeCommandLookupParameters -} -elseif ( Get-Command -ea SilentlyContinue uname -Type Application ) { - $script:SafeCommands['uname'] = Get-Command -Name uname -Type Application | Select-Object -First 1 - if ( Get-Command -ea SilentlyContinue id -Type Application ) { - $script:SafeCommands['id'] = Get-Command -Name id -Type Application | Select-Object -First 1 - } -} -else { - Write-Warning "OS Information retrieval is not possible, reports will contain only partial system data" -} - -# little sanity check to make sure we don't blow up a system with a typo up there -# (not that I've EVER done that by, for example, mapping New-Item to Remove-Item...) - -foreach ($keyValuePair in $script:SafeCommands.GetEnumerator()) { - if ($keyValuePair.Key -ne $keyValuePair.Value.Name) { - throw "SafeCommands entry for $($keyValuePair.Key) does not hold a reference to the proper command." - } -} - -$script:AssertionOperators = & $SafeCommands['New-Object'] 'Collections.Generic.Dictionary[string,object]'([StringComparer]::InvariantCultureIgnoreCase) -$script:AssertionAliases = & $SafeCommands['New-Object'] 'Collections.Generic.Dictionary[string,object]'([StringComparer]::InvariantCultureIgnoreCase) -$script:AssertionDynamicParams = & $SafeCommands['New-Object'] System.Management.Automation.RuntimeDefinedParameterDictionary -$script:DisableScopeHints = $true - -function Count-Scopes { - param( - [Parameter(Mandatory = $true)] - $ScriptBlock) - - if ($script:DisableScopeHints) { - return 0 - } - - # automatic variable that can help us count scopes must be constant a must not be all scopes - # from the standard ones only Error seems to be that, let's ensure it is like that everywhere run - # other candidate variables can be found by this code - # Get-Variable | where { -not ($_.Options -band [Management.Automation.ScopedItemOptions]"AllScope") -and $_.Options -band $_.Options -band [Management.Automation.ScopedItemOptions]"Constant" } - - # get-variable steps on it's toes and recurses when we mock it in a test - # and we are also invoking this in user scope so we need to pass the reference - # to the safely captured function in the user scope - $safeGetVariable = $script:SafeCommands['Get-Variable'] - $sb = { - param($safeGetVariable) - $err = (& $safeGetVariable -Name Error).Options - if ($err -band "AllScope" -or (-not ($err -band "Constant"))) { - throw "Error variable is set to AllScope, or is not marked as constant cannot use it to count scopes on this platform." - } - - $scope = 0 - while ($null -eq (& $safeGetVariable -Name Error -Scope $scope -ErrorAction SilentlyContinue)) { - $scope++ - } - - $scope - 1 # because we are in a function - } - - $flags = [System.Reflection.BindingFlags]'Instance,NonPublic' - $property = [scriptblock].GetProperty('SessionStateInternal', $flags) - $ssi = $property.GetValue($ScriptBlock, $null) - $property.SetValue($sb, $ssi, $null) - - &$sb $safeGetVariable -} - -function Write-ScriptBlockInvocationHint { - param( - [Parameter(Mandatory = $true)] - [ScriptBlock] $ScriptBlock, - [Parameter(Mandatory = $true)] - [String] - $Hint - ) - - if ($script:DisableScopeHints) { - return - } - - $scope = Get-ScriptBlockHint $ScriptBlock - $count = Count-Scopes -ScriptBlock $ScriptBlock - - Write-Hint "Invoking scriptblock from location '$Hint' in state '$scope', $count scopes deep: - { - $ScriptBlock - }`n`n" -} - -function Write-Hint ($Hint) { - if ($script:DisableScopeHints) { - return - } - - Write-Host -ForegroundColor Cyan $Hint -} - -function Test-Hint { - param ( - [Parameter(Mandatory = $true)] - $InputObject - ) - - if ($script:DisableScopeHints) { - return $true - } - - $property = $InputObject | Get-Member -Name Hint -MemberType NoteProperty - if ($null -eq $property) { - return $false - } - - Test-NullOrWhiteSpace $property.Value -} - -function Set-Hint { - param( - [Parameter(Mandatory = $true)] - [String] $Hint, - [Parameter(Mandatory = $true)] - $InputObject, - [Switch] $Force - ) - - if ($script:DisableScopeHints) { - return - } - - if ($InputObject | Get-Member -Name Hint -MemberType NoteProperty) { - $hintIsNotSet = Test-NullOrWhiteSpace $InputObject.Hint - if ($Force -or $hintIsNotSet) { - $InputObject.Hint = $Hint - } - } - else { - # do not change this to be called without the pipeline, it will throw: Cannot evaluate parameter 'InputObject' because its argument is specified as a script block and there is no input. A script block cannot be evaluated without input. - $InputObject | Add-Member -Name Hint -Value $Hint -MemberType NoteProperty - } -} - -function Set-SessionStateHint { - param( - [Parameter(Mandatory = $true)] - [String] $Hint, - [Parameter(Mandatory = $true)] - [Management.Automation.SessionState] $SessionState, - [Switch] $PassThru - ) - - if ($script:DisableScopeHints) { - if ($PassThru) { - return $SessionState - } - return - } - - # in all places where we capture SessionState we mark its internal state with a hint - # the internal state does not change and we use it to invoke scriptblock in diferent - # states, setting the hint on SessionState is only secondary to make is easier to debug - $flags = [System.Reflection.BindingFlags]'Instance,NonPublic' - $internalSessionState = $SessionState.GetType().GetProperty('Internal', $flags).GetValue($SessionState, $null) - if ($null -eq $internalSessionState) { - throw "SessionState does not have any internal SessionState, this should never happen." - } - - $hashcode = $internalSessionState.GetHashCode() - # optionally sets the hint if there was none, so the hint from the - # function that first captured this session state is preserved - Set-Hint -Hint "$Hint ($hashcode))" -InputObject $internalSessionState - # the public session state should always depend on the internal state - Set-Hint -Hint $internalSessionState.Hint -InputObject $SessionState -Force - - if ($PassThru) { - $SessionState - } -} - -function Get-SessionStateHint { - param( - [Parameter(Mandatory = $true)] - [Management.Automation.SessionState] $SessionState - ) - - if ($script:DisableScopeHints) { - return - } - - # the hint is also attached to the session state object, but sessionstate objects are recreated while - # the internal state stays static so to see the hint on object that we receive via $PSCmdlet.SessionState we need - # to look at the InternalSessionState. the internal state should be never null so just looking there is enough - $flags = [System.Reflection.BindingFlags]'Instance,NonPublic' - $internalSessionState = $SessionState.GetType().GetProperty('Internal', $flags).GetValue($SessionState, $null) - if (Test-Hint $internalSessionState) { - $internalSessionState.Hint - } -} - -function Set-ScriptBlockHint { - param( - [Parameter(Mandatory = $true)] - [ScriptBlock] $ScriptBlock, - [string] $Hint - ) - - if ($script:DisableScopeHints) { - return - } - - $flags = [System.Reflection.BindingFlags]'Instance,NonPublic' - $internalSessionState = $ScriptBlock.GetType().GetProperty('SessionStateInternal', $flags).GetValue($ScriptBlock, $null) - if ($null -eq $internalSessionState) { - if (Test-Hint -InputObject $ScriptBlock) { - # the scriptblock already has a hint and there is not internal state - # so the hint on the scriptblock is enough - # if there was an internal state we would try to copy the hint from it - # onto the scriptblock to keep them in sync - return - } - - if ($null -eq $Hint) { - throw "Cannot set ScriptBlock hint because it is unbound ScriptBlock (with null internal state) and no -Hint was provided." - } - - # adds hint on the ScriptBlock - # the internal session state is null so we must attach the hint directly - # on the scriptblock - Set-Hint -Hint "$Hint (Unbound)" -InputObject $ScriptBlock -Force - } - else { - if (Test-Hint -InputObject $internalSessionState) { - # there already is hint on the internal state, we take it and sync - # it with the hint on the object - Set-Hint -Hint $internalSessionState.Hint -InputObject $ScriptBlock -Force - return - } - - if ($null -eq $Hint) { - throw "Cannot set ScriptBlock hint because it's internal state does not have any Hint and no external -Hint was provided." - } - - $hashcode = $internalSessionState.GetHashCode() - $Hint = "$Hint - ($hashCode)" - Set-Hint -Hint $Hint -InputObject $internalSessionState -Force - Set-Hint -Hint $Hint -InputObject $ScriptBlock -Force - } -} - -function Get-ScriptBlockHint { - param( - [Parameter(Mandatory = $true)] - [ScriptBlock] $ScriptBlock - ) - - if ($script:DisableScopeHints) { - return - } - - # the hint is also attached to the scriptblock object, but not all scriptblocks are tagged by us, - # the internal state stays static so to see the hint on object that we receive we need to look at the InternalSessionState - $flags = [System.Reflection.BindingFlags]'Instance,NonPublic' - $internalSessionState = $ScriptBlock.GetType().GetProperty('SessionStateInternal', $flags).GetValue($ScriptBlock, $null) - - - if ($null -ne $internalSessionState -and (Test-Hint $internalSessionState)) { - return $internalSessionState.Hint - } - - if (Test-Hint $ScriptBlock) { - return $ScriptBlock.Hint - } - - "Unknown unbound ScriptBlock" -} - - -function Test-NullOrWhiteSpace { - param ([string]$String) - - $String -match "^\s*$" -} - -function Assert-ValidAssertionName { - param([string]$Name) - if ($Name -notmatch '^\S+$') { - throw "Assertion name '$name' is invalid, assertion name must be a single word." - } -} - -function Assert-ValidAssertionAlias { - param([string[]]$Alias) - if ($Alias -notmatch '^\S+$') { - throw "Assertion alias '$string' is invalid, assertion alias must be a single word." - } -} - -function Add-AssertionOperator { - <# -.SYNOPSIS - Register an Assertion Operator with Pester -.DESCRIPTION - This function allows you to create custom Should assertions. -.EXAMPLE - ```ps - function BeAwesome($ActualValue, [switch] $Negate) - { - - [bool] $succeeded = $ActualValue -eq 'Awesome' - if ($Negate) { $succeeded = -not $succeeded } - - if (-not $succeeded) - { - if ($Negate) - { - $failureMessage = "{$ActualValue} is Awesome" - } - else - { - $failureMessage = "{$ActualValue} is not Awesome" - } - } - - return New-Object psobject -Property @{ - Succeeded = $succeeded - FailureMessage = $failureMessage - } - } - - Add-AssertionOperator -Name BeAwesome ` - -Test $function:BeAwesome ` - -Alias 'BA' - - PS C:\> "bad" | should -BeAwesome - {bad} is not Awesome - ``` -.PARAMETER Name - The name of the assertion. This will become a Named Parameter of Should. -.PARAMETER Test - The test function. The function must return a PSObject with a [Bool]succeeded and a [string]failureMessage property. -.PARAMETER Alias - A list of aliases for the Named Parameter. -.PARAMETER SupportsArrayInput - Does the test function support the passing an array of values to test. -.PARAMETER InternalName - If -Name is different from the actual function name, record the actual function name here. - Used by Get-ShouldOperator to pull function help. -#> - [CmdletBinding()] - param ( - [Parameter(Mandatory = $true)] - [string] $Name, - - [Parameter(Mandatory = $true)] - [scriptblock] $Test, - - [ValidateNotNullOrEmpty()] - [AllowEmptyCollection()] - [string[]] $Alias = @(), - - [Parameter()] - [string] $InternalName, - - [switch] $SupportsArrayInput - ) - - $entry = New-Object psobject -Property @{ - Test = $Test - SupportsArrayInput = [bool]$SupportsArrayInput - Name = $Name - Alias = $Alias - InternalName = If ($InternalName) { - $InternalName - } - Else { - $Name - } - } - if (Test-AssertionOperatorIsDuplicate -Operator $entry) { - # This is an exact duplicate of an existing assertion operator. - return - } - - $namesToCheck = @( - $Name - $Alias - ) - - Assert-AssertionOperatorNameIsUnique -Name $namesToCheck - - $script:AssertionOperators[$Name] = $entry - - foreach ($string in $Alias | Where { -not (Test-NullOrWhiteSpace $_) }) { - Assert-ValidAssertionAlias -Alias $string - $script:AssertionAliases[$string] = $Name - } - - Add-AssertionDynamicParameterSet -AssertionEntry $entry -} - -function Test-AssertionOperatorIsDuplicate { - param ( - [psobject] $Operator - ) - - $existing = $script:AssertionOperators[$Operator.Name] - if (-not $existing) { - return $false - } - - return $Operator.SupportsArrayInput -eq $existing.SupportsArrayInput -and - $Operator.Test.ToString() -eq $existing.Test.ToString() -and - -not (Compare-Object $Operator.Alias $existing.Alias) -} -function Assert-AssertionOperatorNameIsUnique { - param ( - [string[]] $Name - ) - - foreach ($string in $name | Where { -not (Test-NullOrWhiteSpace $_) }) { - Assert-ValidAssertionName -Name $string - - if ($script:AssertionOperators.ContainsKey($string)) { - throw "Assertion operator name '$string' has been added multiple times." - } - - if ($script:AssertionAliases.ContainsKey($string)) { - throw "Assertion operator name '$string' already exists as an alias for operator '$($script:AssertionAliases[$key])'" - } - } -} - -function Add-AssertionDynamicParameterSet { - param ( - [object] $AssertionEntry - ) - - ${function:__AssertionTest__} = $AssertionEntry.Test - $commandInfo = Get-Command __AssertionTest__ -CommandType Function - $metadata = [System.Management.Automation.CommandMetadata]$commandInfo - - $attribute = New-Object Management.Automation.ParameterAttribute - $attribute.ParameterSetName = $AssertionEntry.Name - $attribute.Mandatory = $true - - $attributeCollection = New-Object Collections.ObjectModel.Collection[Attribute] - $null = $attributeCollection.Add($attribute) - if (-not (Test-NullOrWhiteSpace $AssertionEntry.Alias)) { - Assert-ValidAssertionAlias -Alias $AssertionEntry.Alias - $attribute = New-Object System.Management.Automation.AliasAttribute($AssertionEntry.Alias) - $attributeCollection.Add($attribute) - } - - $dynamic = New-Object System.Management.Automation.RuntimeDefinedParameter($AssertionEntry.Name, [switch], $attributeCollection) - $null = $script:AssertionDynamicParams.Add($AssertionEntry.Name, $dynamic) - - if ($script:AssertionDynamicParams.ContainsKey('Not')) { - $dynamic = $script:AssertionDynamicParams['Not'] - } - else { - $dynamic = New-Object System.Management.Automation.RuntimeDefinedParameter('Not', [switch], (New-Object System.Collections.ObjectModel.Collection[Attribute])) - $null = $script:AssertionDynamicParams.Add('Not', $dynamic) - } - - $attribute = New-Object System.Management.Automation.ParameterAttribute - $attribute.ParameterSetName = $AssertionEntry.Name - $attribute.Mandatory = $false - $null = $dynamic.Attributes.Add($attribute) - - $i = 1 - foreach ($parameter in $metadata.Parameters.Values) { - # common parameters that are already defined - if ($parameter.Name -eq 'ActualValue' -or $parameter.Name -eq 'Not' -or $parameter.Name -eq 'Negate') { - continue - } - - - if ($script:AssertionOperators.ContainsKey($parameter.Name) -or $script:AssertionAliases.ContainsKey($parameter.Name)) { - throw "Test block for assertion operator $($AssertionEntry.Name) contains a parameter named $($parameter.Name), which conflicts with another assertion operator's name or alias." - } - - foreach ($alias in $parameter.Aliases) { - if ($script:AssertionOperators.ContainsKey($alias) -or $script:AssertionAliases.ContainsKey($alias)) { - throw "Test block for assertion operator $($AssertionEntry.Name) contains a parameter named $($parameter.Name) with alias $alias, which conflicts with another assertion operator's name or alias." - } - } - - if ($script:AssertionDynamicParams.ContainsKey($parameter.Name)) { - $dynamic = $script:AssertionDynamicParams[$parameter.Name] - } - else { - # We deliberately use a type of [object] here to avoid conflicts between different assertion operators that may use the same parameter name. - # We also don't bother to try to copy transformation / validation attributes here for the same reason. - # Because we'll be passing these parameters on to the actual test function later, any errors will come out at that time. - - # few years later: using [object] causes problems with switch params (in my case -PassThru), because then we cannot use them without defining a value - # so for switches we must prefer the conflicts over type - if ([switch] -eq $parameter.ParameterType) { - $type = [switch] - } - else { - $type = [object] - } - - $dynamic = New-Object System.Management.Automation.RuntimeDefinedParameter($parameter.Name, $type, (New-Object System.Collections.ObjectModel.Collection[Attribute])) - $null = $script:AssertionDynamicParams.Add($parameter.Name, $dynamic) - } - - $attribute = New-Object Management.Automation.ParameterAttribute - $attribute.ParameterSetName = $AssertionEntry.Name - $attribute.Mandatory = $false - $attribute.Position = ($i++) - - $null = $dynamic.Attributes.Add($attribute) - } -} - -function Get-AssertionOperatorEntry([string] $Name) { - return $script:AssertionOperators[$Name] -} - -function Get-AssertionDynamicParams { - return $script:AssertionDynamicParams -} - -$Script:PesterRoot = & $SafeCommands['Split-Path'] -Path $MyInvocation.MyCommand.Path -"$PesterRoot\Functions\*.ps1", "$PesterRoot\Functions\Assertions\*.ps1" | - & $script:SafeCommands['Resolve-Path'] | - & $script:SafeCommands['Where-Object'] { -not ($_.ProviderPath.ToLower().Contains(".tests.")) } | - & $script:SafeCommands['ForEach-Object'] { . $_.ProviderPath } - -if (& $script:SafeCommands['Test-Path'] "$PesterRoot\Dependencies") { - # sub-modules - & $script:SafeCommands['Get-ChildItem'] "$PesterRoot\Dependencies\*\*.psm1" | - & $script:SafeCommands['ForEach-Object'] { & $script:SafeCommands['Import-Module'] $_.FullName -Force -DisableNameChecking } -} - -Add-Type -TypeDefinition @" -using System; - -namespace Pester -{ - [Flags] - public enum OutputTypes - { - None = 0, - Default = 1, - Passed = 2, - Failed = 4, - Pending = 8, - Skipped = 16, - Inconclusive = 32, - Describe = 64, - Context = 128, - Summary = 256, - Header = 512, - All = Default | Passed | Failed | Pending | Skipped | Inconclusive | Describe | Context | Summary | Header, - Fails = Default | Failed | Pending | Skipped | Inconclusive | Describe | Context | Summary | Header - } -} -"@ - -function Has-Flag { - param - ( - [Parameter(Mandatory = $true)] - [Pester.OutputTypes] - $Setting, - [Parameter(Mandatory = $true, ValueFromPipeline = $true)] - [Pester.OutputTypes] - $Value - ) - - 0 -ne ($Setting -band $Value) -} - -function Invoke-Pester { - <# - .SYNOPSIS - Runs Pester tests - - .DESCRIPTION - The Invoke-Pester function runs Pester tests, including *.Tests.ps1 files and - Pester tests in PowerShell scripts. - - You can run scripts that include Pester tests just as you would any other - Windows PowerShell script, including typing the full path at the command line - and running in a script editing program. Typically, you use Invoke-Pester to run - all Pester tests in a directory, or to use its many helpful parameters, - including parameters that generate custom objects or XML files. - - By default, Invoke-Pester runs all *.Tests.ps1 files in the current directory - and all subdirectories recursively. You can use its parameters to select tests - by file name, test name, or tag. - - To run Pester tests in scripts that take parameter values, use the Script - parameter with a hash table value. - - Also, by default, Pester tests write test results to the console host, much like - Write-Host does, but you can use the Show parameter set to None to suppress the host - messages, use the PassThru parameter to generate a custom object - (PSCustomObject) that contains the test results, use the OutputXml and - OutputFormat parameters to write the test results to an XML file, and use the - EnableExit parameter to return an exit code that contains the number of failed - tests. - - You can also use the Strict parameter to fail all pending and skipped tests. - This feature is ideal for build systems and other processes that require success - on every test. - - To help with test design, Invoke-Pester includes a CodeCoverage parameter that - lists commands, classes, functions, and lines of code that did not run during test - execution and returns the code that ran as a percentage of all tested code. - - Invoke-Pester, and the Pester module that exports it, are products of an - open-source project hosted on GitHub. To view, comment, or contribute to the - repository, see https://github.com/Pester. - - .PARAMETER Script - Specifies the test files that Pester runs. You can also use the Script parameter - to pass parameter names and values to a script that contains Pester tests. The - value of the Script parameter can be a string, a hash table, or a collection - of hash tables and strings. Wildcard characters are supported. - - The Script parameter is optional. If you omit it, Invoke-Pester runs all - *.Tests.ps1 files in the local directory and its subdirectories recursively. - - To run tests in other files, such as .ps1 files, enter the path and file name of - the file. (The file name is required. Name patterns that end in "*.ps1" run only - *.Tests.ps1 files.) - - To run a Pester test with parameter names and/or values, use a hash table as the - value of the script parameter. The keys in the hash table are: - - -- Path [string] (required): Specifies a test to run. The value is a path\file - name or name pattern. Wildcards are permitted. All hash tables in a Script - parameter value must have a Path key. - - -- Parameters [hashtable]: Runs the script with the specified parameters. The - value is a nested hash table with parameter name and value pairs, such as - @{UserName = 'User01'; Id = '28'}. - - -- Arguments [array]: An array or comma-separated list of parameter values - without names, such as 'User01', 28. Use this key to pass values to positional - parameters. - - - .PARAMETER TestName - Runs only tests in Describe blocks that have the specified name or name pattern. - Wildcard characters are supported. - - If you specify multiple TestName values, Invoke-Pester runs tests that have any - of the values in the Describe name (it ORs the TestName values). - - .PARAMETER EnableExit - Will cause Invoke-Pester to exit with a exit code equal to the number of failed - tests once all tests have been run. Use this to "fail" a build when any tests fail. - - .PARAMETER OutputFile - The path where Invoke-Pester will save formatted test results log file. - - The path must include the location and name of the folder and file name with - the xml extension. - - If this path is not provided, no log will be generated. - - .PARAMETER OutputFormat - The format of output. Two formats of output are supported: NUnitXml and - JUnitXml. - - .PARAMETER Tag - Runs only tests in Describe blocks with the specified Tag parameter values. - Wildcard characters are supported. Tag values that include spaces or whitespace - will be split into multiple tags on the whitespace. - - When you specify multiple Tag values, Invoke-Pester runs tests that have any - of the listed tags (it ORs the tags). However, when you specify TestName - and Tag values, Invoke-Pester runs only describe blocks that have one of the - specified TestName values and one of the specified Tag values. - - If you use both Tag and ExcludeTag, ExcludeTag takes precedence. - - .PARAMETER ExcludeTag - Omits tests in Describe blocks with the specified Tag parameter values. Wildcard - characters are supported. Tag values that include spaces or whitespace - will be split into multiple tags on the whitespace. - - When you specify multiple ExcludeTag values, Invoke-Pester omits tests that have - any of the listed tags (it ORs the tags). However, when you specify TestName - and ExcludeTag values, Invoke-Pester omits only describe blocks that have one - of the specified TestName values and one of the specified Tag values. - - If you use both Tag and ExcludeTag, ExcludeTag takes precedence - - .PARAMETER PassThru - Returns a custom object (PSCustomObject) that contains the test results. - - By default, Invoke-Pester writes to the host program, not to the output stream (stdout). - If you try to save the result in a variable, the variable is empty unless you - use the PassThru parameter. - - To suppress the host output, use the Show parameter set to None. - - .PARAMETER CodeCoverage - Adds a code coverage report to the Pester tests. Takes strings or hash table values. - - A code coverage report lists the lines of code that did and did not run during - a Pester test. This report does not tell whether code was tested; only whether - the code ran during the test. - - By default, the code coverage report is written to the host program - (like Write-Host). When you use the PassThru parameter, the custom object - that Invoke-Pester returns has an additional CodeCoverage property that contains - a custom object with detailed results of the code coverage test, including lines - hit, lines missed, and helpful statistics. - - However, NUnitXml and JUnitXml output (OutputXML, OutputFormat) do not include - any code coverage information, because it's not supported by the schema. - - Enter the path to the files of code under test (not the test file). - Wildcard characters are supported. If you omit the path, the default is local - directory, not the directory specified by the Script parameter. Pester test files - are by default excluded from code coverage when a directory is provided. When you - provide a test file directly using string, code coverage will be measured. To include - tests in code coverage of a directory, use the dictionary syntax and provide - IncludeTests = $true option, as shown below. - - To run a code coverage test only on selected classes, functions or lines in a script, - enter a hash table value with the following keys: - - -- Path (P)(mandatory) : Enter one path to the files. Wildcard characters - are supported, but only one string is permitted. - -- IncludeTests : Includes code coverage for Pester test files (*.tests.ps1). - Default is false. - - One of the following: Class/Function or StartLine/EndLine - - -- Class (C) : Enter the class name. Wildcard characters are - supported, but only one string is permitted. Default is *. - -- Function (F) : Enter the function name. Wildcard characters are - supported, but only one string is permitted. Default is *. - - -or- - - -- StartLine (S): Performs code coverage analysis beginning with the specified - line. Default is line 1. - -- EndLine (E): Performs code coverage analysis ending with the specified line. - Default is the last line of the script. - - .PARAMETER CodeCoverageOutputFile - The path where Invoke-Pester will save formatted code coverage results file. - - The path must include the location and name of the folder and file name with - a required extension (usually the xml). - - If this path is not provided, no file will be generated. - - .PARAMETER CodeCoverageOutputFileEncoding - The encoding in which Invoke-Pester will save the code coverage results file - as. Defaults to 'utf8'. - - Supported encodings in the respective PowerShell version are the same as - those supported by the cmdlet Out-File in that PowerShell version. - - .PARAMETER CodeCoverageOutputFileFormat - The name of a code coverage report file format. - - Default value is: JaCoCo. - - Currently supported formats are: - - JaCoCo - this XML file format is compatible with the VSTS/TFS - - .PARAMETER Strict - Makes Pending and Skipped tests to Failed tests. Useful for continuous - integration where you need to make sure all tests passed. - - .PARAMETER Quiet - The parameter Quiet is deprecated since Pester v. 4.0 and will be deleted - in the next major version of Pester. Please use the parameter Show - with value 'None' instead. - - The parameter Quiet suppresses the output that Pester writes to the host program, - including the result summary and CodeCoverage output. - - This parameter does not affect the PassThru custom object or the XML output that - is written when you use the Output parameters. - - .PARAMETER Show - Customizes the output Pester writes to the screen. Available options are None, Default, - Passed, Failed, Pending, Skipped, Inconclusive, Describe, Context, Summary, Header, All, Fails. - - The options can be combined to define presets. - Common use cases are: - - None - to write no output to the screen. - All - to write all available information (this is default option). - Fails - to write everything except Passed (but including Describes etc.). - - A common setting is also Failed, Summary, to write only failed tests and test summary. - - This parameter does not affect the PassThru custom object or the XML output that - is written when you use the Output parameters. - - .PARAMETER PesterOption - Sets advanced options for the test execution. Enter a PesterOption object, - such as one that you create by using the New-PesterOption cmdlet, or a hash table - in which the keys are option names and the values are option values. - For more information on the options available, see the help for New-PesterOption. - - .Example - Invoke-Pester - - This command runs all *.Tests.ps1 files in the current directory and its subdirectories. - - .Example - Invoke-Pester -Script .\Util* - - This commands runs all *.Tests.ps1 files in subdirectories with names that begin - with 'Util' and their subdirectories. - - .Example - Invoke-Pester -Script D:\MyModule, @{ Path = '.\Tests\Utility\ModuleUnit.Tests.ps1'; Parameters = @{ Name = 'User01' }; Arguments = srvNano16 } - - This command runs all *.Tests.ps1 files in D:\MyModule and its subdirectories. - It also runs the tests in the ModuleUnit.Tests.ps1 file using the following - parameters: .\Tests\Utility\ModuleUnit.Tests.ps1 srvNano16 -Name User01 - - .Example - Invoke-Pester -Script @{Script = $scriptText} - - This command runs all tests passed as string in $scriptText variable with no aditional parameters and arguments. This notation can be combined with - Invoke-Pester -Script D:\MyModule, @{ Path = '.\Tests\Utility\ModuleUnit.Tests.ps1'; Parameters = @{ Name = 'User01' }; Arguments = srvNano16 } - if needed. This command can be used when tests and scripts are stored not on the FileSystem, but somewhere else, and it is impossible to provide a path to it. - - .Example - Invoke-Pester -TestName "Add Numbers" - - This command runs only the tests in the Describe block named "Add Numbers". - - .EXAMPLE - ```ps - $results = Invoke-Pester -Script D:\MyModule -PassThru -Show None - $failed = $results.TestResult | where Result -eq 'Failed' - - $failed.Name - cannot find help for parameter: Force : in Compress-Archive - help for Force parameter in Compress-Archive has wrong Mandatory value - help for Compress-Archive has wrong parameter type for Force - help for Update parameter in Compress-Archive has wrong Mandatory value - help for DestinationPath parameter in Expand-Archive has wrong Mandatory value - - $failed[0] - Describe : Test help for Compress-Archive in Microsoft.PowerShell.Archive (1.0.0.0) - Context : Test parameter help for Compress-Archive - Name : cannot find help for parameter: Force : in Compress-Archive - Result : Failed - Passed : False - Time : 00:00:00.0193083 - FailureMessage : Expected: value to not be empty - StackTrace : at line: 279 in C:\GitHub\PesterTdd\Module.Help.Tests.ps1 - 279: $parameterHelp.Description.Text | Should Not BeNullOrEmpty - ErrorRecord : Expected: value to not be empty - ParameterizedSuiteName : - Parameters : {} - ``` - - This examples uses the PassThru parameter to return a custom object with the - Pester test results. By default, Invoke-Pester writes to the host program, but not - to the output stream. It also uses the Show parameter set to None to suppress the host output. - - The first command runs Invoke-Pester with the PassThru and Show parameters and - saves the PassThru output in the $results variable. - - The second command gets only failing results and saves them in the $failed variable. - - The third command gets the names of the failing results. The result name is the - name of the It block that contains the test. - - The fourth command uses an array index to get the first failing result. The - property values describe the test, the expected result, the actual result, and - useful values, including a stack trace. - - .Example - Invoke-Pester -EnableExit -OutputFile ".\artifacts\TestResults.xml" -OutputFormat NUnitXml - - This command runs all tests in the current directory and its subdirectories. It - writes the results to the TestResults.xml file using the NUnitXml schema. The - test returns an exit code equal to the number of test failures. - - .EXAMPLE - Invoke-Pester -CodeCoverage 'ScriptUnderTest.ps1' - - Runs all *.Tests.ps1 scripts in the current directory, and generates a coverage - report for all commands in the "ScriptUnderTest.ps1" file. - - .EXAMPLE - Invoke-Pester -CodeCoverage @{ Path = 'ScriptUnderTest.ps1'; Function = 'FunctionUnderTest' } - - Runs all *.Tests.ps1 scripts in the current directory, and generates a coverage - report for all commands in the "FunctionUnderTest" function in the "ScriptUnderTest.ps1" file. - - .EXAMPLE - Invoke-Pester -CodeCoverage 'ScriptUnderTest.ps1' -CodeCoverageOutputFile '.\artifacts\TestOutput.xml' - - Runs all *.Tests.ps1 scripts in the current directory, and generates a coverage - report for all commands in the "ScriptUnderTest.ps1" file, and writes the coverage report to TestOutput.xml - file using the JaCoCo XML Report DTD. - - .EXAMPLE - Invoke-Pester -CodeCoverage @{ Path = 'ScriptUnderTest.ps1'; StartLine = 10; EndLine = 20 } - - Runs all *.Tests.ps1 scripts in the current directory, and generates a coverage - report for all commands on lines 10 through 20 in the "ScriptUnderTest.ps1" file. - - .EXAMPLE - Invoke-Pester -Script C:\Tests -Tag UnitTest, Newest -ExcludeTag Bug - - This command runs *.Tests.ps1 files in C:\Tests and its subdirectories. In those - files, it runs only tests that have UnitTest or Newest tags, unless the test - also has a Bug tag. - - .LINK - https://pester.dev/docs/commands/Describe - - .LINK - https://pester.dev/docs/commands/New-PesterOption - #> - [CmdletBinding(DefaultParameterSetName = 'Default')] - param( - [Parameter(Position = 0, Mandatory = 0)] - [Alias('Path', 'relative_path')] - [object[]]$Script = '.', - - [Parameter(Position = 1, Mandatory = 0)] - [Alias("Name")] - [string[]]$TestName, - - [Parameter(Position = 2, Mandatory = 0)] - [switch]$EnableExit, - - [Parameter(Position = 4, Mandatory = 0)] - [Alias('Tags')] - [string[]]$Tag, - - [string[]]$ExcludeTag, - - [switch]$PassThru, - - [object[]] $CodeCoverage = @(), - - [string] $CodeCoverageOutputFile, - - [Parameter()] - [ValidateSet('ascii', 'bigendianunicode', 'oem', 'unicode', 'utf7', 'utf8', 'utf8BOM', 'utf8NoBOM', 'utf32')] - [string] $CodeCoverageOutputFileEncoding = 'utf8', - - [ValidateSet('JaCoCo')] - [String]$CodeCoverageOutputFileFormat = "JaCoCo", - - [Switch]$Strict, - - [Parameter(Mandatory = $true, ParameterSetName = 'NewOutputSet')] - [string] $OutputFile, - - [Parameter(ParameterSetName = 'NewOutputSet')] - [ValidateSet('NUnitXml', 'JUnitXml')] - [string] $OutputFormat = 'NUnitXml', - - [Switch]$Quiet, - - [object]$PesterOption, - - [Pester.OutputTypes]$Show = 'All' - ) - begin { - # Ensure when running Pester that we're using RSpec strings - & $script:SafeCommands['Import-LocalizedData'] -BindingVariable Script:ReportStrings -BaseDirectory $PesterRoot -FileName RSpec.psd1 -ErrorAction SilentlyContinue - - # Fallback to en-US culture strings - If ([String]::IsNullOrEmpty($ReportStrings)) { - - & $script:SafeCommands['Import-LocalizedData'] -BaseDirectory $PesterRoot -BindingVariable Script:ReportStrings -UICulture 'en-US' -FileName RSpec.psd1 -ErrorAction Stop - - } - } - - end { - if ($PSBoundParameters.ContainsKey('Quiet')) { - & $script:SafeCommands['Write-Warning'] 'The -Quiet parameter has been deprecated; please use the new -Show parameter instead. To get no output use -Show None.' - & $script:SafeCommands['Start-Sleep'] -Seconds 2 - - if (!$PSBoundParameters.ContainsKey('Show')) { - $Show = [Pester.OutputTypes]::None - } - } - - $script:mockTable = @{ } - Remove-MockFunctionsAndAliases - $sessionState = Set-SessionStateHint -PassThru -Hint "Caller - Captured in Invoke-Pester" -SessionState $PSCmdlet.SessionState - $pester = New-PesterState -TestNameFilter $TestName -TagFilter $Tag -ExcludeTagFilter $ExcludeTag -SessionState $SessionState -Strict:$Strict -Show:$Show -PesterOption $PesterOption -RunningViaInvokePester - - try { - Enter-CoverageAnalysis -CodeCoverage $CodeCoverage -PesterState $pester - Write-PesterStart $pester $Script - - $invokeTestScript = { - param ( - [Parameter(Position = 0)] - [string] $Path, - [string] $Script, - $Set_ScriptBlockHint, - [object[]] $Arguments = @(), - [System.Collections.IDictionary] $Parameters = @{ } - ) - - if (-not [string]::IsNullOrEmpty($Path)) { - & $Path @Parameters @Arguments - } - elseif (-not [string]::IsNullOrEmpty($Script)) { - $scriptBlock = [scriptblock]::Create($Script) - & $Set_ScriptBlockHint -Hint "Unbound ScriptBlock from Invoke-Pester" -ScriptBlock $scriptBlock - Invoke-Command -ScriptBlock ($scriptBlock) - } - } - - Set-ScriptBlockScope -ScriptBlock $invokeTestScript -SessionState $sessionState - $testScripts = @(ResolveTestScripts $Script) - - - foreach ($testScript in $testScripts) { - #Get test description for better output - if (-not [string]::IsNullOrEmpty($testScript.Path)) { - $testDescription = $testScript.Path - } - elseif (-not [string]::IsNullOrEmpty($testScript.Script)) { - $testDescription = $testScript.Script - } - - try { - $pester.EnterTestGroup($testDescription, 'Script') - Write-Describe $testDescription -CommandUsed Script - do { - $testOutput = & $invokeTestScript -Path $testScript.Path -Script $testScript.Script -Arguments $testScript.Arguments -Parameters $testScript.Parameters -Set_ScriptBlockHint $script:SafeCommands['Set-ScriptBlockHint'] - } until ($true) - } - catch { - $firstStackTraceLine = $null - if (($_ | & $SafeCommands['Get-Member'] -Name ScriptStackTrace) -and $null -ne $_.ScriptStackTrace) { - $firstStackTraceLine = $_.ScriptStackTrace -split '\r?\n' | & $script:SafeCommands['Select-Object'] -First 1 - } - $pester.AddTestResult("Error occurred in test script '$($testDescription)'", "Failed", $null, $_.Exception.Message, $firstStackTraceLine, $null, $null, $_) - - # This is a hack to ensure that XML output is valid for now. The test-suite names come from the Describe attribute of the TestResult - # objects, and a blank name is invalid NUnit XML. This will go away when we promote test scripts to have their own test-suite nodes, - # planned for v4.0 - $pester.TestResult[-1].Describe = "Error in $($testDescription)" - - $pester.TestResult[-1] | Write-PesterResult - } - finally { - Exit-MockScope - $pester.LeaveTestGroup($testDescription, 'Script') - } - } - - $pester | Write-PesterReport - $coverageReport = Get-CoverageReport -PesterState $pester - Write-CoverageReport -CoverageReport $coverageReport - if ((& $script:SafeCommands['Get-Variable'] -Name CodeCoverageOutputFile -ValueOnly -ErrorAction $script:IgnoreErrorPreference) ` - -and (& $script:SafeCommands['Get-Variable'] -Name CodeCoverageOutputFileFormat -ValueOnly -ErrorAction $script:IgnoreErrorPreference) -eq 'JaCoCo') { - $jaCoCoReport = Get-JaCoCoReportXml -PesterState $pester -CoverageReport $coverageReport - $jaCoCoReport | & $SafeCommands['Out-File'] $CodeCoverageOutputFile -Encoding $CodeCoverageOutputFileEncoding - } - Exit-CoverageAnalysis -PesterState $pester - } - finally { - Exit-MockScope - } - - Set-PesterStatistics - - if (& $script:SafeCommands['Get-Variable'] -Name OutputFile -ValueOnly -ErrorAction $script:IgnoreErrorPreference) { - Export-PesterResults -PesterState $pester -Path $OutputFile -Format $OutputFormat - } - - if ($PassThru) { - # Remove all runtime properties like current* and Scope - $properties = @( - "TagFilter", "ExcludeTagFilter", "TestNameFilter", "ScriptBlockFilter", "TotalCount", "PassedCount", "FailedCount", "SkippedCount", "PendingCount", 'InconclusiveCount', "Time", "TestResult" - - if ($CodeCoverage) { - @{ Name = 'CodeCoverage'; Expression = { $coverageReport } } - } - ) - - $pester | & $script:SafeCommands['Select-Object'] -Property $properties - } - - if ($EnableExit) { - Exit-WithCode -FailedCount $pester.FailedCount - } - } -} - -function New-PesterOption { - <# - .SYNOPSIS - Creates an object that contains advanced options for Invoke-Pester - .DESCRIPTION - By using New-PesterOption you can set options what allow easier integration with external applications or - modifies output generated by Invoke-Pester. - The result of New-PesterOption need to be assigned to the parameter 'PesterOption' of the Invoke-Pester function. - .PARAMETER IncludeVSCodeMarker - When this switch is set, an extra line of output will be written to the console for test failures, making it easier - for VSCode's parser to provide highlighting / tooltips on the line where the error occurred. - .PARAMETER TestSuiteName - When generating NUnit XML output, this controls the name assigned to the root "test-suite" element. Defaults to "Pester". - .PARAMETER ScriptBlockFilter - Filters scriptblock based on the path and line number. This is intended for integration with external tools so we don't rely on names (strings) that can have expandable variables in them. - .PARAMETER Experimental - Enables experimental features of Pester to be enabled. - .PARAMETER ShowScopeHints - EXPERIMENTAL: Enables debugging output for debugging tranisition among scopes. (Experimental flag needs to be used to enable this.) - - .INPUTS - None - You cannot pipe input to this command. - .OUTPUTS - System.Management.Automation.PSObject - .EXAMPLE - ```ps - $Options = New-PesterOption -TestSuiteName "Tests - Set A" - - Invoke-Pester -PesterOption $Options -Outputfile ".\Results-Set-A.xml" -OutputFormat NUnitXML - ``` - - The result of commands will be execution of tests and saving results of them in a NUnitMXL file where the root "test-suite" - will be named "Tests - Set A". - - .LINK - https://pester.dev/docs/commands/Invoke-Pester - #> - - [CmdletBinding()] - param ( - [switch] $IncludeVSCodeMarker, - - [ValidateNotNullOrEmpty()] - [string] $TestSuiteName = 'Pester', - - [switch] $Experimental, - - [switch] $ShowScopeHints, - - [hashtable[]] $ScriptBlockFilter - ) - - # in PowerShell 2 Add-Member can attach properties only to - # PSObjects, I could work around this by capturing all instances - # in checking them during runtime, but that would bring a lot of - # object management problems - so let's just not allow this in PowerShell 2 - if ($Experimental -and $ShowScopeHints) { - if ($PSVersionTable.PSVersion.Major -lt 3) { - throw "Scope hints cannot be used on PowerShell 2 due to limitations of Add-Member." - } - - $script:DisableScopeHints = $false - } - else { - $script:DisableScopeHints = $true - } - - return & $script:SafeCommands['New-Object'] psobject -Property @{ - IncludeVSCodeMarker = [bool] $IncludeVSCodeMarker - TestSuiteName = $TestSuiteName - ShowScopeHints = $ShowScopeHints - Experimental = $Experimental - ScriptBlockFilter = $ScriptBlockFilter - } -} - -function ResolveTestScripts { - param ([object[]] $Path) - - $resolvedScriptInfo = @( - foreach ($object in $Path) { - if ($object -is [System.Collections.IDictionary]) { - $unresolvedPath = Get-DictionaryValueFromFirstKeyFound -Dictionary $object -Key 'Path', 'p' - $script = Get-DictionaryValueFromFirstKeyFound -Dictionary $object -Key 'Script' - $arguments = @(Get-DictionaryValueFromFirstKeyFound -Dictionary $object -Key 'Arguments', 'args', 'a') - $parameters = Get-DictionaryValueFromFirstKeyFound -Dictionary $object -Key 'Parameters', 'params' - - if ($null -eq $Parameters) { - $Parameters = @{ } - } - - if ($unresolvedPath -isnot [string] -or $unresolvedPath -notmatch '\S' -and ($script -isnot [string] -or $script -notmatch '\S')) { - throw 'When passing hashtables to the -Path parameter, the Path key is mandatory, and must contain a single string.' - } - - if ($null -ne $parameters -and $parameters -isnot [System.Collections.IDictionary]) { - throw 'When passing hashtables to the -Path parameter, the Parameters key (if present) must be assigned an IDictionary object.' - } - } - else { - $unresolvedPath = [string] $object - $script = [string] $object - $arguments = @() - $parameters = @{ } - } - - if (-not [string]::IsNullOrEmpty($unresolvedPath)) { - if ($unresolvedPath -notmatch '[\*\?\[\]]' -and - (& $script:SafeCommands['Test-Path'] -LiteralPath $unresolvedPath -PathType Leaf) -and - (& $script:SafeCommands['Get-Item'] -LiteralPath $unresolvedPath) -is [System.IO.FileInfo]) { - $extension = [System.IO.Path]::GetExtension($unresolvedPath) - if ($extension -ne '.ps1') { - & $script:SafeCommands['Write-Error'] "Script path '$unresolvedPath' is not a ps1 file." - } - else { - & $script:SafeCommands['New-Object'] psobject -Property @{ - Path = $unresolvedPath - Script = $null - Arguments = $arguments - Parameters = $parameters - } - } - } - else { - # World's longest pipeline? - - & $script:SafeCommands['Resolve-Path'] -Path $unresolvedPath | - & $script:SafeCommands['Where-Object'] { $_.Provider.Name -eq 'FileSystem' } | - & $script:SafeCommands['Select-Object'] -ExpandProperty ProviderPath | - & $script:SafeCommands['Get-ChildItem'] -Include *.Tests.ps1 -Recurse | - & $script:SafeCommands['Where-Object'] { -not $_.PSIsContainer } | - & $script:SafeCommands['Select-Object'] -ExpandProperty FullName -Unique | - & $script:SafeCommands['ForEach-Object'] { - & $script:SafeCommands['New-Object'] psobject -Property @{ - Path = $_ - Script = $null - Arguments = $arguments - Parameters = $parameters - } - } - } - } - elseif (-not [string]::IsNullOrEmpty($script)) { - & $script:SafeCommands['New-Object'] psobject -Property @{ - Path = $null - Script = $script - Arguments = $arguments - Parameters = $parameters - } - } - } - ) - - # Here, we have the option of trying to weed out duplicate file paths that also contain identical - # Parameters / Arguments. However, we already make sure that each object in $Path didn't produce - # any duplicate file paths, and if the caller happens to pass in a set of parameters that produce - # dupes, maybe that's not our problem. For now, just return what we found. - - $resolvedScriptInfo -} - -function Get-DictionaryValueFromFirstKeyFound { - param ([System.Collections.IDictionary] $Dictionary, [object[]] $Key) - - foreach ($keyToTry in $Key) { - if ($Dictionary.Contains($keyToTry)) { - return $Dictionary[$keyToTry] - } - } -} - -function Set-ScriptBlockScope { - [CmdletBinding()] - param ( - [Parameter(Mandatory = $true)] - [scriptblock] - $ScriptBlock, - - [Parameter(Mandatory = $true, ParameterSetName = 'FromSessionState')] - [System.Management.Automation.SessionState] - $SessionState, - - [Parameter(Mandatory = $true, ParameterSetName = 'FromSessionStateInternal')] - [AllowNull()] - $SessionStateInternal - ) - - $flags = [System.Reflection.BindingFlags]'Instance,NonPublic' - - if ($PSCmdlet.ParameterSetName -eq 'FromSessionState') { - $SessionStateInternal = $SessionState.GetType().GetProperty('Internal', $flags).GetValue($SessionState, $null) - } - - $property = [scriptblock].GetProperty('SessionStateInternal', $flags) - $scriptBlockSessionState = $property.GetValue($ScriptBlock, $null) - - if (-not $script:DisableScopeHints) { - # hint can be attached on the internal state (preferable) when the state is there. - # if we are given unbound scriptblock with null internal state then we hope that - # the source cmdlet set the hint directly on the ScriptBlock, - # otherwise the origin is unknown and the cmdlet that allowed this scriptblock in - # should be found and add hint - - $hint = $scriptBlockSessionState.Hint - if ($null -eq $hint) { - if ($null -ne $ScriptBlock.Hint) { - $hint = $ScriptBlock.Hint - } - else { - $hint = 'Unknown unbound ScriptBlock' - } - } - Write-Hint "Setting ScriptBlock state from source state '$hint' to '$($SessionStateInternal.Hint)'" - } - - $property.SetValue($ScriptBlock, $SessionStateInternal, $null) - - if (-not $script:DisableScopeHints) { - Set-ScriptBlockHint -ScriptBlock $ScriptBlock - } -} - -function Get-ScriptBlockScope { - [CmdletBinding()] - param ( - [Parameter(Mandatory = $true)] - [scriptblock] - $ScriptBlock - ) - - - $flags = [System.Reflection.BindingFlags]'Instance,NonPublic' - $sessionStateInternal = [scriptblock].GetProperty('SessionStateInternal', $flags).GetValue($ScriptBlock, $null) - if (-not $script:DisableScopeHints) { - Write-Hint "Getting scope from ScriptBlock '$($sessionStateInternal.Hint)'" - } - $sessionStateInternal -} - -function SafeGetCommand { - <# - .SYNOPSIS - This command is used by Pester's Mocking framework. You do not need to call it directly. - #> - - return $script:SafeCommands['Get-Command'] -} - -function Set-PesterStatistics($Node) { - if ($null -eq $Node) { - $Node = $pester.TestActions - } - - foreach ($action in $Node.Actions) { - if ($action.Type -eq 'TestGroup') { - Set-PesterStatistics -Node $action - - $Node.TotalCount += $action.TotalCount - $Node.PassedCount += $action.PassedCount - $Node.FailedCount += $action.FailedCount - $Node.SkippedCount += $action.SkippedCount - $Node.PendingCount += $action.PendingCount - $Node.InconclusiveCount += $action.InconclusiveCount - } - elseif ($action.Type -eq 'TestCase') { - $node.TotalCount++ - - switch ($action.Result) { - Passed { - $Node.PassedCount++; break; - } - Failed { - $Node.FailedCount++; break; - } - Skipped { - $Node.SkippedCount++; break; - } - Pending { - $Node.PendingCount++; break; - } - Inconclusive { - $Node.InconclusiveCount++; break; - } - } - } - } -} - -function Contain-AnyStringLike ($Filter, $Collection) { - foreach ($item in $Collection) { - foreach ($value in $Filter) { - if ($item -like $value) { - return $true - } - } - } - return $false -} - -$snippetsDirectoryPath = "$PSScriptRoot\Snippets" -if ((& $script:SafeCommands['Test-Path'] -Path Variable:\psise) -and - ($null -ne $psISE) -and - ($PSVersionTable.PSVersion.Major -ge 3) -and - (& $script:SafeCommands['Test-Path'] $snippetsDirectoryPath)) { - Import-IseSnippet -Path $snippetsDirectoryPath -} - -function Assert-VerifiableMocks { - <# - .SYNOPSIS - The function is for backward compatibility only. Please update your code and use 'Assert-VerifiableMock' instead. - - .DESCRIPTION - The function was reintroduced in the version 4.0.8 of Pester to avoid loading older version of Pester when Assert-VerifiableMocks is called. - - The function will be removed finally in the next major version of Pester. - - .LINK - https://pester.dev/docs/migrations/v3-to-v4 - - .LINK - https://github.com/pester/Pester/issues/880 - - #> - - [CmdletBinding()] - param() - - Throw "This command has been renamed to 'Assert-VerifiableMock' (without the 's' at the end), please update your code. For more information see: https://pester.dev/docs/migrations/v3-to-v4" - -} - -$script:SafeCommands['Set-ScriptBlockHint'] = & $script:SafeCommands['Get-Command'] -Name Set-ScriptBlockHint -ErrorAction Stop - -Set-SessionStateHint -Hint Pester -SessionState $ExecutionContext.SessionState -# in the future rename the function to Add-ShouldOperator -Set-Alias -Name Add-ShouldOperator -Value Add-AssertionOperator -$script:ConflictingParameterNames = Initialize-ConflictingParameterNames - -& $script:SafeCommands['Export-ModuleMember'] Describe, Context, It, In, Mock, Assert-VerifiableMock, Assert-VerifiableMocks, Assert-MockCalled, Set-TestInconclusive, Set-ItResult -& $script:SafeCommands['Export-ModuleMember'] New-Fixture, Get-TestDriveItem, Should, Invoke-Pester, Setup, InModuleScope, Invoke-Mock -& $script:SafeCommands['Export-ModuleMember'] BeforeEach, AfterEach, BeforeAll, AfterAll -& $script:SafeCommands['Export-ModuleMember'] Get-MockDynamicParameter, Set-DynamicParameterVariable -& $script:SafeCommands['Export-ModuleMember'] SafeGetCommand, New-PesterOption -& $script:SafeCommands['Export-ModuleMember'] Invoke-Gherkin, Find-GherkinStep, BeforeEachFeature, BeforeEachScenario, AfterEachFeature, AfterEachScenario, GherkinStep -Alias Given, When, Then, And, But -& $script:SafeCommands['Export-ModuleMember'] New-MockObject, Add-AssertionOperator, Get-ShouldOperator -Alias Add-ShouldOperator - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUPAob5dF8YUg7zFGpAK4g/nDC -# 2nKggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# bO9veV4hli9lO2Yl9moJF+sgr0YwDQYJKoZIhvcNAQEBBQAEggEAdok8rOI/LWZa -# DPwGx17Z85OgLF/ji9gUaR8/PKNEeSvLut8AOpFH0fN1Wcekzr6Jb016K28LU+Fc -# UOulQl932VEUO5GzuHG3YRQKptLqRI48jDbvfID7idtZnUZ5TFH2wnhm/C3Cq6OM -# 6Lyu9VMU832PqtR3E/3hREzRg1RADgZUKf3+dsAo1B2FuwmDJkexuQAg4/BPWxPQ -# wm+b+htPugPHHqUyLNLbNma+OLygStHpAkITHwBubCJ9o5ekRYRGDD+RzqSZuXP9 -# ztPb/+STtYKCJJCOzy0FdfOmZfU+/ooX0gVT9uyGsjrkeP40hd/se+TLroIMVy3w -# GVSg33K0UKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU1WjAjBgkqhkiG9w0BCQQx -# FgQUtMqMM5qSKrTXxl/WIliwvlfLpNEwDQYJKoZIhvcNAQEBBQAEggEAmBCyt3LK -# H8i4c1v/Pci0R7HmnJUXrDRzt6mqzlVxbeHo5YnIFWxxFbnx2gPFYdzA8YbLR8jV -# o1effjw7vHzveMAaLrugbOu/SxvDEmimMiWfhfaMOCPqcNmKIu9AnVnv5V55hxRl -# skyq0MkHOMQZ2n4AQSacKA69FcTYC+yhjfv147rrD7WKR80+2U1kIvuKKRUQ+ElG -# o9vTibXOmkzbPYy2ABU2uMnpqfstSX9U0bLSN5sU/z20fn0U1hANnENJDcsmvQSv -# Kb5AmTGBv7jRLUP6oNCiRBwqbA3W/qYTSl3s+/cZEA72mllrkWW7FgfN5acuYhDY -# +n0vmZoc7N2TRw== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/Context.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/Context.snippets.ps1xml deleted file mode 100644 index f314b234792f..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/Context.snippets.ps1xml +++ /dev/null @@ -1,178 +0,0 @@ - - - -
- Context - Add empty Pester Context block - ctx - ScriptBlock,Editor,Console - nohwnd - - Expansion - -
- - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/Describe.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/Describe.snippets.ps1xml deleted file mode 100644 index c07a1bdbc4c7..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/Describe.snippets.ps1xml +++ /dev/null @@ -1,178 +0,0 @@ - - - -
- Describe - Add empty Pester Describe block - dsc - ScriptBlock,Editor,Console - nohwnd - - Expansion - -
- - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/It.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/It.snippets.ps1xml deleted file mode 100644 index 94f9d7e96b20..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/It.snippets.ps1xml +++ /dev/null @@ -1,178 +0,0 @@ - - - -
- It - Add empty Pester It block - it - nohwnd - PowerShell - - Expansion - -
- - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBe.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBe.snippets.ps1xml deleted file mode 100644 index 7898174512bb..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBe.snippets.ps1xml +++ /dev/null @@ -1,177 +0,0 @@ - - - -
- Should Be - Add Pester Should Be assertion - sb - Pipeline,ScriptBlock,Editor,Console - nohwnd - - Expansion - -
- - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeGreaterThan.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeGreaterThan.snippets.ps1xml deleted file mode 100644 index 11d593f0fc38..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeGreaterThan.snippets.ps1xml +++ /dev/null @@ -1,177 +0,0 @@ - - - -
- Should Be Greater Than - Add Pester Should BeGreaterThan assertion - sbgt - Pipeline,ScriptBlock,Editor,Console - nohwnd - - Expansion - -
- - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeLessThan.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeLessThan.snippets.ps1xml deleted file mode 100644 index 269ee3a8ef03..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeLessThan.snippets.ps1xml +++ /dev/null @@ -1,177 +0,0 @@ - - - -
- Should Be Less Than - Add Pester Should BeLessThan assertion - sblt - Pipeline,ScriptBlock,Editor,Console - nohwnd - - Expansion - -
- - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeNullOrEmpty.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeNullOrEmpty.snippets.ps1xml deleted file mode 100644 index d28765610956..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeNullOrEmpty.snippets.ps1xml +++ /dev/null @@ -1,177 +0,0 @@ - - - -
- Should Be NullOrEmpty - Add Pester Should BeNullOrEmpty assertion - sbn - Pipeline,ScriptBlock,Editor,Console - nohwnd - - Expansion - -
- - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldExist.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldExist.snippets.ps1xml deleted file mode 100644 index 0ec3a72be455..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldExist.snippets.ps1xml +++ /dev/null @@ -1,177 +0,0 @@ - - - -
- Should Exist - Add Pester Should Exist assertion - se - Pipeline,ScriptBlock,Editor,Console - nohwnd - - Expansion - -
- - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldFileContentMatch.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldFileContentMatch.snippets.ps1xml deleted file mode 100644 index e9b881e31106..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldFileContentMatch.snippets.ps1xml +++ /dev/null @@ -1,177 +0,0 @@ - - - -
- Should Contain - Add Pester Should FileContentMatch assertion - sc - Pipeline,ScriptBlock,Editor,Console - nohwnd - - Expansion - -
- - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldMatch.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldMatch.snippets.ps1xml deleted file mode 100644 index e0042cf0d0fc..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldMatch.snippets.ps1xml +++ /dev/null @@ -1,177 +0,0 @@ - - - -
- Should Match - Add Pester Should Match assertion - sm - Pipeline,ScriptBlock,Editor,Console - nohwnd - - Expansion - -
- - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotBe.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotBe.snippets.ps1xml deleted file mode 100644 index f0477b4e72fd..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotBe.snippets.ps1xml +++ /dev/null @@ -1,177 +0,0 @@ - - - -
- Should Not Be - Add Pester Should Be assertion - snb - Pipeline,ScriptBlock,Editor,Console - nohwnd - - Expansion - -
- - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotBeNullOrEmpty.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotBeNullOrEmpty.snippets.ps1xml deleted file mode 100644 index a3f782872c5c..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotBeNullOrEmpty.snippets.ps1xml +++ /dev/null @@ -1,177 +0,0 @@ - - - -
- Should Not BeNullOrEmpty - Add Pester Should Not BeNullOrEmpty assertion - snbn - Pipeline,ScriptBlock,Editor,Console - nohwnd - - Expansion - -
- - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotExist.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotExist.snippets.ps1xml deleted file mode 100644 index 921cc1690e0f..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotExist.snippets.ps1xml +++ /dev/null @@ -1,177 +0,0 @@ - - - -
- Should Not Exist - Add Pester Should Not Exist assertion - sne - Pipeline,ScriptBlock,Editor,Console - nohwnd - - Expansion - -
- - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotFileContentMatch.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotFileContentMatch.snippets.ps1xml deleted file mode 100644 index a0c3e2b31487..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotFileContentMatch.snippets.ps1xml +++ /dev/null @@ -1,177 +0,0 @@ - - - -
- Should Not Contain - Add Pester Should Not Contain assertion - snc - Pipeline,ScriptBlock,Editor,Console - nohwnd - - Expansion - -
- - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotMatch.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotMatch.snippets.ps1xml deleted file mode 100644 index f33e132d3f71..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotMatch.snippets.ps1xml +++ /dev/null @@ -1,177 +0,0 @@ - - - -
- Should Not Match - Add Pester Should Not Match assertion - snm - Pipeline,ScriptBlock,Editor,Console - nohwnd - - Expansion - -
- - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotThrow.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotThrow.snippets.ps1xml deleted file mode 100644 index f6666a24a8bb..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotThrow.snippets.ps1xml +++ /dev/null @@ -1,177 +0,0 @@ - - - -
- Should Not Throw - Add Pester Should Not Throw assertion - snt - Pipeline,ScriptBlock,Editor,Console - nohwnd - - Expansion - -
- - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldThrow.snippets.ps1xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldThrow.snippets.ps1xml deleted file mode 100644 index ac88e77205c9..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldThrow.snippets.ps1xml +++ /dev/null @@ -1,177 +0,0 @@ - - - -
- Should Throw - Add Pester Should Throw assertion - st - Pipeline,ScriptBlock,Editor,Console - nohwnd - - Expansion - -
- - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/Gherkin.psd1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/Gherkin.psd1 deleted file mode 100644 index a771a80ac735..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/Gherkin.psd1 +++ /dev/null @@ -1,185 +0,0 @@ -@{ - HeaderMessage = 'Pester v{0}' - StartMessage = "Testing all features in '{0}'" - FilterMessage = " for scenarios matching '{0}'" - TagMessage = " with tags: '{0}'" - MessageOfs = "', '" - - CoverageTitle = "Code coverage report:" - CoverageMessage = "Covered {2:P2} of {3:N0} analyzed {0} in {4:N0} {1}." - MissedSingular = 'Missed command:' - MissedPlural = 'Missed commands:' - CommandSingular = 'Command' - CommandPlural = 'Commands' - FileSingular = 'File' - FilePlural = 'Files' - - Describe = "Feature: {0}" - Context = "Scenario: {0}" - Margin = " " - Timing = "Testing completed in {0}" - - # If this is set to an empty string, the count won't be printed - ContextsPassed = "Scenarios Passed: {0} " - ContextsFailed = "Failed: {0}" - TestsPassed = "Steps Passed: {0} " - TestsFailed = "Failed: {0} " - TestsSkipped = 'Skipped: {0} ' - TestsPending = 'Pending: {0} ' - TestsInconclusive = 'Inconclusive: {0} ' -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUIOrUH1XOuP/n9zVwIAmQ5HDN -# PNiggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# XMcRpaiWQjc58f+2UB57hyquQKswDQYJKoZIhvcNAQEBBQAEggEAGwL9emYB38Lu -# 1oXYaEbkxz+yupcFJtc/r8AinY7KRofveUbdN5sGpeYnVcZ7p639JCfu/aGu3nm0 -# dkNfl5sX4myFAPXbZzoiYXLey7vburAAbinsA0Wb41j966kx2UBVOr+EBUHKasEt -# 3BtHY4j48udw/+iuwttdd4WbUbAbfLrX1RJf9oZfacL0bZfGnjQkkxgKtJcPBECW -# 3esVEVOyuNBl/5vFviBXJdp5jOxvqq60IGOUwDQjKu5vQX+NJ61djhVmTyQ3Alwp -# vNIHXwcv8mvt0NV0KYDrEYGvnG+LrrORG16JuX7/79z5qbwpDR0XLgy5idjrHNBl -# k2jEexl5g6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDAxWjAjBgkqhkiG9w0BCQQx -# FgQUMRimqwUtD+8YMGKPje/D4QahY3AwDQYJKoZIhvcNAQEBBQAEggEAjIyZcbjz -# 3e/kHlnoeuh04aZvPxycrPCPnClQVk56eG/dkRU9pv5nb/iXtjl8oAmbyFBltcq/ -# u7N83ZUtBxcOKVO8VU8kJT8vBteom4GDXlPBxFpGsU0iROCOYgFGMlYqy7EaVUYs -# AyjINbpMJ/3I17zTBL+HGMT7Z68hwVJtCGGJPCoNBpfPyvomBqFSiJD9EPyyUJZw -# TlU4N2H9LePcWnm2YAqb/s89ShEp29hREMN5ixlm+Muxumd/g6Ihv/lOEkPkNvO8 -# 8tu0Dzf60cNwVBqRu51g0wkj821utvTkMWPaBI0mvbf79u+uuxwpfJoclF0As+WG -# rSWGxlmu5pAi9A== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/RSpec.psd1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/RSpec.psd1 deleted file mode 100644 index ab9fc54d58d7..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/RSpec.psd1 +++ /dev/null @@ -1,187 +0,0 @@ -@{ - HeaderMessage = 'Pester v{0}' - StartMessage = "Executing all tests in '{0}'" - FilterMessage = ' matching test name {0}' - TagMessage = ' with Tags {0}' - MessageOfs = "', '" - - CoverageTitle = 'Code coverage report:' - CoverageMessage = 'Covered {2:P2} of {3:N0} analyzed {0} in {4:N0} {1}.' - MissedSingular = 'Missed command:' - MissedPlural = 'Missed commands:' - CommandSingular = 'Command' - CommandPlural = 'Commands' - FileSingular = 'File' - FilePlural = 'Files' - - Describe = 'Describing {0}' - Script = 'Executing script {0}' - Context = 'Context {0}' - Margin = ' ' - Timing = 'Tests completed in {0}' - - # If this is set to an empty string, the count won't be printed - ContextsPassed = '' - ContextsFailed = '' - - TestsPassed = 'Tests Passed: {0}, ' - TestsFailed = 'Failed: {0}, ' - TestsSkipped = 'Skipped: {0}, ' - TestsPending = 'Pending: {0}, ' - TestsInconclusive = 'Inconclusive: {0} ' -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUunvUKhGWb1QMOlJ6KDc+xrIR -# dqyggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# k3IouGibxbEW+LzBX+G4KH87EIQwDQYJKoZIhvcNAQEBBQAEggEAI1+IXonHqtfU -# VJ7L5IH4aCcMwLw58ehtnBZgF2fhOR9PSz2DO0Y2zG26gfj/0/vm8jm4dxUyrqc8 -# K/Zn/h8jOgH/8XnsdIWLpc+7OQO8jopE/PQoQ6xsyzwZjoYzqV5+w0JVsuxW2Sen -# zqxhTrGRkiej/xPzUGiYbvbbE+lATFvGRFQebPDDdaPuNvVZ6zx5Ggei6mYSmwfH -# l74dSV/CbQdueHvn1q3Duo/1kDYsGkOhZUGBj0xj6SI/udWbI5exOc6VD/tWyyHS -# OVRxXdu2dp073qNyt1eKXL4uqI4RcZHbxg9M+jU2P89JZi6rWqlcd9pSKuFteOF/ -# b0PrzP2Wq6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDAyWjAjBgkqhkiG9w0BCQQx -# FgQUlIMbWMBCUM4JQJ9jl6Ll+K1jXHcwDQYJKoZIhvcNAQEBBQAEggEAXZgXC/QP -# doH/m9krfXjL749ZESd/Bw3ehPLsemXmn9P/DnwZpED98X95+tmpF8gq4OoEru92 -# Jw/ki0ttkgM8SW9Q/hzV9NLwwOiryEzhiHfHJrOZznC/6mmr3nY0XdaZ/Qac0wNB -# A0iEQrnA8SI8UKEhpZhZwxRLzhFfA1WVAldPJgVrGDWFPsr9a73ofdPknUhGq7mN -# Qu+71GMYa2dePQRHmhbrfWbT4dzw061JMT66c4Jg7U3qfNpXHaRsHlyDIFNrCFWa -# VRyYZ882R9AkGxKSndC713vOcAIa+3zxeaN8PMbvgn/O6a9e8fNbJV2rMlQtKLWA -# GkdulZ+iwF6Ung== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_BeforeEach_AfterEach.help.txt b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_BeforeEach_AfterEach.help.txt deleted file mode 100644 index f31ba1b80013..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_BeforeEach_AfterEach.help.txt +++ /dev/null @@ -1,88 +0,0 @@ -TOPIC - about_BeforeEach_AfterEach - -SHORT DESCRIPTION - Describes the BeforeEach and AfterEach commands, which run a set of commands that you specify - before or after every It block. - -LONG DESCRIPTION - The the BeforeEach and AfterEach commands in the Pester module let you define setup and teardown - tasks that are performed at the beginning and end of every It block. This can eliminate duplication of code - in test scripts, ensure that each test is performed on a pristine state regardless of their - order, and perform any necessary clean-up tasks after each test. - - BeforeEach and AfterEach blocks may be defined inside of any Describe or Context. If they - are present in both a Context and its parent Describe, BeforeEach blocks in the Describe scope - are executed first, followed by BeforeEach blocks in the Context scope. AfterEach blocks are - the reverse of this, with the Context AfterEach blocks executing before Describe. - - The script blocks assigned to BeforeEach and AfterEach are dot-sourced in the Context or Describe - which contains the current It statement, so you don't have to worry about the scope of variable - assignments. Any variables that are assigned values within a BeforeEach block can be used inside - the body of the It block. - - BeforeAll and AfterAll are used the same way as BeforeEach and AfterEach, except that they are - executed at the beginning and end of their containing Describe or Context block. This is - essentially syntactic sugar for the following arrangement of code: - - Describe 'Something' { - try - { - - - - } - finally - { - - } - } - - - SYNTAX AND PLACEMENT - Unlike most of the commands in a Pester script, BeforeEach, AfterEach, BeforeAll and AfterAll blocks - apply to the entire Describe or Context scope in which they are defined, regardless of the order of - commands inside the Describe or Context. In other words, even if an It block appears before BeforeEach - or AfterEach in the tests file, the BeforeEach and AfterEach will still be executed. Likewise, BeforeAll - code will be executed at the beginning of a Context or Describe block regardless of where it is found, - and AfterAll code will execute at the end of the Context or Describe. - - - EXAMPLES - Describe 'Testing BeforeEach and AfterEach' { - $afterEachVariable = 'AfterEach has not been executed yet' - - It 'Demonstrates that BeforeEach may be defined after the It command' { - $beforeEachVariable | Should -Be 'Set in a describe-scoped BeforeEach' - $afterEachVariable | Should -Be 'AfterEach has not been executed yet' - $beforeAllVariable | Should -Be 'BeforeAll has been executed' - } - - It 'Demonstrates that AfterEach has executed after the end of the first test' { - $afterEachVariable | Should -Be 'AfterEach has been executed' - } - - BeforeEach { - $beforeEachVariable = 'Set in a describe-scoped BeforeEach' - } - - AfterEach { - $afterEachVariable = 'AfterEach has been executed' - } - - BeforeAll { - $beforeAllVariable = 'BeforeAll has been executed' - } - } - -SEE ALSO - about_Pester - about_Should - about_Mocking - about_TestDrive - about_about_Try_Catch_Finally - Describe - Context - Should - It - Invoke-Pester diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Mocking.help.txt b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Mocking.help.txt deleted file mode 100644 index d10aa65a1cbc..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Mocking.help.txt +++ /dev/null @@ -1,207 +0,0 @@ -TOPIC - about_Mocking - -SHORT DESCRIPTION - Pester provides a set of Mocking functions making it easy to fake dependencies - and also to verify behavior. Using these mocking functions can allow you to - "shim" a data layer or mock other complex functions that already have their - own tests. - -LONG DESCRIPTION - With the set of Mocking functions that Pester exposes, one can: - - - Mock the behavior of ANY PowerShell command. - - Verify that specific commands were (or were not) called. - - Verify the number of times a command was called with a set of specified - parameters. - - MOCKING FUNCTIONS - For detailed information about the functions in the Pester module, use Get-Help. - - Mock - Mocks the behavior of an existing command with an alternate - implementation. - - Assert-VerifiableMock - Checks if any Verifiable Mock has not been invoked. If so, this will - throw an exception. - - Assert-MockCalled - Checks if a Mocked command has been called a certain number of times - and throws an exception if it has not. - - EXAMPLE - function Build ($version) { - Write-Host "a build was run for version: $version" - } - - function BuildIfChanged { - $thisVersion = Get-Version - $nextVersion = Get-NextVersion - if ($thisVersion -ne $nextVersion) { Build $nextVersion } - return $nextVersion - } - - $here = Split-Path -Parent $MyInvocation.MyCommand.Path - $sut = (Split-Path -Leaf $MyInvocation.MyCommand.Path).Replace(".Tests.", ".") - . "$here\$sut" - - Describe "BuildIfChanged" { - Context "When there are Changes" { - Mock Get-Version {return 1.1} - Mock Get-NextVersion {return 1.2} - Mock Build {} -Verifiable -ParameterFilter {$version -eq 1.2} - - $result = BuildIfChanged - - It "Builds the next version" { - Assert-VerifiableMock - } - It "returns the next version number" { - $result | Should -Be 1.2 - } - } - Context "When there are no Changes" { - Mock Get-Version { return 1.1 } - Mock Get-NextVersion { return 1.1 } - Mock Build {} - - $result = BuildIfChanged - - It "Should not build the next version" { - Assert-MockCalled Build -Times 0 -ParameterFilter {$version -eq 1.1} - } - } - } - - - MOCKING CALLS TO COMMANDS MADE FROM INSIDE SCRIPT MODULES - - Let's say you have code like this inside a script module (.psm1 file): - - function BuildIfChanged { - $thisVersion = Get-Version - $nextVersion = Get-NextVersion - if ($thisVersion -ne $nextVersion) { Build $nextVersion } - return $nextVersion - } - - function Build ($version) { - Write-Host "a build was run for version: $version" - } - - # Actual definitions of Get-Version and Get-NextVersion are not shown here, - # since we'll just be mocking them anyway. However, the commands do need to - # exist in order to be mocked, so we'll stick dummy functions here - - function Get-Version { return 0 } - function Get-NextVersion { return 0 } - - Export-ModuleMember -Function BuildIfChanged - - Beginning in Pester 3.0, there are two ways to write a unit test for a module that - mocks the calls to Get-Version and Get-NextVersion from the module's BuildIfChanged - command. The first is to inject mocks into a module: - - In these examples, the PSM1 file, MyModule.psm1 is installed in $env:PSModulePath on - the local computer. - - Import-Module MyModule - - Describe "BuildIfChanged" { - Context "When there are Changes" { - Mock -ModuleName MyModule Get-Version { return 1.1 } - Mock -ModuleName MyModule Get-NextVersion { return 1.2 } - - # To demonstrate that you can mock calls to commands other than functions - # defined in the same module, we'll mock a call to Write-Host. - - Mock -ModuleName MyModule Write-Host {} -Verifiable -ParameterFilter { - $Object -eq 'a build was run for version: 1.2' - } - - $result = BuildIfChanged - - It "Builds the next version and calls Write-Host" { - Assert-VerifiableMock - } - - It "returns the next version number" { - $result | Should -Be 1.2 - } - } - - Context "When there are no Changes" { - Mock -ModuleName MyModule Get-Version { return 1.1 } - Mock -ModuleName MyModule Get-NextVersion { return 1.1 } - Mock -ModuleName MyModule Build { } - - $result = BuildIfChanged - - It "Should not build the next version" { - Assert-MockCalled Build -ModuleName MyModule -Times 0 -ParameterFilter { - $version -eq 1.1 - } - } - } - } - - - In this sample test script, all calls to Mock and Assert-MockCalled have the - -ModuleName MyModule parameter added. This tells Pester to inject the mock into the module scope, - which causes any calls to those commands from inside the module to execute the mock instead. - - When you write your test script this way, you can mock commands that are called by the module's - internal functions. However, your test script is still limited to accessing the public, exported - members of the module. For example, you could not call the Build function directly. - - The InModuleScope command causes entire sections of your test script to execute inside the targeted - script module. This gives you access to unexported members of the module. For example: - - Import-Module MyModule - - Describe "Unit testing the module's internal Build function:" { - InModuleScope MyModule { - $testVersion = 5.0 - Mock Write-Host { } - - Build $testVersion - - It 'Outputs the correct message' { - Assert-MockCalled Write-Host -ParameterFilter { - $Object -eq "a build was run for version: $testVersion" - } - } - } - } - - When using InModuleScope, you no longer need to specify a ModuleName parameter when calling - Mock or Assert-MockCalled for commands in the module. You can also directly call the Build - function that the module does not export. - -SEE ALSO - Mock - Assert-VerifiableMock - Assert-MockCalled - InModuleScope - Describe - Context - It - - The following articles are useful for further understanding of Pester Mocks. - Pester Mock and Test Drive, by Jakub Jareš: - http://www.powershellmagazine.com/2014/09/30/pester-mock-and-testdrive/ - Pester and Mocking, by Mickey Gousset: - http://www.systemcentercentral.com/day-53-pester-mocking/ - Mocking Missing Cmdlets with Pester, by Iain Brighton: - http://virtualengine.co.uk/2015/mocking-missing-cmdlets-with-pester/ - Testing Mocked Output with Pester, by Steven Murawski: - http://stevenmurawski.com/powershell/2014/02/testing-returned-objects-with-pester/ - - The following articles are useful for deeper understanding of Mocking in general. - Answer to the Question "What is the Purpose of Mock Objects" by Bert F: - http://stackoverflow.com/a/3623574/5514075 - Mocks Aren't Stubs, by Martin Fowler: - http://martinfowler.com/articles/mocksArentStubs.html - The Art of Mocking, by Gil Zilberfeld: - http://www.methodsandtools.com/archive/archive.php?id=122 diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Pester.help.txt b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Pester.help.txt deleted file mode 100644 index cbe9a4354973..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Pester.help.txt +++ /dev/null @@ -1,297 +0,0 @@ -TOPIC - about_Pester - -SHORT DESCRIPTION - Pester is a test framework for Windows PowerShell. Use the Pester language - and its commands to write and run tests that verify that your scripts and - modules work as designed. - - Pester 3.4.0 supports Windows PowerShell 2.0 and greater. - -LONG DESCRIPTION - Pester introduces a professional test framework for Windows PowerShell - commands. You can use Pester to test commands of any supported type, - including scripts, cmdlets, functions, CIM commands, workflows, and DSC - resources, and test these commands in modules of all types. - - Each Pester test compares actual to expected output using a collection of - comparison operators that mirror the familiar operators in Windows - PowerShell. In this way, Pester supports "dynamic testing", that is, it - tests the code while it's running, instead of just evaluating code syntax - ("static testing"). - - Once your Pester tests are written are verified to work correctly, you can - run them automatically or on demand to verify that the output didn't change - and that any code changes did not introduce errors. You can also add your - tests to the build scripts of a continuous integration system, and add new - tests at any time. - - - WHAT CAN PESTER TEST? - Pester is designed to support "test-driven development" (TDD), in which you - write and run tests before writing your code, thereby using the test as a - code specification. - - It also supports "behavior-driven development" (BDD), in which the tests - verify the behavior and output of the code, and the user experience, - independent of its implementation. This lets you change the implementation - and use the test to verify that the behavior is unchanged. - - You can use Pester to write "unit tests" that test individual functions in - isolation and "integration tests" that verify that functions can be used - together to generate expected results. - - Pester creates and manages a temporary drive (PSDrive named TestDrive:) that - you can use to simulate a file system. For more information, see - about_TestDrive. - - Pester also has "mocking" commands that replace the actual output of - commands with output that you specify. Mocking lets you test your commands - with varied input without creating and maintaining fake entries in a file - or database, or commenting-out and inserting code just for testing. For more - information, see about_Mocking. - - - THE PESTER LANGUAGE - To make it easier to write tests, Pester uses a language especially designed - for testing. This "domain-specific language" (DSL) hides the standard - verb-noun syntax of PowerShell commands. - - To make the language more fluent, the command parameters are positional, so - you don't typically use parameter names. - - For example, this "gets all widgets" test uses the Pester language, - including its "It", "Should", and "Be" commands. The test verifies that the - actual output of the Get-Widget cmdlet is the same as the expected value in - the $allWidgets variables. - - It "gets all widgets" { - Get-Widget | Should -Be $allWidgets - } - - - To learn the Pester language, start by reading the following About and - cmdlet help topics: - - -- Describe: Creates a required test container. - -- Context: Creates an optional scoped test sub-container. - -- It: Creates a test. - -- about_Should Compares actual to expected values. This topic also - lists all valid values of Be, which specify the - comparison operator used in the test. - - - - HOW TO CREATE TEST FILES - To start using Pester, create a script and a test file that tests the - script. If you already have a script, you can create a test file for it. - - Pester test files are Windows PowerShell scripts with a .Tests.ps1 file name - extension. The distinctive file name extension enables Pester to identify - tests and distinguish them from other scripts. - - Typically, the test file and file it tests have the same base file name, - such as: - - New-Log.ps1 - New-Log.Tests.ps1 - - For a quick start, use the New-Fixture cmdlet in the Pester module. It - creates a script with an empty function and a matching test file with a - valid test. - - For example, this command creates a New-Log.ps1 script and a - New-Log.Tests.ps1 test script in the C:\Scripts\LogScripts directory. - - New-Fixture -Path C:\Scripts\LogScripts -Name New-Log - - Directory: C:\Scripts\LogScripts - - - Mode LastWriteTime Length Name - ---- ------------- ------ ---- - -a---- 4/18/2016 9:51 AM 30 New-Log.ps1 - -a---- 4/18/2016 9:51 AM 262 New-Log.Tests.ps1 - - - The similar names do not automatically associate the test file and script - file. The test file must include code to import ("dot-source") the - functions, aliases, and variables in the script being tested into the scope - of the test script. - - For example: - . .\New-Log.ps1 - -or- - . C:\Scripts\LogScripts\New-Log.ps1 - - - Many Pester test files, including the files that New-Fixture creates, begin with these - statements. - - $here = Split-Path -Parent $MyInvocation.MyCommand.Path - $sut = (Split-Path -Leaf $MyInvocation.MyCommand.Path) -replace '\.Tests\.', '.' - . "$here\$sut" - - This code finds the current path of the test file at run time and saves it - in the $here variable. Then, it finds the script based on the path in $here. - This code assumes that the script has the same base name and is located in - the same directory as the test file. - - You can use any code in the test file that finds the script, but be sure - that the test file has the required *.Tests.ps1 file name extension. - - - - HOW TO RUN PESTER TESTS - Pester tests are Windows PowerShell scripts (.ps1 files), so you can run - them at the command line, or in any editor. - - Pester also has an Invoke-Pester cmdlet with useful parameters. By default, - Invoke-Pester runs all the tests in a directory and all of its subdirectories - recursively, but you can run selected tests by specifying a script name or - name pattern, a test name, or a test tag. - - Invoke-Pester parameters also let you save the test output in NUnitXml or - LegacyNUnitXml formats that are commonly used by reporting tools. - - For example, the following command runs all tests in the current directory - and all subdirectories recursively. It writes output to the host, but does - not generate any objects. - - Invoke-Pester - - In contrast, this command runs only the tests in the New-Log.Tests.ps1 file - that have the 'EventVwr' tag. It writes the test results as custom objects - and saves them in NUnitXml format in the NewLogTests.xml file. It also runs - an optional code coverage test to verify that all lines in the script ran - at least once during the tests. - - Invoke-Pester -Script C:\Tests\New-Log.Tests.ps1 ` - -Tag EventVwr -OutputFile .\NewLogTests.xml -OutputFormat NUnitXml ` - -CodeCoverage - - - To run the New-Log.Tests.ps1 file that New-Fixture created, change to its - local directory or a parent directory, and run Invoke-Pester. You can also - use the Script parameter of Invoke-Pester to run only the New-Log.Tests.ps1 - test. - - PS C:\Scripts> Invoke-Pester -Script .\New-Log.Tests.ps1 - - For more information about Invoke-Pester, type: Get-Help Invoke-Pester - - - EXAMPLE - For your first Pester test, use the New-Fixture cmdlet to create a script - file and matching test file. - - For example: - - New-Fixture -Path C:\TestPester -Name Get-Hello - - Directory: C:\TestPester - - - Mode LastWriteTime Length Name - ---- ------------- ------ ---- - -a---- 4/18/2016 9:51 AM 30 Get-Hello.ps1 - -a---- 4/18/2016 9:51 AM 262 Get-Hello.Tests.ps1 - - - The Get-Hello.ps1 script contains an empty Get-Hello.ps1 function. - - function Get-Hello {} - - The Get-Hello.Tests.ps1 file contains an empty Pester test that is named - for the Get-Hello function. - - Describe "Get-Hello" { - It "does something useful" { - $true | Should -Be $false - } - } - - To run the test, use Invoke-Pester. For example, - - Invoke-Pester C:\TestPester - - When you run the test, it fails by design, because Should compares $True to - $False using the equal operator ("Be") and $True doesn't equal $False. - - - To start testing the Get-Hello function, change $True to Get-Hello and - $False to "Hello". Now, the test compares the output of Get-Hello output to - 'hello'. - - It should still fail, because Get-Hello doesn't return anything. - - Describe "New-Log" { - It "does something useful" { - Get-Hello | Should -Be 'Hello' - } - } - - - To make the test pass, change the Get-Hello function so it returns 'hello'. - Then, in steps, change $False to more interesting values, then change the - Get-Hello function output to make the test pass. - - You can also experiment with other comparison operators, such as the BeLike - (supports wildcards) and BeExactly (case sensitive), and BeLikeExactly - operators. For more, information about comparison operators in Pester, see - about_Should. - - - PESTER TEST OUTPUT - When you run a test, Pester use a variation of Write-Host to write - color-coded text to the console. You'll quickly learn to recognize the - purple test names and green (passing) and red (failing) test results with - the elapsed time of the test. - - Describing Get-Profile - [+] Gets all profiles 156ms - [+] Gets only profiles 24ms - - The output ends with a summary of the test results. - - Tests completed in 3.47s - Passed: 20 Failed: 1 Skipped: 0 Pending: 0 Inconclusive: 0 - - However, because Pester uses Write-Host, it does not write to the output - stream (stdout), so there are no output objects to save in a variable or - redirect to a file. - - To direct Pester to create custom objects, use its PassThru parameter. The - result is a single PSCustomObject with a TestResult property that one - TestResult custom object for each test in the test file. - - To save the custom objects to a file, use the OutputFile and OutputFormat - parameters of Invoke-Pester, which save the output in NUnitXml and - LegacyNUnitXml formats that are easy to parse and commonly used by reporting - tools. - - - - REAL-WORLD EXAMPLES - For help in writing Pester tests, examine the extensive collection of tests - that Pester uses to verify its Windows PowerShell code. - - To find the Pester tests in the Pester module directory, type: - - dir \*Tests.ps1 -Recurse - - -or- - - dir (Get-Module Pester -ListAvailable).ModuleBase -Include *Tests.ps1 -Recurse - - -SEE ALSO - Pester wiki: https://github.com/pester/pester/wiki - Describe - Context - It - New-Fixture - Invoke-Pester - about_Mocking - about_Should - about_TestDrive diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Should.help.txt b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Should.help.txt deleted file mode 100644 index 3e03df2ffbd9..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Should.help.txt +++ /dev/null @@ -1,251 +0,0 @@ -TOPIC - about_Should - -SHORT DESCRIPTION - Provides assertion convenience methods for comparing objects and throwing - test failures when test expectations fail. - -LONG DESCRIPTION - Should is an Extension of System.Object and can be used as a native type - inside Describe blocks. The various Should member methods can be invoked - directly from an object being compared. It is typically used in individual - It blocks to verify the results of an expectation. The Should method is - typically called from the "actual" object being compared and takes the - expected" object as a parameter. Should includes several members that - perform various comparisons of objects and will throw a PesterFailure when - the objects do not evaluate to be comparable. - -SHOULD MEMBERS - GENERAL - Be - Compares one object with another for equality and throws if the two - objects are not the same. - - $actual="Actual value" - $actual | Should -Be "actual value" # Test will pass - $actual | Should -Be "not actual value" # Test will fail - - Also compares an entire array for equality and throws if the array is not the same. - - $array = @(1, 2, 3, 4, 'I am a string', (New-Object psobject -Property @{ IAm = 'An Object' })) - $array | Should -Be $array # Test will pass - - $string = 'I am a string' - $array = @(1, 2, 3, 4, $string) - $arrayWithCaps = @(1, 2, 3, 4, $string.ToUpper()) - $array | Should -Be $arrayWithCaps # Test will pass - - Comparisons will fail if the arrays have the same values, but not the same order. - - [int32[]]$array = (1..10) - $arrayoutoforder = (1,10,2,3,4,5,6,7,8,9) - $array | Should -Be $arrayOutOfOrder # Test will fail - - BeExactly - Compares one object with another for equality and throws if the two objects are not the same. This comparison is case sensitive. - - $actual="Actual value" - $actual | Should -BeExactly "Actual value" # Test will pass - $actual | Should -BeExactly "actual value" # Test will fail - - BeNullOrEmpty - Checks values for null or empty (strings). The static [String]::IsNullOrEmpty() method is used to do the comparison. - - $null | Should -BeNullOrEmpty # Test will pass - $null | Should -Not -BeNullOrEmpty # Test will fail - @() | Should -BeNullOrEmpty # Test will pass - "" | Should -BeNullOrEmpty # Test will pass - BeTrue - Asserts that the value is true, or truthy. - - $true | Should -BeTrue - 1 | Should -BeTrue - 1,2,3 | Should -BeTrue - - BeFalse - Asserts that the value is false of falsy. - - $false | Should -BeFalse - 0 | Should -BeFalse - $null | Should -BeFalse - - BeOfType, HaveType - Asserts that the actual value should be an object of a specified type (or a subclass of the specified type) using PowerShell's -is operator: - - $actual = Get-Item $env:SystemRoot - $actual | Should -BeOfType System.IO.DirectoryInfo # Test will pass; object is a DirectoryInfo - $actual | Should -BeOfType System.IO.FileSystemInfo # Test will pass; DirectoryInfo base class is FileSystemInfo - $actual | Should -HaveType System.IO.FileSystemInfo # Test will pass; DirectoryInfo base class is FileSystemInfo - - $actual | Should -BeOfType System.IO.FileInfo # Test will fail; FileInfo is not a base class of DirectoryInfo - - - TEXT - BeLike - Asserts that the actual value matches a wildcard pattern using PowerShell's -like operator. This comparison is not case-sensitive. - - $actual="Actual value" - $actual | Should -BeLike "actual *" # Test will pass - $actual | Should -BeLike "not actual *" # Test will fail - - BeLikeExactly - - Asserts that the actual value matches a wildcard pattern using PowerShell's -like operator. This comparison is case-sensitive. - - $actual="Actual value" - $actual | Should -BeLikeExactly "Actual *" # Test will pass - $actual | Should -BeLikeExactly "actual *" # Test will fail - - Match - Uses a regular expression to compare two objects. This comparison is not case sensitive. - - "I am a value" | Should -Match "I Am" # Test will pass - "I am a value" | Should -Match "I am a bad person" # Test will fail - - Tip: Use [regex]::Escape("pattern") to match the exact text. - - "Greg" | Should -Match ".reg" # Test will pass - "Greg" | Should -Match ([regex]::Escape(".reg")) # Test will fail - - MatchExactly - Uses a regular expression to compare two objects. This comparison is case sensitive. - - "I am a value" | Should -MatchExactly "I am" # Test will pass - "I am a value" | Should -MatchExactly "I Am" # Test will fail - - COMPARISON - BeGreaterThan - Asserts that a number (or other comparable value) is greater than an expected value. Uses PowerShell's -gt operator to compare the two values. - - 2 | Should -BeGreaterThan 0 - - BeGreaterOrEqual - Asserts that a number (or other comparable value) is greater than or equal to an expected value. Uses PowerShell's -ge operator to compare the two values. - - 2 | Should -BeGreaterOrEqual 0 - 2 | Should -BeGreaterOrEqual 2 - - BeLessThan - Asserts that a number (or other comparable value) is lower than an expected value. Uses PowerShell's -lt operator to compare the two values. - - 1 | Should -BeLessThan 10 - - BeLessOrEqual - Asserts that a number (or other comparable value) is lower than, or equal to an expected value. Uses PowerShell's -le operator to compare the two values. - - 1 | Should -BeLessOrEqual 10 - 10 | Should -BeLessOrEqual 10 - - COLLECTION - BeIn - Asserts that a collection of values contain a specific value. Uses PowerShell's -contains operator to confirm. - - 1 | Should -BeIn @(1,2,3,'a','b','c') - - Contain - Asserts that collection contains a specific value. Uses PowerShell's -contains operator to confirm. - - 1,2,3 | Should -Contain 1 - - HaveCount - Asserts that a collection has the expected amount of items. - - 1,2,3 | Should -HaveCount 3 - - FILE - Exist - Does not perform any comparison but checks if the object calling Exist - is present in a PS Provider. The object must have valid path syntax. It - essentially must pass a Test-Path call. - - $actual=(Dir . )[0].FullName - Remove-Item $actual - $actual | Should -Exist # Test will fail - - FileContentMatch - Checks to see if a file contains the specified text. This search is not case sensitive and uses regular expressions. - - Set-Content -Path TestDrive:\file.txt -Value 'I am a file.' - 'TestDrive:\file.txt' | Should -FileContentMatch 'I Am' # Test will pass - 'TestDrive:\file.txt' | Should -FileContentMatch '^I.*file\.$' # Test will pass - - 'TestDrive:\file.txt' | Should -FileContentMatch 'I Am Not' # Test will fail - - Tip: Use [regex]::Escape("pattern") to match the exact text. - - Set-Content -Path TestDrive:\file.txt -Value 'I am a file.' - 'TestDrive:\file.txt' | Should -FileContentMatch 'I.am.a.file' # Test will pass - 'TestDrive:\file.txt' | Should -FileContentMatch ([regex]::Escape('I.am.a.file')) # Test will fail - - FileContentMatchExactly - Checks to see if a file contains the specified text. This search is case sensitive and uses regular expressions to match the text. - - Set-Content -Path TestDrive:\file.txt -Value 'I am a file.' - 'TestDrive:\file.txt' | Should -FileContentMatch 'I am' # Test will pass - 'TestDrive:\file.txt' | Should -FileContentMatch 'I Am' # Test will fail - - FileContentMatchMultiline - As opposed to FileContentMatch and FileContentMatchExactly operators, FileContentMatchMultiline presents content of the file - being tested as one string object, so that the expression you are comparing it to can consist of several lines. - - $Content = "I am the first line.`nI am the second line." - Set-Content -Path TestDrive:\file.txt -Value $Content -NoNewline - 'TestDrive:\file.txt' | Should -FileContentMatchMultiline 'first line\.\r?\nI am' # Test will pass - 'TestDrive:\file.txt' | Should -FileContentMatchMultiline '^I am the first.*\n.*second line\.$' # Test will pass. - - When using FileContentMatchMultiline operator, '^' and '$' represent the beginning and end of the whole file, - instead of the beginning and end of a line. - - $Content = "I am the first line.`nI am the second line." - Set-Content -Path TestDrive:\file.txt -Value $Content -NoNewline - 'TestDrive:\file.txt' | Should -FileContentMatchMultiline '^I am the first line\.$' # Test will fail. - - - EXCEPTIONS - Throw - Checks if an exception was thrown. Enclose input in a script block. - - { foo } | Should -Throw # Test will pass - { $foo = 1 } | Should -Throw # Test will fail - { foo } | Should -Not -Throw # Test will fail - { $foo = 1 } | Should -Not -Throw # Test will pass - - Warning: The input object must be a ScriptBlock, otherwise it is processed outside of the assertion. - - Get-Process -Name "process" -ErrorAction Stop | Should -Throw # Should pass, but the exception thrown by Get-Process causes the test to fail. - - NEGATIVE ASSERTIONS - Any of the Should operators described above can be negated by using the word "Not" before the operator. For example: - - 'one' | Should -Not -Be 'Two' - { Get-Item $env:SystemRoot } | Should -Not -Throw - - USING SHOULD IN A TEST - - function Add-Numbers($a, $b) { - return $a + $b - } - - Describe "Add-Numbers" { - - It "adds positive numbers" { - $sum = Add-Numbers 2 3 - $sum | Should -Be 3 - } - } - - This test will fail since 3 will not be equal to the sum of 2 and 3. - - BECAUSE - Every built in assertion allows you to specify -Because parameter, to give more meaning to your tests. - - function Get-Group { $null } - $groups = 1..10 | Get-Group -Size 3 - $groups | Should -HaveCount 4 -Because "because 10 items are split into three groups with 3 members and one extra group with 1 member" - - Which fails with: "Expected a collection with size {4}, because 10 items are split into three groups with 3 members and one extra group with 1 member, but got collection with size {1} []. - -SEE ALSO - Describe - Context - It diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_TestDrive.help.txt b/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_TestDrive.help.txt deleted file mode 100644 index 60b5ffe78192..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_TestDrive.help.txt +++ /dev/null @@ -1,40 +0,0 @@ -TOPIC - about_TestDrive - -SHORT DESCRIPTION - A PSDrive for file activity limited to the scope of a singe Describe or - Context block. - -LONG DESCRIPTION - A test may need to work with file operations and validate certain types of - file activities. It is usually desirable not to perform file activity tests - that will produce side effects outside of an individual test. Pester - creates a PSDrive inside the user's temporary drive that is accessible via a - names PSDrive TestDrive:. Pester will remove this drive after the test - completes. You may use this drive to isolate the file operations of your - test to a temporary store. - -EXAMPLE - function Add-Footer($path, $footer) { - Add-Content $path -Value $footer - } - - Describe "Add-Footer" { - $testPath="TestDrive:\test.txt" - Set-Content $testPath -value "my test text." - Add-Footer $testPath "-Footer" - $result = Get-Content $testPath - - It "adds a footer" { - (-join $result).Should.Be("my test text.-Footer") - } - } - - When this test completes, the contents of the TestDrive PSDrive will - be removed. - -SEE ALSO - Context - Describe - It - about_Should diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/junit_schema_4.xsd b/src/HealthcareApis/generated/modules/Pester/4.10.1/junit_schema_4.xsd deleted file mode 100644 index 57906005025f..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/junit_schema_4.xsd +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/lib/Gherkin/core/Gherkin.dll b/src/HealthcareApis/generated/modules/Pester/4.10.1/lib/Gherkin/core/Gherkin.dll deleted file mode 100644 index ce587d594fe40e5d3b35440419f7d0a14a5cdd01..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 142408 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 ZCMRXIeYisq{J| zF|D?t((ZiSXnW9Ubt>I=iQc;VPqgn`%O!hD^w6E|?F#ch^|`Y(VX{xXw)~K10K1&D z26!5y%wF|r`OeEstK4MIwzp2XZsDHS@X2X^KQFyvPfnGXV`5&^r+P)5Y_Dw+Q)ybu zyGN#$>$rNqhU)bLJWG*ClSGNjctq>j;2Ng&3bvN*yN&{^?Rm7m&8y`^>|Qo4smjCe zLQ$uD%pv($kLF`FnveBo7&}(?z;ED6@L3?raFTnOI1!&YI17C;&H$by28zwtpS=~I z%{V(^vlzmkcX8c{&u3yN_@Uxmd_EH+@fihv6!=m2h0bX3_2Bo!XDmMB@Hr4iW*vyU z=$Nkqk=KF9YZ7FWAe#i)B*-Q~b`X9ndJtp>;Wv;6L3R*iX@cIn1b~+41N7n-dbB@q z5aV#hF^u~$9>jPA;|#_*j28nf{I&_Z6vXR-zJ-5J(0h|yF`-`_X!`E`JGI6Ld^wx< z&CljN^t1U5-#p}X4J>EZ+yERAeG2xgLvP9ng7z3s;N86_6?QFScP@79PT*a<69nyQ zo*-x^@B~47liN@)Kk}tL%yZ-(h4Ue&9n5p&Q`xK3Y~HCqThLp?g(k;&{-+?Pz5BBT zy-!@kwO+(Enj_a%e+3V;dwH4|5iN6|JlNMfLC~J%rEIyBclj^n9sjd=_y24`Zz7ko z|D}T7Jgzi(wMMUTtmag!In`=B;~owPy@9-uZ6*lXxjaW^MT(qj*>WvguEo>mXp-Q4 zpJJhrgkUP ztWuAN-Tj-LYvdyZA3JZ8vFMl1d*xBVe>nT0C4X}Ekq6`L_D1<=wbS(_=kfw_sdg=p z6_J5J+7-D#hJ(8UZ^#=5+<>1$ERg$F?dN)3Zu3oap?45h9l)us4*rcz2mi*V13QUg zt_+UYU)bgsLGR~&5%ea`$?^G%pf_(BhNd@d9fI~Lb_m*o*db`&UWcH)ioXbYE0-bv z-EXeUK>UjFa@%ZUW0EuzUi` zCrEl@mw~d?iC+Z0Wpr|xe-ZSi(ka*FVkB~^$&!B0Fqw0lEa_d|G?q_e`81YKlk^^M zHp^$Td^XExOL~VlkLB}NK9A+|B)z{|$nu3OU&!)>lHT1dV)-JLFJk#3N$>5JvV1Aa zm$H1Rq<419S-za*%UQl$()+rVEMLj;l`LN=>0RAwmak^{YL>5-^q%fUmfy(o8(Ds% zq<3^{S-zI#YgxWl()+plS$;pu?`Qe_lHSd&XZd=TuV?vsN$=%41nubT5VVuCgLiOt z2->-czGI}FnjM06Xm$wNnb{#|M`j1_#O%O5k7(L?*&%4hWrv`hmK}n2SR!)Rl6F*f z@J`AOK|3frc;{pX=6j-Pr(}nq9g-cqGqOX_j!29Jwxk`99fEc~b_m+>*n!_R64DMw z_-9Mn(YOF}(Fc&we%lV-yW1gXPb)?N_P}-s+E3ddXvb{_@51d6w5PU1&|caOL3?O1 z2C?fE$TaPa?ZB=XLfRwQA!uiER6l{`oe;LXnlyItRDDOWmM{Dox z83go;1@gY?i5@E9VV=+9l4+3KS3S$~5+v7PK3`jXs^=}xmiUfs-r}*j8F}61`Iz(i znDZJWr((CsmvTw)InPh>oyg0cFL{hCkb6eo@JK~DO0}|Tt{lUDI^@T>=w*2~##9F+ ztHc=jRo)MtG!?6=z<#fhRXaQZwIt|F>!Y5+_hSp>d%k{YedOEt?r}4h=NBIJPDP`B zj$9ONNy|Vk7^mv7tc%iena*W;GnctY(JWEL_O(n8WqJ>$$1$Cu_@2mVCj+IJ#`J8q zna4KM*k-b^B>N0SbJrYsef728g(hEWpG9oHkS!M}>XCA2Kk&}xewiTX7c~?3cP(-+7qYl_p4;F`{n$3{k{FI6;8&XJq4=Ht%j_ODXQxl}7Tm)9lj zFPOwRi*AF5XM`i1lJCaD(^+xJi5gd|rG5d`WZw zUlTt8-x523?+QnT2Wv79aI44!ek`(qpNSCgOHl;;R+IxVCV;=NXCcY6Q<7(oB+nU= zJo_bi&XwdjPf{83CHXIsWcEczGOfo}33fNiF~`l&1hslg+?I zvK81W&jK!$=K;@=7Xp{dmB5SSmB5wq+6*6lQ+@;J>1u0wwz!z_N+;3xG9Ke1`eeq_ z8Cw|JfFALHoA41}f2_0j&h3v=C=LV`iuu4waVjt>?g9=GF9UZM?*qpQE3ZG!K)Dcj z2u|+kkF$4g0nP$q&mH=7tRkGj*v7bqaUg-?GZ@<#*D!8i+{n0yu$2F6*8OBiop+{P#~$wN8g z7{(clZH#LeH!_yt*HxdS*E4Qolv$jXaSY=O#x}+^j2kuj$#NT`3~(yOF^n@9+Zfj{ zZe-lXD6`p~aSUS{;~K_|jN2Gx4qGygVVuF(#<+%YBjYwknalQ!V;E;JwlS_@+{n0% zQRcBd;~2&njBSi-7&kI*W0XO*XB@*ggRzZq4dX_}ZHzL+_Kaf~XE3%gu3_BBxQ$Wf zvpwS&#;uH^56QPOiUOj`80#4u7+V>)GKxaBVXS9tXWXDAC8TX&Y-Ma`+`zb%QIxU= z#&X7b#xaZyj58Qp8QU1!88-Y{S^V*vhz-QAAnGSkKtbxPfsiqo^gD zdd3FER>pS5t&F0M{V>)uHZZm_ZeZNXDEhM{V?AR7V=H4j;|9j9jA8)WGuAUUFm7Pn z$|wf14P!lH17j;=JL3k%t&Cz2+cVZPHZZm`ZeZNXCRz|TK`($ioY-ilSxRtSN z7<*%EU~FaFz_^uB3}-)#?YrNH`fgwpdk|g5SkKtN*vi<>xPh^3Bw5xoHZZm_wli*E z+{#!siY*x%7+V?J88?igl5AxZqq$U!^^6USt&HuAkBc|NNXK6serKKYWall;m!0oA zgRawDJ6yY1$5|_^8?9%pZPq_6mpkO{=ic3Yfct3o0{0U4W$s(tkGNlSf8@42BRq>e z?|44-_|r<$2BhtlHYe@Yv?6bf_YCg}?;ZGSF;(f2^y%rd(if#GJh3_OUNQ~n6sF?g#u78ZNs>1ZOX4u#d>VmC2W48z)IINpkl5Yv(3 zD5Pk>Tg4ejbu8X09xwJ3^N?~r-YTAiw}_2+Yq$_^2~WW(ainNA#7y&JEpVCNpevc;aJ8#jIXfGOH6;rSXHwxY&4!+cmQZuU&4Drgj*t% zOQO7__#jC7xlz<0@M~@2H`Czo@2C>0I{a686bo0?8eIve$JVRCO-shKfspFIQdz)HcpMvRM}B ztVL$!Es*HC_^a>jVt;i%vR_sG7*Kmi%uAO+r`7bT>Sx%JT3})}rPUr9DqfAtU*LM_ z(l!>5&0U4>0UM%}c5n8OXs>J3J=LPnhp<04`*YyiRo?)++a#81P}NVc(Vi1qATh7* z9uiaCTkgPK1?^K?>bn2AZ)RMsTUgsbAk7KK5NEvf_F zk~Ej@Xv+jW1W14L zGz;`DK!s5k0KFSfVdUk2rgQTYMqeK2-GK_<6of#J1S*WgKA=Yf6-Hwr=rKTrQCSRn zEKuQ`y;9&lm=hF6W+mhY1F_=@^Mk@@?hDBbpb|4NOW<@Mpu$OCQQ&c?2flwr4RE#z z5Z`&A1`^M*gFwHE8sJ1JAoh5n1~{JwsKlG7fyC48ZlK>m4J4j%agrC_=I;*reW1db zcOyY>0V+J{js|{?vg3Pklv;^@pwtp4F7E}p17(-uUqB_k7yE(!0jR`}ctVqScey|4 zpTz;7{|&@>BAACHP8d57^bXWmir;_=U-=vYS_1Jcj64)rDh~$^lt(~52#9`>M}i&# zM8C-CpmzbHU*yrCcLSndum#P>GQeXAz1~K=g$?4)hox`a;eDJr;<* zkSBoN8>sL+eIn@nfC|4cjDg-CsPKfn0Q3Psg75DsD4@b=Ep4D1faqnp1oSMR!jt-0ppOBfuW?oa_7eaV z-W;6^dM;3j6Xf}z=K&Q?-MavE45;u-eEeK!vCLOF^FuRN@qzK_JDc zK!xZ2D?pzPR5)qqO3=+fC0gXwz{TH+ctDx@z;@f)pI_Ud=3h#*D1pNR| z;de-X0sRnAiHGGopdSG$yf1za^y5G!o{)b9{UlI{jq(G~PXU#9T7C$66HwvzKHES) z2UOyD`4Q+BfJ$tYp8)?RKLvg+KL`F@{vG(8{0jI_`3>-U`5o+k0AdWve}euAh%qSt z1^VAWj6wMW=wE@Q;w2fys^ksX7xTo=s`h`e_bq@`6zBe%cL)$6s6_=`0mZ6d0zRnM zS`SHp2!u!iR7x8+IZJZL$vN>nz@WBy$U}wt0u@Ag1qcsA2!cTYZ3C^nwHT@h=)LWs zsP#cxd$rcS|G#f`XWwUYqV?K)|2J@UcV6Fo^UZI*`DS)@CS{tiKjk8{&Vwlz zLP;x<_9dT8o|rN}<$;vbDIcd?mpUcYo4O{oBXwWui>W_K9gwm5Bd+Rn7h^t00o z(x;@Crr)0aczRoUclrnEe@j0rdGfZGHD(odo&ODn{k6t?wzU%CP$V3@b#eX)7{#Jf2Hi-|cwcZB4s|(d$D2 z>ff_{@54G6B_8){>pL0iRjhf;Q+eSzz@F$^jQ8bATJGD{x9>3SrSnMx0viksP{|N`$Y9#q~0g1 z_o?cAntH!ay)RSm-&gMss`nQ4zFEDus`qW`eTRB)Q}6BSy+ge}qu%$b_fGZxoO<7{ z-Vdtx7uEX@)%zj!{v-ANl6wE0dY_p5Rz@*)H7yo?g8KLwev{CLJ`4FgpHzkK@g@kD zCQlMP$yNAG5TxW;LUr=@@T_po~`V?9CN6GiOKH}rW0^bUZJ1IZ&(X9-8MW(mi$R>J*e^0dCc#P3w{m1(S!r%I8^ z>at*s9PmWS^Ku1~dyK_BHdnae#;=tlUOAp7%8{~=6bR1^hH7PRanLK@Si!??tSm1t z@P+IAQhmN(3WvwA6jtA{j=p($MBN&9jHB;ZN8d4HoG9dtb@CnK=$m)7V_ZkyylWie zD!z~wdw{T}%Hgn7#e}4Vjk%W6k|d?7Fo{p`uoa#~v-w`qf-FU%A-g{$XN${e*#jbSoz1iG4ym@zFNbXb(<0S! zNGasaJfa1cNo6YFYB4ZWtBbh%L^%Jah0Ei+gOI)~4|kw@o9g zE*SPje8Iqt*PxX%r}|`ouZ4J?Fd-VKye&^Cj{5ynAUqZo2BNicNOj#3m80YfxK!3q zXnxS|mn$hBazWk5-AjB51a%fO_8Sf!V%nWxbeF3@&zHOjvi~v%P05(lHXr% zWoe8>9v1i5F+x!wf-Bc_c#10(g!v+JEy)3oq2K~4o8mIn$rwcrV}t@9E1DFlzm0NG z8Md&HH`c#S+h3(89iOFYv(Wz(h$1=I3N%cd6A$X)@BYq}hUDdB?>MB>SE{eob~dt*&`IrSDe31os#_9H+|5I0=w zj%+E5rCQlekEwfGTs4=n`Z|Xs)So$roy$jb0j+;t&$_M{6DYrvxh{rq*quD3HUIAzz(yAW5${T3dk*(w30*U6WAZ zj)8jRJ0+#i(n=`+l-UWFMuK&o$OK=Acf+=_rke)9K zVk{uQU>5SxB}8PsQ3@5>0D$!%DxQQeI#B*hovF$K_o85n7aL!MXZa%4Wxj}C<}quO z-UDo4>{%%bMd4Z1Fwsiu$We!Lr6Q%lXb8_?wctjvr|#po|=uRH*M}@L&%Ca;YYj%90{G^hPWebxRC`?15p1nGyP+Q#JGm zG=?}_lN&~#Y8@HIovM#I;uMP1=IlVm=mn)?aPk^rUIdb2c>#M?g<@eutwO6Who;J| zP#i?D8RTd_2f7wD!{ou+GP!FFVHB5JGc2O!2&p!Xzzh&Zh}jzKDMH;ddm;h`qleKj zx+`^qNQhAGlt7gwi_D)D6~SF|l~KNsFV)d#pVzekilY@&0zEVwL|xC9>5f609I6ZY zp>AM+=9QO+Nm+8Jg_zk253eVJ)8#6n2r7^(qE%IdZr#rl4$HL_{(7cUbZ>MuY+TP2 z@KmX?8Yt64Zw?0oMOA@d$lzBdg;3xLA>b9(Y>ggS$yE+b@_C`;b$^~SHIWqMlXf5ZE zG%Nc4fPk62fUtlrih%+(#)M!RPB9kDJ|W|9OYJ&H2eR&uJya@#U*rF$r{$YiqJwd2kK3G_N&7~F8_%*Y*X_47BU4Pc-VB7ASpNAG0St+DLi2!=6dV& z=>viHW97O{rQ0k9KOWEE#k)L%SBW|!De$RDYGmqY1Cud@cT~!3^os5=QW~wR3x?1E z7=25lmDSv`(*3z1O_P?ouTGj(t{wo>3j*7Hx}Vxy2pLM>95RGKAyScK zWu{XPU^!YnIh%Sk-Oh%5wXwSq&tt(*@vthWLqz+h^J3Yf#fY+4Pntz< z6A85i&9j`jl#0@u3a3Re!z?=NS)n9Yr+}Qd4``g*g?zs(g@pWSTv!{07Ej7c@Vn`cx;nf94jIJKF+11fS`grUHwc8)fyMI7tG^6)~s(YMDJx}Xmlm9HM)}B)V{%BoUl6ARhBw}4>QR-cd z9u&heb;u%F{V)SVs!Yp@$;;$Jl&o`%jFiojVp``KSxlQJnOdey$m}wC5G~uRBqL_` zWj2v5wPnJRrM3EDkY`F4Hj08+;9Z&~AF3alr>wpm)?(EtQ%qsrez~o$_C29eIW*r_ zDTiTp(*P4)6HPFMwH{6BQo_n?l;&V_APRmt3#?R{L+Ot+CufTx)IPT4{==8SLxPC9tpY9%nwHF{ohbi&4h7C#(;K!h#Ba=1rYGdzgqmn&L(1 zG9@T^xv5pEj9frd>D+DpytCILVw_kV#<>3K^72Tv56rSIe@4XTR~RFGsBoq{v8?$^ zMwBq*Bg0$?W98MNDG&M!Mxm0C%EuaoNNIg-MUd!5D`*^|WTkY5Ud4kDWAZ@8N(iht zBp^Ph6Vt@Y!9pEUfCl+tnz;xC!&Fmn8vIp_N!|JA>2g)nFTqr-3t;ZqMPsJCdQ69o95plo_e6?kG>JTUE%b zkF4WV0%3EbacIqf*F7dJFy6$JI^%B&8Y5UU@Zg;H{U{eTE#qohlxkUqRNnJ=&=^- z9HNxn5*^jdQxdBfaM27j_wt&Z6hoZ^=P}d~F?W{AWL;wE1EwSbcu;X|fTU*bz+M2< zAr^r(NI{uIo)%JBpyo7_=4nhm6EOM=hUyJ*KmrUiffTWs9HVShA7jf^;wY0of}~oG zn6AR434u*D_*7J>;{fiW^0R3{?m>jj9)`Czn4FmJ3k3s=tXcRfcDYXESQflm00?t@ zvMSXa)F?Fv2d{>J1H<)(Qx`mkZN`7WZT}8jXOtN2MCOi0K@oHd5bVDgKJaR-Sd} zDsJAsRU|2%j9u#GfXOhX+NmRCy`F%+m6l=v#GweAVN;&M%&oG9N%x3RyD8QT6d-2q zaZwsB2K2Nx3v-$5#@^ctFw2Cgm{l!?YG)qhe=V; zlW@f=E_`){iE37^qy^^GB62Xt7Qq*#p;9V2il7!mDMWnXsg&J|@6Sk%y~sC>Bq^LV z0klabM4RL@9xf^;)d{C93@l|OrTPj%4naY<*yGv=I&+(+T3_=XUc)Ud=HB~OiF21)@kF+%iue7<<2 zg()Y$axBj$#=W?P02@kWFEaTjH9TTwWXu=JNFEqbq#V}RGE1E?bU$uvsQLDv7olQesDD6pTSZ)@?*e_HNV_1zi!%L}`kId{`{e`kK)&{F` zd`nKPwUTKA!ZqoHfLd$LVG8X0Xax%FsJ5MBa!Bg(R|@^6xzN}A4=l7&vu5?c3J0Y_ zrNd$$UBxuqZ!Yk)pQFGeZKqblW$hHk+kztf-aC9}yIo;Hi+YhQ?1h;^$PFW1_L0$bvP zS_}sqUMQ<1+sq6C1 zRpo1i8JDir-vq11uUZT7d2E6&q7Vwi%!bgHqDLDsdLaB#VM8rrlJJudY(ORF`xNpP+uCbpQgDr*rm66mN5s*l&;^IA>)!*E= z)mw$~bdI-sy$czdD9&LijwU^}mV` zdWnRgmkD=5_1uk_i*@AmmwBZs;pz!dMMbhkx`Ai#jA_#f&h} zy4ps#fY!m#w7Ig{#EX7Ch?OI3wag_l)~nDP>`Ik}9#)369TbA~DtXpe3Wvn?mEg4s z^l0tQNVNnbg`_m{7bepxCTm(+52dVV3F4Itt@!b=wK9~#8duLp=&!G$0!KqjFm)IL zZ{%xSVMQ-$gba1%%XwU~Bu|pgXa~fEhXj%AqjiM3Mn@s_hHx#A6txO+=hKUZ-d`mSnD$fKKv(KLu+@e zWffV8XiXJg#YOAAlsX_e2q`zGxnbPAJ0_@I;b0g_*<$YuO5C7!dsq4qC-*aZ#0&K%7CM9L2 zhyWTM1`Z@=cKSIvI3-XZpPX+aEEyiRCJh{yDq=r#xQD=92zRC^P{1G%5prrXSfs{r zxFe9=Cne=Hyv8Euh>QliWgZCfw|S@*X7g5tDNo&g3*K&16q6 z!jVmR^-Ie_?4@ZL$vORoAnK5uekoZ=LsGMlCYmu~U;zSi8dGu2CT8e9G^eqjdKd6K zAV+iQz6~$45FWd+A0<)=XP%vdUj3WCk)caE5m)9^7uAO#dqjl*i<<@3bMoQA)e!-nQGyo?IY zVmUMU^usB~N>NmqWDcfus?>=lcmxsfc@|2=i%Zheq?HUIQMtL0lFzl!RK%04BI;Ad z-+p%e^c-7MB7H9L(5>^1f;D`qLaaMY6ow8Gvc(htnZ;^&F{fV!gJouBpA7KWIGEtf z@2E$MqFifd-BP^ZiXBSs=%tHE7$09Bn`#bOUFI~L1b%WF{xcglx}#NQ zrz6h`h3u>>Ep=K3N^~{Kt`I{60Zj}lCI!kSduR%@WO8<w zfSE~Px(_l?^eE{%(x=Jk$tdw4A*Up#tbYb-wvplid`qc{=$W)$P6@k~A@_zwq`Ckc z5K^8&3F>i8K= zL@QIH(LE)7V1eTMP1Tp~SyUKBBGes}C^6=!G3d^8Dys&T^KEJn-Id5*)raniPqpep zcg4rA`p{kRsZ)LEuJ}Y$AG#|(cc?yeSA6bLedwyKq{-(D zY`B+@g#UdYX>viL+!rl}Fx)o-TIZphhLzBa)J(GnHvB$ANX@;YcIZ9A=wwM8LfO0Tsfc%rlbPfLN&{FU|Sc%oJM&ag3l^YhFDS&J=8E}Z^ zmreG;(3DKn`oM-wNq_;not1&kaBH^W$Z2?*DS@p>Cge2sAxC3cCOWx+!9*Wu1+;ZD>ujRIlWA;+^a($rEBvFvQvHoU_VGSB7`>{Orv5jGA`sdo}Ofd^Gw ztxRa^$bQPs?u*V_u~~BZLA>bQsEJUQPQBq7=0*VeVECWOhK-h)o{^H7b9E+wF%;UK z^#(VbozVwv>uM?;jN4@Vp!*dw#RKI>rDOf1V)?R2Ea6S*=u**30H}rNKdAI6Xc9mZ z3od}hEy1shEF7i%so0u>>>+5V04?+rYbb$w>;)6?GR*xdG;4MS;spOfOMwfKD(4h#anRKDkB2wun zht$4w=|`9Tbjha6S#+V3D^ds2C5JA9=z{Z! zI%Fbs2wmtb26P{|TtpX(TuCO# zYjjyd&fFBVUx;%=a(YT~dM3J$n<(rI$rSLLgP?Dc$K&a&0aMf)QqzZGYy;2ra9u_Z z%c=W7^oAY$p_4zfPt>X_X_(QAu024}~(KrApG*`o?l)jtCW&<8-7Ocaf9ABo` zsXT2axh_K~#(^~elF$QyrKaOTB>Cfc(u~tvVqT>5v=iMq7Q+kmCZ()WJPDGR&?VySa4`V z12QRICbT|OX&Q2ed5cFfxWGD@ykxg8Cl%lD8q@a;XOwnzMlIi&4C<^1BBU*lK2t#4 zGkEADrr>Gm&}^7`Fe>RO4LuC{2QohhOj3f_Dfpsac0tq=ckhFnM)agx33*d_L)yJ{S299H)ByGe2$IN-z zATgbo9(WV)!VsV2I|rWGSz-!}od(`SWnhol$z;8%*6?yBz!sR1iVjET_Sz6Jjl0w) zfk7a9Y8;TQgXu!SDdJyw#IMj`bO-fA3K8@p1a>{E6#)JDqS{50LrIC=fLaHJ|Bx;S zGLLux@V{6 z*`j;4oDZ?6*;9{BsgVUMlLD_6){GijfH~k31yCuk(}}FpJXh$RD^RW^iB zRpvj{lEKC?#bkqK2A^)F{M}lj7xhGV1XyXX-S8q0Zxk@`V91k7qosfm!t;Jv^MnCp z%9~Pv;>)ZcsY*do`--WGcz`8NqcKyXL65`=>;BOxCMm7I@iJ;`d}525m;g=7(lf=2 zHU?8V^)gJ3;4-ivg*|9_-LWfY)8z}Wnh=JD0 z;L)U43E3~Ip{)C!R)4~oyF1ownQdTIgF5jgd!Ecx77IJE*>xN1AOVb^@@{g8xs zWQ7RAwMoKxql*j6@F8}NUbwilx}}WP(4qKt!p;AX0_2 zz)=<8$}2{K*nb6Ag}SJ2Gb7H$2lL_4N(u5t=h8o%4VEONF^A%>G9U;elZ0Wa!?=gm z722^o$~hLos3hUC`0@DmF*hnFRtT3T370s=*0+*jQOB_geC;JcxU+wjC=Qe64!d4t zkK_n=;rbQ@(BH7j#bH-!j>3RAOmTc$^&F<}fn`eOslx7N*x?w|tO=qKQ%q9^Qzbyb znu6~uWJ)$O7z|a&IE6vBMptXZ6dPy0)P#Mqp(x|!Ft&!3eO__ATpg6>MvQ^La&53{ zyOlEA_{l`q#Qa2jg}*?yu}>RBBhfI=+>ozE!s%3;i($&vuFhe6Z%I>jrM^g1qH#>4X=hVN#W879>t zSwe7oZO^fT8igJJ_u31`I*;u=_QJ7Euita*z_Ay2##%Br*uB&+nK?o5*rUffUvEPEov$|{H8H#X*be5m_1GRIj3Wc>?pOnY zUqA+wNRMEt_#P1X+B3(tBR7zE{T^G{G+g4Ww17_v@XQUcJl0Nfp%Nb3bZoB{fy2#I z{l}IgC&W6o-YyTGzzLtmbjP-fDDnDZ`x(oP#}0y6BkHr&DqwfGzP9VwbH~=(3ha(p zfNkrsO-60^+8&g9gGR;(;ZULwKDks&uOU%8Z@?tK6I)K+bE56!JtrGa-gjcFwZPb- z#1z}qJdvpRc_&&=HlEmZVy}%U9d%NL zuTq1Qt_qnP_91O6%a%)xL&zkB6T45|cXBaU+=cs6tIT*3C)Al!ijYa$iDyqdYbD{1 zGi2NjcJDWW2C`jbE3`ZEkomTg_nL_8L#cMce~U)Sh`umkAt4QVtC8xhl17b7HD2$H z-GC}(I`KmeTSelE#1c6awPoUn!@@gcoNyPkk#|C2K8~=%_V}T$r)dju$;wd=P%P+L z51!N#L$el0UI@bI4u;Kc8E%WB)nFUO834}85}ORMpeUz3j04bwS!_lWwNmF1ose1> zt_UuSieA|-RyrhgM`&Rn(zV-O8h1SAM_~j8H4zw*w=hxQ&HTwKqf96LWL2$3um|u> zmb^x9s*p8L zCxCW6x)725z8Y)f9-vtkjew;ZpHWn>J#qSgZaHyjX$V{>hbkoBJnUl6C1mKaJzxaE z^_3DztA%rXnSfXtW~W|z_u&5>p_yS@$5{lLU@HQ;F19F;JE%~YaS!&W9kw1E% z3dJ%?sTla0FWnJg!c%D(fLc+NC{Vi}xA783DR!?t+R(kH`}qm4(Kx(~wDdGrBm zL0lo({baY@pmjtb%dE3|fA=2B#+r!}2D@91Hg_NBe(vbv?#}Lmcxvx{9@m4!tTlZP zuzlt_7b+Q|~cOAVCx$o|7KiY7#vHLlcfWw%>%LK*l_28Pa zLws<*&&n@PLs!34gR?iR@^S@X8IInlGpU?1=C-s*M_AIHb-`+Dc201_h`TE6v&QTJ zcm+O83z=9OFIB;9VU0s@s)WOwHDu`~#;jMP*-N8L!7h^7`6OVBZ+bJnO@r43|jZ2a_uatX7C)?7HI#|Oi42IC09vI5_RB5TQ zcl$gI_XKHmKX+@MoPd*B)#!{0R-l*$lyYjLg37VjR;unOoQ+dj?53bQu8_Mg^21B;NiYxFi7V7G-}hHen6v5hGGf*H&Yd^iEH9JmG2^49Yb^XN|aEeRez2xQHddplSv3D!itMtRJZ#Ja<)WN%%NGPln=Xh>Wr zS5|Xj7;t!KnH;Xs?FWu56AVi$yS4_p)*oJFEgFyQgu~*l^@o;+BBGYq_-}Z%)){mMvK2Z&tF!=K2xdE@wHf(l<+BCduvkKS| zYK4I+9O>?$X?q!s2-G|ClIQ}yBx2tN{p}HX374r6RPs-YeSM; zrQwYO#R4nU?zHquJhBt2O4VLm^wiR>(tdx?Z;VIB1zjQ1MGuHj%jM84s;Gu$IaZFXLq#H0;Al1Z!+3ywKZaIw^%LudWtb zFWUobJUB5qz)l4*c5d`CxdP}8%NV|>&_+jY@OFSc$J#`^zjide3gl=cZ0HO*fXvEi zp)+83WJl$sreRGO;{}_k?2a}x4tqm(hubXKki-Bt*`Fxfj;ubi>&QME9^xSG$fj2s zURide18F*6X*|-q7tBW_NSmk+J{@LC397opuNJHz!9_`u6^VYYeXj;BHn6iydHoB9v-wN;Ycd14bIc2MD#g8 zq-k(R4;Wc#rRs(m#DCNp-yIYmu3cq&Kj4ms57&Nw2hYO@1zKs7P#5Y+ybB$#uS2k? z4_82pkJ@b%6Z*faNH2= z0aX*}Xk)G6@kAP~0#$xzdktd{QwYb5Ni~(mF}iqUC#A&Gh&)j5_O+lgvSM*)ytS@LNhnA>4qbmxT>s5Fw2~DgCU~MT$UaV*Cs-V3!aR{n%){#l49zyJx&t(fXfv+*oP`5~FdZ&q7R#Q{9cu;VViy>T8tLr- zbe5TzL56tQE-QlMpJVjTAUtkrQZWkZym`nX-&mJ=!w!W((nA9*CCLj z$^=Hwf&~k%6#cct{4q)@gJbXSW-#K%0yM2rS1WWP_IPseF#b!x^S&CnzWLQkZDWT+ZOXJM`JOVa zG7X~wO8|$931U-=N+-=Iw(`WIIw4C*A(l=ropP%+oja-u3hlM!4x3qq6lRPB{j}ab zA={44lB(!{F?F3yka6^t2eV#!vaZFpIWSiMc`9xBIO3<2`Wxd!H$1uyT0Por4cG}_ zlNLyF#K7~U1znqaJFQYy9SuR*8VdfD)#E|tVd>X78mIZaqSe&XhZjnSzJ8Sh&4kI) z1vcHy<2eBm(Zy<%JS2vZP-k56@7k>RTiA6+YFRaUT%A(aQ)cIbCMQKEO=(GhN;G*P zQCGXJ@>J@>+#5gwjHm@OH;+1Bh&qe}TZpIL&R3j9acgi?HT}1?eD}66AB#LMPOLo? zVAY6-mGxo-Q}tpXi1>w`k4I3H_exAbN5XyZ&Np^d5BVL@YX4Al2JBAvey3nUy(-8)#;V4Nzc$Ic zgKoSZCaggkMrZ{S#nfbJo-Nxrn3@m_*o5PXr&4@RW|gL+axJV`$d*gbv&MG9PgzKs zXRoCmpo91QST=BI4_2n=`eJer0IsyRDGsMXoDq&COUTTQD0>*ki3wDtY@nuBt`xMQ)vzG%lCe&_&sbs3SD z@Dc#i;{8I678i9K5bDcS?Apc^j99N?FQGFU=k;#wzHzyVs^xhhdP1c{3(@tuv#;Iv zS{LtoCHs1Jj#oPT*?Ce&#z&}KyI`+##yH|kVC9QadWBDYRf=Eai&AU^+@XhM{5Wad z;j;vH0LEX)59=zyF7;-Z2$njF1H3W`!y;Q;x9^rFNAdZkHH9PMZjM$*qP0HTi+m^b zH?0j}w3p{lPbvz47=PJKtPpjo$-|PPF2atscI7gPsjL z0|^Q7DcgzN$d;Fh1H+_-@bMb^=nbOl-A8Zu#PE%sCzrmtOmrjRj;IqGPA-09C#qnH zh7!)KJFZSHQ4^xdwWLOX`Mw~XWE+IJf@^9t;xJ9=h%Ky}m!eo$V$*s~sG3%bmCL?x zwAZR>nqQ7!$-ZGhA(uDTO%r^9INe$}8m!gdjyZyf6~d-2c~mEbq@<91)xKVKW5qsv zIAm>6?x2}W6ToW!W5i0rAK(^7L@Ww5+7QfVByV9bIN`yw;F68g#nI;v@*VcKFYbUs zty_7Rs`weXU|v=}9AVd+)xsE(RMOHEWo?S>o8KPPS!ob&4os4Qv5(g>fdE#f+Qe!K zGZw87dxU7o;*hgck)FV`64yw{yhgX{USlQ}-mHN}=FDLR?o0tD_Dmrr{!Ae**2IJm z##K(M2j^lq)wKoa;EXtbM9Nl{!jiBxK(}^Vg5}sE*2%J^r!27wceDW>7MHMlr{M7i zL%p>#XpJ2FZLw_|ZJnbdzF8)lS#JASwi{#H@3-dW1oqgr z4&s-XeHOWKya1iCZF`vaPDT~1pd{^LY}*>5zr6`pQ)G=sTWnhkB3m=>p#{aZEvE94 z^g58q6HZd+n4cJ(hp%uVx@DzLq%y%bs!S5cEwSwloKI(E9^2N*%DE}F?FGhqua>g0 zN1IX-m9STl8;YR_3bMlkO7}>t1Yx_`4HeH;(m_h61?ic?uGiVdB6rj?1^jd}Y8+y;< z4E4`AfrcG0Fuxo89MflAyD^T?YiddmZxyTx!X29V@ixW4OV0%7(vGh@{_yc9ZTZI0 z<;Po(Z#llf%A_kGk3V?)q2p_888|BJ2odFNpTR<6DonYRL@xt~%kFkyy)$SWCN+ znOI9ptYuTIMgIbf8)R`{7i-xT+teIuc{a9bd8}n!tmWz0rlwd+Tdc*_ExBTm=vY}H zpIA#PqudhP)M#dOC9*JwS|sR*<52HziB@LT~wvYs$wj7x3ml=h))X#D`>L>J^9pN zRrJu3KoGBK%$}9Z&qA{Y{LjWmyrw>td6+&{Vm|hMmg60}wZevW{7$JlG+&A&yw`zM z8gAIe+hBcTBn&d}_PA26v(4bTgBUBZ?61Y#(W>lWpo<-D4ev&jCj4T~gYSTKa)ss{ zT@to?>E(G>YmGMD1c?;kO&4}5wF=c$*-v#?U+$=_3#%4NfjTQ~C-|DS*f5k7+n5+! znBS}k*DIgi*_M{|fZ$SJU2vgkVo&wK%3?zns^?^QT3Uz>WI2d01=ZRxm@YLTxxTBT zr`LkCV4>bN@^Aw&o2_HpcOjh)0_M$joH2Q;K3E_Tt_k_-NL+?QJhZ?uw4h$93Q4v2 z3{hcH&y0ug{4BC@Z$MMJT1D&~fkvbgoFc1U7E12ziYS?h@LDpqs)QGVcin5B#*AYq zP3l@7iF9qXO^mrVlma`79NS4r*H*u`YrU-%I<=IWvA|5OU3mB*UUCk^9`NtM;+{Y~ zwp=o)agR3`vA+=EP@jZtoiKImsI+Ubg}0>5AvzBLCj>)P680pl>Dn8ppKoQ@4fE!d z;{2}l3-KY0m4Z9$JT*1g3*4H<9bi+XdC=54OedK@>#6k_Ng6PR#R>@y3-R%*ji)%6 zE5N>1y#w4AvbPs@uCj5_1K98#NR>l5Ij)MZ<0L-qat4;VpO+Sg*M>91N^3}0_3qUO zPb1=6gRpGtpWIQUY^>EQtuo1vMKzJe*(NI^r6vAY^eU{!ygBAL!d;!1g!{$~NG4_C}!nv9Zxzf`RRf+B2Frd=c zXzL@YuH|7r+v33;NydU$8FN!rQ@Re|T|<>WZ< zot2j!Kvlr@XVW!4+$Nn5w`rIIx4l=_V2EYk&RPx2Z7D=E;Nobr&-5W_wXzKs_J~mz z#M;%NJIp*t8nV}lJJ8r0U46V~0NT8S-`1XPy#I8g{S$TPZ=v38UiQu^+th|D)J``( z#&VZdjvP_>*1`LYX`A+(Zr**m`LWZ@+pWo+kb1g# z<>{u4rHXpFk=mETM-@E*s2jYG$e=}Arp__FYtGx5rrgzrt zcz4@Vye!UmJl*u{>E`=RH*Y)LWSca0(}~7(r<*pMZrXghdFkoqt*4t>ATFLKD#H}9 zc`=ve4kn?c#)yVMqql*<)5a*4s&vQy=|&Xr-qVfkR`I*HfYVJ)2GkfE!2Cq5!6^<_ zQXF0TS*<}`wH4!o5$dT7^790^pG9Df*k>EU8d5WNz%~+h0{(>0U_}-~Wtw*}ReZ1` zH40&2n5*EMrTOtdKc4o9y;;&fw{iwOHxI2jxB(tBE3hQRa2#vY9e&00qNeGc@ls%3 zRPVxhC+QBxsZszXGuADpX_${HC<8vRiD`nPl~c`+oNBfym^cVM)x7Fd^OL8V*PLqJ zaH@I5spd_mn%A@E$E~t-)!L_;pFpOknjik*)2Eu(vBxK@1RU|HC1hz+&j)b<19RVKexR<3k$ntNGb!TPs(Y#! zKPab!lw>tyd^HkUQ}uvuDl>kL$st?Ix9Z1e)*RfuU z!4YYKGmE?_)`3EIvMb7s=cZW4UMufBy%VBi9eWtRxT=D)rgjG|D>yQ3L3&$}-C;|N z6T(mkU|}i{;p>@eu$~o{b$xS zSgB};#Ad&avzfnHx#s;nPoH^IBjs!woVkC^2ThMd*k>NMjauBWXG|x)-@fL|YTK#` zckodauif#%)@Q6Ga|a$O?97wmr-irR^WPDm^T-HJoD;b0F? zEQkgjJ|*GEo8pU9V+pi#H;A$*(Uhb;ckspM9OP8v=PMe6}YZUXN`| z@D|NhE$$dBV_Sq<KNcb5}q?8uWmZAEHskW;n zF(@iKh~mwRZKm7_V5TiZxB6`FHF`i=vo!`YjiqCWN zk5tlmy^xNrVD7+!hSNaA%jJ$c!w1s_)YaCE%C8S4yl%M{r&7`BLkDp7&>kH9L`Oa8 zaOhr-pl5KR(q5dYgrkvqg~QK$RFyG*<4H_MAGdShgiP0StPI2-LZO~Tv2Yrf*!=>| zxoSd5_jK<Y--4aatF+aXLYZ)tjO4>*+WzRIEwN3JB@ktrzU4 zjk&ilI&q5~pS84?4UM0>r6n^rH=K}_@Q^>@6@OgO8z5F1^oABoOg&#W*H} zNzp1XPQa=2zfh-0*Hpcl3V1<7g8K z@jQMV?24kjy46asC&jL!YLS8~T@pWU`}t1lxx4p?=mF`>$98mKR_g9%R`({rrva2Z zw1kG%5J=e4a#-XN2l4pq6vu8=g@V03qXb*NXgs~+z^7u`k^UtD51H+LaMua6i7u)-FTGq;U)uxFrz5WbG;M7@J=|Krj z^tr4ZEe_%^rZ}&)0{He{Ti5;10}uyYt)wl&hLQ6xb2Ls}!f#z;t&3uGeOMu*j7ZtS8?h)=6MuAjL5Py*xDaifsBpg++sy`tfT*1F-1 z$7v8(x{$rq;3GJswpFb=mS;s|Z@sNV?ohs2h7{<`VO?zSdcy28k;v*1Ci{%}7;&HQ zJGep{n{he@ZKnf0`+S);c=53q4h+ zld%a82l435ClrZRMV;4f)&*H$*EUT!&L$L>p@9vxeyxRbYgXEZra{qxpgEMP$BF3<7fx`oT&YP9 zy!5!qdH5+fEd_ILw6@r8yQ>x?I_y;Uld}?!*NFH@hqN!d4rgj!FFm0yxwi)$-e?H2 zl)1--gyr>fv2~#7Gb}8+cl7i*`GPSgZ!pEZEiCa?Hys;I#d$*?3f6XQ2pnqWGH`Bj z>Hx%cR;^q6DvgAqmH5I+n|jnpI&k4@abNS87E9{?LXQq;)M;)(KCc?U~fy9uce;iG#B-)#xqCn zr&nTl`O|<`77rLnTHl&k>AE#6<<*#hzXxs7bnMg^SDl#4+k=U#g!abL=PIrIJIq%e zUB=&Y9W}1WGSXnPh%`@XV17Mj_zrgOV}iny6-+%e&h8aR`~v1-NzN#nsov;48D71a z{MIUQEmNZ_k2Ycsx6>v^tsO?galQ?NC@FLH3axt|FPL*<>|SqtA&J16p<~x@xq%`6<-!|?(LA?dzmEj80gSzT(b<7w_}(kwaLc4#j0<|j0uT7 zwV7hBCBYudW8@Ks(&Kf#iEVaHy@T&USd_u}@?ra1y*O=F*-XRs<$$X_*^9APFHflV z!5Ev5Me%w=K?jF-X-1!!ew+q^mt}{0yF?Ku+54nJCNa`k_Mx7SvM=@H?09{iOrM3N z0Q#b_$K&josoxvm>xbF1q{hC;5@eK(ddfX@e*l8bc6M(XWpu{9E_n=RgSEYc|77{l z14bIOTZY;^jm^MqTA>Kbe{?3w4Aa1>@31&Xc6dpwh{Hf`+Cs@YuSc+#1!cG|GKOI89*GZIsShYwOLZ6XYY3*IbSy{0Jb$2fH{ zJ0Kle?o+a`s8f4Sg!z4wm0tpJnSEwsZ09u@-H^ikg>u9`7~oxv(vqClEAdvQmCL!G zQH{QNhMH4^&mqVGr9v~zm27rQ$RLNnVjSfJBstxTt}o0B0(#e*4RS~W&Xrs&oF z6Hb97l7o2J?pShr3%%S}*WIvilo!4*$>Rl>Eq_Cb_{L$W9I9|`uMkuNtkciAzG^L* zcZ%6=m9tv|M&>OSYftpBb)(IP)vM`se>7q_)rIN^oo(<<$&!s6JP<0ZDWi|t?}*I`rQO9p70VjOE^ zk)TuWQdq?{RO$VKf%y*K_Glv}=>5JQLHx#a%6qhEOE&B?E13v7Jj|Z5^?ljWK#&4l7(Q40*Nff-k%B7}lze z1G`w;wpiN>v9_%&{nl99MmTM0-6qjuZHp;++d;-4v1S38qe&EN`+lr#Eh|t9%Nkd( zzLGt!WYiFfA}Mj;vl~uRsg1E#vqIQoiLtg;76jQXWwOJSMWaH)bGemUrzR0=TcpT6 z)`pCz0!)nTQKSaK$PVQ|Rqa7`rZ_E(i(QJKt$FrfZZWYy$dE9X21y3R*v3SJ8dPOv zlRa;LWm2tATR3A}%m97~J`lz;hGIFlLYAe%1hOZQTMOdW9_^_it<|j7+s$=v6EI3@ z$`%PBb9f;kIN?$t01+uGSMDvERjx)t5i?`~S_Da(L~Vm2Q>VjVtq}tdz@&)`wGDOZ zE>fN7)Lm>}W2|#itkXVq7_U`Rf>p83EwRpfVx7;#I&Gh%x^^opzm>6l_9;K-w%mDN ztg{oD#5$W|olnO)m&7_(#yWSg{NdaHO0muk_#2yqJ<+~~Sm$<@6vR*fq}Ukid?dDS znYBh88|gk|j?y9t@&_FV3@kL7@bMlpMCdocD39dQy7hPKF*2+VhDl&O|6-- z(a3D$^b~e`z56s}u$wWA3R@A|*G$j*?zI6=Ys%I7*RRHwybnx)`whIjaoTX=LUwJ; zohUYhgNk}0=0eiYOPQ*Nr6%zcDs=#qggMsx5e7qW9=`*+IPlw*|kc%cHG_?+qERtzAe_iDYk1lC2qH^#&d7V z?JHyL2VCQ_jI|?4n?sVG`nmSiv0aO) zv{Y1-c}J{$J(C%@2S@e-Xl+9FV@ZXEe0?@O*51NMQUPL&IV}>0w|TK%dnd_?@+XPK z+V?Q|?{yG6Pw%u|DMnJ?#Aw*6s|Vz^FVY1-Jg*1m8uk*iIAiTgMJ7K5aGk6;;0DEM zVOL1wevPIH&k1))BjtHU8x$M3`V$`N)CRS4z<7aNF+37yT^TbQiK%ppI&egCRW%Nu z3r^xS4$IUZjo=({YhtI~w>qC4~~5I z&y$Qt)A^-I)=Yb73su$8kvMC~L0K7g!#kpjILm838lJz}n$R8a^BqoQcek-_mr4tYAQiRfM*JpxGQdpC zp;$y0M+HxmySCK&4zIOEcN-H;kZNc?UB`;2HbKmGJsJwgH3{xD(Dmp->=&uCi3=qx@v)W29ZQ9W*5Y-bK@dhXCA?(w=g+;m%JR1V;aBbUMjV7;N*3!#@Uv~D z58rUL0axb-@xPZd{Y1f zt!1Qj^Uk}!cCS@h0KT|v26&bCbQVasw*`6`hZjzkG>({87jHd>6zt8PHIXB*wN+Y2 z9|e1OS7`r4wFk_q*&0?@SzetfFQ-i5SBgjPwZwW7l44)Vnq;l5&$0-Bw}u&bzw3*$ z{IPo@RzhJF)X~R)(MGI2d#*R_0`mB0uD&|@=+W<6E2M`uVO@Pi>#UwRigUayvT$!3 z-8&%#tFUQpp>Z)AQB)^yumgL7>#lIX`qC4-Z0yA83{Dq)duOTism!O2A@wu3WD^PDw-Qwun;=j1&&)BfoY`tKwarjZYS?K*?3~t36suIeTa(_ zTWoUB8biqIG*qMloY;9%o9J=w6L{62g0`Go^rmf8>}KKcw4$2$VaN-7LNr^zvW=8G z?oS?ki6FUq^jObpND7w2J?uDACzLys8F0vxd71-TRkR@R?bh@!^ z42T`*1ZI z!FbsS6KWSpnN1;NA1`fEg|F;oO*tz==Ys^eu?da0w?WT*7bCtTEsUBfhsHc z9+c;J->K(bFbzfXtK%=3n~BW|351UO%9jx-6mTZ7txbeDtI4vi9bmXR3R!|>y?stT z_5A&q%&8#hT1(=lIwx1-xFRtUk17kTaiQ%F&9dsQ9kzON*PN59^}(|NkqfIwjE=+b$6-(HKygUjA|%(fG59N>P2GZb)M!aI-Kj$Lrnl{g#W?WZ5K)|nGn z-@fm&oOaN-U{d0N3~Z`&iH+M&2w}fg`sNh-GW0Ethu{ERw40r%a&h1*I^^1dRsav zca*-@wDGNdwmAZKn7)1B5zez2rDd}|GfLm;+-yhbD%(8w|2HUYecD*P386GXi)rj5<>E?pEDyYhr)Ai4$A&HC86LvxiS)-Q&lZvt}`$Sr{x9Y$ef9a zb55{g-kj;OUzWo19Qb3WV_Kl^%^Q6Uk21Q>TOr&#LT6?pJ&P7@ROd=VJV7YW4~7c- zejGa=5NgAf*tuFB?e+V4(tlh6GS*`8!2i2{W(g!Qp$-;=1~Z8yf$)**;7{=;;rGp( zl7*{N$))^Voq9DMW(uW3Ij)7mbUYOa(}ZHUi*TKQXZkyk`n$gij5_5&f6DzEibEih zI)D_<0v2ngAPFJR@dE~NF6~gXg{D8#8X%pCDf_85>Fw-65&Jq zh7msmm*OuXWi@<6VIsSSgc`<;$WjwmQKYIuj4Kf*%2IprR3X&knh&2!{A%GQsuZUb z`N;5{018220enaXlqRU=MY&s3jsgWqqaH!rAkv2slb(&d6X!DGMv!j^Pvll=AS{fA z49bM_HQ7*!1K_k6cajtRS#uVJDWK(Lyia62C~^{6sw$)wgmFS9X!4pa0HrWWNcC2S zw0gaoWk`56rkja$B!4}A9yrd`ew0r?e`u($#6<2P_`rau~7`|(cz7ndU46r`zQ zDF_*L;G8(DLcK;l>XMcVQBRpe5F^g)z?FcdMA zQm|l=w9hUf1kJFrzD@BCge^@&$=Q# zDK)9-y5ywPbvNeTkoy&b&sn*BQj&yqsT-0Tgxre_=~B=B>)mrc`T5RQrw_Yg=$&V( z-k2l}Z5q6;=_`wJo6@p#n^Hbmmy(>6oID`&o@>4~t-H2(`@rGPk9}eEGr9dWu9Es9 z{}5v*WkzcHpyU~)dFSK~N{1tBP`?5kteP)}B4SaXGVeTa1@FFt1}s>xV6+!Ol?WPL z8LZ9A%e{(%QU+b7r6`@`86$ea;V3>!7K;kR{GeABOMO-BsI`1g?uB3JKPERfZ){#J z`ZR4r*d_Um`ER1>YhA#5RR1kb%w z%-*?8NyCg~PD&F}nv%{!{Ul{2Hzg$rd()1-_?vU4Jl?c-Ny~y_f5ntP{72>8=YM?b z#-BYjbIyPT)4o%DLD}$=qehKI<(^+G+1T&)3pV8Zym;?#pSq{vlMj4d z=ak(1LG54fu6}aXuBDIX4t{Fa`pkjHcTKo*;0E!IF*gn@TD14TOZn2#H&(YLzy9dA z#8(fTJIMb;^Vi?`VC`+I{?fGX(&9z^w`AUVWZBI_FqiY&x$=b{-B~mE#+J*54p{x0 z;a8j*^5@6yn7Z-ySFiZ)+`+HU-h1}>1y>gCxo_?z&p%jI{n+>3y5}#m^M3jtdv?8j z#es7td~IUZiyyrGmyh24`~K}8cR!K8>}Nx#{Z{yUVBhjcN7uQX6^+eXv#UNGl9JbF zX5Z_6`^)E(0kEWvO-Y9#ksst<1W6Aao;o=9+=jDfAKG{4S&APGc@)loJ9f{Okf7Ml$A^%ttx~>XWOJhb! z3Y11whDTN9jYcGUva1tHHia@4QwwwRbFWM9bKBxcNsIsHPf5zXJohrrUUJg8Lx`I& z*s)^$s{E4D+|2a!s>Xh3vAK=+@I*;Tsdwbg&mF`}p-9*i@haY)s5z;vsi=V3lG>E=J&;9&HIAW!NaV>dtIf?DP)`zaN1XXM(ErEs zicd<4K8aRN`o*x5_k8oC{&mS8k4j(t?vd$_?*H`z7yM!F6&Fr>ZP~3i6z6}n{Kh{Q z-@N?x!{2`EtmoGL_V_0`@2{U7Ij(C1gd!jw`mZ&m&6PPvR#bIe^5eywL%w>s|M=HGz0|jP$lv5AU!K}`-K%4F+*6wLZ{HES z-W*hYN5`PX*Sfzyw%@d^U6=gs#zP0r`}d)rjQg)KI|A?DnD^WmY50+n)w6%_jlFxS z&pa@G(z_pSUi)uv-g0{TUnX5N_Hc8_v(bB-m;CUF)d%)OqK%{ONsImClI=g;pVaWi zyWjo&!6|oMFlq1i``nbWIP3lycO}nxY290W-|Kg@U z-TT^g=N;d>?ZY*TH=Vd-M|S;X*MIlDqgAi|=r3O#`Qumb9KPbMhlW4;;DV+r7eyLs%^zn%BXOCCAOb>+{XD}R!kL)wHjyv*Em zw7+CDHIx2JTI{U<>bVAh-l)y3Nl@4Dox^IM00 zd&sEk&p-6LT4@b|s<(a^y@6Z0#cSbZ8 z4`})AH*WuaW%i)SPaiKYsQ>8Nv(xYUp{oa(i& z-1O6%3N{V;@EvczOESlg>A3d35y^kQD)ikU$BPOdefQR(@BKOAt?Bq+ZvGp)+m{`C zum693k|Z8kl~?)o%<~8DZhT_ej~*G2{@0AgKi~hxpPGvPSP@uX`sbV#gBOi{_@Vc! z{RLw>=C1$s;Fi_iTYi_@ls*r7bGoWCQ<7FEU;mG9?y7nH*!%B%<-@r~k)^?ktoXb- z^I~RsKxYo-$T8~7e9x#nvKsTQCJm`ujYengL^BTqbI&3zoHZzuQ_Q<0cQ|>a3>w0{ z#4?+de)9Go9$NdO zv%j`u#QUw2uYBmrbB3XV$8jxsQDG6Y1sd%$IAF1k8ktU!V{%wJB*Y93A+r*DSJ(Bsd@L zg-zC!kZUf7g0UGT8UGCs{m6Lxdi1Y9+yk!UI|pG`{9gcnV@RbrZlrl~|c z(ZpsLE+2kT=1cJ96cMUlB)n|s_^5qDVGxADt0YpG?d9hK213tG-xtM znKBg-mnJnMYna8wl7^_SA=IDHm|WpcAgi^(EK|dw42z!q;$q-Hdmw^HejASX3wLZJxa3 zyBCa|+Hq;)oF^6^87`jHu;lHf|MPK{r9{z z`=-DAB0Xu@b$@%5#?CF}o_9KraNSyeIxhR|+6{$< zug_aK@VNO-e$!oL#=*Rr$K;=cXVbsq#|=FiYUCF2PvQ$Wd93}lnf(oe!~d6k|GnsJ zezEeuHDRn1J{T#Absj6|_{loGcJXoNyG$>vZQpKmT>RF4-|eX$N8ZV8{ zu|iIb51aFvitW|BMJB9^OyfGzyYJFDwsmV;@;zE+`#bFX=<{j)jNjkRImE_%Tk%nU z{hLmuPuUWw8xIz*z5emWc{#3<7^fW>b=$9&bE${b@Fy*?Hxfyh`j?$$5htuJssh$U zWvF!#u=Q;Xu6lu`fgI5I$QDF%m5~L=Ut(Yd z(*PVd(1Vr-7{dm|#W}jk1;x5WsRjAPnI-u}l|ZGrK>ee&Rwl3(qHC>%tSzNyOY~BRF+%FZj07jA9OzGrJ?)ku$bzr zyxfkP-@hr9FR}QvDJF5zoT-Nco;2-LzPQV(t!S-9#hTJsadDF(_tq(47hmr-YbigY zvh*{HWa!H0kDsqjI{Uj@cfz3qm$pvX8|S}~^%9@0)Jl=)Wo?E@D^?gknQgiJ$k%hS z6=hRYi=Sw%K0l|-`)&LoZ?Pxd1wIU&a(|9i?(q={{}=yIZVyxJihsY^E&O?p#ZKJG zpYD40TJziIlX!bKX7>31j(niZe`(b^hMISCocPX9yso}o>>dB%y)|45-sy0Jwkqv- zEg|LmM@w<7r(v`E)bheR8>PLyWd!DwiyWNmuOBs)LsLM_u!+SQIOGHz(+3U{whhEs z4wjLB#H_=D3IhqGSq2_ME(4AQz$u1>plJq4_yhqbvmp3*FXz{*>SwKx zxK}qrbLynMBDPwbdu7;S+Zs3S{*>MyU7u#N$JUH1>)+;GbsE}x|NQ#Nkaqf*S;5Y# z1+vRszgs4Dur9xHq{V032NPD7!^)GRCokQ{9i`OI`R}Si$=T38uErbNZTQ3fr3JUW z3qHT)zwGwqZB8%Drk{$`+-di}>GAEiQXARA{7-ptIJ31?>ZDBmyH2n2iF?EWXS?pS z=?kOT=PsV{=gysAYvF{;tEW1u3HhgQ+_8*9d3Jl^DhY?+gAO03i-hP|T<12J_2yJx zyuQ)r4Z#Qcw;F7j-8P%YZO-DwwXc5eSgq0b%KL1Puv9{yZ`C$S)z}BiD@+%^o4K%w ziQk}!3D~xV&K7a988$Kg0agz`K*^_!9_rWUy4m<~Z0^1^Y> z%=#w|fk{U?wcGfXoHJ_C+BVB6_}Trp3nykzx*#T+{cU%eowvrC_x95}H(F{ODE6zm zXZB~skB>YtJaZp@9Nv`)9lx7*;K<;_;Y5&aw+zy`CpeAIX|~t6jm&k*Z83ChR4H)Hvf}d{_4H1 z$a%flcuRF$>(ZK3!MXAEfj7RMU|urCEy!(4*^vpkd-$?X-O5Wlp2FL)aMlXeuqL~f zXOX4q5lPDxV|jkwxN2XaHZP|w#@CW>Mq;SWadZ314Zke-zF!qS_j94sm!^$NxIWnxVRHcDj=^#ChNU@BM$@??wB$XRA}& zsk(J=Ua}UMYP_*1b|XV&bI6l8YOn z=Qq?}R5HGP%9QBTl5yvjG)$XPGHFW55htEna#3``x&6}9y}ga=la3UkPC7*7mx?#+ z+}cE0Nva%xLMb6UT6#zs=n~MixC)WMG)O8p{j;y41w#B^JxrlqwR6do{_nUNmPGis zqg06#iGbhhVot#OlsKjU*Re{Z;c^n}hTz)ce^{5jKTtAB^uVE^!*ynog9TBm6ggY$Rw?c-C?AT|5rloihoo# zC0yc%n}le2UI@ujAuby!#k(&VrU#dSswr0pZ?qR6vQRbV;o3|R)tFBtn$)Ypg^WeO z$Q>p@F^M>Bu(1SHi~=Aa`)DZ{e(Q*~L*8rO5-nBA5e%0>jrq3IOt}}X)rNf4<)ZEA8V-;5( zNctg{L+B{xcCb<%#f4D>YE?yzuhLOmWN1~Hou-sqw}?BslZ#C4;&DX7)F_VP)My#_ zunTF^Q*@i50^VwmW~yX%meWz}W2-DzxC**}YgRQb6*ZyCSv4SbTm68I{YlnBnlQq# zD(og02sX=7Dn*we;0&Pg_k}Q`9N|HvbgO{d5gkk-M*(%JmF01S_ajw`BfLLdy-Ec< z#({@x5%6$P11SM?^bkr5cSFe*Es-7dAnUBOKw9;%Kw6>pnI1^fPJJNQt6v3DRUqB? zP1kxR4IRpZkfh=Is&QmjxdWjv26a_d zuIAGNp->o+QWf@*w3iBGt3Zy)I7erkqcaW$as#~_(L+qe)CZ`f>EOITUf2&0vuYuZ z>)>Hv8xJE{3u(d#*Aq~c_ewgi4Sc1i<<(cK6p za$(3QV$;ehQ-J~%C^T(T1|1CxTxeVbN&_X~Y&dd6kA-&>Gb5Tqe#=#$+{`<}p>RZx zV|8RdhtuVA`dp1;q_84Ij>hxoTIO&z))R4*QTr^PyYZ1Ol9?nqBxcjNocK!cjTaHs zk2Q^dCYoGcPeg*t1-9z1Ht`3W_=`=fCE`+Nb(V5OF{@e8#Q;6BjTigKa#8WG$qz zc3Y>CWCS1_q}~bvkgr1^wCFw^XgnP{%J&SicQlWrOA}#n8fO6?qrf$e2846T2gQ1- za)-}^#En@CbGH(R3f!?U?=Gy75l3)I^aWHmj5|-2*O3}btLo$SEWu0{lUn@(4Vc9) zPKmCAVdLKr1v5OMk!c?H!bt<)i17UY5kNXIqWdwwfv94lgoynhDFs1yJAKb_2>2J6c5&Y#4~|R`od9<=R=AvOtZ;9-G#G8@ z8cZ0nBIsOz#>~GXdOl3ii23Lfv?~8s&csLE?Q+p(e&P$&$oK5 zYRihkk9P~Tzr?(tP=fq2;RVZWHvrde%9Pc30l7A1v7#4(vvg6S2t{w?LDg_Mx}_O? z=~RvHp>LW|q*${wqd%O=*$mgt$Q7yqE0l|yG4*yBV7?>+6od_)B!jeg0~DJKP!%WT z_7^h1Rx=5;Dss9hZMGIVn#qjDt5cwx z1Y#keqQjBMs~md1vm%hwoO1-Oh>O5$h!GW@0wx*-bg&I?AQ++-L&o=gY2Wu7FCp6o z0Idg)qmmXm!eJU#yOUsFaZQpLC`*$lnyj$ss z-AYH1RM!y^Uxixp9LvO`CTyHx+@37VynUfYkkKW04Q6^7ora!kM!Ps8R%D#kM8RUR zA|aEbB8S9r!QB$`F>4*sOJNzg-EiT5B9rQnts^fD<59ZsDC&S<L%{GVjjW$F$=r&{m0?ZIvz{F^^ zI|uV9p1#7k`O(xdp6WMHHO?e&%~V1>C1DQ2U~Ha6EPP-Xc)4SkI6yhF8{H^kxP|02 zj;}*Zrty8~dGgvs38Srm#w!37j_7Q-%isX$v;b1#w^m=fb z<}}6Leek@;E;aUN>;~6?6G=H+w z+?$vN?-n>L?t?h8#1Xw8*XT+>a6pcCRL2wbspxAg?XiLN*<$X7P` zdJ=jn$5Z6Q+59wJnh4{4v2wTdXNZ&d${}CRKu^9_lM`q2vvg@9jQ7RL-PRh2llTgf zujimAUu(&Uvw0m|nh4{4v2wSCVVcYr;waGg0`%l-JvnhUW61?ygz>&ux!c+RaguW7 zlCKw`Ctoj-6KC_wbZH`t_r=QH)?Xn`;;R?=`Wy7*Ya=;vHorobCc=1MtlVwA3ULx& zdE{#o^yKR`a^h_MJ6)Ox<9)GmxAi*2Nqps#uQ#A4UvH8VXY*ThX(EjG#me2*+Yl%5 zRY1Ppfu4N5OHQ24@6m-;90|Tyx!Zal;v~Kb$=7D+$=4Qg;%xqaE=`2-N#mFpvN;%xqyE=`2-zF4{2`UK)G zz8vCA%zP#AZkYh0j&^EW+oH_}qujkcR=v=?Z^} zQhSFyWw_6nBLmWX&fHSNeZky9!+ptIi{W-KM=!J}-9MR|V7RZCJKb9t@ zhWm!OYQufYT#?~WX_Pa=aP7<~!+pmbWSsj>=Fl6=ea{@ikhve2!{}x1N9HhXG4~U5 zn9rH}nYm?#+r``shWmxNIfmO!T-9`{_^(V(Arfy!ARSL6`U>PoB2i+H#}nyb@-QNu zOzuyli^*ytEhbBe#3}~Kf(_?mrRP|%Kiz0O5b1Y^xbf2chnlSvai*M(a0-;wsYH1} z73W8YOeJA~au#Rs`UOP55ZWxnR%v8a(VbOsae{d+o2T!^X)m_&k(Jjj4{l;84x%?f z=7^$2tO9%aeUtH$TB8oq&`5mTB~ zm1c98T`at3zXiQht=uz|)6J`vAm6v2MK{{*#+A=P<&#!5R*CK^rdu$vVj(OPsA73` z#dJkNrXsnfBE7m+B+C(B5$2LqB!p!I$3U05#EKi&Te^M=&=_`ybXOOhAh9mF|8ZTG zCe($wBz4KP>vDJJcrN6K)#XME$5+5acw%Y0tCb!Jm__tR2pBKLnF*m?zyZp^P#K?T zmOXG1!=pHr?E~bsd;9DJ_r+;!pPAe~C(%B@_E}_4omZKl%`=@+WCxf%a(HA^bOhKw zP8v~pW+de|oXmVd!$o{8Y`BH4@gwOj2s%a*b4fa_7dnmRAUw0j#uCp#)Et#|Bgb01 z+s@-TLRT-oYvX#1W~Hvql6GDHZq0kphkHqwyfgQbFnOf)YDyVgYLv$ zrW5l_C+3?@Ea=*agIw{Q$Xt?6%+vRg*3Nyn_i>jvy~p(!-ECsMp0uO7A2a_WV=Qq7 z$u~pmKkkh#H>bWIdGPk``XkdGQ{4`w#9HXtEU}M@ct**l86_Kil%Fu8 z6sNE@Hvh#k>%rKezU*qBe8_ZfpM0cro&O4ZI{#Vj-#Gu}AwkFd$6S)mDlqfkL!J97 zVg8G?OShetWd4imDH@2e`7e2wCCoyxJbTc0dr6qQ6ZeuZd2hz%J-ZW=jx^nQzhU0H zC!zD0OVW9Tdfvlp>co2&HFvD}l6P6G4skv8f6bUmoGFU-Hs9^77rM-MOFZ#Ih`A)a zP-M?{J3IFSjiG#dzT0z$=>6{&|q zY!3PrX7Z>iQh> z2pn`wqs%3V0o-`>I`ZG0V}NFuLOTY!wnMk0lY^n7raA_=mnovUdQ0BjL%Oy9E&bk8 z56J_dryhC|3A!mdMFKXb@PlemvOw6|;MW0A*fjvgdgB9txnu!=?<43r0=Xaj>EDIH1VQwyT_F6WxY?r}FD(&Q4Q;uVd!x=9cAWEw?|7zpnZAaKhU|!sNZS zmmIt8M}9)4iX=WE7pEr+?aq(Ldz<6BJR*Oa(5K8L>(eyTr*C)e(}dMi*S6}mbGaXN zP2(Syi{mf8R>-$+Y-!%UrTP zPB(qLtaBg#hH?A<_7LqfEBXH0SDf3^<9my_WWD9%_rH1gex@}3y*Z7?*b<}bi0F1a zCR=!B>~Y~4_r$QLg=eSHx`(p$aJ2Ts!=6WLPds!xT02Fzu3D#{@SC9c|8PzEoi9F0 zm`fHVelw;+o#UkY71?hIn2uRX$4So@r*R=M4B^^!G268mJ&29p>?(PX{AO1@i5A^T zouVZp+0EU4fccNtt!@7JAYm?9kYwm}YoE?BLi2u(y-fQ}>oxt(zteEZ+T(f+yWa7X z%j>m1MB$ep-fEgyg64U*)7M(X`ir>O0RePZ@qYt_TqC*~oR^EGu`7!Hly z1Zl8zU0uhbqtlnvaSN*M7r(u2UpkXNxzZk z>3vkkYB%3V%*}}pRpyd~Y7Wn#*v=cfpLTj5t-Cz76pp=*?zUGtjoG-3a2;VAH1+SY zVN4Inj{Q7cZVelQ@zr83S+#5d81 zj^v`wYaV;;tpm7YFG-J|!#>K54`Ak!1#m9kHzs$EU+Ryp!O?X(NFKHw^^A*Fisj@% z`oB{t?}Crpb^DuVt{aT?B-+g`kLUB_gOs^sL5iKm`uXqjxOFw}&gz)m3VA8W ztCbF6ff-`C_SCK)UqfBr!+ui`UmE6;l?IzPX{|A<^O&Kzy2u_gdw5LmcCL;+c6Rm9 zX`fNj$Ih-PV_}+n5kUjJYr;K5XD3&B?+ZW9&|_y;SFtiAA1c4O49Q2xZ+6v_fuTdI z)4;HIpmrG;`f0P{2S~qpVAK`Ghaz*yLJ?b0ITrUYE{eMw7xu=@y^o7~isK8zT(ZJo zM<(yZ>b#es`*G3r3&;QBxajm1XV*yVn&X~t1hMC_-{k7I#^xSM)sxuN-PFHQW75q%q0th;=RXYX?HPM(&M?hqAb2J%q1&K ziH^x`_fU21*4Pfs|6(Y{{T`zG;E!e0g9z-Yhvb3RQx83fH{Ere;;r<*J>DYa@mo>U2>)osQBFq6kNjz?u)y!Vi_bbcj|XBv!bXIMhRlL9i>Q-+%XNEP>E#@tHq3 zW~{?7ZEJSNu^JsGV0j|406#{?DH;AE;idc(PSGj}YZ~XBOtjBTVd8Wg{Sy8we(D-7 zMLsw(1!omlk=q?LN<|v__r@=W`J^`f`LH8;8%oKf3YSq?D=9U8Wo||0sfOdpI$RF9 zmN{@(;pLDu_J(K%PW*x`jxDe_ffLH>JCt83{af5>rB8>Wj6ws747V7ZisGl;7M%}f zg+@010g{N;(itw3>^d<4!3DN}2?#E<1x(-`6cmoyCGj6u-^3_|%$k1vL}$pKRyP1Oyk^ z0w%V@Cr&EpNg14BoQpu2GmuVq z4OBQD!JJEF@wrsgE)D0xf)7??P_qyrPCi`^A?e(WLw;~lT_5CD(L$PVBzAZfH9|N{ z<@l?j(>AQ;C<>z*`=eQ!FDBAHgr|`hXY(a=aWyyKLh)MOFy(s}7el`XZH>#)u(l@HDMF+rhMR*?|=Bg^= z>NC31F>2Z!(G z117A#aSGd!{>~CPghqIM{Iz#qCeAB z(U}%j^jDU-yqO}rKT27X>);zgb-KRtjiJgLta8I(2n?dXPy$ECVWW=dE=bJ1Bg$<} z@$9C!(&f;{vjmkRl%1U^cIO;|5pQKj@gC3$;gmG8t%fbdzRpxNQI)wfu$(AHJkmPA z$__RTMG5Sbln(VYc~BJ6ftFS^GRo~XBiK?JOb2m!HT;MUisJreRhQ`8gLcNfI_DUS z+<*m&pk||KA+Ci?_4$BNbOYvEx4`HZl{}uQ=i_}xamEU*nhwOJ`V=dA5U!!yDSu?0j>8wtiK_l|&g&)(k zqFRsB%wQ&Em=mu34>!?$dBi}?#KT={#BaJIZfe{Xf7Zw`f zz<42M4GubVfk}>aQgMor?iZ7CKaD|o`=I??INh!41k1eyCw@^cd!iQrtB2Se+S?qv zN7TqDRst59#OcX$rUaasF5QX&mmN3m(8yG`g*k0yF!H`?qCr;eR}M`D!@a0h%F!Sz zaZ)04H9oK@F*d^Ahq(o25IQ%_#H>@t(COJ;S9P^6nm+lD%Yzl59?hn4X}QJY8k23} zILD#gR(7V;g?8Iz##h7%ZDLyNFu0-CIU>GwIF|dxw~pN;#ooQP$rE}!9*`I-0aRYs z4=dB+w64K|wNR&EnWEdXMmZvmh8(2l28|wyFpaxY&PC&+YN(q-pfUoniu)f)qqVTa z+2Bn$*~dvI_BIpY3Gxy()vCt5o>h&fB5QXe&hoJ$+2(5BoM;?cVk!J0k3i!v^5}?O z1JhJ@jj|%{=q%7_!D|raD%~Bu8eH@+SYh=s0?UfSiF5^A)A~b?J4e73#p=sSui787 zgGrXFtdxLjD$yQy^a@Ik1-w-i)bc~)vg)-TlS5*n`!C^rg* zOz%U|Fs8^V9D3Y%B-H{-lA~~KJQ|Sd#teT92)8SW6QwMsv5@7mvY9J-H{?E-rQA_0 z%5Y-4D|!c6Vy$LHYv8yMGm@3&@I;S=pU5GhYjV+c6+y=ex}x#&2c!r*8_+!6sXVUe zL*!&Q(s_rR2NNrL92Y8j8RSDpK;mYS4`ohsM`w_E9Zb@Plt7shJsxzH6V3esG+8dL zU>4SKaaGK62kc4)P|F9%1=TphsJ&{PS3V5SWz{rD=M<@$) zq?b;I_eP&GVyw2U+-negsv@XRl6By@ad7An*yrAhH+2`SdJ`*>@$s=?C zdLx?DoNGn56~s#*j2l1|J?dLgYP$%HGdd0o;y~lcD7F_*x;U0`+CK0-^g*O@OeHcp z0oE0C^l(+69Do(@CU`%tl(7Zb;rJB0>|6+Htc9&IsytJhPF+X+8CU=BexR&*rvRl^tL)6=_^ z!_hiukboZ94j%0s#i>=4ApLB5XYDio^Y z83R-Gqg2Yp07KFfm^HHT2wWn=^&1rZ@MGgf(5pKiH?UOEIP>@7Mz^!8rzHsq+4hUnCM7{yC|i@y^+&hYnw3< zI|ev>l+j;j>zRPx>umuO5Zqu3m}s!yVT3XJQAW6%PCP&{oG#_Yn6f0%15Is&~aiu%@#26lL|ir zOM2y0kKw0ZIpOajWHej|R?Fbgi^IwBcM|B179OuNIM-x=g^>apLK@{)8d3q z!skEVaJQWk6Uh1=TfhVaf3gKkKya@uU;={sYylGx+;0n*fMBI9V4|Zwms3fd;a0l1 z!n5gu`po64D|{tit?*TRb%*EUO2gs-+Zz)Q;NGj7iwQf}9N~qO&>6nYq|VaQ!uR7!E%ctw0TU2BV+)voV6`n^;)Ym>A0yY!@Z)rGg`eb%oZ+W+MzOYi)=td? z+^w+%Omy_kv)bKrI(^e~wiy#hx7HRg(UIBJx6U?W0_mQ&1x(oK@NER8bA(@{ zbp7aW;&@wX^o`JzUH_e~$P9h0&NhFyYdVbhOnN#HKZHNBz<-{Hu0P@V0iC3iKdPEe zfTc! zIiUSAE;q@!MKN!BV}F>!(fle}1&{TcsB!Ez;e(+``gf9Esu~{0T-^LRSvIUA@(m(& z^=$2%tabN+_N@-B-3W)^p0=ID&gKtsiOjHrhmJvptMgDOTA6yAKOr@*(;ebp0&9G% zfm9P&q0*n?f~RK73iWHkPWK$0+RcB4p!qZMj zw24JcBw5n@IjNfnbzkl?3;fMOkN1p99E56M zdN=J-ynEk5)kN*q(Tw}1qRQN~-m0u1|J4PYZO`q;e|v$$^FxaGj-J>75Ai+m6%_$% zQ6=(`UkT?&HuyVnzw~ojp?$q#t6POXgBSc|9la(F;4y>#ln$+7oqVeFpjbM5Bl9(q zr@5obCO?=hx;y!@U`ggu2rRnvYaX-i;j9^rht?(vwoEIGL15vr+tox-7qCWVdGHV$fn^O|c(5?b zqdXix0nfXlhS7e~;fMO0GK}kQViWrtwMTzbJL&$W-s#le+=1NRAEOY|-_+jC z1l->{68rlb$m9F_-{ARAF7SJ-E2I$nah_!7wT^U9PvJ8YAFRj(k3aUIn%ZF!y@*EJ z_n;b%#wcSU;s_u_J zgwePK?vArI4l=vSOx3Ae2YiHAABlC$O{^o&22}aD=pc5% z38*b1*`5#fkM)&~59-ZM@xh(tt#St&zcTUh9gLc(^Ef`*DLxR3Sas^ZdBOw)Q*8kg z5MVv3Etr7dQd_`;J?q<7{N0%w5$91XU%j|dnmfnYyj1t{pT^)tx|iOtb==ROzZ0p9 zeg!$ex;H_O6|Akt+SN;M&&|{f|7jT{Q zSP0qav8wS#pX{Vx+o4}aB>W}#U*Dns3z5hqLH|;R{$(PuG)vHL?9jhLBvxt(`qw)2 zew~`wi$fc)XsjU+ObDK*Bktp9Ow?4 z9L36v|6$6LXB6L&n&JohliXJXApkiHpL6jk1%tf~Vjw>IfJe0PUthpm8bL)GKr(zb zll83WD4_V^YEW&iA zpJe(p#s7-w8RWg79s)flX*2m5hw9?f|fb^hXylE+&O;Y9HIzz8KSH&aV~tDM!JE_ zrQo}u<%qOqx*v1< zhsKCW;&05|YPgMTc^E87_X_JaKsOQGCgv_=ZZiHx36-obTTT%lFxT9hY8w^Xn7f#{ zsp2E%J}xBPH1R2O`;`&*JMmBE{*87a?i=P_=k~l@SZIh0QG+@R7IX0TPpA&TKHk#7 zVxA~w-4FSiD`jqWhUNw^w=0LZ`Qkw48bicgBWjr&A0h5qaU^pO=Mi_EIEJ|sk#3Q= zQJlz}gwI9dCUGirKWCHW&EgE^F7sX8_XlyS7{lD-l~?y24DKxEzV~0<*D05Xam*c= zL)=nvK659QlI0)86z1k<5_dQLb_>;Z6MK0;TqCKcf9iF0Um+gCwG%)O2rDBZ2>a~0AJ2Dg}7a2!fDSUe(bXWg_ss>37rYcbTi`{t7FQE>tH!pJS`q&%gjE+Ju9AJ-M6S8ajTgd9U<;Hv5vV^)~yp8q@xt0(IdoQ z#N*$j1LNUlMEYR-ed@n6hj*Ib{))e4O*$uL?!jWCcuTravTw49dsV!{+$zNXVDXxG zmpKpnd|kXJ6)ZLPrg&dE!O`=_VDYxtEK}iA;Vv;sY!_QNhe4P`2O~N^V6K6=9pYo= z?q=>A@fCaNk2~C8@uS$uy4mQ9!QvP3D|2)Q87y`Ssi@R$u7i*c=JsVyNf&d^Gv}0U z=CIg9I!mT7cLsa$NNmr5m&MF^C3YHs!x{vZX%hPgz+t%v&L;!R6|$EMi9gW`-LcGN z${gl&>t@RkbGmhdvKMpjvSqH!XHK_uo-AbUBF>>e7Blw{b49XLb@X3}ELWvsLrw$6 zYgO;7M5$O&b~ThW6Wi31JjpRJPFHH{#(*cZ~4Sc z_zmN1#!ZZq-OoT?&iD*VZUdHzya?g$zEqOqyla5FQV27Ax1?E?@T@_qHGy@&~)T`rG_4&e>GPQ$$@p>sX@_&#`}{Ptf{)O>qE?YW0Afob5bV;$+ zdj>Gu`xmtHbLrIbFQg20N->T5R7*4+O#dr-r@r8Ipe%SBmN)mMw0Wh3!cSOPwi)tq zxzuZ#PEXkmx;$ka@L7(rO7x}_8`3@jE=woN>FE?RR0iDD-CqJ1<^Kzk@{gl;m==_)>}-=Z-?Z2_NL?Z*R&rYS)8WQrT8c<6`1YK2Cht@wCNm0I+h+v>jgPQ zloZFLml^v~@ob3fzvmVhpI!x8d(gS)_R*;{JwAO9+fciW=3I2z#c2n}v+f$B%;-R-b2^4zow0g<#J})g`joGwWY4h z2kBE|a@|(i=ApFdF*%igKjC)Il0mHWrvhEhJ227byNGU*r#UQfl>cO4b=k4N^W*3* zgF~HKZqG=U^}Qm!Qal}4gSqIG5Ml4QnW}@f#N!zl^tdF zo~&iARTTK21sACx-Fn&Jb19b?Vz_VoU&vHZYq*xmJMi~jk2Tz_fnmxo&NSSyrPEbN zTx7UtUWF}JNE9XV;0pdx+ zT@mW<#a+;soZd7cHKG!+G;|%HzcO%+2$B9e60cPDFJ& z&#u7S)H-pQ)}fE)rXDYD(42THxGMbwahu_`maR@dQLHfBDH$)NpCncpZd2K7=_iX1 z3^yiYOZq8dm*HOVf1Ex-922H;&O=meNk3i8(H!#oHhrXcIL7^yK3e=e#wp(z@okJ- z=RI2#VFeB^o+bXB&atABxmM3T{tP_*^*6fbioCvhvA@y1QRD|#YjpY0jT6Th-9YHZ ziIa`)d+5fCQAU?m><2f_=%Ua~5EmHTe59Ko=vNg~mRm}^zH6l_h>~bBrz< zy7R;Wql-Xyp18^AUMlwb&KG|$x(|@w`QmP)yB#__iyGZy&`lIi8r=x!CW+^aZX$G( z#7jnZ3i7)^yk>OgA-@a6dqy`9=`Ix8jP7uxyHM=VI`l)1kKQKHzYXb=EBg6jf`9AfXQc=EW{PUOlM;B++!{U_ z+#u%G!}3&LvlwG^brlnQE#gz=TE&9mi+opzFAO)P=px^2@h|2UiS){;zB%G=)#US& zlyCAT$T{K-=2|@>AM>o(!W@-sx^J#XsbNcbZH^_b6sej^>03ELUMYGT-7k>>=mr_? zv7A!ZmEthNZSUZ}RW z#5k($tuc;jOHWtyZ-a|!yI33(E188SuhU}Ok*>vJg62Gn3JSy$G1+kU7Tn`oBBp6h ztjP>{ZWD82+-TQQQPQ7sXcZF+YOUMFNrszSaK5!nv>5J^0*7^n$e>q|usqxMf%`6T zgy9xv-0QkWTxPiI!QCrX8m_oOv9ZD?m6+2;no*ya<3EFgS6$5D9a0Ctl{SSH@W{JRvKKG0L)2tj3qLWceM+@`G4}uUUz^ z6}kT;2949)C*XF8_6eHHfzRDy^7)!O6`YXS7ijJ!a7r#S-1p#|vic&eD@E>>e9Ca& zA$N~l8`U}&a`4K!i#7KraA|TtgXaG1*yQ%%ag6?LaM445OM{B9f7)NWV ztQbctvJUP7&q`khcd&b<>fpYKtW?>tbPbg&m3ftq+$#brRWPQ@0*6V=l;y3Al`1#J z)k4=R#{CFgUW^+D9j0@W?o@CEF>ZaqN=0vI=-&p{ktj=1jGOOYsfuIVj{KFXB*szw zO69xUW_mSRD%)b*qrOu4x#lqUJnJiyKg75VzH&LDk@B1885MfP*ISNZuGMp1=nZh^ zGB*da@cX_BNx#LUzd(JNf4i@byi=!RU0?Y?99Jbb#nOG@tC2fQx<^9a`ufZ8RGr_# z%AL*uasYF!oDxyRGrIeNvr_kw!;P-K)ax54Pcgd7O8wx*XdTM( zvu|JdC+4V}F8_Y=uO=PkH$=W}(oudxEW818Q0PUp$;3d23^%Md5a`G(tyHNz?LM#FuDHNz=#so@?dTj)Pkt}xu1vPIw? zFx()l5=O|!4R=(f6eHvs!{uTHc$(Z`xPcY7`A?IZ3`e8mboq|qXmp$|+cbwhTJAqX z?$n&1RmmusI-R3jEYIHQ93}fOw*lWv5;t7yJPVQED0!jg;N?F5D0yp)%MhdG-OTA{ z$}{B_=GM!(o`?Ns$_X2iloCz>+;4c&^%$#lKM z!D$&YWLb;mR`e~*xLgi0Tx+0jMvJVzLhJ6!J1S$Y9AdbWdY_$fl^hY{F3h-EE}+-_ z@HwG;UdAC^lixnMn}(-x5x&gqi4!nB>k|B zX8qdocQbC4vyE6zp{In(F{^&S(rU(PYQ!+M_w?i!<`c3CNJGCFFPmGXA2Ls>2f zJRqN8ZUgSO|MWjBUohz&3GZ}1EdOTGJsZvt56d@W>4pX#kzW|gb-m{V9+Tf1%fI$s z2=3>Y<-))!>AjNLOy}^ptYnVv@Bj2aF8eV@_xFK;$L0P;N73_yJk;nYdY+KSXdU;% zlk)5sw>a>$yok9^QfO9OBd3{kG%K!=v$Um$TJSkJ&*-QHpOe>W9emysSS#;hPJ4M? zK42`#%k%OHqg&Vep}-4rjnVzJ_tW5BWR6CFa;}%w@2R%h%U`6AIlX@QiwrS0&odx% zr*nfWHoDr(41B*BHacqg7v%t>qn3YB4%Is3us-mTJe|2uQtmB%CGa4Qknb9r8ee4z4VsuMzAA3b!Wpvc?ugdF} zU-ZKFz4CtM=6U+&Zx6gCA2Yh4`JaJXZFEZ_4+Z`%*BjlRB2R;RMe9(buLG}3?^V=h z+fr7db>EYf%<1~QC;Kti>Y@6*C-*lxs^9zaP@|*zy)TbpPQSC-EKf2znqM}{Q6?SL zeT%F&I;#5?d4bVU-9L~GMn`r3K+pUHn4oz?qraJ#e)UQWpTJa#9c zI(!-9sMH-Cm9vARR_fp=c00J*@==)`9L3U?GV^Mx?K}_7ZePkg=Jf3Lr7Sl(n%#ED zDx;&>ZHFABbtvbsz(3`1=JY-8Yk3NDx;MX;qfI*M&9CM7Si13<|B^F|C6#)oyuw&g z-|m$2jgIR6y}Z%rsQPR`lYB7w55mY=T)a09o5gP&M`Wg!BW-vMn^MPs=CF*1_jJfh_e2 zbJ|Oe`pQ_6mmKxIw)7lUwmvhcel@zfvRA=*7I2)w%X^t2Rm7b3(o0n`r)SJws=v16 z^+cZ9-{`1s^HiC9c9D~mqLEL7uSI!hF)3z(ZN4ir~nmq3Hz{7yX4s_P9` z;kpug1{ND`uAJZ~QOlXrYnxJauhAXhoaHE0Z^!A%)mEdM?D*JGuDsXS^|M58mC4*} zahBr{XK!^#O!rx4g&Gm#h6Vbl3t}9;cT>Ml;O94$)CbIMlXv2| zs#>)fj-IQk)s}@+vTZ3f;eTaTtB*7%*WxLwT77AB^mJCOelWTV3crJ8?X{eapYf{I zG0aiBNLWrZI?As`Ei)YDSEC-jj?%S?ckoSRjoQeZ&b>yxsX5NQMr}4a%DqN?W^|N$ zjT&%$NA5Lh2y;638g+)zQSSZJ7{gKS{nQsXaJrPXKD#sfsc$vM`Snvj8Xe`=PkC`YX0S}{%VHd z&dFYC4NzAYZc6qwt^sPk;chQ~-L;Rp(Qx;c{}J3$&7pNI>;PSnz^!C%w&?39fbP!; zy6259qA1<_3A*h@H;Q#XCFs;5s{3ql9P9F!(=k6#l^I>0qWlg>&>d!Uf8w%?PSA}r zy31KNBSCkC(XD2mOA>T<7~Kli{W(GRywOc!-TMi;?MC++>wZemshf2D=CCf0xmf*- zZa3==NYEW-bf2?sbb@Z2(H)}em!P}C=x$`)k_6oyMz~dLO1K{F?Ug0~NS zROWaOD>z4;>VN|BK&Zq&Sbi}4E3t;S4Wz!iM4)GF~M@#hR*0hd?&a@OH(WuO9 z&^2wmpZ{6<1CC@WgTs`ZX!XA|_uc<=JLt&S%5#*CllWOkOa6ONkC$mYI?m%cN{^k{ zewsyTUX@}t&oEu-^<8XMbICQvk6cZYT#0LW4tbd8#tup1Nbit4gtnwqw#_Qs0WniC z;-?nyc{An;2li}|+{^REe7?7Sjj`awd8x2=($eM zpNqI9^(?AK)`tO_Rca#{8Fbgn$Z&~~l^Ge9c$dqwr`}ZD^7a~IPnPjEO3?kwA@pqA zkxGf3nD-pw*SP4?T0JxC82AVGOCPkP5+l&U4(v>%d&&k#TzsdH;zafkZ}TAT&WSb~ zkV?>8QzaaGCV z`fy&W#M2~E;*hvG;V7o{3idLdOFNGOg}w09dhhaTIUc)~O-sJc#*aWzr(Db-xmb_p zVl|qJ^=BA6Ru95&;EM1$SCoh{e9pqB9w(xYz)8R-i2-5@_Gh=@vjwL|Y{5wh^m!Mb zHhezA$*EiLc^9A0#KHI+0{#&2hu{}Fhk~yKe;7W8<8uT)Ckh`v=i=kV=PZ2ck&6$X zbMf)wa~3}J_~l&?pL6la#OEx0>aljF_bve-o>_oi{6dfR2kyf-lyMm2v5Y4(j$*85 zyb5UH*HHA$`#M4IO0vbR;Xa`0`}TF9t3`o$r*MDqGO$+so$Y(GO*P9;mgJ$1e?>Dw zY|QC{b|T3b#yb98%_KvU&k^Di{DN|XSekPKY>2Mo9k_LZ_6v`}+teE%p?%CF#A|td zK+}%nIzjt@N6DxAj+FIsdCmkmNlpt)loNQb`~==NKY`!sO-5d~!1CdWKLF=NR>OY( z&?~Y|(7xh2-qBkpXs2?Wpk2CkymPls&`#z$LA!skQy2S@FG0OBkT3099wq;lHxY8$ zwLD6$&%8lR;NAHX1id+&YI3|JV>RToUw?w2cZf5&)-$@A99(JN_pKdi%J5{m&8fwsDckYh&aV$5KwUlvCk1dH6lR zQbBJWSFlYTcG)U?r+;SOpmQZ#u4K!Vc;Xxi3B7|{#g?mCJ4$|8F;cD;tFwQHRKG@A zfPd_JwR5!?99-<&$bJ1L_xl#MUyXV#c79}P_hiKl>MB{A@wW3S`Ap;=&c)Il{MgwG zZTPh_MNYuG?0cnE@so20`>&T%`sTapCGCE!mw(Tx1fHAIA9!YPr?XxzDj(!}ME=`1 z)K$lMwF8fIwexRj+WEIM?btCi+Lgvpx{Gag33?B=OVArPC&%P2L2ua73{7v;+6C=L zY!|fGuwBspymmo*5_buD`<5n;?mI!IA!hO%?SghErb&v%Z1#{X>GuQKlHRu!Kyr(0 z7qs)SUC^G&-g2|QkEq5znEk~dNh7G8_e>tdX%CY08-s%+{i5I?NpIyoN14e3?W8<{ zZH{1@BP9JM;Rs1@=jvEq$MQOs*GYOamxi+S5xWGvO>}aZcL{nU>6Fdc7=4^-grwgs zjNlwcNP1^ChUH^eK8EFEB)zYj!14(!pTP17lHS!#X8B~6PiFaKN$=^VvV1Dbr?Pyi zq<3^PSw55HGg&@U()+nNET6;jIV_(e>D}A{mM>uW0+uh3^j>Ze%NMbH5z7}zdMCG( zqC`AU|rWcf--@8MRld=<-Av3!-JcW|p&zMAE$ zS-x7*`?q#MJ2%?}?bvJ=v{Mri$VfXg+Xd~&Y!|c>vt7^*%yvOLFWY&?WjpRkMAHt- zc0oHU+Xd~YY!|eXvR%*)%636JC))+>m~0ocQ?i|RNVa2MCz^Idw)0NNcHRNmE@^DsNJu*w;h!yO=VCqPpXVW=eYNepN4H(j-c^(zdtKXk z-)y^}owe<}+ZJWU{@8XwduH1O?Uij8w7V5KvV?ZQwqth;A?<~17qo-cDd%S2Ae(Ap7CDKJCS%U^pB^iT;8@Vp$8)I#!W@1s2%A-M%} z_z%6$^t=h$!mn&8)tfvvw;-<@JRfmhA8}r#ax!+6?2y&L`#tZ;^2j5e9Xv+r<-*7l zo^70Vn`|qeAopRqT|ShJUY0*sV9Y{-9p3WhoXwukB!rqonV_ z>gAWd^pq625#KRxfxRVm@u+ty8ug>(OOg7NG)3|>^@@LLN;cEkOmE>b7buz~db52s z(}S2ki0LDk#&>pfALO(nfKrTMdIH-_W}7i=Gs0MseVU@VYn1$|_Z8l$CSPiwnQT9m zEoUm~5ee-&?*#6bIzhjjspH?X)Cu~fOr4-#$fT&KXD4u&X9C*);|fRWv0UF#^3lE( zsdE&~mZRj`{)yP-^-keQsqf+La9ZjklJ=585*Y;vz8~88bNb_J0@BnwQXCcY6Q<7(oB+qG*JZDJqoGr<7j-)c=O7dSI$$yC?|Gg#o z4@>f2Ey@1?N&W{(@;^kT0}qm!z*-ps9w7^W$H-D(ovZ|&B&&cU4qb&?6pq6Fv>>hgEg&?0z_Nq6U~R z>VW0qG+>pO3fxz;0uK}q01p@Y<@Ce(CWix06(<1C1h$It=*`0wVLf9j<8sDzjN2Hc zgKSC}hcVVOwlXefT+6tQv5m3bMX6dCTN#%zE@xcJ*v2R;UYv4pXlv6k_0#<7g!8D}%z z$+(SCrjv(K#$k;0jIE5z8P_qE;5T6}rq(iUW0ZbQ%Q%d&p0Sm2IpaEw8DzPQQ3f~_ z<1og0##YAVjO!S;G0IG~XB@`Z%D9|y9pg4enZ=fj!x-xsTN#%#u4CNBD6`p~aTsGg zV=Low#&wL_7-bIIGY(^{XKZC$&bW?o8>0-eJ>xLOdd619<&5hXw=v2P+cOShtY>Ux zT+Xfxo8>8sQmW;KGV;Nf*moctoY-1Gt z*`BeMaV+Cn#x_PVfNdCS8OJiVFfLfxo8>1M?ei)Y>cqi(+mQfr;bO~cE<5g-d2H;4}Ur;5$WS!2K9Aiiy6K>4!^*?#H-|cqTB7L(%4;E68a@{Ibe|J|$GIu( z%)lwYcLHYspY@T4Z~GEHUp59foO9ogOQmzU!O-KNeK>u&np1z^*p&rD`sJ z7dF~+d<(?q)zw3MsuN4M!-MvzEp^?4eRjm;x`nmP{IYLja$Vm``s{*4_jo)V?j!Mi zsFv3hxIw?3p9XBm4geo0&&OMOJwl7{o*v)Q0To6Ue%y)iL$Dx6feFX-2R3UA)&WWd*fO1yy@NIb>v5BeR{0N;E7 zm3R*|km7xy!bx@qgWd{Mc%nTN_&Lh1aPHROz;F4?zkdT2o^FqZ<##}QBP)&t{XI~L zAMhlG?{R@j{3MPC{WB1!gkT<$I5+G>(7RD%DSibid;xPRXbHr3EAlj8u{;AfK#qcZ zA0YZgo(XziAo@j~1$r- zqA%nm(1!!j7xF^TM*$U{n=b-=EKuQ>gHh1O0TrI4F9Cf#P~o?Ljlh%SG)PVcDx8q_ zJJ2J5N}MjI1J966kcyx(aCJsPNRLf++|&ju=-!O{wPED*gcXM-LO#COJWF6eWC z=xdySAn|m5CFn`=D$o}ImAFvO2R#|6aF*URprb&AXZLGCUjkI30cR9Q(Fjy{n!geB zG$8gZ;bZ}vTm)2jzP|xZNORb50G3ARCxOTBj{G35?9FOpl1UW z-Ur+XdM;3jdGapMR{|B@5ZnX$DxeZq%X>l32P&NIcR%QbK!a08HKraJgXPbNh^qoM3 zx4nM>eHT!PyXA|Z?*S_DC;2kydw~kShx!}n`+*8){=EYFL7);3$xWai1}dEX_jk~b z0Ttc|zXAGjpu(?<-U9t3P>HAHJD{HiD!d(j5A?G@?ADT-K|cpnVx9Z|^z%R^UXcF) zy&kB<2DuINi$En_k{^P88K^{?{1~`hehU0teh&OnehK_W{uB6b`89B-{08>l12G2W zzd`>9#2A#{f&LkYF(|(W{R^;IY?OVlDtTR&W1jd)RXa`;s~!0moogJ0z_pHI;PZ}B z;Ce?naD$@)_>!X!))E_Gd6IY)mM4k-!`_+}YpcMQiQ%_y3}KGj}`p+;czo+;f+?_cg>U7T!S2V&P51EEbLKl#1Qjl;n&HR;rAWHyjge;F>e;$PacNf4-xY$@RB1GKvPVCMN=u%;I7R^ zp!>e0U7puH-sHOEMajQR{#|lz%9xZNq&%FmEoE2AzLe*22jQsH+fwJHKAQU9seezs zENw*Eb!pSmewel_ZFgE%+ON|-O-oB3n0{&c4e3Scx2A{E?@oU>y)`{6V`4^g#yuIU zGB#u!%=mV%f?ob!KkU`j>v*qNulIX>-0QPmS7(mO9Ftj;IW@B-b6e)OdZ#qdO0n@D zojVHcrTtsl`yA}UvHF!_6`FR3q|$@^TiRQ~dNb`{)c>vMeIa&?DE}yztKcdC^)dJx zi@$OBE5y3=Hgj=u{0RpL)ZFGc@Sgm=>EIaGaKq&~;0&qDP%UVTnf zpOe(*J?e9@`n*qlE>)i`>T{#|Y*n9I)aN$!xm|s>sn2%x`IP$Hqdq&-=RWnhUws}> zpUhlHl`I7qlz4{#Mc_+OHXM`3Bov4o&@i!WM)lSH3H~N>Clg0?5XPodY zPX+$Q2;cLR2<4tT@P{*rJU>Fb1^62yyp1>~JrCfo0)JzKGn2QXr6GN?B>XvfuW)_} z*6&j)@Ej+67timejA68QqVDN$R?3U``x*Xzj=v)OJ%I4H@%I}cDRo%Vz%&VGrd0^P z&sgL^TF?AmKLf43;9z3Oy&b{AN5?-`vm@|PKAk5q@ubsSR)6#k+R$z zvwMWaJu*kQVbpbHh*yTUv2vs|Bn84VgP~fvvM5+7k1FS3qbkbE@_petzf_;+m%`x@ zEQQr~q@!X9}9pUIZ($ROs2qy};Bb|IlIQr&Z=@{41H}@*XxQZ{N#atg&dGV zzTl*2#E&pr_!wD=L_>CeNX{0Q)3OIdy0wzVO<&awBaZ;etFMGq0 zf>0>PJr&OLgB8kA?j>@a6p|uZFzPi=_WN1I@@g*k%aen1xR*j8FIZbE2O=inmP$%Y zlV?F~U8G*|nGg)tc&lZp5_Q9<@J4KL=H{A%M_Ak=bG0^&x43N@VRgZfP zGu+7`xQeAvn7wckkTgY_;0s6aykXQeWo2_hQXRe4mX(e11th<}-pbMli##mukt2k{ zKm@;B)8Q?yR1oHi$h9N~yoQ2vsBDVMR3{@8IgAkUeXM9wsQy;UL1oy&LheWlix&6D zk-`lXl#A70$;INEd!>b%#cgrsUS)}HabKmYt4iSDYIAI>dxRzYYBe>WptKC4agBwB z#eEHwNuA%PHYG}MttElQJ;LI)ICHNvCm(Sg)wS6VUK4|rq|Jm<@8}5yWqAb?CX^Kw zOq)lIJaksY-n(X-J_;j+7OK>1~3yXzUd4*n+ZRZ)s`4|zdsIU@A{AFdn0F;H~*E}a9jK$82hC)zw zN`T<4tQ1Pn{gDO2u*Fq#DXp(_NJ2fFb4Xq=5TSB9CQ~~zI}1z@OexyKrc!0uy(h~R zvTruzPcpOz=T)QMhQu90g8pc&ga3qJg~SxSO%(ZZxFY1Ma}Ffw6-8^y(Pi2avfgYQ zAmA9NSH4qH3N5LS0sx$ya7iRs=Z%cbsJ+W;L;6|(b0%|F5GB}Ulbn0F7ATc>(Irkh@}SNP$kSD zwpFImY1q8gCRzwh>p+U**&&F^=-|z4JO_W(P;&_JhN@uI1R@SW%-oB|@>p1y&}jKk zl@N(tRJ>$?N-_{_RA4qmWNtp%LOE0RbgFW)2b9XUJ7mLEpkp9w+oOY(^)_nEbQ4JP zmj*F95MV+JdFUh}vfe0#a&1V!x(5|cLKs~tf2ZzMWr2H9u*HjwIKtC>k?K-k#4q!h zHA?RRHZU5kkcGnVv}zb_C3WPe!wpQ4l3+B1_ptI9Mxz9fna~IvMY>P%71+oPpWUoC0r!WvrT1@#mw9SKP(EiW>A_WQ`jwa{&@!Cc02a z!}wsBMVK57M0~ZZzf*=oOh#zGV?x1N-KPXSG{~V_SKk!Ll3<0B8ebjck2j#Uj-Cn! zLLFm7PzRAT9#DplOc2yvGeoeL0J%t-)Z;L3_Ch#gFANvVRM3Z-s(DAiFvQ{7+A!u+ z>%lPERDINOrckIhSqCykFDMp+lh*?CBG!xKIqY4Pf`t*anykJYek!{{Q4r;4up&zo z`V>{cBLW7)hS4y(D|Dkrh*0jT z`I{FEDV(ZuWeNGaq7t}krZUbK@}xQ%?{f+U91d3?3Fy#(5Dj~_Oiv8kSPot^?$`kpN`!G&3gc4kIi}LMx%eUdF4s58T?p8ADOppT=!Ag3W5`g(D)ydj?57(xA{zs*$ zOa=+1LG`61S{`Os{Rv!ks2Up@GD3vO3MoTp4M1WVq*_rpLUA-)t*ALUP!*{b{K`Y` z=7ea-Cj`r92>^OUjZiGhH4N=iNS+h|$C96CIK0x2-5{*zWvZUcD3w|E3OQmB=bMR9 z7e-#J9|Z5RR4WjM)mIWeSy-%g*bBtPo)sX+UVId+G+UA8FML> zqc;yui(-aZbXb-`aj;GSHg6NqGPenNepw0$dDZw~?NXblP+F$$^y{x&`pTpQOUG2F z>Lzg--AbWJfyp6~0CcD7pb?e&O4IcSMj$=7A*qi2&>heAkw50(sEulFNrS3T$k3*O zQ{l;gR#qBQjEFImB`afV8oXjcLWN?5gBzAmooCTWa}QQtqQ*TKY3?u}r)-?;M{`pr z>xDWtXHP>DHl`MoQ9{A(FxAjM8U4^A6(?1Zby|lN&E_f7QjBVzYn`&T2*Xt0Y`wSE z1HycrMjP^AC4u2XU7H}MX1Vh92yN1Hc%i<8af8~W59eJw5Hy_n)KQosjr>cr&psGAAIw34>nDhJ`<56v>COTHXnaY?#i^CwM($qYS4CtQLSPDAzDLfUK1`mp1 znZ{$0tbUjcA`#pGr3AxhTyK1RysNinVSek`WVldLUMCS-Y;JcyQUhL91n`!ci0 zmfA9T$kJNO zhOJG5KbYS%*%Q_}HKm6MD>FlygH28-_~k6HQfUsQd(xboErwA0bf=ouItwar3yJAs z8gPdNHkeUz#t21ef9yr!jlHVyX7ALmvzM{TrUEuOB}@onZp1w508OR;w)yk^yhItE zKo(M@I*c*(m1Sj-Y9B<)Ml(|)KEJ{k={top<&9;{m-tYEkdJI{C5)9vi>AEj%X>lv zBbA380+EvX+VUXLjh55kLdi<$`zjR=LWIc!87m<$)R2Jqpgv0j1NFtjC(Bh)zXaQ^ zE`+H!jH?yO+^kj#qPw`2tr5{}W+frPSV^S3>8en1>o!YRpxRMB6=__nF3jQ($GksBl*Qm|>w*1|=HdUK#2s@@BpvqM(-E8-e{3z#5k@hE2gh6<}WhtS;YNc~bc-*j`LL zDza3DR4a|OT;~v_?3U=LW}cE*#R!S!Zn;;b*-0_f>0=&49l~;FiA<&;wh^F@4&cSX zNa1z>dUrq_Vi8#L5|p{vNgrC^ZKMu9KYA6>!ZMgxp+=LA6@H03pQ;bfIIcc$a8BMyTJRbFilu-Pi9fkkd=E>sId!~&M|5ub@fN_ zS2VWru0vOG^Y*PGN%3UtQlEtxt}rI8sas=xn1G&=HZcIip$MB2Q{KYNt+Iyc>xfai zDYgd`Am+gFqcmKMz-gZoW)<0kt#}JCqJ)W<)+~Z*XQCk;&*Z{hh%HrDX#qyJ${fwa zvGB2&T;lIE6lR_@cJ=!G?41cT#H5LQm^ATZB$d%Hbgglok(`P!>FtJ5Bg@L5h=mBa zB-L>{X8fw~TN?C+LQ*}RG)7n6iFc;QX=PC<5@~hjDkm?Bz^AeWZ=fFQO{5z!k6AAS z>&gmli$bAC*n43BGtG)i;g#*9!%Cp?q))MI@ z{9>U9UqNB+n3W@G&RA1kA}E?;i{OLOP^pw0L{JNYYY|@@DrK$2_fRA^GuKv1rhHRL za>5y7K$~Phv`HSL;i7U;9dO!0{}NU*s-F_=XUc)Ud!DC0C7N21-6MF+%cs ze8e%z!jzL=8Md?&KjAwEuS5u zn*7fl0$EZ!)X}PiebXLhMy(bTbv6lgp|mHVVToA~BfnHZj9@k53@@c#J~6X%<(JCN zNE@um@NF}-)(WN#2-l<&0&1-}hbgf0qZKHyquO?k$swuBUn%t4=0acfzp&6s&6?E% zD;$&#l@8ltbQRNZuercie}Mv%w4GWFm$g$EZwrd_|J%&WHD3xd@!0%o0C&P%)g^P!vJyMrKrKVnX(@E5TkoQp+@dnSVjnb$_;uXNb19e6{hmBBA!SM-EI zlDaP6996znm~rV^{Y|iH{HC=KU&JQ(G76zU%xnmKC3>_GqX)t-HCD2JBfrb%4u8rSTyTQIDs_J;CB>=nTbBKFz;D`KQ_I4a`CRI|87d?D-b%NLhZ4(3Mnxs2pSOXC}XPWr3rqPuTc z&c=44V)zmjcw>?kO<$d5n}`@`X2;s&C|c`t8~2Tvz%}+$BXGpce=?GKA_5YrRb0HM zv-+F+wtA~jzB&u|UyTcAp*Z<|HT|Jv75!IdY5(sQef&PuVsebYnSK9nH+d3;wZWGq zIzQ8RixrXo*@o^HF*y{(D`Q5tX)cOqpM2!H)gEG>mQ=1uB;SES>RmXQm*$l3!1~Kwf{<(7xuNfr31c@%9sZ*=Eb5Sy z9Wz3I>mC{5T-pai)8@)7^eu5zc8M5Em_mj{wHNeOAt#gwByIe_R3HSYg|1ap|8Gc3LFil z`v^nejeLzes%W7`NLP2hoWmtc@+8?_!R1==1DsnK#%bw8)TdQyO6c`!=p{JmQo^p5 zxmej6hLbO6;I|B?US5XUQeqAjl5h&CkbEO@zW}GRUx4SWI1BSu_}z)UJ~QCM|Aeb( z?~b*sbi*U9n(2G8XkV972P6j}`3C%r!pg z)>i3_PLo!4LeWaA@SQ}cnD=*?(&NzWOq6$qK>z-^qj%QTw-%3Sirv5Es!wmM5mLmY zq>N+{K*LM_{^ZO`J1cua(f|Rz9=uLT>VIvDh?BM99t5`+?hH|&fB{G@WJ~ERQscFF zB9J}DC1p3f!6Ijij0SsTAVoTy*Wq3y^?@|sM%?E!;AStx#{i+1=*ez4o!zi7gS|Zu zM;7JPCp8nX7pA6rvil4|)Ir&Ok~5PArDP&aG<|6Qd<14UrrF-ctEP?Ng6cpYyCVPMj}Ze zM4{&i=Ov|OvebQ$$6zg!Ow^m;$;uj>)kj46Us8DKlOZNiS-=rV^q}&dDj+-D2Sq`U zX@4;dg<=UvTJTX)K~xZIcAvAv^z4RD5dtZofNC686R(^jW@I<~%^Ws3yWtg7a3;%{ z$)^u)(N&6~$|PeTrBkI&G{GZ?fX_2fDqdWYo+d31ghb`$Lh_t#p{a<+qax}v#@~MS z``KBxs6_f~;-O3D9R+LnOodoiswfN|AY_Tj05Xf!@O*ZkbOy_ej9%&Bv2h^5nLkmL z1n=au>^{_hSOrr#`d`~yWCiMfEtv0X3dsaH2Ce?rBB0?}zj@Qjf21k36prEchn|{wqaqWnmb$>3_}zN?TsS$PEX08 zX9oTL@DQ;A%u`p{GHsaAdHsrdL+A9^Z2b*c|N6`zRe zLr=x$cGZWTiqD;@4?Pv12Gxh2iqGAu4?Pv1g{lud6`#eb4?Pv1rK%4-f$ogHqQ_9* zsZjcZ2BoEY24`i@KoBW_afk^-z{N2G*TD2th7u-G&sqH&8VN-BpX5v~2$cJxoe+3? zr$fIi%5GQ!9Y_r_tAE4EbRi`R84jX+v(V)vlZ!b90b5XeGqO^lTV^OhSy^H_yn)Ao zpaJsBk?AV@Z^9J?E3q0@Dcmeqxna>+Q_n(M0f%UJS!4+ePR>B3_iuPS2`FHXGt$xR zt<6##*$o>|268hM@Mq@uLk7CD{?}%urwvAH&QhcHO82O5=yl*zB2}s?akYfolt%4EX%wHv zeyo#f$xBBkK!jew|4N2XM(}{{R;`gncvvz}VhHHA!SyzkrC0D|loU7X3K${PO*xZW zK^O|rm~oj}PYuhIELzp971tWYh0X!cdkLwDi)HGwRei3(lhMMHsAm`j!m>k-XQZd9 zr6OWkS+HVw*Cu3~$tBpKKm{Uf?59%iAapJVSw&o}OlWJ!Qp(Eejc!`8PO|$zyy(ZM zg;3{B{oZNjMgV$S_@B;76(FzFwDjbR>?<<>jlod#O#9z(W_m9)t}Cg0Fl0UWgW6Y2 zl5a!#QTbS(s93oy5=(ev8oE!`K?vEk=w6c1A^;{9mJget7=NXtukM1}7OKdafvm|% zy+HqbQgWpkPtTn(^_(kXi!ySaob+D%#_hlL+$ea42%hT&&z%CU8}|f+G-X(nri_YG z$gEFEq8|_az|s^_$TJ0{L^n-8bX7nK-Gh)q_Zy^OI3T3ZQS&K%=%+9JWYNzV^wW=i z`qK~Hh>$XXesF`2ka8CN(9H=cxMV>{8Aw0p&=1{`ka8~l45A;pp#VJxe!f9JBK@3C zKNrx?5c(NPKNr%^Mf5}CSQ-#$#)2m;3kF8xQ2M!?OpQ0_XB9bflF@o0&7q#OWKUWK zx{ezu>@>*~;G2PO588o)>`2jEIc z!w-CFDVSx=G%JMJKcB2F*oil)b|rgH&mn83e|~Q~6_EDN&&Wyg09WS;eUul)pY%8+ ziwoD#aJXJ4*+Qq1jzwb_DE5ZwTXN~NV`0i4-GS-Z_Z_W|oFiw!5qRE7maT%znS)zE(WWl+2fD12zqROHT$qzMqg z8)Vm#aXyb}_cs((e_Cl&r`7VEPN#l~@S&7g_A2e$>Z^;%%W!#`@o0k#DVDez!q~TgrN6ClA8!dJcE;AQ3|X; zLiPzs5&y;`evL+) z+o%gth@cB0r0ZEN1LD6fs=XsQl$7WQ5U&wqd`OqF{)|;AQOXu!SeRq6uoh}bRPQa2 zNk3kc4pySZek`N|T>-NliHB{9QO#a8&ko(QL-TCWJzKsGv8dToXHKb+1wC36c(t%* z)X)OV0iP&<0-1(2I*~P+=Q7=M8OoJpk&+g#Rgc%&7aX93ut(5&vC$B@cvKA07|6g8 z6b}P3qH3Z2^w54(>5Y9D*NuJ76w|45RLAk~hXehh%KT?qGMG1}m~3Rs;M1j)ze`K> zyq*ZJ04t5C8=mLkjRIyD40%#%v=p#Ec;2sQp0IsPc~c5de1#PxMJY&1Z!tv?53s~( zG-hZt=#^MuJwJNHB&GE?UP6tH&t6dz6QF8XdZu;J#$ZIJT!I-8{PfRHzC_5v%V7G+ z9tu|m{yeF0pgq#>!i-B)T|qHKgbt#Y8}NfRjg-iP;xcw@iC$ z#Vp0lUnJ_j6gsvV?;V;OOhLlWYV1;XN;lNZHN6*zWWoDiwJTpTNf z>!graBvs)v$396yIu5~T~MG8xhI};=Za?B&T%epc>KqnUPmwZZSK^CA zB`SwSraZEGK$c?~aSBej!NE4l2|ZQ{bjFh@nW<#?lD*>T5UBVmrqSX1KrYXR7`}^P z<^rh}$r6Iw8@rDl&?s~RxHq0V+HrKx(dUkCc=PU~&mMh_XRIZ2gWVhLN7o+R{br*r zGe_thUH)dn(XGgA?a>|h-SB3EH8Up&9)0*|$D2)vzvInDq$Xz99^Jw366p~v72gda-+1ciR^$c}Z{BSyn}$o=#TD>L0iL-5mPgx2E>yy!8;$DnkN!9pO|mU$Pv8AX5R6w$jX+56KIcbKfdYsZYPGiLEiD!6OG4r9^YeQ zN=Kbk?yJxsrK>_FhrLMK%ChBB;}9}Q;rOl-_nepy7I)&g&?+;Y#0hoglp_4#SWuMHzJLSJgjpQW6SY$3 z5uK1)5H1hSjf$1BU#xIQ>W<_XYJG=Rb1|aI#?v88HGsXPR$Q^@t*tfHvlr*L-DYFL5u8Px`)i|tmsj{- zUJ*Wuhvy=)-&bRe+zm8KqYm1wkM9n*DWV5Ee(NlbxV}O{X|-^UFB1?;!tC}$E6Y5t6BgAZ0bf82M?%pW0N#dWcR)@Ot0h0RKTA!z zBl3m&t57VXl!}0_+0yM1COnmv0jT9wi2}9jQ5!FDlw#NFBMn`7yi8E+ zS_`fzJH!X~d#(KPL{6COS_5YHBab$b2#6@JD=l|?cCB+LvO74tRzloVRA54rmJy2y zk9VAgS#iKP0oU<_Fm&}xH8`WyDlbLXMWIrLZJUgmmh=>5WU28)P{V^fl@j z+u$=E$Jt@rZso!al;d%GK%lBd67BT$AZ0Lb%1BMcbJUHLv1n>xu^1gQI%kclMK12p zo(QNIRp@xRHd=}HYZI?K+`V-$-2J)+HzGZpsMaksGUByy5C`1;I(l)M-n>Uw~8@Epi_ z=%Fyp%>`+&QE`m2V>}a9p7JTI-ERcEW5y7`H;f=&zJT|HZhC#L>QWho=`) z=+(Hg%T&-j$#1Jicf{UITAH(NL~Ozu(kn)!n$FF}D(RV??0k|7m=B2$TGpOq@r_kpmXh^71pBh*iJYs>RfwpNhl&}iH&Ou zlfr@EY)K4r!nVnLcYqd4HMUxD$Kv?P`a_O}X+{08v7-~!pb3L7Po5d5^x1~Zu27qV zl`gA*9idhbsKS-ezL_&|QM7I3>4Y|KXpUTITZ8IG8F~YuYOLi{`l`hE`fZx*4?CeM zuf8@U$yFNOI8ZFGQteJluf!uep{hjf#YJx|owV%t2mMx=xkKlcfW0*C&?yep>lI^A zW0eVaypyVI6&t7Lg{5B=iuQE9P}bEfS31tXslgqMb$;1~ODE72RAHU0Mk=?8w;R}u z#f5L^LoHRxwGak(K1aY*l2w-wTx_bs4K7}~K@dhNw2(8_+`&@PiM0?*QQW~&)VV>Q zwK9T*RzDM(t)Akb2I8P)EJ4LDRoO)1s%N~k9$R> zygFNKy=*tI@#6m70J|x}*tyYSayif)mN9%$p^c8*;Ozi?jZL?+O2)@H>4(~)3I}bl~c=zEQhj$&`5BJ@N zcN%bTcs+uiJ-iLk_9DR2P@O<}c-gD-kOG8WT?}GRTM0e}f_vfl+^h3IbQkiqk?jV^ zhnIoGQ-_}eyH6q~5V93l184|0kMiOeOtQnvnVgE!mdsUUg7z|N0!Pq(y!xSstP!1Xh{Pj`&v*bS+Th8 z$XZr+AeLgUmaU}jNStO&VuIqZl8PX9EhdggTh4KG6RxNd@&BA^%tXz>-UG2RIL9{Y z-VHXZZJD`a(}H|A99p7wkFF?Wu2BrUw#KnWe#?$nLJUK_?DQ*+oha>r9?AuLxIc-XcrY zVgP^ERE_{eNiX*M#W}ExZOaQzAT17IUuV5oiz~3L^t%D-Ef+IPT2pZldZRRq^gFNf zIs|f5nZW3sGiT1_qCXg{5o;Zk7f<7aL|our69ft)7l%cvb1R?jV5H6p+60kAnRZjp zWUrM{y;vyXGI*kFCFrge3yF_ekck)#l*@jfJe#hV(ukNbNHa7Eg3w!}(a_MO_s_T~$F8s&J*Ct}*%5IC-}O!`o-o}?+zD)x#);#+h1Qte;H*&0Lm|g`r`y=!P@6Dm zLY}vjt4zbFz!JdWVuIMj!jf@QimW{Gs7}aIQivs!OD5c6P3MlP`~rJzxx;3fA%z(u zK|k%cPsp}ov!p6IU`$N8==arD!$v^x=gPqVHej zKr>;oWR6XD^LS2xM0BwlB@c;VB-9yK{5v-){uXxKky=`f9#^N-`GncI)a0bdq$w>4 zP>CilBO))uYVIicTM9Yjx#V%MK3FsTaG09lJWj@{9X>mvFwl8SDOIb@jC$%>QzDZB~&$T z!L>==9dx7pFkubSFhVPsD5l0svuxSM!PJ;wz$P45JeA;ME~_*hm1{xGT((_$mNm8$ zeo8~qEPE|=10AgQW81*N-PoC;>x=P00Jy^5rZ}7m!gaLK37OduWe?*xF@dUt4U{zk zv{o(6wMmgDb%Gde4vvO`Y}KFERcZ3tNUx;E2ZDw|f&MV;qp|1Wj>UZYrX6?qp#$XA zWkg=WTL4U(_X{*yT-0$usBc%XYa3TEV!w*LgwAN3)w8|(#_cMqmgj}&4wVvZMAz%i zzIVUUx_Q4+vhR22c%=)GohNl9eUWt zkK4x`K1*;1VEm2zu&xs9Qg4EZV5ze>z$=w7EV9LQ`)+A`6rW#OQ#c~-rf78}TI;hd z{iA zeZ!`I8pWHeBXU4|-id{jg?M7Y@lDozoB)LAOW$7n)}wFjczdxmem5{W-ilAQy7}@A zdN%9~BqYSAY{z#YTV5s(43iqd$7}4PH;ArhAHCrd!?$*vSorp0(T#*VqK>aSG5@U{ zsDcF=N;tFbxH_>wO^7Pjk{SW#`;v5$Z4l-Pu8Glz!!)HMwyEFemR0I`-TmLT;5zajqwHIbZg;guvT9ka|9DBgiT%Ys7?w=Ng?^FeLd{P zihTHR$l9XZK{K8vfYtuTh?Rstz%7V~*c58CA(+p_yoJHwga^-pOEyjyr(R=ko5OGi z6l&ed!$if;$OZGV^5F=(p6nLJkfegPrYL(;Y~TELqs~f#SUE6B3dTN`WdZ^0Otp#C z6lN@1LBtRghn%H~^aQ4zxJF9mJ-VHXjG0(?vj!TOGlv4$bRH&vhNa>ZuZwxJFld0Pgv}9em0jh=Yu}yw{Gpz87hd~Gs-kmk7&9gYshUCpl8!pmx+$zGYMdrE1z`uY zZPJ)`K84ur<%Hz1lI-(ie;zL=N2bY=$pgFAlJba7T@S?*K-OPIjqY73~k~T56Wfjri+Js+IWR1r5*p?PVwr1W<3yN)-Pvs@) zwIh?qoTSb%KQ=lGU*SY_%SxX}WrA;1nIw)|Vp|(HpU%oWwxxrWb3<&)bBy&KZDnJX zglb08jf@N`VUHp=6hjddWQP}&>|v6Nu5sPdu4591oL4$jrF&yzgdxHP8+hDX97lpu z<;1f_z}SEiURF(b)=ahRZ2hTg`%p|aU7S6bLF?h^7ymIcXk)Pzpu&0dT7~ruz2|X; z`sbWL!wDFe-wl3&>9fvV7)R(eH6e&q1*?K^hh|>9Lou-Enc!U7vE|1eJodOP-#EJb zSnIJ($JSYybOq$GrNFq*;D!i!~c3O?_<3vBwa1&9P?`f zZ*MoCjeDUCex_0&RkE zZ!xi!Rk0QeCCJxA$=HYzo-#`KWAT5}c?7zsN|as2*zj&?8BP$N6b_ctVF`NjiNUJq z!3BXJmTAnM70k~|YhIaf;sX8=UiX?p2fmIrA z*v4wGelQXS8CX58kn3zSxb7gvPAvPfm^)gPGYoXG!>!@nh|+`?=Dhe0SSMFtKG7v% zyO$QvJ6mhC=_W{|5G!3csnjY|S7krZVSl-!wl1ieD+TJTw4LBPTFML_9R#F*LtkstQT9_zY2D zQqPQs@cb;Yac@8qI$K4Y9f3xq6PzHcUKUF3?TRRwiSSx7wyK0TgLf{nPh-Y0l*V%^^Au0LKJFRT9o5tm)hnsGn_R*bVdMl;Z5p zwR7usJ=*$+ zs&h%$&yIL-N0PB1R>s^^)r8JxvDQ!}8q@2F5fb7NNOHF2CU>xPKGC_>R%Uk%*7<}C zovkG@f-PZdvp`GEGkzVqyScpE%UHLgC@xQ6^J>c|n5?;N<-n6_#6speg$njbmUyw#fA38|-=m!E1{ zf2w)^spiI0&Bpbw_cpJ7zxi1!jc&mE?xH2{-5>XB`J1p~3EiyISmnJ(HoUiL+xuId z;AL^f!90ozF23HW0^hZR`_m1#c3RPn)y)F_07 zVXlI2l4i#P{b)KT_9jXH+{zjB+&r}A;0AcitiX~K!*Q%pclZ^}ikhZ(MoWQNQN0W2 zouoS$CrSa7%viUWreQv+pbYrLA*KnAR!%lQbh6o|VB#S3Wb=xX&5xgKUUjm0-O1)< zC!05%Y+lRWAGONTRcoJYehitOY<}=3Po8XE!(Jb=5^%()mXM`cd9wM@lg*DXP9DI! zm4p*aS^VWJAvi}7kkD5AZj>_P0%F+02%sqIPc{=T*8DkQ$I2KcJ6jD*gpdS;fO3E@ zaKuP)OmIw^Rt1>UmE2JkN^(fTwjG2gc3KsPM?+-Q3u;QaS{=&e4t8EgloGV8LU9K< zlLSNyP(l)@ArwyQn2Z2V_z0C)`}SCSOKjH?_S zoLS@zv33-?gZ-l1cyEfe@3HdE(>ozL*1ntZi(gf6*3|C6Wd%p3El6)GvO8>vaY7gh z0nC5^es|~s*rmhHh~b1kTKw?oj*m8O`*7D9Yk}f`_oKG958G{~rYlr`yZq79n;Jga zqji=YPeYo=}jvr#Gb^qx#4OS`| zB5~NS<80<{m#_M8_mig|)<`*<2B+^`^->1OEAGWPJz0$U;!X126 z#jCe{wD~D($=rd53OoJyexrEcv0STq1KRuvPYx8?Et5Dnqva;L$VIa4`gFzGXnY22 zEv6%|ily20b1M%W@JZT2IuKBzE}NP>r?P462>htbqNv?y=!C=)&@De`8xD2@#r$Z{ z;ZqWhya~QYHMT%Ick?(|BodwNJG4uzk^K7BQfCbE^4a$}yCIOL!e@Kpp|v>11gmJa zYH`P4DLW$EB0qQhjh7t1F7qe6LStTZwog&SLEbpJknnTdNGZ*sBSZBOQ*CEUVo+30 z5XH)jZKm7_V5TEPH~Vbs8r>i*T7^q2am;`f%No|A*l>th*(&F~+7mjrM&`=pQ3wcM zsOr19Iebi=Z^`F49+XxltHjySS}|T~cc5XbfqgRC9cXlPk|qzMT1$8&K1EN@?Ugv- z;%d#fj86B69Biz>MNQU9`4_1=pIm$JAzW9XW3!mR7H(N#}69Jv zmQGR-8!>35AhPzlrQj2E>gqxDJ-m08^S(7H4?V&>G3$M&Bh5|F4GZPglj^W6s;2D z1e`h#oTpgj$LTz{GC_@oeq5*dFWE&{8myASIHIg)_A?S`NsNe380=lEUf6Q}jk zbgetGq-)oaCHQ?xqs?I%$K>f+iWJSba*$o~XDx#(_PZWJR`bv^Awv@z8`S&%^y9EO z6OL^IY&U~WTi0GN0lnY#jFkmu zQ4p6g#aY%0;M;#~U-!QbKpb?nlC}vOM$UiC)i`wtue!!s=fzrEVw?5vVYw!Wqpf1C zTVk!x#abVWZN4|wx;(bowyx%iDwf=?lO6lvSnHx#>&95?fmrL_SZiCXwUxcwuB33% zVX@YSS>%q`<_4vVynjPI#ag$=Ha9Y=pxwkW0eR!#hh?@r*1AWeH$Ad#u-grAW38(o zToP0(O0BCz@+UFwW}!{U1u^1(!i5W3XW@EOPQYNxl0Y|ud5}X{wxPIMB(4EXhAgXq z)hxRWROB9LO-oYnypClG0j{)44x4!03Q-aqd zPD9K?k5%~Q1P?uSZ~?~(8U-8EnFb?XoWfaS{G_WG!#YgoN@6*Nd2%>tKZdxQ)-YXS zj7qZ(&co@?dTYR5c#DrQ=H(*9r_~k7P)J?SpXirf(ePYr-SEcaG>9vi z%T_h`2o9-jRqKxBX%V@y-c}-aDBmPQ3UueNE;e{QX7(9NWc3K+ea3u@xKDTuuE54- zoQ^>|=|ImuPo@K2eC!BSz^gK7U=3lIZEy@yqFNM_Yg?J|j$k_I(OAN`7wYn>cIlR9d^Bh&X*X>M6ClyFC105XFt5GT>9)Xdt$lkr#;(;(XBB5vnzOd4!9<}8$s6ifhuvzQYtQF_pIJ^;3gf`&0w*@-<#MqwlP;`A^jD&X= zgTe)&gxB$DiA#r1*GkMdVR~!-k!BGKHn>O65Vnr3mM~vSJ;iA*>Z-<5NA9I1F)aQx zV9DZsBT4J3nU$_v!%~*U4E!y%Nz<`YV_bD$E^jv`t`a&MOP{N>^6xNTd1NtP=Q?8C zlVzmAW)W$g)WG~&%KJB8ZL)E1vFhrWF(I+1HdD;CB-n#_ zjXdH~dMwwQ*k5h9{@)*trYkLU)@$$j@jWp=A47GV0 zn}OT3LLs*Q=uDIvrh!%83*sQzVUbu7hk@Lrxl-kPCu;9ZTM8$Ml;lNKr_W5 zm|DByg|hWa<4u*6hbbbR#=*rVC!La`FP0fwYUnH2KlKF63fM0&kW8ChR>SLQm^M$r z;OX(Us-=#0PPg`ASBF7pW;+HObULh+=`?n8G6bo3Fk?)+#%RkFE$u(%6i6aDfW>yl zlG|J8rN+AMf`y|j_`)QQ7htyh4JqOqhb3~T+_}9%Pz|t7zu^9=)nwi&X1i6+ZVecj zcVjWqjySz3bp6YBRy~0lG#Y?$Td293Rx)gxmO)@m0`FQ=H#f|G*G?;2C;H`|zvj60 z>I?Rl-JHUv1A-sm)@?s%syI z`G$en4&U}@D4Zi#IxiZPu+fe-;&8RYY-f?UX>I%70KGw~b{*yf{Wh7nqpGBHgQh$a z)51laEslmzB=Ic++qcJdEQoDykL_rT(fblu;d)`nYx_?4vR@vXwK3L8RtS46F}A&x1wnQTne6b(qEVsYxx~t?Qj31m+qw-&^$J=#-4S}R$tx0&nSCSa7*lr0iM=I}y7 zaKfcP03uRWuH0KRt6YtQB4)?}vY8&d*U8FkEsk_+T z##qOOSciS;FkY*s1S?`4n_?Yz$2y*hb=W>hb?sJIe#>Kf?NffvZMox~SVspkiFGu^ zI-ZPmEQob1k9F*1`NO#mlwuw2@HaLId!oG!v5u`QDTtu}NU=WF@lb5sMn--V3I{{W@OWIBhs_A-gu_4ip>0K}9_l zb0KNyrA*bsQj_=z6*_EOC|Np{ZrU_q5tR?p5b91=(LFuKofQi(d77d3Nv%GNE!b_= z(X1ERw#VAqVr|dG+IGZt+Otk*0;5nf-*!Bow#@di%yF-%h`nk51v7Pg&v{Y1-d0VV) zEt46z2S@e-Xl+9FV@rjGe0?@O*4DyEQUPL&IV}>0w|TQ(TL;OC@+XPK+IBPf?{N@2 zPw%u}DMnJ?z-ZX2s~hCD&C>-yJg)`k8uk*iIAd)KMJ7K5a2>2T;0DEMVZV^Zy&6pu zo)hkpE|zB*ZBQKG>Q8v6QybLo0pkU7#qh&lqf#h6OBr~^kNS5@Qkx!^cnUOz4C!u;UR*1W6EB7xtZOvfm|Y&M(!Q|<`MTiEPSm-Z zfS{}lyWt(tMcm~z8x7B2ZB6J7_}LD(vb)<@w@D@Wg^-F`bR&Kfz8PRD=1?r6i=%?a z%AK2PeTP=tqPvZW#z-|ZpRQxYTbm$eJ0A`O4WLpYYxdw(@=T*u7ON z;%hu>sW^U0qoEq-@p@_J{!mTlCT+)%Gk)TnCGLhHetbEO6!A+3S0CJI<;@*Olf=0a zw)ogeoH`C zFL=#g0KWbx=C}7dY%*}vkgsh=#?LZ3&%D0kNP_{f__7%vWMi`U8T^NR5!TvpQkv|8 z#Qh3WNQDpC4Fq4?j=oHB)9E*@EAiS;-n#lDm^$y(c=Wf1^x4O6hb>x;Afv1>hcLSYxw zkw<{hM(jP?*OPVudHgGPUmbb)$bHrd>84FscVE#ytEZ0O9xsb5+}lRi4oJZ&Y}#9B z+{{K4)yW&2z@Ff~D_pR?@c2#}J8?RL69S}{No+RZ9SlC8#r+{uDaiR0z76!X%Imb8QmU;+KS2~p2iMvlU9^ZM~q;pgs;^O!wn;f*p5UO+< zDpCQC?>M1N^f>nkylPNEn@-Go+cqk8vv7D?QBC|H%cCl0)Iz#^3` z$6IZMc1Qj3ZH6R9bk9u`-CYm%K+RL%OB;CSSrO+7?5@YilCT;&T{t!d#13@92GEg# z!wks$!KMTY#vB`gYU5BNPu#}Qx&m0+ zLs?gx7FEB{hO^NULSFvKXLg8w-^phd*ghz5(!QmgPX?+*e4`MkvXbvcd5-p--1nSm zD4JItf6Lrd99BpmbUatSlt`g~Q;BVDBE(rumUeCf!_`s95-jWObNtC??!{zIIZ4-A z5;xU3z8cpRiII3zS!j(5ZFgvvR(Ec*)tkHK9AB*uo(+hcTRkkVC{f+{e#7E-uri}d z=iR+~EFMc2zxRmkB-}W_{Tz2F;J$?S9<^P&;HWEcH^RG5F16N~6IkE9=kwfl(752; zjmF(;?=~)Yf4lJmad^DDeWjHFt}^p*a1&rFhJCele&0-dhRNk>nEU$8_J((!edwKz zC*ONmTZ(eV@4Kt^(R~z#s#&xNmnv9ucY~}#;@y@_zuDJrBcys;Iw^OQe$cf3oxQd> z0(Y3c`|LxUXERDmr+sdezSFVMj?xvjdG7z;ptSW#WA!G4(gmFl8hNk9&45gTW3DqW47cS4@O%fl=Eeirwi z7lMYhD9%Lx&-Z_U1d>=~4itn2GqXtoVKK+SpW=DbBox72h~F`Ir+?3;{Qe&TqfR-{Kjrxy#UT($9kq&QK8rO~kc1HE_yoTo zgJwXODFj)Bp)6G?LM8Zy5iSW4#0$cu{A){DmP|R7z(0hLfKcT?sgA|TLAjOxt`y2i z2Ew4ECZx>+y;}SyBXtD1psj*d5N}~&m{6zYN<4)SON0;c8%F#PT#CPll-2MNg|X}z z5^5MXB1=tNMUkosF)l}(C`(<5w{oE#zj^Sfz+WxgM3v%{ARigNV?ZG&%z+QdfYJoj zyeM~T%3+`&Y1AW#8$|jrV$!>jcj8<|+z9dw;f>r%4TOc^kU^>Nbxk%@;s7`;!jt4g z|ExKS!UWK&WW0}MJScJ!S*j|e7KCes4AA5?oexT3l#uGJ4r%pzHOr9jYD_m3=}7*1 z{9JIHqy14neUJ|!DZ=6gz>nX+y_x=SaP7x`0=T#c=_Vje6-z1TM2pN8t;|Nea?5)eH=lOWtU;w#Dh|1$lGB`|If81Q(6oTfq7rS-aW z{YJ4AS<^J=Qg~hDNlMD?ozp8V^|GvF&(~9hoC#@}m!&18BsE>*NlIBWD(8lr zuNi#K$mx}wB&IWzh6v9kLvUoog7?S;Qzf9Gr8dgW%zEjGg2uDQN>dQ%Z8r z${CObN9KS&`MAV2PYy-I!azmtIp7N3y$AH0GiT25N(5CPXm~}iHa9ot3JOXdaEX?p zWSn<|=naRX_yk%k%op>5m9kjkt76x><#}_?`&!=-IXSr_b930g>2T)e;D4<7+wXm} z`qmYHZQ6TL(Y(H!GVVCM_@+UaH~QU7`Mgi=s2Mn_<&weuR{nO#WhV#y<&oPbuD|W| z%YHa>;G5I;ocZ=iqj&%M z$@~AUJiDX3v3YY=)n|i}b9+tgea-KF^^6AqOIqKQ zbO;jpan3g&>A^!%2IidIaOU)bd+)e3bNz-7Z%cmu);|yXqa4lpZq8tekd<64S0mI0inrluz+ z=ggr<-$<#;3FKV0X5^aO`Bzj&B6ZhaaYaSQKhlJ*E5g;%h+&cfrC}A}VO6=q5y_tH z%7l_lpp3^rwNoFUrgQSX}tWXvMhyy5Pj! z-~FU-o#)eGX)E79Jo(}Mzq$Y1Kg_)Byh(2?zU79Zyl<9``b*JGOKv;#{ddmTxB7R- z{+Rv#s!I#zMh2!Woc-zc3s?N=bf4rk`^6`Jan47*etqpXi{4E6dB>gqv#O-IBKz>N zs?G~voZm6%o0s~JefzVEd>aS-U4HzPiM`jnK62aLB}w1fa=@Z2QGN7 zlQwr=`1?@@pFQWNga3H#|BToc_;6J2z7f)p!^JD7|M)w5c2}RifAqNbKi;_dTW{Zd zYU^LeePiUI=HjQLi<%ewR6+;Q%>J@@sx zF?oLGy;JV=%y{U>=RhOo59erkIv?OnLaCvctMPxa$LHm3zjW{&t z0^kf9@myYmMrAlT7>tOD5+n^cVuY&opaicqIKL9b+?}rc?DbuPew5XJN7bD4*L&v{ zp7UzgUkg_3y#DR{Km6$3*2mu-aqPAaXFr}g{OSAu@?hTc8~(iLjcd+1wr9)7tLASw ze&M#P`b)0=;Ri>mUVq`Q-@N$6*Y6mz?41XOJiK&H)1TMgJ!EEf>B!>9&Py(OW~lEc zKbibLXI9;_sNjuZYuA6U@N#ka_CYr-$oN&CKm2;)tpg8iIoQ6vE_de0+eU4xTetP_ zk3P8bXAiD@_glGxUj6WYGT)i@%uTyLh`e{%Km0%YVdT22`!4s983Z|1Su{2(x_55Q?K#)4xpvLf^RMKjLVk-9<>U7`fLw9|0!I86Gy8O-yzd5^g@b?D|yZ-A3f1e{A`(f`} z|K9oSGY;;!_wT>I^jG4PYuZl!@yLVGGj4t=u;ISxzy86{#-e^Lzx&Q@_f=#K82{w4 zvi$l_u0AvEo;N$ly`&^hY zdPMux_YC#?F%@+SRuB=m&j&`Nt&j@QU1uZ)bdc z;I78UCcW@bzqG%lH~!_`xBlEz_^0x~+LFIyFB>>-_=698Snbar(LQtSZw9ukti1X6 zIZbJ^pf@M0Ix{(GrRVy8es^chn@2xR-0R%H1X)tTor%L6)dAV-c-XXbf_ z<&xEydnIW|-D)&CbHN_O9^5nN{l#NUOJh^7ri9qgfljcjn&w4m_PkA zYssenDk}SR>z-k^c%+3=Xkhi;jyr$%-fynFB6m(>&NrU9I%&!8FFy6Bl^;*Ytz2^I zqraT9p!J8Zo?hJN>hI0{@!XEvUwk=j_?Uh#EqOoX*0=YEBY!D6{*Ns;{&)M~x-rck zymjN+TdqHGR#>vsgf%nX{zwYX;Uu6!WHbdgwaqY5BW6ZWYD0=9A(N>L|mHGjIik)FDTKJ zAWiuwlcFLfAc^}5{L+-B4(@-AUwh^7w7ho&?6L?uxq-Y5?$TL>kfU!}Y>l}S^k z6o+E)$xw3B)FeHXvJTJbtyNL-S*D@FSwi+@10HQ(k^bBBezoqvw7!>Bd46tC%hL3T zL-!Ppc>JbI>%ZPS{?qdo{rIPM<=jO8_(sa?oJbD(p*2^|AEEa|-SsA<5ZFM#ma@A( zOiMY3BLam1oJS#R_Bg+DxZ|cfK*}^4#BE|Fv^&``XVppSyqh+1Ck=pYq@R&h#7q`d?{Di?8|1V>=%o z`on*SEz_R--qS1FZoTM3-?a0;f8`b5xUH>u**U2-S1s+g=8i{R{Ns0i^XvZJjn9^! z`1s;)Upx4c;PsPxeSEsE{PptjZL#pi2cLiazTD$ioT~lWfVAJelf385t)JYVx9PUW z&;R9_KRxUF4|?DF^BIjtRz&(UweCw0ib_V+(0Kb-vJheGB@-?{jiedk(4 z_HVS%bFR+C1c%7Ww;4!&dzHr#~6Jd_zO{#=6&@m|8kx^TF4=Y4^W8 z@^2Fh9+=U%`nQ*_`t0mme)Yuep=bT%(Y;U2Dg4EvgPCvb_}LF?e*0wGZMh%4di{-k z#!P(Z^u2Sh&Pd+c=gNN!ENuG6i!bJmYq;~gb!R-7Rs8Y`3qHE~JI8Z6|GDu`e_i+U zV0g$swoOf4`tgYK&tCLG-NHYoK62Ok7xRAUdH-AA{{QxNqvPVY_WN#6^*HiQZu6%- zJlZoa9E%llYJAw7*Hmn;<}ET|U1S>9k=}im&atgq+mi3mGTYx_=SQDU>u3D_cFrL- z=G%&o`s?3xDt*e9NZoj_cmtcE{niM^3X!qmU)EQ>f{ zbx{?tE-FKJqGqItk=}#z(dwnyZW~ zK>iW~E0_l0xPczDJir(>C@#*?O)eKD1=yY3uA#ErLUvoU=K7%XK`#y6 zSBJ$^U*+X?-2DDcseFmWr%f@5i{?x{9Pp%Rr}D*JR&7OVEh^TO#)^xZ6uGxf3A^}u zw^>X18I`493YN$Iv+dd!jWgJw$27$XH1?RChlQ^T$KZd;(^V7h6TCbJ93lb z9&_h>mJxbUZyoul+bB=OHND1#!^h#*tX^cg zTe!96nrGO)2<}NehTF3CZREXkdA_ilaL&x>AuTJPnAhj=MCdI#cbw5NF~=j?cUdm; z&y4bc)W-ia)d)6+0WSuCLB@!*s$?;J2h{x=w z_X;-gzFzt{wB5JaNa92N^wd?tE7s|qb-QG6TCY>P=SX+^Q6baqb1gQUXV(|b@;kfk z)C6M=XM2XXCh@MeZ+i>3o>PA-o}4jjmvu@1_uVHKT^3sSM%2#X;Hw~;Nhw~_f1TT@ z-MFxciQk}!3D~xV&K7a988$Kg0agz`K*^_!9_rWUy4m<oRxERs-n*PR^`Od(4PURvvGdrMKgl|o zJTXLXSGyg@qo+p=Kb5fEjP7aC5ZyiVySvi!hH0*R-~Tvj*F3uFz$|xC?X1^jZkx&y zyLpP+nwJ0csi|1?t311Lhg&o2a={-{8if4CZfX6vpT>O)_I3S$s&mN7mk5iR0WG_w0ynXyz^v*>Ko-&saDl#>gxSheAsd<%ZlK6`)$j*A1?ov$nUm))+4w*^R;&CzWC$Q?r+-f@o9&ia%!dj ztg`>U^6_W(pLqPLRsPxiC#>u*uU^%E>Z<msnOJ3%7*CW~bYZ zw}=1`A7TIzmlBw1I}z`)Ds(xaJ&BtL@(w#vVP?TL+>6pB+lT-_^aTh34%Zm%w1>RA zaN5atIq0W@4zYE?KQe>x#F6djbdSLLB3Y|zu5H2mtR~A!+QXzyxapxiSRIgKu^L)V zZi+oj2LB2qv2S_S9;TGjyst(qw`X~_4ED1s8xXbz#FTlZ3K%UDbk@P2y#EKYOEEs*731>a03YTRFbL%Uff%zY)m! zFHdOlt_6_qbOC*|j?S%I2Y-v5-@*1j2B<5NOLj)Q>j^e@Hb=cqhy&u|Konlv(%u=_ zn(~keKMln5f#8msT;+)RHz1tpZ9+-d)?wDviiPr}o|`QQlfQ`f2~hR=pQP}7#J>?P z3@B6dnwu@R&=x5pmb1K@6kUeZ)I1q_ZbpdX{R8D`i0u3V+wVb=^My!xK|o^rlYrXr zAW~!dFh&Kvw`zR#F=daLeC0PlJmZOH94q48f>_qGxM|d=9BR}8EY{irn-wp@QD-z< z03a3z2myc?3=jeUu~UE$0EnFfgaAP7M#L_Ng@E1d%|RZRnB4%I||M zRPF}T8UzY8)agOLt{w59cagGRz%2l6RrQ7j4QbmSq14+wkYe=qX@H`)&j1)90n-Lk za3LHjaoJX>4AsfGM#i{0Awg9qF^Tsa!*g#f-p>Z{eva{ypvr^xA8B1}cs^g_`9i?+ zMe>lK%99Wt^lFm7`)WL23V6Ou9uib}(BL7Svf=qkjpzP==d0u)0Sjg=T^5W0u*EO}w`)&&RwR@mMNFr$Lq zomI&H9>s|M94iMG&1vIg12{>P)(j&HflosD=I~=_FDukoXt`MdvxGToj%k!jtbP zKM67ArY2PG$AMtwrU1xWRh6UluS?Q;60l6`k3ekd@Q(pXI-dYALV{{pb_>r+!-J>- zo~HtypOA+HRi25$bF$%iT6iW=A3qIvenuV=RC!XugCL6ZbHXES`7Z*V=gC8YDo>B_oN9PpsPSwGcwQtA393Akgy%HF^HPoH<$&jxYZ**jwl(rT|IHWu}oFf>fK(SaA$&c^2Z z^|tut+rzNmh<{-dn)tx;!LaAzuxB+rHNp$RVHeSJus!@i$aDPHnJ;JLL-1t3tVsVi z#2NUvfLXI!jQ@A=D>YId_-}w9AB!d<{$Bva{oj!C zFm?UE0@c-=o0Dwz-z4aUd0p>sz3aVFBvL>=2XNv0TUwLN`6#@oSc&JO zn)}Id{|!dc9ru4nw>7GOu*QUQ@osOw{q~kbEbqn)YgTgD6|KwS{nadX#gZ`}lQp-n z1AtcnEcyg>sj$SG+679tl2L<8`ELcu%~cF8zpRd7-eA~kvVI}dmL8hdUlmk`uL%X~ zUzxi!fIkpu7Y>5qjP5)tqseGijiY=z3b%Ydex#C`SZFI7J`0>(xKUrtZHMVyd#5m<& zGww8IC#a=t0_@7akg*ZgUiMxW)4kmGS;g}$WmJr_D*tBALC!EtVOjM^N^VrtF4WUy zh#&oF(kV2do4+0@W83&2@Z}dc{y&l2%75VjZYvybGt!iwY?t@9jmF&#kkBW3cD#=S z?V)Y0hun5X5lH~$?cHokQ8Jy{p$9r)1yvW zovG?%mZ;m=v~?oW70oU)&E-`{fX&HL!z} zD}mx@z<8;rz5zRpvS3=%S;ufONK~OYvY>hB|?g1MXG0Xr-+Z8dvl$))ROpqv$#j zb_(1t;z88nC$7|sAKSZ|kw~QWR`>Ia`)wKy2y-3?a;5 zPu0nq_zxa-#ZI<(w}+*mi>)igs}MLd3#DHTz!V_Ch5~H0 zldaz7|5a2~JS(3Xcg1c(Tbyk=iS6IvP1DW|`k=d-rac)}HpS0M0m5cXkZ@Y0lJ374E}2R|gDt8Wd*+YYrk$lzxd~K}#NirzPsMm+Tqn ziuxY}kOzXDc517gYf81o3R!2}tC-8pD5Phudj-H&_ag|F$~JrTp{IY$?V+6yV}LKpc|LJGettw0|Q+v_-o` zN-Td?)V~Dc;@)?G_Rx0a^84B4k)TV`jHHKT(M@`$s0>Zly;h%}Yijvni0872Vi#t_ z`@5o1D4{*DoOQphXWdw1Wr(WcgQN@$=)`KHf^pqHkiYyv1~AEvBDTWLGHR*BP#|4y zJn2@Zqy0}^ITM=jUq$BZ@^^z=C0$w9l>DHXVmgCn>e_niMhV9uaB=5Wj1Jp7t*xp3 z&=qR?m3_|+v_H!_7s@>gE(R64{tuXV8WV;NSgpi94PgFp-4tUMYdY*n#tAxXzXD1~ zxcPPNy4UNqb1k)#KoVxGXNVU=R@eQep5~*Z!2ljK4DsSrJ_ZFj*dYe&Sg)RGm*b8Z zWt7hZ6!qH?;7#BU*Ih&7jb`hsNZ)q#>7zL(9RFn~zooNDXYISYHN;~m-nlZRH-WS4 zawUjS*J+h_!;T!{aLHDqbo>`b%M1{dIe(PQXGhB<@o1UZ6GXF4W{LL&6fH+%j`uM@ z*<&S#RDgmQtwSlb8rcG9DWOntf#RwdR0b^N40>9Rpl!#3z-x?SEU5{&hfZgkQe z|H(0B2G|CjK<2F>nWSr!`72=a%N(Ds-+?l3&3Q3D37`!%pVO&Ak6m_}gS5p%1*FrX z!V}@SQ5H7cK^y;-wL@CR{IqKft*seV{q>HoKdA0mlg&;fBENbvOo^Bc2h%z(jHBYt zL(W!KQxpyk8_x^O*}_Kl0=U2Wj@-{QB!ZYwBIZEM-fo~4$FBv46Y+~`B5L8x0~2w_ zJ97UtoQVBgX~n!QsO1dD55l_PJ=*&WOgOc*DUZ6fAQ~jf`w0wEDK+7>l%bep{ou=R z(F~&h;u66k3=D%AzI0nlK3+x4kbVo3i{<`BsPUn(T}$qSsEq7dWBKJe@y#Eo6VAfk zI_J&z)=f-96XE%2f36Ht93raqDlyYp$WZaREs1CzJ%>!;tG2eYwdx+3>PQ>%P&>Jx*g#3-v795i8Kl~8j&R#o%2Ma?xMt*P1Z#R}ORhGi8^ z(-p{C`|f0gZ8At=fMXJa7BLVTjgLxV%?86s6dPp{!?H#v@%VQqE3isQ!ct>=>=u|l z@6*t#m}&tE{QYQ&7~H!tQf+a(n|wG55&JWciI}vuUEr6J1Fzo%AJ;Q z4_Fe$w%D6usQ{SjQkbC9elO#Y#h}78+i|_mBC&`)qjxM{4P#`Gg&9oFQ%TY`a9JBFUS8eR4Y^Vh%7A>X4~bz2HDck4NFn; zBk~(+;Zxj^=DKbV@|Kf!;v%#Yt0#gO$%^WtO*SQK$z#%R(ydD~??i(o8aG>%m9_Pk zA(HG>W<>^Ti(Heb?(N-#KrH`bE-R}nm=a+fnLB_@VJbmiW3R=eBI4bIK}9}=C01hl zxl3BP8K@BkW>)}DVd>=}6YDseh?celix*a&`L>5|RT4V3_YEW#BL^)0^H{^}XaFKO zo`4aUwI?{5;jTCE?QnyKVI@xd?X{SEMZ6}Yp%719`F(VnEx8pTY-am`?bW+A^e=oGY7VZ0WSK25&69Yzc@&67}L13o#{wM zHq1rNf`|=Ah_=}~g0xA}HgA|0qRqq`(pjIxWwz6^BGTNmqCL{H!pk6&u&-uo7|Jb* zokGo#t4>W|C59z7bcTDzb~k*Se_!2o#ex;~@GVTfhP6af^CsEDxiGO0Ovu^H!AiQPA1(5eAp;LQ3j# z+!aY8`gAn`^Y>Blij_FJnv;>#JQIOtKG~c~M#hOL*(_1zGUP&UuPPBO30&nIUz^ED zNS#-mstF!S525LnDsN;`b*?{6%vx!p%Y`voh@x4bj)Uk)nz}KXU8U)FkYA$a$9b0N zVHOb&+;Dw%Cuj(^T31F)e84i4UXC3~JK{!%q--(NiA7_}TcYm#-$vazDATmqAND9L z*m2VKux|+4dlWJf?jCJGvr)LhxSam+Auhmojq+o;+A3XwAKTl)q}twd>O2c4e>+ve5m>+iSO*ML%P+v1{-j)rgGbGtvJmtZ>=g_b{yEChLw(nJ+3n2SZ1s1qtapnws$imrW2)CuuL(E zqQ_8N0}7ZI+I$x&ONoV)?jt=n9%kK%#W@B9qP!=;4$<#qjI7fib}Vb4YF`a?k;~*X2D$+p z_~`}@!}{@*w!=@Ib+tq@`z)miL}6fFbP=s08raxfuX|-Cro-9jln-yksBr_9 zFxJ@Vv^JG};Q~xA-DWE`8=uhH~s+;Hhw^}z(Cs?1% zcU3ooyrjIB5JPEuktlU@QiH^j+klE{-TcFU5PKl%-PX;rT|NaRBXcunRDTon4UfQ- zu!K5ZKYA>JSwHCpaNrN>ZQwruG^G{zsna>??xLk!-H0ywCVzu!`#dcENj!ft4;K@v zHTHCP*5Nr29CX9aSh!};TmV`=|1@sk-j1;vho^KJe#WZ<4~vbN;So0`IL3;BfzKAPIn!%# zyoCLGInh8j{49f%u%GZOJkJ4--3ALQA>tB#r>BHb3C#Wg)`5KnACmMPF!(vRrSl}@ z=t1mjfMV6)Mj}sy$5exKxEf%v5cE>%V#4VyZs$xX?vy*iZmbJev+I!2>llI8Gw=xZ zD`Ny+%fN$2cRE3!K0{|~h!JVXmD+Ek7gYL(-uhMG{4 zI#Acwn96ZSL*;lEL$rnVWSt>MXT8ww)!Bonc%eN-eWFtoFUNC7!sTDJGv6g_&Fsuq z58z1FZ>7i7WcHYzyN+;Zqp52;8`Qqty9q_OM%H{*YBW}Lesu^G{xYNn^DAr`g}ZN= zSLvuZ=lzfKs_es>2uJ*;JZqm3583a^Uvt-6D6L1YpVI2Z_ z!TUiNvo2&CGJGorAeds&!O=oGI4-#vPRhHHO9hf6cLwIU8{6U-&rXczXU8*%LG1Th z@DC2b%{?2>Odq^NFtY~NiF;IW=bXs|j-m~G1wRSQ1SJ=D+pcQ2yk)!&e@#G=(h*t# zr=G?qhH&&Nn$(S5&De}cB%3owEhyr5)`B#Crw@J@#YgYphX9n0Y7*a^;#v|G&n)e$ zh?5s2fjFT!7r!SLcQ5Ur=v9I!56J;Y4+5}mZE-%j8--1PXKI&QS^zf_2fztl27AgS z^o~}h6#!O|txOw$B!QyN@RI`5wnR8t8E++=j|DQsTVo^r(?L*>P7W=K~)4^U^bw><_7^3G0ZjUW*32IAe; z(uHh1P_Sw#X&H|i@uidN!n_x&2}+dqWsq7zdT67wWDtJZUNkn4h5~MeWk<1EQ?X&( zBV4P@?WM81v3Y%J`C5ULHs;2LyiKeKX36+dfKvwkB;cALTAj&u_R;3ZSkfZR5hG2i zm`3Dy*p4-Q`(7wp^fXDk*A(uYa9L{hdzX8&z~Ie*A`_-ed$mEs@vib(DtskdEhBRY z46Q_&S~f;G8!^(|bLj<$FS_VX{$_GRdrStfKOQu_;*N&t-_}FE@t*Pca)(AU%ZqzP zGsh3@;evn0I8QWlUa=o5+otJ|6+3sJ&9o_tXTbWhS(ZUbhPwe73tV%)u~k)J(Gsoy&By{NmGoUk9_dajh6 z7@3JP;bvwp*wy7qlbb)z4W<(>Ba;^BIaJ~ECcGuC^}1MTdKwA?OC@yuB;(ZxCw zn*kT=Ofs^0Mm$Fshg{@jrxI4xFpRsUn%#kv=`02>MCNrKpDI?#QZeJCT4)~eHpT_9+w^j=*l!Q-&LQm(k4=s z4{bLsiaWZ5SPqT_DPxv{6v05X2+jrB8F(%?&v9@|7vl#-P&^Y_F78dm=5lA(X|*Nj zifaL4S2%%3nWtap>~4FERwn%vUAwn z^kTD{nKi({z^y2CQ`jyJ-(wxu#e@Ym=H}jGyWaBv@*P;i))4On24J}ILZIbv1GI6p z#_eIW9g+O*>gv$h8-Lfye*zm)INdh0VUXRL>ukh9)h{DC7+-~Qmswmy@)k@mMo<^l zki5F=+r7GwVn<~=%jQcqSn@vH@n)haEwnh9V~ehn+1|Wx%YCD7(I`f@ohlR!XaOV5 zTWS?xm|vg>62C%MZnaX9@7o=JoUpxt^#Rc)E8Rra?@;~iCR3+w=Hqy9XgCw z8X7O;gLUIRjLjC0VJ`Afu(&~3 z7D8qX?GXp?5j=0eI6sSrE}zYKrW*JFxTW9Y$HgozD((S;e*;tL8S$LFpx4bDIrv`j z96fl9BC&RUzd&a%nBZns6;E-omUc+#cEPP4w8b43w{$f;b;Z*jw1;n_85v!9OTT5? z;_7+`YOMDgu?^e%y}H5NZ1mg$z36Hz70T=)w=kMnNzX6AlbdZy%2-QvZgFd^KH56F zKy)dY3eFUWOMHZaDDf_P&HQz3G69A^kPLgTx+FvTU<=2?b_BO_>WyF5{TtA_*x!IQ ztM$N}rHDp~YO8M=wL3ZT(njq@f_2fCF6TIG>}K7UAS?(Z3TV0tY`TirlB#CRRo$(s zmuP$*mV{mGu{qZ6upa)6B1=2E#G47LabqSi&_0S#(_53rj$sgWC50Wn+?qOWZ1Z6Y zDN!867E-a0+o{gZ+K}>ZB2k4s(}~>D`bcu~5%>}UVIHEY+%)Vh6=Pb(^PTCIQS^2i z=P537aE2>-oQyM?txI9pJFyOzH?g{NDQ(diH1=w1NfX1Iu4Xlux)pY=OJumMx|?FO zt&-kiR2oWDL|od)e8;Hd-GC|JK!<9s1r{h-I~w!Dfe8Upv$;=P%RU{T)ioVcE*sBy zC~}QHhq>O?pe2is(WXm#8Vxt4@3!yo*mqQA*QscXcX@Nu00Icf>R+-BQt@M6O1D~9dSJm6#!m%^nF+i^{S5Ka|me6uzf}J-y3a37vjE7QQNF?J^ zJxtjXNOv50ASmYyTVLSJs4HQYJ3505#5Ds6&A`}NG+3Uq>1^?~htt)XY)ua&k}WDX zcSy3eX8<`pIgq=poQ9&`7TJ`x(vDcxae9}$$ec&=Q(UirtYqd^ig3I+%+?%CJ6cO$ zQPmvNAg-$|*;cQbHZ4e~rp*+uhjU*>(3baiwPVjU$V9SDmD3(pPDt_ne?q)k*b}^Y zkdjX%Cuou|v8%~xNLHxWr?!<2!l=WUvV{BU$YmNQcmUyV?hsr8 z&0j~5zxm9c2txkQ%+Blz3co}1mmDvDHDm4+V@CcuRTA@8mGchyd%xOpm%A!6_q3r6 zk26asT%JaNJs;P=-PM)ss?StcHB((CQz~W4sRQ`>YlUr+jI zrvvz5d(IoS!EbWrJn0zt+(`D;h`^jbVAsal1xl&!Htn>Y&?#WK<`pW+biV8ov`5&O z$qqzPi5xoZFmevg-6c3Xo7-(nvM&4`x-iqZhb3|pv!ElE&%ho05wcr)4L=yw4BjSg zwz#as<%qhm!>nMQbDujZ2af5``0hP6&g=X5OX~f2KZ%oBv%aebVZuqv%vo{}2?Ckv zA(2`yBM8?h3S=Wv#$Jw9 zhAwtxc{=juMtaDsPIIN=7L;Ci(*VVn4;PQSe52#~SWr$BgJG1b%XT;li*+lUioOC} z!qlr2>FieQ^`LC@ZB=u^OV0O(quA)ZP7*Bjg{%ghxjE0~Sl1){J0krKR;6Y; z!D`eg!16iGJcMyYK6?U|zn*Qj|Z%eZy_EV3-tSYWjc(6ktq-){CAa{28tST(? z_FCLn`*~M!pWhg_q9ksSB5@N!-1k=Fv&*kl;Zbp8ZRp*^{Z?bX4NBq`DH1m!#63M# z%lCm*7;)RyA*yoh;C>p4QnSwYgcs=bKx?;da(U=FT`U{Q!O%SRvu;8RKDK2N;gx;w zHuPTEL>jN_i%Ax`Z11nEH!XU?uCFMjj24iWI!UXkr&EXc_WpfD^Li5jfcR2?5CDiT z2M7Uxz;H`h1PJa!Nw6Imz6)VIxD9E+9W#)l_tJnrF+u`4Bi{>MvnD8N-92 zP!P|Z0S~g07$HHG2ZMLSbFbmKwZ^k4;6W)QMo3WQSt2~2H9SA8@jMpr;N)9kgalQd zsPN#Ffan@o4bp}jsNRsQ#0Uvk#?Yn~m;lgwP-d!2C_&_mt4k78<5s;uU&1r4UPw^o zQN2L#!ZWU3ND#Uc4QD6Z?1lC)_Ua<&1nglLL!|O~thtU5r2)*}x5(G{ZiJu_`~ZWG zaZ+1rS}^7Rp%uY!63NT)xDyIvsk|gZZ*E(?=w#^awfaOutI*kz|?# z;C%$r`X%Hb3yEw~mR4n-3EB4WLm*(A!rZGbXj2$sdk2GxZ3+dkO%Z{MC~yVW=)NXG zh|CQ8ixu6|6Gk7Y=tu2IlS1h7708i42nH4Dgy4*)EYkiCne;lDw)&ecry?MSMP!M4 zL^+J_=sMqQ<12p@Q96277&`}vZf`kCY0c#rTHMcEpp>Xe5A_Fn5wVMvmHppJlMX|T z$#xw>ZWraoK}=y)GZA)01Q}!$;}T^|gt&WDEa(JW5^#)Ym}Tuc0m#Y!*Yx+~?U9h)VLRlEB-q-i6^zvVZVCi)6q=Ff{o(6C~pmcrbewbgMyg zjDj^*K_6gyUzNl&BGnf{6v@@E=Hq%k8N~g6$p8M0=Bg#>57{Q#Cuk#O0t% zp+dZX;p21&W(0->_}zdHGh!fJV;oQRcWNY*&9@21l8wU|qhyB|kHIj{B;5N7T5Xi42@Fb=QH8Ny+)D6+PPWC6!hUGF%^8k37gqP%!1kfv(df`*zm!KB3Y zR#M=eAPqG(A#(IT5jn+*Y*|iCwV9-9tf6A_wM*AYIai(Pe}V6siQoSs!O^sk?OL2- z?i$ipSVQN%qlRpc3dzTzpS_TW92K=U066==sVu`!j}ra=uQePH8c%Dq1;^SKd7CYH zQ#6x^L zpa5yZ9qEtJCnufMY4dw9Cp~R0ULT>Fu=?dJe^Q%Q2I3Ad+gX_aI0tXK2}MDb=z7v5 zu^gJMqfrj*6DVrI7^2k79JvgdFK=mmjHZ{*Xc=OZnZ#+wEPwJwx<_?1IfX5OikW89 zDRAKOZDxTJ0RhlqVW6kCXJfSK>SfunDufX=8(F+yMx5R39gLcTKE*#ADg$G%0OGp=LI5DX7a#<lX76aq#Jh;P=7&O) zmv;58G$iAF3|2kvVDwnK;M>M9N$*(h(2JE5dZ}_t4r^7ZmPoVXMk^;#LZTb#mb)71 zqJ!b};_?Cl-KT@p3IN1U1B3uT{2)LG00b66BiU6>YJS9-G|#-!y8%OX4of8rG*8rM zdPdVo7-+bo&x7zbC z=3jE{r!;a>9f--^t#tW53`eTzX0@fqkt@rQ3W^1(7z$pVWm@b>Ql2>H$|3`jrGf>= zvKS`&CrqxaCCrz%8Mtun+HiMY2huenay2eY>MMsJ;UkP#Q5vs*D6nA$do2q}FRD4z z_CE;Wd=r*PPS7FKT=rnDpq*{8}iCr-d}RXAU>HD8)O-oLBYKDnsXc|kleUpP`Ki>W<4hTcOm_Ii2gqZ6=8ci>rT;k+*=XCXD>WQ;<1ezz`3DL zd+S8lb|2nlk{7yGqa$o8OtGh^S9{9CkrUY`Gp}~*%V4CeaAt2<<(*O7^XTEA2S%3V zLXYWb-O(>YA{Dfo6X9-$bUQjA>&D33ymv`cXR4xEX9_M3hdh)w8s9{IqCG{gBGRO| zCIOi^-sQdxbawf&AX;-9y{t}3eCVL8JwtlR#OFd;*d;}6%k{XK79MnHA85y!_}a^D zS=W0Uqo@4)6qi5N=;=n}9=D|^AwAuiP#-fmyzrklWP>E@GGz2fr{02dp~5Lc2E6qj zH*ft%p|=-;42-8YtXQ)|QQx$@rOA>8C_S)D-y^mCk3bnXLv|x|B4O|LHPvcLpqIHx zw`cGUsEsy{{vCtua|M4=zh+%k{-@(}1}RAtJXS z;C_M_d)Gu;_@!7X{URjxi4vrE*jh{AVg)rcV!B*h6*~o3+)9|iiEu4#zA~jHa2Tv5 zYkSu~0#sOi8Mi@&w7XSE^4`#21zj-OPtjsa6gR$2DRxDXvzfUa?edP3f;CX{qM=p= z98*vD=&}>JM_m6HxVV)eX>Mge9V(BI4QuX+Xrs|HZr0U(LS@%jR}ng1T}7=pSZal4 zdNtaLCcIxD8qnlTloU;k$y#$=Z6$35V-M6;qcRqkcdaVy$spMc3PWm`?)Sk(=QB=S z)l@mM(^svpJUoE`=R=>cQ!M-m!tgLCG zPYqkr@kpfX?bcZlDJv%+sNRaMS1T&?ji(;5p_7n`{m0dhrpU?oRRfwwJ&6G^T1|&* zVh^e5vLM#5nphs}*AEEkNZWff^zq_Rxm9fMTiK9BaZIMznmd{%b7;t9^eyITSV>U5 zY@UZy@Ut$Q;mTXkb*h<5)to4*(I$!Yi{0T3s+<>sWNLHV*gQZ-&DPyW^LxkD5t9cS zGPk+NxVWmV!?7xn-wreWa}l4ccO;N>G1RK=Bza(GkJ`T;QNbE9JxIJOKD#_Hd911` zWs4q=>lD>KDWvP6-07ory@I+%WvvZ6sJ;Bunyy8g=(-c3+h#(=P&s)FMSpUXq8lnH z(n!0w7Vbgg>X^x*j_b9%oZ3a5g+gftfiX%lMky3CHmTlYk)o%s4OGU`=2F|g64}5? zj~+$Ec(43B5^@-m)%1@b{rn4h_X`mu1BvpSDWE)s@$ViE%r8{cDbXN^di97Hrh+;^ zsEIhDDxxXek*3GAS6l9^mh~eUWAx&^K1u(~(1eI{RF2&f8kCQtL#2QIpR#y?zB{eg z9RZ9OkaMN)Y8EZbCLiHYJ~F~dnuEKWk_f>7NbW7jz+HytG&~$lj`yJb;Hh!03|48f znAki@(P{5;>elX4Z;$b2;%532_}jcYgbpWh4KTp~JxVD9^N0+C_3KzzRJffim)PD0 zxY!n-DwH|Y(mR20@&Gtz%C0e^`WZ+Nj~b%4j;zJlI5J~ddikMJ?#+@@wlVgTwzaMTk=6~<@ z6Wx5+=9Ktvw+MMGq z)c>MHal(DNtg=O2EE=)Uy<>r{Vx^Y1hVNgj-bL48&Dv4#qMMGx$zPV3P}Jym1`!u} zm!ye&fh*n={0;OlufIbyI9M@#s|yJ&FVUCf#_$J}>kk-RHANZImpke;33$cvPYalO@y z{RF!%@^h+@d>_(CJv;W%pL~BD>5q;EFxV_`IpS-O)v>$ zJfJVyHtJC=q^9iin8unHmsupT2ULq<4O9C)s$nL!cD=_4p)NR<2V22>D~TM8T205g zzu4n2SaIc6RJ9=NkCXl23AlZ^x>W9XPZD_ozLvH>7y^AVvL7=5y%tx%4Vg$02D!NH zDNE#|f+FGK zTAXRf6f1iSgbR(k)VLT#3VwxgPd0AZxa*92xpA*E?k3~jYuv9H7j;79eb2bB823ML z-ONmVsrearn(_Pz4_7Wqzr~L&y^Gc$dowm}n`CP&Yj1v(@K>l5dovboo4oHU`~=~z zEBqwk2NZsg@YfVZ*V^PgqVQ9MA5<8MZ1TRLFc!a>yl*P}G~tI7=DgDTw!$2=d0$kR zLw4Dp%Nl*l@Y(y4hH^^pJu2|oXnLBwA1R);;r)P?LA8( zSvG%;5bd%b3c@TR>Et8MRr1lT%0*D<49CZ45B+7gt6Urdvbaeb$wwk#+DJf)i$#B- zQFJ@XCbr)JzUAce2C+?mJ{T|Tkt}O>W3gU1gf4C9nw8Ft_|v!(6OhZDzPp14GqYqr z$20QrN6BwxEsQ>)cb~UJBYr;^eZ1B0;_U>--y1-L`S~mLavSu!-^`F1hs8HUn z+`D=d;;Q^JA!d=5OY3K(+)dsyBqI$+t5upA5&y-pNm)35Adj?jf7D3GzeAXxr&E6c z0kEtW;Mh;>%Br&hItxY3@;jRWDBzU$=c>>*MCkvRroUF%-xPMq_qNmYp7GMe0O+Ji zR;H0Ht9%FazWy1s%;nD!;;^Co03o*4gq|ma+I-gf7XWF4@NXt> z^gh~uh+J0NI*T+{-qLJHeZ}ew*Ke=~fJQj{y)uk}`)~mVvG`tD8!Ah~_sT}|{Tltx z+2iq{#^EC>F1EZ19a0C%F{Hk-4h6@pvp+Hy*pm7^-5SjSVHybo4LStf?-T%t-vtN( zfY_o^xJlPLdUH*}K=WdareOn4!a(y@ye`&t-~x+C-` ziUs)_vhQg-{1Tt{MO+s$A{d1Hfg#+k76A4aoN4S5J4C-P+gv|_HI4awL=s3H>IHAN z@ch~Epra3X(4XshN_60f5fW5+CJN6Rh6kNGc*giXA_=NIDdG8x;X!=`&lulFBtey@ zM|j>eJgBEZ+F*j3HrQEWgalO{^q;7Ue>FU)`2i2AzVe{vCq_t6<(VWre=|I=%YX;w zr#!H+#0UxaeZ+skt^fWdG1xo&w;}kuAy{`j5iBWUSg8M?i}LzEeixJMi03VlQY-g} zr2n75a(naETKYEy>A#KXCjqws=?WFPJ4s6!F8`|Ax2$%U_OfQdVda6t`T>Vk0M1M5 z(AeQ)n*fJqZOhj~#WwAA=h}Fag3XRCx)43sA#3if?8r6^aZ@Lqa5+Zu@QONyNVt96 z_I3hD0@^t2!8(TFpGS2`xE!hB-t_a)0(!Xll6_@J#^SMLM6B0s-H&(t12ID2_sVmH zB3|&AZ2NtTO7X709#Yx2^Lq&FGD*$l*~I*xIcwJ-NBmL~-j&42>QDyZ8a3BhJIsIw zgMh;s&?^D&XTU>205a+N2??k$;A=s^!3=1XfO8pedl0ZE1MtQ^;y8x^_XYubGoV8P zRx{x9LBKKwq$J>M2HY0}?8ksk2|&R|ysrcS2QZ*p0zSZiZwCP@7|}oe$Dx5 z48YZ*NYxn(py^R1!}N*0IsPf25j7F;|BI4y{G$RK0Us9-0Cxg$d>w~?d?MG!IuZg- z3Wy2#5y8ONgRFBlsRjm)`<5~5I~=_J&t^tRfta~j*W^lyb8Y({h7o`3!zADCKlsh1WMSA zcpSEJoD=bPC4{=vH8*Bm4EI>nsnBN;BjxKcYA|0&?6f+YI_*xUGlCnR_5h>pJNV7F ztLtx%o~d^ZYob%x6EHs7S$WvSi^1-Uf;|(FeOo+ve8iD_z4-jnULfoCXW$ppnrJMZ zjNm&=xEt3@%Q#@iajGEM;yuQ8YSRdhD4j(}c6KL2*W9?ZzA-O0_RapkWx)1#fPDYE z|3fy|4x#2*$4R@)V#?39ho!juOHcv0U!5qVaC(NmgRo`5F#kjFN z4wq?gevc@g^Y|(3qUfY^3Ba^dobt(U->g)Xp8;{fVvIZ;BZJgFmTTNx6t{&k#9m9Y zRZCvx_*lDvaH3i}<;_VW+!hK7pV5wllC1J9r4Oof5%P0N$8wLGi?!n$zYMb1zDe<7 z)(}4|;)&u07`h1~-Vq8FkHnL#!p{7HomIRDA-Ru9EyW}C46=vcf~@=@4x4?KSH;od zyP9!U;4x6cM(I#LT|oU%QFLT=H{aKe28Em#>?rXFH`{tf;p*8Ddzk%r9$)joL=w7T zjrOqbkjSUoF`p!oMMkub(YKq6v`4!Sa#r`F1I4kB?R4n2`h0kK|69HjKmNC1?Zctk7Ht!PHKC^o?}9 zR5Jnl6#=A_H4N@OFA~9jreJBhA$WxdCaNpm8Rt#x#=zo2qJo>0jyLvGum~Wfe?Odpkv|vE%NLd&St5$)Hh$2Nj)vAR0%&g!Q{+NT05mFIZOy>Rw z)pIiUX{1l)Uu*yhF;Xa7|j#+er)R=gkw09TsN%=wlRUr4g#ibXc2eH4Xsbi zcyFu5;y5>f$N17lOe^akK4yHaM zl}TKQT7VCqXW}=_Nb{$MKa=>=%bz~}Oy6ou3SS?d$#|yV z3A6Q7*?Pf-C&UI{AD+p0rr-&)O{%g@1{X_^>&DFcshh( zGkRDOTs?zLAA7!8FjaG)n)zD+-reeXv5RyNZC>N-E#jIC=3_FCZ4>Aj=h!wQ4~}g! zHWLffIs?A(&cRCzHj6)bD&Ou1|z@+3H1U;d1 z5dR7n-}a{Xg7f6mr=sj(^3|OuCqiwnnRX|CN~SFNJ=Ha*zVR&$v5gQiIPOhJV+G1_ zZ>$tET+exnm2stpDD`0VcOCONGk8%I>PdU}+6YnRB~_q$0+e|{6{tyyf}Z8oP^#6( zA~SbMZK+`1h)Tgbi02Vn5t<6}Y)#r9CK@^Cp3PR%E<5tg^UuQ9j1X2n_DnfEuy|_- z_`~6%N3qZ^TffE=0j>p4C!R@o&@RZ`@z}YyN;po6)4;13k?o&FCsNz!u_JP9z%P%3 zm+aVRKrjn6q@Qab)eYt@R6hU8QGt=wbFi(DZ?hwt3HTqAa5*I_$j6BMup%)$S4sl@ z)kI$U){%7bZKaU1d&jyuW=OF((7%{BjGD5fa0TR$A zZbj*`9d~3itPq))$Ym7P7h75!^9}}v0}3XZIlsd4nmcJ=nj^;^^^93+I?kB!;8X&K zo*Zv2qR3_1BZat9_u+#?3MrGM0hdCnR1+sZnavk%n$kmCBaveLIpJ=b+JVejHl!4&qUOZOF<@ps<$h#ubLa zpA;5#$=bs|o>+6>vfGN|>A;hlX!~PWgZ<7;T>e4eE>3skv`tw}i#A z;w&tcsV?%gBi0x`z zUUiW+%o%WFJN(~F<$9zqzCO1zGUHg=i`Sn61Mv30px}C zLp!|m0A6^K{<4Vc2?_KTL2w}nFe1Nzt~73(fy=S9DHM!{Bh_v^x$V(|kTJId4)6(( z3jpkSDrOSC0F3k{&9StQZj-o)m*3cPcjdLqFf5+I{SM@EY_g6+9_I#4*tIwk6(3k& zmsdfOG!%U8lcQ|0czZ45-kRd*LlAQK&e)<#n8dGekxIV8MPSN6!s%m%FA8a74BZ%lg5|L{QJ*VWM-4ZxyA#qk+|jSgOYJxr=bgd` zfWMfo<6jDgg!;ZL`WSsD9e}Vr2i z<mauOT|V8Y)R1b=jNFkUQ3_}2!(9~&KvbMy)Sqe1Y;M+e`) z;Om0mPmB)!B!i{XW6EzF9efjmrGaAb&7*^FVX$;RqL$IYn;0w|3xjVP9eg{3Kf$CO z(D<5q_GEN3`-7t4CFkrpA!_W-fJTmFIo^Gg1xtO9E=N5N5a5~5F9N8Y`D9g?8angI zD@3FoJJ!LNFPz5y0mr*M)M+-9op|QsK|d$o0X_rn20S0f^Hn_G!^2U|n|Lq~knhRE zo-CwHzD9_ZLJO+1K8@#bJkR05c?0?U&TKSH3-KI*2MY@pDwPFGv5;WvAv`bR`6Hg4 z(IN1efM+tE*?1P>DV6YpfxtJ|hl`Qek$ju_E1RL3T%5BLG);Z3znS?2@uMWxfrk*& zFRzk-7;9}gd*q$CEnh-)N}W^J`0^)bv;G zQR>*%i6@Xc=HFzfe?n?$c$Av{3QU2yjBlNIBB|s4&4xNWv}8HbU-^tuC$>&pPU?hz zi=nQKPE|Jj^0pLYx9E#s$rk@sLyeB7DHs}3HvRJU38-83J(gsvk8c}_k%Whqq^4h9 zp#XK8zKM}+^Y1p)wZXHdgnoJL2Gs5P>QJ)Xztd2MN1T*Rf8}1y<%F#hG0^BsPVnzB z)L5cz(sn{+(=XRVKz4`Twvp`cKdsbqG|<1-c)m_n8GqZ6(9qW0WD;48X?j!s=*Zc0 zXLxCh=DL!}q~8f3U5pzjXJ=-0b=ILfK#)s3LGiMh#@jokgZD2+SAhFDlby+KZI3Y8 z{}NKO<{W(VAUK|AS}h(=)b3u!(vP71;9u~@0;+v=%)&9uQatM%l<}W&mf3evk2q%v;PkSbZTuCyk~#HT^#t)vt>%GXo8# zoxxmFCJp*sMmE6fNqevk86A1S0iS~6zyW9Jbs*vBI3nVmO6=k~Ec$@_M92FN)Wnhc z;WMh^MYQgHDhGMxe#9)er=#7jT!)XgW8;3r!5#(n7`M6~1EP|}yukYwVsM8Uz;hT8 z-l52kM zAOrwnFhB?Z1ct|&E&+hpIY0;i#4Z6s03db^5CQ>VHk0Aim2Apj7|0)zlS>>D5i0AjxYApj5< z$!JOi0OEiEA;2|eohx&`_XLY4?fpfaH|eCjAF-^s#y!d#m0 zCbVjpRQpT^NPi5+@pl3tx26BX;cz5#el7~nR(Ou}B@?#)q|hy4<$C~?*ndjde1NuOsB_qF7^q=4qu=H>!0;sh=EBXyMT#-0I&?#Sv*!KTw z(D0CyVf()_g4r1QuZUox9G?VUk}|X3vnw(9M&1h>wsDBv zdm9uZSlq^SH}`>W1S4Mr3=`uugHqp3Li=K!1zU6S1;=jzI^ur`)Oo&zBL4K1*xSTD zPh^vaF?Y`E1x+H?5kd>b9%jU@{}nQ0u|a+J! z)x@KKi~4Q&^(_1VbDUr>uvSdOKNw&>n`+JV*wL7JWB%8`?%4>5rI)uFtp9Z&=RX(m z4<|>Pjf3}uJZz35Z^u-Tggi%(XArqV#HTBjw=LHhm&%I+4N)9Brz%^_j@fJB9kZzE z589ii=9>~|2IPH!o#DP;bh^m#A3$<&oXzzg1b`3PqdI;A5S(wq@tP2)t4+i6bsY_4 zXxosmy!k=f&}{VrU#4tqaQF{F0?zcS7J->ujXM z9;W?aU)cX1#N=_Ej+&SEALuq=LS6q61Ug~~{`Ud4n8{{yZ);t3hYfM{MRH3qOeG&>HZ7wAb*nS{yx%;m8i9$ zbW`y-z+#F(S$+?G$EWr+gph{(k@8UvO&)46Mpk>Rlbt!h*IRqN7{LFsc3RlP9Xsos za1#=0G`wFSRoSVIABSkp<)1?GI7&GfMJgj70f0CpKnMWDp#eewAPx%<0swJ%fDizP zBLai~Kr9as0wA4S+dF^>#-Hh+j?aji>LbRc`|cCZVLVJI#&+RD$WF{+U%LgLkWRC%TvyVfI*H3$VN#m0)$m@14d zD?OS#86zKK(pP>I<5+v0i!tzwLVD)9W&m5=PjZa>bHp-ZJwte(RBm0gp5{ihq@(RkDZ4B^y`@mY;`2*=SS0q2@Hy(CSLQ<4u!{^ z(?jTo1kKTgq8)F$Q0OZX%2BR-Yr0P3Z%P=4x{YCxSu81zb{k7-ri5{L+ZeXDge_qh zm(J?qJ4(Wqjv02AgmEO?$akTH9XMv#wGzg`ePbRzEn%w=R+o&g33`_RZ3e%`ni72! zp`pT;ons~OkAS_j9gnew)qUbD9}^^86jgo?1e|2$Tso zBhY8UBTz^8HW@!=Ew+`m3cKq#l<#ET5B#}o8)an9{a{Y43QagkBSnO9yIO(?SfYe^ z>@IUCFQfF-ye{aF-jEKBfKbzI_E^K3B~N~?5k(CrayVbh={7Iw3FQdWZ8wkXjn=Rk zw_j@YZmQ+!o5<67$kP*8)YAib%^L*#B?RXuRDK0#MzjBl#5cFu>tWBD2zu5yfUWLr z?9yH(;d+L6lh~hP(2lna{nvnohR{>7jMSeVz~R1>|7!$!AEshtVKgE&$Ms(ax+T{Y z^?w7PH4>|lm70Ep8AgaAOC5g-Hr;>-Xc01&GJgaAPJ0YU&E&I%9$ z0P+3+Apj8N03iSnl>i|C5N8Jn0f1N?AOry7oB$yJ5a$L60f0C!KnMWD2LgluK&%N6 z0st`_AOrwnZGaE}h>-vx01)c}gaAOCA0Pw(Vts%R0Ei0$gaANX7$5`y;vyp8elQ3S z0EmkNga9&^Eudav_J;d%eh>RYvtI6@)&2pV5y}bX0N#nHKv!{K+}|48%W-_+=BL5<_-p$eRIJN|!VE_{i{Du*flmY_M7> zqw|qVsFunfsi8{=IwK#VUbg_ajQ(K~IR48Zu!k8`H-06H@BQ`;ihYUHIgMud1?O~fI48wFHUvEb2HVG#IY_J#$dnmYem8WYFHpbtFO>;SrL$m0=qFs4I%d~-yWy2n&{ES{V{(gcp;anhOfDg6mFi?*dzj5btkdDk zqgcs{XKjr*=D(kLUymQuw-3?rE?_D+Ui=h{@_ebQ#~`hV(nT~TNe(7a@8kU+`1hZ?2J<*+ zp`n8d0haO*8}C1L(BEM}U%db2xu2Xo*e29O4SpLfL@6#LFP&D}aS%nn^pRyAh|xE$TNw2T##IdQRHeO?-yhbYLOx@Ao4arasfe+IFVaR%b@mVFDj{uTu1&YKrnpOHY%raKyLVzM^d!^R|$vLwkv9V>9o)jdf-ipMgh*f$( zkX&I>qzixPQ-b7@lp;Hcyhe~*RZt|B(5w;$M2MYh3W~%C$SPs(4kVWn6p0lXt8|DU zITKeT##2@a%MhTYW59p=>(v?B>F-Uh(}5aixhUjkBoJ_GO}E1Gst@)EEs0~S=R z>@s?1R=to)!SAY2oj z$W3u2(YS4&D)vvtPgF~FSI9DJWWT7_ldg^JWz9ZI)AbFF5=YFjA4xHel)cZXDQ;_( zW=XT`b9|T`k6z}m_4FJgV=UEdZ9={;r0zMtGkHwca(~~pa~~AZ{#rz5-wPwhAr*g! z=8JW{M82=QL)Iuz(V=ODA+%%u3eaoWa*Alm_MY&1l$P((@F}ua5ZF_Kg|LIB~vj?18<3v$stfI!0e;5^_G->e!S(|FCFU;R)htF-9 zSF^)l#C=_m^RZ3G*x_<3dtogY%wd%8@42BE6unSyCz4-vO)Hj=eAjMg0+pA)_FH+{<%&u3zOGN;-3^#KT)rJsnDkg!PAVlE7 zdCW-lTfvoPU}ltKdF!k+FPs6K0-WhEp6%i3HSi9Adkp*lE}P3NF`lIem}=mI$=z=} z$Ix@Wc-AvhT+jG4U9NcwaJW7E86XO-+@6F*Yx*Qu0MLJqh;Lw)dna-;LZ3bSS^PSF z6v@T6Spl0>7gC62>lw&Hp_>n}eh9t(@2F4pfjv`x8XIWYSg&a zQj&nfoVpg3@;=Gh!`mec7=%PL09-9kAi(BinU)_DLi3Ei$g9n(CWP)600?M68^Sva|DT{en#`!Fp%u+wQYfM`A%^)YfufEj$; z1Ku6(<)io!Yb`E%vXQ)v?~!;Id*ZfbG%Hc8!{pi>Ug^YxEtncoB-_+)MJ($I$gA8V z_UMeX!yesX{?_zhDwPvPjNS#h2IIB zxSM%1oWek|d4?e5qbQ~><7m6oQSQ>Y1#60u{SgX-1 zXky;2@bPMiHY^*}hJ^gSiWn0r*QZ&z+L3b)Ws^f=e=>|+dP~h+sIj-bYmrVx`~QX^ zpv{_v`yXa>;bMijkC`UHdQ9Wk3mihS0#DZ5%4+Q zZpQ6W;ti!!5r*Bn5mY{h-}UI5h~~%}7qwtqLy4L5r5V#P{vT~jMu#!*j&!voTkzgq z4C=?ckKe4YUd4kYBkRw2J_W)9@NC3W;`V-`u2W;wo-)~< zYztRTX<14*5fY?J1xCC(#>k_w$KI|^V|~faqMS^0q7P@Zkx-w=j(rc5=I(WFdTBmP}brr(9~NR;jbkz7NEi@<#!_{G-&gUgEmc16-M z4EYkvrdjPoZ?-Gs?5Mwdjf{RmHcn~=r=_A)O8x&UDt;C63yP)e;JKK1{x_9k$0 z73JQ4=bY20msv7BGwGg8mQDf_4!ul51~FkvP(Ve*1VNG@L=Z$!Io$5VCBw{(xLq}% z2zn7k5yb`fU2xwJaU1tN?tsg6U#{0{{C|H>ozvZu1oi*EZ+||0s_Lnyo_cD3YI_P- zF5b;IPyc13%0MoDD(*(9;4D@zY=)Io4XxIqe+Ha_?NcPPnMZI1v{y>^qajKy?S0Bl z7AFxdpO$9s__~v2j&WowDT2lst_EbTCXW`n(=bw!>Gk^q2=_^U&7~;ouY>v^K*?T( z9ah(heji6@1jxCZNzT(ifoqcWP*Oxm*HH03-{tGebbnHfpOb)e~`~TFWEn4{0qz^N9YNl{R z6oaRx;?`g8^v_ylroJ+)JhsMw$!9r#ImY>qC3f7c<0g|9k=y$yQsvu)T_RHj-1t@v5VlCJj zy-7|gXW8=TR?8vfr+4K?L5SXp_l9eMq9R3r6Oj1vomC!ftu`ICodA?eTfHkkra*5K z%^if0Yb`Rf%xeGI)4@~rbpjp-Kp9BDk7Kxis|hIA+GWmk5j!GLg@WDh>CR7?%S>El zeY4`qQ~qzkVh?_3Z)J-1u~vPYf0}nC>;I1Q2EZs~GiGs~P?Yin(ZuFPet;z8&6Hj+d3!z%vp4)1u(#!)b z9fm&(@+$Z>LAY$)N5f@nmV{D1oCKLwMPC+fyMDWc>+r_3L=?r7y?^3om_+JMRtcS9 zB6s|~mT|_-b=;)iuBR4vPnFPu`x(6b%GRL;>puaGKgJ86#=yfVTGdf9hK0kVXwktX zNA+=Q8)3CRSqZDnDb%GnBD1Q)5ULNM6Trx(kc5jh7kPeKRBJ6xK1p;BQ;of=6A_Qe z%RxkIVF{W?c2SqlM@4f%f|@ndBr<9k>Cv2Z7860Q0enDQrEfQVYsw z(d`>Ar^3smc}zeHLu%hfC%QW*ujy+&L{4Ol;_j@RkLo&k z;XK%ePV+7ZHRTX3AN3e#>8~$FxjB&h1Qpv4_zrp3z9L)MHst3QuL-i{wcpP+`?2P| z{EUJ!*Aaf1aALb0jnP*OQ1#7Kh~7;H;bj+}XUJ)6C!^UyfuZVxH~YQCSKq||F=NCy z$WM19Ybih@9bGtZwM5uL*Kn!=r*Q*w*Ls+CvW;D9}ip9QhX` zU=DdfxbE{B&$F2glfDT9?8YzM5R5>S2KU6h)ZO(`W@>vm=Lqbu;^lbklv8O7GmpI=`eP~mPK@Y?`)83=Tx2hw zADNuCPV{O-oEKYKs^ZRG-zfG4vnz3B<5hfv*~9q8hnsbRZ+Ok6iN|VOxtMJfkRrZw zm#0}Vdot6?=ty93&AjWf8jW1s!0yNFv=*D_TAY;G&vK9D)ThXqa=%onyp&eL)b&QK z48&_dl1`KuQM0(=3uF*>He3M)*w)FG18)k;v1ETH;2cPFC&V~(GNN*AyQGb9{b_}; z3&AYA&_yo0JN_RaM^0~YkeCO`5ytDyu|Wh-5)rL{fFZHxGq<-mX5w8aPfZ9 z!IgXQF2?GmgOZuHW2(T$$L|08-(4v-MqKgxJGW5&R^W9CbSLeEOG)HTQrH6y6d$k5 z0jL5WD9r6kE6rqqh1*YqUni+2;OQz%bT=T^_5!=FrMB1FLD%ROsO;!PSIx3jJ>NCC zN_-+@x-Bod15$IZnBNxUq%CBne^T=p*5$0mtfWq=VyzBlH+Gnr-GtS*no)m%Up;!% zq8p7*0?dh&a_h#8IjetZhPjpglAF(&-c_#v1xY{eG$hY#c1K8;W9pwxEK)=6zA{r8jF z58q#E-MD`e{OIRP?{Bd=-rK(fv!?^|<45qNqRz6mmAJrqB#z$1K||@=fob)wuvYc1 zQ%<9uPPvl=b;|#Ud!7gSsF;7%{GyUm{lBkw>Fnn@-ur#8+c)~Nn_&z{+F`Q5Vmf18$%|AVx68I^{*@MaE*4rn>`zlYoRr7mP0zJT_)7dHPpxOh1z*t$2xEJd|XzdwadNg zKv#d7N8agQx7p@pUXNda5EB?pCh zcLqmg>(xwdyqTW}h58w2KO)2WeJPu21n_;J0J*h~kX-06SY9x@ ze4JbND_&JBJ#HJw)jl(p@Z}jCC~%=eG48l=pngPQx}=?jsY+p*138k@qOVf$jhu7W z3ezY$2?h$yuP1vQL57ap_>x>*qM16m+P4SV>F^R2rlDiDk2})Cxf~4V9RbS=bL*bLf z!4g|jMySZuWS9OM+iznRAc-f;-Gb=)V`A)wvl&^KtSSUb<)W`ZEoWI{{ri)k`JZZM zMu_|r-q`laR`zpT0rr;%>g&S-@>KoEQr2=ew*#3fYZ-}BxNN=@-Z-ON#Zt=NQbIpH zW&9P+w+<8-@z;Hvd4n>*%ULb4v@o}Fa=7Jkc9Iz}6Y){@)Rd`y5N^FrFw=$W8P2*N zGiA1Z?pVUI`^$OGGZ6vU2jl#4JVAZ0`Mc-?7ubp9T)bM4)?x~@cU)y#%J##T~5aEOvXTlEVbWGVQ_qXW>htCTHn@93a-6AwtEEFC6Q-l#1Qmt z46t?d4#KrBpeEFCytCubI_YN8jHF*`Ux>G8KMpgT)^{Fl0UYg%3_)L`eKD5yW>8KSt@FsM?A)3xNAlfLQ==h|6J^1;Ec! zfLQ?iA_bV`wDfN8G;v0MR*SySi~fWe#8(1}e~p#L7O?8>P>;uN<&lkNG%BcD1gEBdlluP53cqn7pO zd5!u=YWd7E)yMq)@Z)LSGyGsc^Q!kVuj1_z`T=g!S4ZQ2hogyWF0D*fTHi|B26OJN zFc`s7eI#uEo+z1Qg;9>`Kawxy$0r9%`Q?)*m-5x2O{^L-Co4xk6+a70IS}JI0ps5g z43Bbj4?Y`yA~f@C$n$r2uAj4@HeJv`da1!IZuo$J1-;T!)PCtT&5gJ;bLg2bG}@ma zf!e*y;n`Hmmy_~RuGF_b{G`%;6#{ib(&P?3!oqcwsS_5+vFFOG{U3a1p2sH{tHwzq5<26nfYQ(L zd`uRn{pbb4QoGf8zdhjHY?@*%`iC)3@WRr1UE*D)3*g=H&Nl~Se6}?ub z$|;ooqReaIvHf{EHMP^bFk6453Z%1cV4ntdi?nURQFB#_G_daekvKXO+5nYvUGNba zeD;T5P|talV%K=~Oya&(`6h)t5#tjFjZR6YBQjU;KaPL>Y_xYz5S^8KEL3jDe#f$cCfIqcF$e}J~HsHA=&3+H2weJA@-02vmAOTnCKoGSvo zY2Pd+5$mv?wWFmKPi)o2}7zghBf= zG}QQ=0GV$MBSD(*+Ks98mb6u&y13;Zow-75x2mK`v$PdX%|A2_=;t-X;4Zd67qD-B ztIWOnSa#rXU*aKiuRf{A&k_%rd-X{@ex7*9+^bLO@r%Sm=3afAN2>&zJsn8T5J8u? z17W%bpVA3Y##BGxqmE96Oec_E?OQKkNNM};?@!ymXY(xPTBW2#FCyoQ;nHoV=#&Uu zgRQjupO|i)M|Hr4E* z%5Kw+OZK#**a(o;c-|U4Bz7vA=GJ|mYFrA>>H=;Kn?u>tR*;rGQy!k#(=KK!Rq4~& zvfC_um!18uC2-_lOVW9VX0lqmEPFa>y38f&^#8w!I=h>wSBA~e?CEqg_Dd3W`o(8U ze6_OMfn3tTS(re++`$=2AQyCSN(qEI?O3i3 zCy)y}I3o$Xo zU{x)_NeiMQHdND+pl3^P(xTujX+kG03+B8DPBr02)z`(fB7t1m!C9F=I^%tHRRY=8 z!8t5}bYz9<>I5P&!%;pWfpi3uYLr0k>EIk`kUf&Zt0PyFUQ}|nS*Qyqx`S!V%5peS zj#;k@*{nIVcO~&2JG6K8$i#nf;@_$Bj{11wJ)U@X8jbTFOT3pP-ktW~yq6~4OB3%- z4Rzkt!Nh-A;@@d3&VPC0y*%;mG?XNGG4Zb!5`<1GNf7!|gkplwss0JVP>Rr(Aav?} zf-syS^d|_Nik~2irU(NGLZ{Xz2x<9L2NQ%&l}`}TJghEE5IXfVK}fTqI+P%E8bpGS z7E-m8AgoI3kwfUPFr4^z>S99R2$zUGnuU$-567uc?GMmm+aKh!NAguVrS@CDmPn$N zV_&zpmvHaI-zm$?hrnfgpZTy%77evP(SweUVcgOgkx>|*q=Gl4AGo7fc!`_d$An%0(p4lSZO)MEo2$U+ZRyjUSF_oKUr z)bnqBCnXYpM)vq_zLjmY^HFPxP37f$KZlDmUtdn5?rZ%;1N&d0vpYfM0F;%A;oAyE zyj0OF>SRV=>)Z#VffD3+nNaTRQ2j^;ftSn0kfRy&5M`y{ALnmX2-^=#z~`aXttNe~ z>M;khf^gHzN*CdNS)t`#m74G(%a?+v zeJFdI6Rl^!hLhRnR0`JT+r+;|yFdA}OP{O!&m=LhtHztsUBqgK5x`VvfgQVK4uKU{-$ zVt**Hi+?>V^Il`6)~Y=ag?f9DkQTI##_HZ713~kp(=he(I}0KGxHKbK$G<+|MGqqt zLm4h9N2fX4(uEmhw673rIr=K!dS9yrS-0lwA%IG@K8Db5Lbe9;6vQ+hn-qIuYl#0C z|N2-$WvneKTB!Y+OeUHC5{=!W2_h!EVf#{ojv}gXU)Y0gWNyu@I`P+E1i@fsh8z1-wSY@MCa||t-V`wEjdLy7_feR2Cf7lC+&H~yOPV30-Kq1-H zXDGMf)a-SVM&gZN=?B2;C10J<-KB4~M1^F?@$}{0{ICuZ7sk=uNI!yVweEWOE_6+f8>C2fufwz&q&QbLK3M;wg86DBDdu3`v@9F>aK7f4P zae8-{KH3Laq3RU-WzqL>^>N2xcmYGYe!tlm{XnoBb5QPl0@>)=sp@n2#M=NQb)3k# zeMtqcu9;ewRQPIP-4ndld)3`#!Ec=FwLU2aYL>$W+YY?rv0c^&SJY*QWOZcSF{w3L zTTf|55#3jVK957$TU{(?O)(Bb;7k$VTuk6D%`RD(*G?jUe(pR%`NYr2UbgKiQgNCCR|^|inI1OnVo@W51Wjtncw%C~V;*GFac0t-6 zF?Le7gXKWm*dlR{N^H^Ehb0lYq#eieaxUJprq+0^yOm4qG8I?sAtsXWLkgi$9t;M9 ze^VWwSKX78FJ%4aep0LUa0i6um7V&RLzLaxH2VwdF6u42b9&3}G+ttPjB@p)-jX{y z4H~UIa(>B;&o8+?fdxoaq z3B9pxv|SsnXka#8ZDkSDk0uCJvCAB)KS(Z_x2wMyMn406);7`X9n18J=zw%4j7?VR zhX*_YpfRQ#{Y25J($>o<&^dEK!7RZc>a;8CCULSJRN_{aH3T+{tRW1eBt-pvaWF{x z`~%u{ka;*^-*F(n6<=?%i5U)s|5S{ny}ohp4|6)}9>BK0A>k_5zBk3Pem85k?hrh+ zf0goNWnIXIN%!2Xu*$b*z{k75UzqV-$EC&FB)?g@9b*(YTp7)o=lzRRDx90@PfEt$ zw&bYgDehu$y@POr+>@gFU@`xs=w}$w&&96DaD6ifqFK+iyi@>zZI;{Tv7JIWzjF;GF-N`Ncz<2MgN7H z;n3rj>I-nk=I`uVDf32dkh_~l*4G72O8gb*jfucXiRKvd!rWjsdK}Rp8TU9^qb|<<6Pjo$@7e{Vex=EpjyzGRo7Bzor>(u9y2OJQg zedylN0vM2VgBTuEx#L`|-vs1$K%(FCVWJ(n#MuS1Y!iS5Bbng+A;s$>3w!XSBvN&m zRXsazlGNqnx^+2d6sW`xp}N&`SRRT6<6#)~=HA%-Rqcm^;i|U!U)HiR?2a*2Vfv~Vb7K1z) z5#F+We9B)u68O0lF9NbXU%hDi*24I9-Ic0rJ&Q{(D}+gqQm}YxuuvW23F5{37u16a zZ!9%)y6+Lxv$L9s@>t5!$Bl$_c52w8QK6N>>(~5_nz5P_I-Im~$of$XO6=>}yqQmBPzme8MP(`lmI+D>rBpW01K>q`_Zs;a_#eY?3 z>W+Kwhoar!Hp4Q31j9wPv(QgTjlW#eGnDWG~0QS15?2mR*V>B>O4x+ zO~wC;k9Q_5FIihDOsRQ7w(}KNkjL*+f8Z#y2xF9wgymv= zZ5aDta_3L2UK-c}oVKuqJuAENxE*49t(Z@AiruxZ8tyuQBuzB^)%9$utv;!HIk1y+ zPotURH)pg+kvTAFwj`M(Ew2CvA`}En5Q?&^&+#(5M2ugOp2s?q&ZQ3=x5THa-QYEA zC3K#LiWUGm6^nKrDjLAn;MV0qm}$N3)UJ5Yv0!!gVUC5A2hNF!Kr}@Kn_UQ=J#I6E zWq(-W+a4Bdk9?w|!O?S6ourwaz3@@N(n>}<7Dd`|PwRH8o`IE!Yu{;YU?tknVvicx$YU*j*H*)F` zYOhPkb#s~-cZc3ic8OR#wThgym`+9is9Ufl*zJb)!`=IHE9H4&+!k< zH_s)P-C-;p#_RL;3gAT0DpB@FY-ZL6+AFY={CK6zZ2ci{v`W^H>k;u`*mfi)s>&Up zaTt6%>t5}5<@E4R(avh!YLQOh)NNK$-F*ALeqJKcrPT^f&TPi3@olaz%pQShSsP*5 zA0Ek9kHC_(@`*OUU87VAhEahfs+1ug$=B$rp`YFiFgSwd%F+ZrQ9xPd# z%lr_Np4HBa8BOnpmS<5*qDjQ+o<(NduW}&ad|0Rkc4F|A{^FiH;+S;|JjGtE1ZU7%ZOM zfRy6M2jc3e_AGW)Drz}A(Xq2Fv*PKgzC=IsEZ`sf7kNZ=ONYnF`8NCvht%3|aF{)9v5WDFc_IF5=oGwELLA(KKeO|Q@ zKNasqlMnVf?*ue%ig~t66{o&9U$`-5)rO{)FX$1;7gDcov2x6F=jey6C;OQz^7hnP zvCaht^XF8hJ0WT7lNZAWJ!i?H^(

$);}iHY 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 UPiN$`9v0s7t&8ss#u4KG1M$ugOaK4? diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/nunit_schema_2.5.xsd b/src/HealthcareApis/generated/modules/Pester/4.10.1/nunit_schema_2.5.xsd deleted file mode 100644 index a616bb3663fd..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/nunit_schema_2.5.xsd +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

$);}iHY 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 UPiN$`9v0s7t&8ss#u4KG1M$ugOaK4? literal 0 HcmV?d00001 diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/nunit_schema_2.5.xsd b/src/HealthcareApis/generated/modules/Pester/4.10.1/nunit_schema_2.5.xsd new file mode 100644 index 000000000000..a616bb3663fd --- /dev/null +++ b/src/HealthcareApis/generated/modules/Pester/4.10.1/nunit_schema_2.5.xsd @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/HealthcareApis/help/Get-AzHealthcareAPIsService.md b/src/HealthcareApis/help/Get-AzHealthcareApisService.md similarity index 100% rename from src/HealthcareApis/help/Get-AzHealthcareAPIsService.md rename to src/HealthcareApis/help/Get-AzHealthcareApisService.md diff --git a/src/HealthcareApis/help/Get-AzHealthcareAPIsWorkspace.md b/src/HealthcareApis/help/Get-AzHealthcareApisWorkspace.md similarity index 100% rename from src/HealthcareApis/help/Get-AzHealthcareAPIsWorkspace.md rename to src/HealthcareApis/help/Get-AzHealthcareApisWorkspace.md diff --git a/src/HealthcareApis/help/New-AzHealthcareAPIsService.md b/src/HealthcareApis/help/New-AzHealthcareApisService.md similarity index 100% rename from src/HealthcareApis/help/New-AzHealthcareAPIsService.md rename to src/HealthcareApis/help/New-AzHealthcareApisService.md diff --git a/src/HealthcareApis/help/New-AzHealthcareAPIsWorkspace.md b/src/HealthcareApis/help/New-AzHealthcareApisWorkspace.md similarity index 100% rename from src/HealthcareApis/help/New-AzHealthcareAPIsWorkspace.md rename to src/HealthcareApis/help/New-AzHealthcareApisWorkspace.md diff --git a/src/HealthcareApis/help/Remove-AzHealthcareAPIsService.md b/src/HealthcareApis/help/Remove-AzHealthcareApisService.md similarity index 100% rename from src/HealthcareApis/help/Remove-AzHealthcareAPIsService.md rename to src/HealthcareApis/help/Remove-AzHealthcareApisService.md diff --git a/src/HealthcareApis/help/Remove-AzHealthcareAPIsWorkspace.md b/src/HealthcareApis/help/Remove-AzHealthcareApisWorkspace.md similarity index 100% rename from src/HealthcareApis/help/Remove-AzHealthcareAPIsWorkspace.md rename to src/HealthcareApis/help/Remove-AzHealthcareApisWorkspace.md diff --git a/src/HealthcareApis/help/Update-AzHealthcareAPIsService.md b/src/HealthcareApis/help/Update-AzHealthcareApisService.md similarity index 100% rename from src/HealthcareApis/help/Update-AzHealthcareAPIsService.md rename to src/HealthcareApis/help/Update-AzHealthcareApisService.md diff --git a/src/HealthcareApis/help/Update-AzHealthcareAPIsWorkspace.md b/src/HealthcareApis/help/Update-AzHealthcareApisWorkspace.md similarity index 100% rename from src/HealthcareApis/help/Update-AzHealthcareAPIsWorkspace.md rename to src/HealthcareApis/help/Update-AzHealthcareApisWorkspace.md diff --git a/src/HealthcareApis/internal/New-AzHealthcareAPIsService.ps1 b/src/HealthcareApis/internal/New-AzHealthcareApisService.ps1 similarity index 100% rename from src/HealthcareApis/internal/New-AzHealthcareAPIsService.ps1 rename to src/HealthcareApis/internal/New-AzHealthcareApisService.ps1 diff --git a/src/HealthcareApis/internal/New-AzHealthcareAPIsWorkspace.ps1 b/src/HealthcareApis/internal/New-AzHealthcareApisWorkspace.ps1 similarity index 100% rename from src/HealthcareApis/internal/New-AzHealthcareAPIsWorkspace.ps1 rename to src/HealthcareApis/internal/New-AzHealthcareApisWorkspace.ps1 diff --git a/src/HealthcareApis/test/AzHealthcareAPIsService.Recording.json b/src/HealthcareApis/test/AzHealthcareApisService.Recording.json similarity index 100% rename from src/HealthcareApis/test/AzHealthcareAPIsService.Recording.json rename to src/HealthcareApis/test/AzHealthcareApisService.Recording.json diff --git a/src/HealthcareApis/test/AzHealthcareAPIsService.Tests.ps1 b/src/HealthcareApis/test/AzHealthcareApisService.Tests.ps1 similarity index 100% rename from src/HealthcareApis/test/AzHealthcareAPIsService.Tests.ps1 rename to src/HealthcareApis/test/AzHealthcareApisService.Tests.ps1 diff --git a/src/HealthcareApis/test/AzHealthcareAPIsWorkspace.Recording.json b/src/HealthcareApis/test/AzHealthcareApisWorkspace.Recording.json similarity index 100% rename from src/HealthcareApis/test/AzHealthcareAPIsWorkspace.Recording.json rename to src/HealthcareApis/test/AzHealthcareApisWorkspace.Recording.json diff --git a/src/HealthcareApis/test/AzHealthcareAPIsWorkspace.Tests.ps1 b/src/HealthcareApis/test/AzHealthcareApisWorkspace.Tests.ps1 similarity index 100% rename from src/HealthcareApis/test/AzHealthcareAPIsWorkspace.Tests.ps1 rename to src/HealthcareApis/test/AzHealthcareApisWorkspace.Tests.ps1 From 1d88eae626cf9bf9265915ee3688f8bb752c2eac Mon Sep 17 00:00:00 2001 From: lijinpei2008 Date: Mon, 16 May 2022 11:18:32 +0800 Subject: [PATCH 10/10] delete some files --- .../4.10.1/Dependencies/Axiom/Axiom.psm1 | 171 - .../Axiom/Verify-AssertionFailed.ps1 | 182 - .../Dependencies/Axiom/Verify-Equal.ps1 | 175 - .../Dependencies/Axiom/Verify-False.ps1 | 167 - .../Dependencies/Axiom/Verify-NotNull.ps1 | 167 - .../Dependencies/Axiom/Verify-NotSame.ps1 | 169 - .../4.10.1/Dependencies/Axiom/Verify-Null.ps1 | 167 - .../4.10.1/Dependencies/Axiom/Verify-Same.ps1 | 169 - .../Dependencies/Axiom/Verify-Throw.ps1 | 174 - .../4.10.1/Dependencies/Axiom/Verify-True.ps1 | 167 - .../4.10.1/Dependencies/Axiom/Verify-Type.ps1 | 176 - .../4.10.1/Dependencies/Format/Format.psm1 | 360 -- .../Dependencies/TypeClass/TypeClass.psm1 | 196 - .../Pester/4.10.1/Functions/Assertions/Be.ps1 | 477 --- .../Functions/Assertions/BeGreaterThan.ps1 | 232 -- .../4.10.1/Functions/Assertions/BeIn.ps1 | 199 - .../Functions/Assertions/BeLessThan.ps1 | 232 -- .../4.10.1/Functions/Assertions/BeLike.ps1 | 207 - .../Functions/Assertions/BeLikeExactly.ps1 | 206 - .../Functions/Assertions/BeNullOrEmpty.ps1 | 227 -- .../4.10.1/Functions/Assertions/BeOfType.ps1 | 230 -- .../Functions/Assertions/BeTrueOrFalse.ps1 | 245 -- .../4.10.1/Functions/Assertions/Contain.ps1 | 199 - .../4.10.1/Functions/Assertions/Exist.ps1 | 201 - .../Functions/Assertions/FileContentMatch.ps1 | 221 - .../Assertions/FileContentMatchExactly.ps1 | 207 - .../Assertions/FileContentMatchMultiline.ps1 | 215 - .../4.10.1/Functions/Assertions/HaveCount.ps1 | 235 -- .../Functions/Assertions/HaveParameter.ps1 | 384 -- .../4.10.1/Functions/Assertions/Match.ps1 | 210 - .../Functions/Assertions/MatchExactly.ps1 | 206 - .../Functions/Assertions/PesterThrow.ps1 | 327 -- .../Assertions/Set-TestInconclusive.ps1 | 199 - .../4.10.1/Functions/Assertions/Should.ps1 | 357 -- .../Pester/4.10.1/Functions/Context.ps1 | 248 -- .../Pester/4.10.1/Functions/Coverage.ps1 | 962 ----- .../Pester/4.10.1/Functions/Describe.ps1 | 412 -- .../Pester/4.10.1/Functions/Environment.ps1 | 201 - .../4.10.1/Functions/Get-ShouldOperator.ps1 | 245 -- .../Pester/4.10.1/Functions/Gherkin.ps1 | 1169 ------ .../4.10.1/Functions/Gherkin.types.ps1xml | 176 - .../Pester/4.10.1/Functions/GherkinHook.ps1 | 340 -- .../Pester/4.10.1/Functions/GherkinStep.ps1 | 252 -- .../modules/Pester/4.10.1/Functions/In.ps1 | 192 - .../Pester/4.10.1/Functions/InModuleScope.ps1 | 285 -- .../modules/Pester/4.10.1/Functions/It.ps1 | 520 --- .../modules/Pester/4.10.1/Functions/Mock.ps1 | 1988 --------- .../Pester/4.10.1/Functions/New-Fixture.ps1 | 271 -- .../4.10.1/Functions/New-MockObject.ps1 | 185 - .../Pester/4.10.1/Functions/Output.ps1 | 706 ---- .../Pester/4.10.1/Functions/PesterState.ps1 | 533 --- .../Pester/4.10.1/Functions/Set-ItResult.ps1 | 276 -- .../Pester/4.10.1/Functions/SetupTeardown.ps1 | 521 --- .../Pester/4.10.1/Functions/TestDrive.ps1 | 338 -- .../Pester/4.10.1/Functions/TestRegistry.ps1 | 293 -- .../generated/modules/Pester/4.10.1/LICENSE | 13 - .../modules/Pester/4.10.1/PSGetModuleInfo.xml | 204 - .../modules/Pester/4.10.1/Pester.psd1 | 298 -- .../modules/Pester/4.10.1/Pester.psm1 | 1700 -------- .../4.10.1/Snippets/Context.snippets.ps1xml | 178 - .../4.10.1/Snippets/Describe.snippets.ps1xml | 178 - .../Pester/4.10.1/Snippets/It.snippets.ps1xml | 178 - .../4.10.1/Snippets/ShouldBe.snippets.ps1xml | 177 - .../ShouldBeGreaterThan.snippets.ps1xml | 177 - .../Snippets/ShouldBeLessThan.snippets.ps1xml | 177 - .../ShouldBeNullOrEmpty.snippets.ps1xml | 177 - .../Snippets/ShouldExist.snippets.ps1xml | 177 - .../ShouldFileContentMatch.snippets.ps1xml | 177 - .../Snippets/ShouldMatch.snippets.ps1xml | 177 - .../Snippets/ShouldNotBe.snippets.ps1xml | 177 - .../ShouldNotBeNullOrEmpty.snippets.ps1xml | 177 - .../Snippets/ShouldNotExist.snippets.ps1xml | 177 - .../ShouldNotFileContentMatch.snippets.ps1xml | 177 - .../Snippets/ShouldNotMatch.snippets.ps1xml | 177 - .../Snippets/ShouldNotThrow.snippets.ps1xml | 177 - .../Snippets/ShouldThrow.snippets.ps1xml | 177 - .../modules/Pester/4.10.1/en-US/Gherkin.psd1 | 185 - .../modules/Pester/4.10.1/en-US/RSpec.psd1 | 187 - .../en-US/about_BeforeEach_AfterEach.help.txt | 88 - .../4.10.1/en-US/about_Mocking.help.txt | 207 - .../Pester/4.10.1/en-US/about_Pester.help.txt | 297 -- .../Pester/4.10.1/en-US/about_Should.help.txt | 251 -- .../4.10.1/en-US/about_TestDrive.help.txt | 40 - .../modules/Pester/4.10.1/junit_schema_4.xsd | 96 - .../4.10.1/lib/Gherkin/core/Gherkin.dll | Bin 142408 -> 0 bytes .../4.10.1/lib/Gherkin/gherkin-languages.json | 3623 ----------------- .../4.10.1/lib/Gherkin/legacy/Gherkin.dll | Bin 141896 -> 0 bytes .../lib/Gherkin/legacy/Newtonsoft.Json.dll | Bin 454728 -> 0 bytes .../Pester/4.10.1/nunit_schema_2.5.xsd | 108 - 89 files changed, 28078 deletions(-) delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Axiom.psm1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-AssertionFailed.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Equal.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-False.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-NotNull.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-NotSame.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Null.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Same.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Throw.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-True.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Type.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Format/Format.psm1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/TypeClass/TypeClass.psm1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Be.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeGreaterThan.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeIn.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLessThan.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLike.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLikeExactly.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeNullOrEmpty.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeOfType.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeTrueOrFalse.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Contain.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Exist.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatch.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatchExactly.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatchMultiline.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/HaveCount.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/HaveParameter.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Match.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/MatchExactly.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/PesterThrow.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Set-TestInconclusive.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Should.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Context.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Coverage.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Describe.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Environment.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Get-ShouldOperator.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Gherkin.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Gherkin.types.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/GherkinHook.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/GherkinStep.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/In.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/InModuleScope.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/It.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Mock.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/New-Fixture.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/New-MockObject.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Output.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/PesterState.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Set-ItResult.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/SetupTeardown.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/TestDrive.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/TestRegistry.ps1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/LICENSE delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/PSGetModuleInfo.xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Pester.psd1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Pester.psm1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/Context.snippets.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/Describe.snippets.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/It.snippets.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBe.snippets.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeGreaterThan.snippets.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeLessThan.snippets.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldBeNullOrEmpty.snippets.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldExist.snippets.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldFileContentMatch.snippets.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldMatch.snippets.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotBe.snippets.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotBeNullOrEmpty.snippets.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotExist.snippets.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotFileContentMatch.snippets.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotMatch.snippets.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldNotThrow.snippets.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/Snippets/ShouldThrow.snippets.ps1xml delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/Gherkin.psd1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/RSpec.psd1 delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_BeforeEach_AfterEach.help.txt delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Mocking.help.txt delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Pester.help.txt delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_Should.help.txt delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/en-US/about_TestDrive.help.txt delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/junit_schema_4.xsd delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/lib/Gherkin/core/Gherkin.dll delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/lib/Gherkin/gherkin-languages.json delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/lib/Gherkin/legacy/Gherkin.dll delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/lib/Gherkin/legacy/Newtonsoft.Json.dll delete mode 100644 src/HealthcareApis/generated/modules/Pester/4.10.1/nunit_schema_2.5.xsd diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Axiom.psm1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Axiom.psm1 deleted file mode 100644 index 7f77b8495f27..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Axiom.psm1 +++ /dev/null @@ -1,171 +0,0 @@ -. $PSScriptRoot\Verify-Equal.ps1 - -. $PSScriptRoot\Verify-True.ps1 -. $PSScriptRoot\Verify-False.ps1 - -. $PSScriptRoot\Verify-Null.ps1 -. $PSScriptRoot\Verify-NotNull.ps1 - -. $PSScriptRoot\Verify-Same.ps1 -. $PSScriptRoot\Verify-NotSame.ps1 - -. $PSScriptRoot\Verify-Throw.ps1 - -. $PSScriptRoot\Verify-Type.ps1 - -. $PSScriptRoot\Verify-AssertionFailed.ps1 - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUKx2uYj0MytXdHO5iRpoT7ty7 -# NaaggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# wGVDY9V5KcnysAAyugt9QN31KzQwDQYJKoZIhvcNAQEBBQAEggEADM1xKXsntO19 -# XaGxDGbWuRd7v8j7uZtzJ6Cib1vxJKgqtMS7NEJDn/Jq4xm+TPS/oeAmpWbEYZOb -# uTiDjohjtPzD3CmqpAX8y94/Md9ayjLUDtnR4oxcRqNJ+VZQyUDxoYpxzYEj7qJB -# IuX9Ax1lqMsRF5PgCl1XJP7NHzsajJ2CnTXe1wnGiR4gHkaym0LZSjjLYk31KBAn -# lSsLokwEhO7xYRiVkAmWMgNTUNBiSOfuZwv1uZFR4/Q57XCpU9/zNPYXfQOgKPGE -# fZ2A8Ej90p4kaK/LpB+G9guJmAcar7isgLyiImk8ZVgOYR6QW2Kw2ZU43qMIPUGc -# gTYZwqvaIaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU3WjAjBgkqhkiG9w0BCQQx -# FgQUfeYHxAjIttG9WyykSLdhl/oOjM0wDQYJKoZIhvcNAQEBBQAEggEAlCZuJKvp -# K4KcTyHBAbCVUKljd5SZNSPoYXq78kT0H6KlJJNIX1wqND55APN5i6xGmKy+z0+a -# 38Whh2C6aaSimJz8HgouUuseOgWMykFFeZX/8jLUjNxQvLvWFCsYFnQMvu1Q6Cmb -# bB3l8Y11dacQvIWD7c/zanIBxD+ZMGh5rXCH4QDD5yEdYSJ/pmwpXetPMhPBKbKH -# ZhOUk1b48qawk+EC53RV/C5Tk7BjQdU5yOMiSFvb9VxND6RfPSIO5TG6k9SO05hx -# u/6mkwLvrAaQ+DYSZph9rw633D/cPOjvk/r9Ca2wBGIu+xeUNslNDThoiFzMAMXX -# 58KnQXxU6TXE5Q== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-AssertionFailed.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-AssertionFailed.ps1 deleted file mode 100644 index 1f9590eafa13..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-AssertionFailed.ps1 +++ /dev/null @@ -1,182 +0,0 @@ -function Verify-AssertionFailed { - param ( - [Parameter(Mandatory = $true, ValueFromPipeline = $true)] - [ScriptBlock]$ScriptBlock - ) - - $assertionExceptionThrown = $false - $err = $null - try { - $null = & $ScriptBlock - } - catch [Exception] { - $assertionExceptionThrown = ($_.FullyQualifiedErrorId -eq 'PesterAssertionFailed') - $err = $_ - $err - } - - if (-not $assertionExceptionThrown) { - $result = if ($null -eq $err) { - "no assertion failure error was thrown!" - } - else { - "other error was thrown! $($err | Format-List -Force * | Out-String)" - } - throw [Exception]"Expected the script block { $ScriptBlock } to fail in Pester assertion, but $result" - } -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUc2TN0NaxHrK8KJf2TIetW/R4 -# 5nWggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# jg6icwnbmPBaT/90Co6Dzc2G4nMwDQYJKoZIhvcNAQEBBQAEggEAK72PR14Fs74G -# XaFMvARh38f01XyhqZ4Kxso55WCYQXUgjDUt6WOOztoLPolbH4JwLpWrOEE5NU4I -# kKnutju1bCZfc7VLQXKVmmoKL1Qgo+vveq+N+GQgvnSY5y/wadAa7HWdmMvcimyl -# 0q6KijsVV7zWrduBNekB3gJNuVSHRtDlyimAooVkMWTyC9ErMYk5jEp0HgtxpsUK -# PEJ5kF5h1v+Pc63kcbYXhFzxP+ReE1oTy6utBr1Fzbf8RoIiCnQfUgq4AQzpvY97 -# mEghX/7ZHPlPncmb62IjOhNlC120g/HspQM1cpB38MebHgG7lHqawEBaL1RyEnos -# t1NITccAmaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU4WjAjBgkqhkiG9w0BCQQx -# FgQUaUWDil7RtvIw26Q3NenyhUPGa3MwDQYJKoZIhvcNAQEBBQAEggEAZuxQLj/M -# f/bZpZruLVkbY2YqxOhel1DdEjMspKspWU0xm35L1R4aqasZT8IpPjSYOtqFm49q -# mifBRdDgeh54nLT23aLt6lzM4ZXRxgFmBqpOJgJnh8GabOZsvJOKYmd5mhZjvrA+ -# /UCDyjy1MQ1+E79BsRmGfb35i80eCnaC1h1OH7uv/6Lwr4Q2p4Dmhb8zHZzRL/Nk -# ftvg4/1+Klw0wJ+PMWyP4fBQZ8OqrordsqMqFZTVZNxS7MCmP4NEl4IJ0EgBSbOD -# R7RvG0x4aNKgrLkwXuKbVoqrbSEzr0baFU5vNHgaNuYesU2ES2G7WpFOM8EW0/dB -# 8LGKvQnJp5cUwQ== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Equal.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Equal.ps1 deleted file mode 100644 index 2675c59994f2..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Equal.ps1 +++ /dev/null @@ -1,175 +0,0 @@ -function Verify-Equal { - param ( - [Parameter(ValueFromPipeline = $true)] - $Actual, - [Parameter(Mandatory = $true, Position = 0)] - $Expected - ) - - if ($Expected -ne $Actual) { - $message = "Expected and actual values differ!`n" + - "Expected: '$Expected'`n" + - "Actual : '$Actual'" - if ($Expected -is [string] -and $Actual -is [string]) { - $message += "`nExpected length: $($Expected.Length)`nActual length: $($Actual.Length)" - } - throw [Exception]$message - } - - $Actual -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUAoDWcUTjSqrV7GQmvwRt2KVt -# isiggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# f63ARS3EUGOjsWIVigf8oQ6y1qgwDQYJKoZIhvcNAQEBBQAEggEAC5A8LN9wD2HB -# C1R3H0bWFx75mtqUb7vqN6+zhgbfQe18CaoXIYw2mzy12XF9vJLwTXORpAVJDQtw -# NDuULAODVGEPbXxqaeH+bb2HOQ1Du2YzjumPF6Vvc+RrHOO0HrdYtfP0vn7itICl -# fZDx7B4/81XYi01waxjPPKHaE4llfBzu+Fi9ew2NWoWa/AqJhuWoks5xun0/9GFF -# jX2rq4Jc2ueDv1kF9ZbhK9kwqzFoySLE/BwFhZgaBBDxtPysN4zLip54OGKgtIuF -# LiGui05EChXfEwlkGeVqHbI06EV3xrD3YOyzZ69rFLOj5bGLiwX57ungRTREFx2Q -# XOh1AQVXM6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU4WjAjBgkqhkiG9w0BCQQx -# FgQUojlgyerWX/a8sg1S4Oi4vU+Y9MMwDQYJKoZIhvcNAQEBBQAEggEAYaSrFln0 -# ra+5s3yt+x4rNVkQ/plZ7dbPqs0Ok/YDSvU4jcDYvauRjrpXPbGeUzhhnw1NHKs+ -# PxZIBNJmPMnCvWDn1h0Z14YRaIuLAZHl4OaegA3mihLZQBif+RhWXsoR81yCzjsQ -# MHupbYkQOvqs6OilibNQOEebtEcnWwRE26+hXg6BZ6mJ9+SyDzfNrBbNTvotWH15 -# Uv+P143krXIMfna16GGWU8I80Vj/eGtfqtAn3uIUAjLunYvyQCUpetD5X2rlP4Zu -# Y9U/EaQVws7Wn0qL73+2G5TA5BYnAAmDDIKl+Wkux9P1qvEIpLZ2whzOXOpNeZuN -# HTzJksXFcHIcCA== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-False.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-False.ps1 deleted file mode 100644 index 1ef1790f5fa4..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-False.ps1 +++ /dev/null @@ -1,167 +0,0 @@ -function Verify-False { - param ( - [Parameter(ValueFromPipeline = $true)] - $Actual - ) - - if ($Actual) { - throw [Exception]"Expected `$false but got '$Actual'." - } - - $Actual -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUExhsFHPLHbCUjGxFFITYdg0N -# 8gCggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# LY0twGo1ODfTfQYw7cIpYu+i2pgwDQYJKoZIhvcNAQEBBQAEggEAfZSeO+/IPsiM -# I/NJSRICbEbtwC2b/x2+Oyfwm0iNA0/6k8XWTgXthBoYN8BT5fU3HF8+cPGygGYe -# 60OLQ7P4AapYGdLWFiYJEjtRDYp4YLiyGqtW5lljOiCaFNoQLIuUF399PSXGQWEz -# on4YKIBi5rRLJbWCJ20VXk4R/vv51Nss80RQCBD/6I2fYXy7zasCYSCeZuz7G31g -# 9Fjssn/sAvL8qkVLuOMMpXNnFVvmfBmGo2BUsK0za33UUecs+7Xz8oZqvZvmoZTo -# SAKjolbmSXtRzzoC1ZMP0rt+4aI3kKXKeNPZLNvdjM4rK3Js+wa5DEeum0axpIeh -# p8umDLMK56GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU4WjAjBgkqhkiG9w0BCQQx -# FgQUSsRlqTMLiHQJ6X0SRX+i1cThXW0wDQYJKoZIhvcNAQEBBQAEggEAA7wcyVeJ -# W+CwVD334WchmB3J2DZOYKzLbvtpP2gon6U3MsdT4QrN0C+zs22hrxoB8XOl5+88 -# iYxJVn1EdOh5xS6dWS38Ay6OQ8GeOBL498zUz2PhB5GDKpOnkjemHy4TS78+BB0N -# fqvacXzOBI4EQsfCbidMWzOMneL3F4mxps7VRh4cnIaPlu7P2aaG/lUNlMxCBgd/ -# NKuIbyTv7P4+aVozhQRa4mz+Xqh35lT5nXejx3Kw+Vcu1jP4wJaWHMlyBz0CY0WU -# okb3BUQdU6l7AxnZSqz4j7+IcUrbts5egdWEZIy8f05AixS85duqQSkWXrgZgznc -# XVJyn3cdBKvpiw== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-NotNull.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-NotNull.ps1 deleted file mode 100644 index f0ce49769e7a..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-NotNull.ps1 +++ /dev/null @@ -1,167 +0,0 @@ -function Verify-NotNull { - param ( - [Parameter(ValueFromPipeline = $true)] - $Actual - ) - - if ($null -eq $Actual) { - throw [Exception]"Expected not `$null but got `$null." - } - - $Actual -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUjgXz6ehnXGouh0ybLRSjxIxU -# FdCggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# gsvWO4SCFNkPBujXXUMbhJFLmBcwDQYJKoZIhvcNAQEBBQAEggEAPVjn9VZFfyEq -# rcMNaNagcLajJz5CPM7YgKgAoT2Z8wNEtIUejm1IS6Mo4CO6QTC7XmhtMbAZJXdM -# ZshSC8xxX/Gw8g8v4/+mw3ivtkqFzv9u8DE/OObtBImkXRT9f26s/TV8gyOe3rPW -# rF6V2drRIDfywBR8T0ZY9JzSLcSKSFfDZAOEgXoR6FPjqB1GPV5LN6RTvQLoMMPv -# Q4PH6YYEkjER1+WHQGIU+HF46b6ATYz0ELpvztxds9wlCRPnjtxDeC2w+HZuw/mE -# ChP2JMvy6mZTeVSXNHnPHXiNTUD+qs3fnJHcLskQfSU1MsY0QSqAkBRJnm1sZ0HM -# NbIo8fb3jqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU5WjAjBgkqhkiG9w0BCQQx -# FgQU6qWILJXvVIR363m7lFv5mlL4Dk0wDQYJKoZIhvcNAQEBBQAEggEAcl0NY0G/ -# ruXpveC7e72CTM5Jm6YQqE3RVHVUbndNaBvDLD4G0yxT0RSadHmjf8MlROO7NxF7 -# JU6KzK/2gX9rMfAQPq1Zy3ZQVMPCeBQW+46vtljig1hRp/gwfT9CswrTk27d7IUQ -# ciRMsYPPBwdt6ER9Jet+GCwE1cQNQ+axXfTdGl1cQ6CMu3mWFWSkJ973LsHlAvSi -# l8wk1cX7QztTOp1SyUKkMIjeDAD57uWKBgNueVUTrRenpUUS0f60ew9ikGTm/7yg -# Rh1E2D2UsYQdjVv9RJoWM11FQdC4Aw3CdUq6JSSXR+jYt5/jTk6s/rG1Ds+y2ij7 -# aDdQGJVldQY3PQ== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-NotSame.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-NotSame.ps1 deleted file mode 100644 index 3cf3f0a325f3..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-NotSame.ps1 +++ /dev/null @@ -1,169 +0,0 @@ -function Verify-NotSame { - param ( - [Parameter(ValueFromPipeline = $true)] - $Actual, - [Parameter(Mandatory = $true, Position = 0)] - $Expected - ) - - if ([object]::ReferenceEquals($Expected, $Actual)) { - throw [Exception]"Expected the objects to be different instance but they were the same instance." - } - - $Actual -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUkYEoXbmys+jj5k8OFworJ7Yu -# 4zeggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# ZvKvQXzNHowYoFpnzFQyLHK9g9YwDQYJKoZIhvcNAQEBBQAEggEAHhefzlfanZS/ -# 1iwHzC28vjXOJH0uLSmr8n2aX+hpFgnSS4bmkz6JfEwJei6DjhGMrWoMPbVq15lQ -# DPIOe0Xyb8Rw0k4/N9iByaTNTk1hSpHF7B/GGFBOkGubfSlinpHK7wDdJLoPf0ev -# drMEKGqDwJPHAADx7maW1VK63Z4LzAGds9CkIUhrtdX/iQ6akvbx0EqXgY35hYMY -# Z0zcHKnYkSbqR5xyQ7egedm2HzXiXxNu0Lwz0qSK9cOoy79fk7GhRp1YDiDu2A6N -# 51THqpNf3aTfwL1N6Rp/PtnVYI8Jmo73u6HgaswUoogWMOCu+weCnjGRuOYxLoUe -# hmWrKufnraGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU5WjAjBgkqhkiG9w0BCQQx -# FgQUL5gAyBlILNmIfKYfac3XVW1kDs8wDQYJKoZIhvcNAQEBBQAEggEASKotZPAX -# IW6yyRXFD1t097a6qjyTLsJ3L+szkEwtEYs+v2olSg4GL2KtbY9uWkZ8NLLKlSxw -# 2bylGWnwEqB425duf2U6AvM8wuCQCaym6IzpZSyeAmhO1kFGOxTddWYuevVe/04l -# QKX/W0lrQIsP2hd7j5DHnZZ67z+8GPRK74qaGI65f/30TX7rRzOSFFmpANIPYQ3O -# AkmPwJWMZyy/L7bwIpeYsCoLL5AVxFXIgi//n0u54AIY0FdTWAoxnf5bn6b+y/eL -# zM/a/qEIGQ12n6JAX3n3t8Bc5y77g1t+hYrKODTzfwZLfQniSHCpg2WzRp+sORfq -# FEp5AAcxeLJqXg== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Null.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Null.ps1 deleted file mode 100644 index da9ffb21e7bc..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Null.ps1 +++ /dev/null @@ -1,167 +0,0 @@ -function Verify-Null { - param ( - [Parameter(ValueFromPipeline = $true)] - $Actual - ) - - if ($null -ne $Actual) { - throw [Exception]"Expected `$null but got '$Actual'." - } - - $Actual -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUN+iTSinGoqa8A1+jmsVFSlAI -# EL+ggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# Vms2oGhw8srydIGd2i7Az0tHPoAwDQYJKoZIhvcNAQEBBQAEggEAKqZyM67uzISa -# M7rtjgcIwX42CT0UGC+dEXd+5Eyx57Cguw5NcQ4uo4gpc2l0GWrUpleAS3GPphs4 -# GN4CpaBXC1hl8FZAhFv02CH0sXBTAhpz96k1SnihIguSoA01t8bTPepL2CwMgtKL -# 4C9BxOkT2wTFXl+EOxi/HTBRtY/BWWitSyb3AbhdFoAIVmYjkhXTB662JihLF2rO -# s9wDlOcrxkc5PvFUdFNRs1YgDphxcwPKm7yuN0lynd5yl/LSKtl/aooV+R37ExC9 -# 2nYigyEJWNtSwZgWuIZLg08pq3gis4YyFjeD60R0E87TVc/zvL1XT2E0X7i1aslb -# tCzF5m/Sq6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU5WjAjBgkqhkiG9w0BCQQx -# FgQUTSwIm78M/ijOlIdyW6HIW0AyoJAwDQYJKoZIhvcNAQEBBQAEggEAJZfUKUxv -# ALomFjq470qDrfgTULoW0a2ITjoP37VfOMoinQzChUOH207E2EBVT5mFR8ZL79fz -# /Axjwf5mpyX08yNbOUuoQhOvLAVbEgEnIeP2Je3McZEyrpG5GlsU9/kssHeVY0Bm -# q2FSyr7RVGuza41qR1jOhbG1ZbWobsTVcLnREqTjU1S3niErczTUQmZ4xgkYE8jP -# KRfugbpPazVyC28hixmSPGlNtnHKFB7GXz6yqldQRPS2TYL4C4O/puVOKEIa0qb9 -# f/XzVgLgtlpBU5uc5pHlQlF+MlGZUtYW4v5NzOtZXUaO/nx8Kw0vDjCU7uYOZXnM -# GuMFf1ADT8O29Q== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Same.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Same.ps1 deleted file mode 100644 index a97b8372c8bd..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Same.ps1 +++ /dev/null @@ -1,169 +0,0 @@ -function Verify-Same { - param ( - [Parameter(ValueFromPipeline = $true)] - $Actual, - [Parameter(Mandatory = $true, Position = 0)] - $Expected - ) - - if (-not [object]::ReferenceEquals($Expected, $Actual)) { - throw [Exception]"Expected the objects to be the same instance but they were not." - } - - $Actual -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQU5ixZyRe4q3esHS67yYfIaFCp -# LO+ggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# CWae2pz0F5RsnExRa9GHkncVhh4wDQYJKoZIhvcNAQEBBQAEggEAq/PWNYCPYMYP -# luKvxIjSe4zXqBdV43bsbAlHQRSQFgbZ2d6UuiK32fsr+cW9oPBB8j3uZ1TlGi4R -# OBVidleIfM8bEKZf/4dW0mSShhTHYtN84ojHMl6WvByNy/hNDdRDbLP+l4GeuVms -# YBdI/3/nPsvi4tc9E77uZNJtnUaiXIEOCLb1E8HU6nViQ1q02gXkm7M9SQXWsawf -# ve/78167re5xYcalwohxmtrXl8ANDXNFJyK+g9yh5YsCY1Y3G2sFZA97v7WDuJ/l -# cUdRcUpOunxbBZJ1oFO5xYvCl401h7XgfcgUigm4ymqNIuHRdzjFIg8aGxU4IvP3 -# uY6rIEQcNqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1MzU5WjAjBgkqhkiG9w0BCQQx -# FgQUC8ADQLCoEryfLavVpHmmmW2FZJswDQYJKoZIhvcNAQEBBQAEggEAfP+nztQn -# doSH4+DSPjaf8R7SIL0Lmq0klGzn+LY+2ESBO6D8See6fhoiydfEq3nQT8uhPQdB -# wRyns/1HsmGbg62GUXFdDtK0vTSFaOuizjwz9TizA70Bx1LsDk1RS87rqVIyvHYf -# tV3ie/oARzmEvHbZWQ4neyodXMNFTEVWeyBUk1ZKIK2d1rkMS8uGaoHhCFTLWtSX -# 6xpnijRMyAaU0yXOp4YaJVdkS9S6Q7BLwcCEHdGiOejXFDWBUYrVqvlO9LVnBx+s -# R4YPqCPQZpxPckOJ0RoCeUWaav5WYf7+b6kCQbKl6P74yuGrXZ+ZkZIQuMuJJxCY -# 7Ul3UWR0udwgvg== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Throw.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Throw.ps1 deleted file mode 100644 index bbe45302d615..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Throw.ps1 +++ /dev/null @@ -1,174 +0,0 @@ -function Verify-Throw { - param ( - [Parameter(Mandatory = $true, ValueFromPipeline = $true)] - [ScriptBlock]$ScriptBlock - ) - - $exceptionThrown = $false - try { - $null = & $ScriptBlock - } - catch { - $exceptionThrown = $true - $_ - } - - if (-not $exceptionThrown) { - throw [Exception]"An exception was expected, but no exception was thrown!" - } -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUh3v8Ta4eiyAQ1l1juU1xHkjy -# CPyggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# OUoTGnuqHMDltSlbUbCqwpZTU0UwDQYJKoZIhvcNAQEBBQAEggEAkrmxsDLQvwi0 -# 5eRXaxIvAIhfNM5pjb/oV9GVGF5+Wu8pXP/0p18b3opHkLzXwgIksy1kUlheL5Cl -# 5a8B+HyUJRDCwPGJ9bkz34Pe/lVLR9yU0KksoPi3UDkCkZfF5BUvi/eYmqV/kv4z -# 2clkCbm4twu5/xpEXvMJxgomdRt5Yv/ATL09Z/guRySkuyahoDhDdq1N0j02fSUd -# VN9FWeDEt4hn+RjYb2Bp/Env+X0exrbRClhzqI+PbsFk9ZXTqInuV8zO0To9nDyz -# MUpHbl75QzkJRD7MoEFjZK8Hq90md3ZH0XLqx1s19GyWKigzefpdzykufZUzxKcE -# Pbv0MIwuXaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDAwWjAjBgkqhkiG9w0BCQQx -# FgQUWXmNfUrnpRMMGTAhl5E3Tk1RFH4wDQYJKoZIhvcNAQEBBQAEggEAkFtltFQm -# YPn04A3ty9Hx8zmq3pmcdz7wSCq4hp3PVeYjRF5r36EngzpnPTcA8mXDYP3sjA/B -# siokJao0Mc8Zpl5moX5T00RFCcsTeOj9mfQAxUiKzDr72CiUM44rleqaUSx/nlf3 -# FFuJVtircWr1ZVSIZtFVmy60rVYyujS8irolB67iT1Ew0HzEc+X4meidmQaMmGME -# YV4unSwFKpVAmHu4abW+8EcY/qE1UPNahVASN+6o/7MC5npcPk8aH3wDPnnaJIpJ -# nSA475iw6llu7tNel+OJX7Bnl2XoIV75bI8FGuZI/rmEWfkxcnF1eZhXJZGqVLa7 -# G0rAwtsDw7/4Ug== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-True.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-True.ps1 deleted file mode 100644 index c115daf62643..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-True.ps1 +++ /dev/null @@ -1,167 +0,0 @@ -function Verify-True { - param ( - [Parameter(ValueFromPipeline = $true)] - $Actual - ) - - if (-not $Actual) { - throw [Exception]"Expected `$true but got '$Actual'." - } - - $Actual -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUWug5cBcRTOGv0wBtXiiUo3tO -# IeqggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# KYteVRU0YXArcMNiQZw9T93TWJkwDQYJKoZIhvcNAQEBBQAEggEAn2DwmFDui2go -# Nq+jiq3MOOpsDADaPoVLUnE6/2MYuyFvdfhynejMk2j73xsxfs3iYKwhVGTfKeQT -# OTnXQV7B7x9KJZc0d0Svq6CcLKYI+kr9JNyjtJIM80asobgs2OZlFs3UrnGTw54P -# 8gqRxHy/7snhM6hWAJSzs+BbeeXqTz/lu6hrRwEfxP7bHXZIqn0CK3Lsn3wr1o50 -# xC3m8/jv0mMm+ZtCL3fqrlpe+qQIpMwJ6Tm/oASjQsijP8cOYiKoE7HYUAgD2a4n -# +UC3SilfYZU5xfAHsv1IE1wfUYOgYEAt5ZxP6J1dHHcRsFIHre6VcalpUNBqwFix -# +D9EWMaUEKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDAwWjAjBgkqhkiG9w0BCQQx -# FgQUSgfYEJEFJTiPcpKSor96ZNAIGA4wDQYJKoZIhvcNAQEBBQAEggEAh0pfZ/NG -# sK7yHfn3jfWH8WJV/9JyNJ9CkZsSza+sXPWgizyUVaZnuAnlAUkoBviv01p78AuM -# abHKOWRaCaCPvvF5mcxVArmOhREZoij+47ZZbLAHHKq/RPmLrPdBcdiwWz8PzLwD -# Hr/VPMAr+VVuCKItWdhUmqjyrSgZe4yNZ8GgEK8w9etpyJFhY1Uq0192fnGlfRlz -# BmQhk8Ici4ov2e4N5rcUyG1vSa3jlh2xlq+GEPcD9SSKLBymLiC8R2KisubFzGwN -# 0I2MQF4XB3QDE0mqK2K8SqbgdiB+tg67AEZT4S8LzbcjBF+fW085cLT86ftJfuvK -# nN2POafbbbRvlA== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Type.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Type.ps1 deleted file mode 100644 index 045de9183429..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Axiom/Verify-Type.ps1 +++ /dev/null @@ -1,176 +0,0 @@ -function Verify-Type { - param ( - [Parameter(ValueFromPipeline = $true)] - $Actual, - [Parameter(Mandatory = $true, Position = 0)] - [Type]$Expected - ) - - if ($Actual -isnot $Expected) { - $message = "Expected value to be of type $($Expected.FullName)" - $Actual = "but got " + $(if ($null -eq $Actual) { - "''" - } - else { - "'$($Actual.GetType().FullName)'" - }) - throw [Exception]"$message, $Actual" - } - - $Actual -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUhh/oyrwBk1lPWIO59nR56UXG -# FoCggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# rGXhUQRKlSRDAbHk9SKPsbw+FdkwDQYJKoZIhvcNAQEBBQAEggEAA8isVnHEssjh -# WwVZ4O63LYIB/Uy1gv/81/ma/8fwTVfwmgheO5bSzsQu9RffNy+caauq42OXtRz0 -# SB/ahM1FxDko4eXx0yUvizCRsiAOdhd0gEasl3luPCtlpHKQ2cjK7f0Hybbh4WuV -# I2un1Ux1wrDDRZFG1Lc4JGnD+FWPW6UCkFJK1n30oCt7akKrWLIdw+1SoNxoUJ8U -# d01TgeQtidYEtMFtHLVrRL0LB8K7UbDf07+XEAwGT84cW0FNEZ/Si7YiIgcaR+73 -# tSt4cEU381uJUxxLMfC8VLvzUfAWywjtGdGLh/IH6yEoOos3MVFqtrDKwiWUrAPM -# w4WzpDCgOqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDAwWjAjBgkqhkiG9w0BCQQx -# FgQUw+maDLetDsMMch8XLeFD3mDv8K8wDQYJKoZIhvcNAQEBBQAEggEAMIT1AJN3 -# 3eedJDUPO5Ebd84iOGTOzig8s6pTZPJT5w/62AHLRTy4LDQepkTK0B8flLwxKMa4 -# WFtpB9JncMyXLkcocfICaEtbjLIwkZFnSePY0Th4/bMIuwhNm1QcbuMiIrStZ7WB -# +FNbEHZdPuwgQI75a4YYrocGK6QtfvxIhPeKZ4mGaRaF9Vp81i9b0H3EqMU8659a -# sPkWfDgle7Q42oqx4GMjQcqoualsJ9lGK/xQ3dBZYr5fZCFSmBcpQQUoa3pYqoOY -# 4Vbct7gncB00Iu8OFXtyt1n+IDPAql/NZpawBj/gwgH0XDfagRQ5/KIuSsFJAG88 -# VcgQFeijaIdf2g== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Format/Format.psm1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Format/Format.psm1 deleted file mode 100644 index 6ffb3c9f5c7f..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/Format/Format.psm1 +++ /dev/null @@ -1,360 +0,0 @@ -Import-Module $PSScriptRoot\..\TypeClass\TypeClass.psm1 -DisableNameChecking - -function Format-Collection ($Value, [switch]$Pretty) { - $Limit = 10 - $separator = ', ' - if ($Pretty) { - $separator = ",`n" - } - #$count = $Value.Count - #$trimmed = $count -gt $Limit - '@(' + (($Value | Select -First $Limit | % { Format-Nicely -Value $_ -Pretty:$Pretty }) -join $separator ) + <# $(if ($trimmed) {' +' + [string]($count-$limit)}) + #> ')' -} - -function Format-Object ($Value, $Property, [switch]$Pretty) { - if ($null -eq $Property) { - $Property = $Value.PSObject.Properties | Select-Object -ExpandProperty Name - } - $valueType = Get-ShortType $Value - $valueFormatted = ([string]([PSObject]$Value | Select-Object -Property $Property)) - - if ($Pretty) { - $margin = " " - $valueFormatted = $valueFormatted ` - -replace '^@{', "@{`n$margin" ` - -replace '; ', ";`n$margin" ` - -replace '}$', "`n}" ` - - } - - $valueFormatted -replace "^@", $valueType -} - -function Format-Null { - '$null' -} - -function Format-String ($Value) { - if ('' -eq $Value) { - return '' - } - - "'$Value'" -} - -function Format-Date ($Value) { - $Value.ToString('o') -} - -function Format-Boolean ($Value) { - '$' + $Value.ToString().ToLower() -} - -function Format-ScriptBlock ($Value) { - '{' + $Value + '}' -} - -function Format-Number ($Value) { - [string]$Value -} - -function Format-Hashtable ($Value) { - $head = '@{' - $tail = '}' - - $entries = $Value.Keys | sort | foreach { - $formattedValue = Format-Nicely $Value.$_ - "$_=$formattedValue" } - - $head + ( $entries -join '; ') + $tail -} - -function Format-Dictionary ($Value) { - $head = 'Dictionary{' - $tail = '}' - - $entries = $Value.Keys | sort | foreach { - $formattedValue = Format-Nicely $Value.$_ - "$_=$formattedValue" } - - $head + ( $entries -join '; ') + $tail -} - -function Format-Nicely ($Value, [switch]$Pretty) { - if ($null -eq $Value) { - return Format-Null -Value $Value - } - - if ($Value -is [bool]) { - return Format-Boolean -Value $Value - } - - if ($Value -is [string]) { - return Format-String -Value $Value - } - - if ($Value -is [DateTime]) { - return Format-Date -Value $Value - } - - if ($value -is [Type]) { - return '[' + (Format-Type -Value $Value) + ']' - } - - if (Is-DecimalNumber -Value $Value) { - return Format-Number -Value $Value - } - - if (Is-ScriptBlock -Value $Value) { - return Format-ScriptBlock -Value $Value - } - - if (Is-Value -Value $Value) { - return $Value - } - - if (Is-Hashtable -Value $Value) { - # no advanced formatting of objects in the first version, till I balance it - return [string]$Value - #return Format-Hashtable -Value $Value - } - - if (Is-Dictionary -Value $Value) { - # no advanced formatting of objects in the first version, till I balance it - return [string]$Value - #return Format-Dictionary -Value $Value - } - - if (Is-Collection -Value $Value) { - return Format-Collection -Value $Value -Pretty:$Pretty - } - - # no advanced formatting of objects in the first version, till I balance it - return [string]$Value - # Format-Object -Value $Value -Property (Get-DisplayProperty $Value) -Pretty:$Pretty -} - -function Sort-Property ($InputObject, [string[]]$SignificantProperties, $Limit = 4) { - - $properties = @($InputObject.PSObject.Properties | - where { $_.Name -notlike "_*"} | - select -expand Name | - sort) - $significant = @() - $rest = @() - foreach ($p in $properties) { - if ($significantProperties -contains $p) { - $significant += $p - } - else { - $rest += $p - } - } - - #todo: I am assuming id, name properties, so I am just sorting the selected ones by name. - (@($significant | sort) + $rest) | Select -First $Limit - -} - -function Get-DisplayProperty ($Value) { - Sort-Property -InputObject $Value -SignificantProperties 'id', 'name' -} - -function Get-ShortType ($Value) { - if ($null -ne $value) { - $type = Format-Type $Value.GetType() - # PSCustomObject serializes to the whole type name on normal PS but to - # just PSCustomObject on PS Core - - $type ` - -replace "^System\." ` - -replace "^Management\.Automation\.PSCustomObject$", "PSObject" ` - -replace "^PSCustomObject$", "PSObject" ` - -replace "^Object\[\]$", "collection" ` - - } - else { - Format-Type $null - } -} - -function Format-Type ([Type]$Value) { - if ($null -eq $Value) { - return '' - } - - [string]$Value -} - - -Export-ModuleMember -Function @( - 'Format-Collection' - 'Format-Object' - 'Format-Null' - 'Format-Boolean' - 'Format-String' - 'Format-Date' - 'Format-ScriptBlock' - 'Format-Number' - 'Format-Hashtable' - 'Format-Dictionary' - 'Format-Type' - 'Format-Nicely' - 'Get-DisplayProperty' - 'Get-ShortType' -) - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUjtC16cvZvdBCZkGxpnItZuwf -# swmggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# tQRXOVQEuEPUxznJuHx5NwmCfGYwDQYJKoZIhvcNAQEBBQAEggEAZxlBdsd3SzhW -# XVtsRV0TJRb2TSKqAcd+fr96DWP5lvTIcujU430CDZQZK7r3SeygIEkHgdcdp1Lq -# wzddxByJK4lTMd0bC4eZCEq8Li+s7PzO+l28MgqJTg3JX/QXTcjsK8wdgynytm8x -# Pq8QWC+upCQRR4viCX+i8Ln9daj4eY7GYzdLs/4BjTBo2KALD3MgMsd5rQ7VThdi -# ufkcDF5g1744/pzd6WMXWp8tlNlqMzD9gcxqNhDcpTPAkBYwgADjXs3qn39Oso97 -# IFf1VELLRA2BUpEMmPEWaEkpD2if+Lqhg9o8zHtVT72sBnY7RradphiB0lVo6cBP -# 5MqLBEGDEKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDAxWjAjBgkqhkiG9w0BCQQx -# FgQUeYGbDWSb12T4672SnkhOtAfscCQwDQYJKoZIhvcNAQEBBQAEggEAT10VXA0P -# WAmG5jxWpjNSGtiwnMyFwJeGCP4WrtEGaUvq+162OFn86DGoChuCgQM+WmELrays -# 82lhy1jTU6+1mOprNhKmfnZi4wkAIWmN8h3KQumz/EejEB2+FqphSEsQIiRjn8Xk -# Kyvigmhp9FW5W/2CPrzobN0nt5P4H7edePq1tpyafaT4hcyjjHieYlZl+TS9Btpt -# u8q0+LJF17Gl/61SvJRNmJKwW6PBDAKNmB9xvx6hf3HyoDoXPnzAu1qzbgBma5gu -# Empq/eToRWq2aSpbQ2/OXmihYkEk5evcAOJQ/ZELJavL6cuqAXPppt5IoVpZSYIB -# 2QIyML62i19OJg== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/TypeClass/TypeClass.psm1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/TypeClass/TypeClass.psm1 deleted file mode 100644 index 28c42419c0cb..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Dependencies/TypeClass/TypeClass.psm1 +++ /dev/null @@ -1,196 +0,0 @@ -function Is-Value ($Value) { - $Value = $($Value) - $Value -is [ValueType] -or $Value -is [string] -or $value -is [scriptblock] -} - -function Is-Collection ($Value) { - # check for value types and strings explicitly - # because otherwise it does not work for decimal - # so let's skip all values we definitely know - # are not collections - if ($Value -is [ValueType] -or $Value -is [string]) { - return $false - } - - -not [object]::ReferenceEquals($Value, $($Value)) -} - -function Is-ScriptBlock ($Value) { - $Value -is [ScriptBlock] -} - -function Is-DecimalNumber ($Value) { - $Value -is [float] -or $Value -is [single] -or $Value -is [double] -or $Value -is [decimal] -} - -function Is-Hashtable ($Value) { - $Value -is [hashtable] -} - -function Is-Dictionary ($Value) { - $Value -is [System.Collections.IDictionary] -} - - -function Is-Object ($Value) { - # here we need to approximate that that object is not value - # or any special category of object, so other checks might - # need to be added - - -not ($null -eq $Value -or (Is-Value -Value $Value) -or (Is-Collection -Value $Value)) -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUICiyjxBewBLZ6r+DoKQLGcVi -# QMqggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# pcp0gZs5EQzma9nUl+3Q3m509OkwDQYJKoZIhvcNAQEBBQAEggEAb7lNzteTzUQM -# UHOQ7sgrNPS6HrWBr0sv7zCztgj0iGCikfXLKt2sG2ATXZFF6kTzqjg13kp3sVC4 -# B2oaczqmPoVPiULX0FxCmuqKrfU5YCYB0pH1USGicDtpLVCO6l+1wWejoM+ioPSK -# VlL85Avnmwb6g0w0+otfBgW3AefKXofsSnqNFzeDPa5Xn4vXWDbVcJFRs8i1jlec -# 3Pdcc2TAxllmCbw03yCv5uFQjJ9rs9kdjooet1EG6xkur/w8zk/I+pXE0w/DkL+z -# Zyo+UjQuSILO0ho575xqqRYz8gSHc4NKTAwaSjQi5eVGFtblpQCgwEsTaGEO4XMw -# 9EFZZVhcRqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDAxWjAjBgkqhkiG9w0BCQQx -# FgQULBnz1NWQv8TfY3OK1GoL/55tJQ8wDQYJKoZIhvcNAQEBBQAEggEAk1mW/y1u -# x7PBCpXm0wfMRL1v2X3FPwa1NjPfJwyQzjSctBu/lNa6zZOLq880Q2xzO+aO9IWd -# JOnlR1E39e7g0o3P/dtTrqwgd4zaQ9FbQ+fsoN/RetoqEwJ/CpIQfUFZYJGKbq86 -# eVA2Pc0olG6hC8W7EiTVJAP3N5nwaY73SzphYncsh7nuFNIpb/b/V/HmULhO7lG8 -# kvvHBuakspeT5mlRz5MNu9fT27K2v02YAQjtCzT1+0rTtjFxW7RRXVREJPmnMFX8 -# 2mZqn9RbEEU8VJAl8/Pwsrm9CZUGP9OuFE6rZBjz+R7n+glvhXPBlh9k3UpdAAjH -# Je+NF9OTIreZKg== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Be.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Be.ps1 deleted file mode 100644 index d1da4c558c98..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Be.ps1 +++ /dev/null @@ -1,477 +0,0 @@ -#Be -function Should-Be ($ActualValue, $ExpectedValue, [switch] $Negate, [string] $Because) { - <# -.SYNOPSIS -Compares one object with another for equality -and throws if the two objects are not the same. - -.EXAMPLE -$actual = "Actual value" -PS C:\>$actual | Should -Be "actual value" - -This test will pass. -Be is not case sensitive. -For a case sensitive assertion, see -BeExactly. - -.EXAMPLE -$actual = "Actual value" -PS C:\>$actual | Should -Be "not actual value" - -This test will fail, as the two strings are not identical. -#> - [bool] $succeeded = ArraysAreEqual $ActualValue $ExpectedValue - - if ($Negate) { - $succeeded = -not $succeeded - } - - $failureMessage = '' - - if (-not $succeeded) { - if ($Negate) { - $failureMessage = NotShouldBeFailureMessage -ActualValue $ActualValue -Expected $ExpectedValue -Because $Because - } - else { - $failureMessage = ShouldBeFailureMessage -ActualValue $ActualValue -Expected $ExpectedValue -Because $Because - } - } - - return & $SafeCommands['New-Object'] psobject -Property @{ - Succeeded = $succeeded - FailureMessage = $failureMessage - } -} - -function ShouldBeFailureMessage($ActualValue, $ExpectedValue, $Because) { - # This looks odd; it's to unroll single-element arrays so the "-is [string]" expression works properly. - $ActualValue = $($ActualValue) - $ExpectedValue = $($ExpectedValue) - - if (-not (($ExpectedValue -is [string]) -and ($ActualValue -is [string]))) { - return "Expected $(Format-Nicely $ExpectedValue),$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." - } - <#joining the output strings to a single string here, otherwise I get - Cannot find an overload for "Exception" and the argument count: "4". - at line: 63 in C:\Users\nohwnd\github\pester\Functions\Assertions\Should.ps1 - - This is a quickwin solution, doing the join in the Should directly might be better - way of doing this. But I don't want to mix two problems. - #> - (Get-CompareStringMessage -Expected $ExpectedValue -Actual $ActualValue -Because $Because) -join "`n" -} - -function NotShouldBeFailureMessage($ActualValue, $ExpectedValue, $Because) { - return "Expected $(Format-Nicely $ExpectedValue) to be different from the actual value,$(Format-Because $Because) but got the same value." -} - -Add-AssertionOperator -Name Be ` - -InternalName Should-Be ` - -Test ${function:Should-Be} ` - -Alias 'EQ' ` - -SupportsArrayInput - -#BeExactly -function Should-BeExactly($ActualValue, $ExpectedValue, $Because) { - <# -.SYNOPSIS -Compares one object with another for equality and throws if the -two objects are not the same. This comparison is case sensitive. - -.EXAMPLE -$actual = "Actual value" -PS C:\>$actual | Should -Be "Actual value" - -This test will pass. The two strings are identical. - -.EXAMPLE -$actual = "Actual value" -PS C:\>$actual | Should -Be "actual value" - -This test will fail, as the two strings do not match case sensitivity. -#> - [bool] $succeeded = ArraysAreEqual $ActualValue $ExpectedValue -CaseSensitive - - if ($Negate) { - $succeeded = -not $succeeded - } - - $failureMessage = '' - - if (-not $succeeded) { - if ($Negate) { - $failureMessage = NotShouldBeExactlyFailureMessage -ActualValue $ActualValue -ExpectedValue $ExpectedValue -Because $Because - } - else { - $failureMessage = ShouldBeExactlyFailureMessage -ActualValue $ActualValue -ExpectedValue $ExpectedValue -Because $Because - } - } - - return New-Object psobject -Property @{ - Succeeded = $succeeded - FailureMessage = $failureMessage - } -} - -function ShouldBeExactlyFailureMessage($ActualValue, $ExpectedValue, $Because) { - # This looks odd; it's to unroll single-element arrays so the "-is [string]" expression works properly. - $ActualValue = $($ActualValue) - $ExpectedValue = $($ExpectedValue) - - if (-not (($ExpectedValue -is [string]) -and ($ActualValue -is [string]))) { - return "Expected exactly $(Format-Nicely $ExpectedValue),$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." - } - <#joining the output strings to a single string here, otherwise I get - Cannot find an overload for "Exception" and the argument count: "4". - at line: 63 in C:\Users\nohwnd\github\pester\Functions\Assertions\Should.ps1 - - This is a quickwin solution, doing the join in the Should directly might be better - way of doing this. But I don't want to mix two problems. - #> - (Get-CompareStringMessage -Expected $ExpectedValue -Actual $ActualValue -CaseSensitive -Because $Because) -join "`n" -} - -function NotShouldBeExactlyFailureMessage($ActualValue, $ExpectedValue, $Because) { - return "Expected $(Format-Nicely $ExpectedValue) to be different from the actual value,$(Format-Because $Because) but got exactly the same value." -} - -Add-AssertionOperator -Name BeExactly ` - -InternalName Should-BeExactly ` - -Test ${function:Should-BeExactly} ` - -Alias 'CEQ' ` - -SupportsArrayInput - - -#common functions -function Get-CompareStringMessage { - param( - [Parameter(Mandatory = $true)] - [AllowEmptyString()] - [String]$ExpectedValue, - [Parameter(Mandatory = $true)] - [AllowEmptyString()] - [String]$Actual, - [switch]$CaseSensitive, - $Because - ) - - $ExpectedValueLength = $ExpectedValue.Length - $actualLength = $actual.Length - $maxLength = $ExpectedValueLength, $actualLength | & $SafeCommands['Sort-Object'] -Descending | & $SafeCommands['Select-Object'] -First 1 - - $differenceIndex = $null - for ($i = 0; $i -lt $maxLength -and ($null -eq $differenceIndex); ++$i) { - $differenceIndex = if ($CaseSensitive -and ($ExpectedValue[$i] -cne $actual[$i])) { - $i - } - elseif ($ExpectedValue[$i] -ne $actual[$i]) { - $i - } - } - - if ($null -ne $differenceIndex) { - "Expected strings to be the same,$(Format-Because $Because) but they were different." - - if ($ExpectedValue.Length -ne $actual.Length) { - "Expected length: $ExpectedValueLength" - "Actual length: $actualLength" - "Strings differ at index $differenceIndex." - } - else { - "String lengths are both $ExpectedValueLength." - "Strings differ at index $differenceIndex." - } - $ellipsis = "..." - $excerptSize = 5; - "Expected: '{0}'" -f ( $ExpectedValue | Format-AsExcerpt -startIndex $differenceIndex -excerptSize $excerptSize -excerptMarker $ellipsis | Expand-SpecialCharacters ) - "But was: '{0}'" -f ( $actual | Format-AsExcerpt -startIndex $differenceIndex -excerptSize $excerptSize -excerptMarker $ellipsis | Expand-SpecialCharacters ) - - } -} -function Format-AsExcerpt { - param ( - [Parameter(Mandatory = $true, ValueFromPipeline = $true, ValueFromPipelineByPropertyName = $true)] - [AllowEmptyString()] - [string]$InputObject, - [Parameter(Mandatory = $true, ValueFromPipelineByPropertyName = $true)] - [int]$startIndex, - [Parameter(Mandatory = $true, ValueFromPipelineByPropertyName = $true)] - [int]$excerptSize, - [Parameter(Mandatory = $true, ValueFromPipelineByPropertyName = $true)] - [string]$excerptMarker - ) - $InputObjectDisplay="" - $displayDifferenceIndex = $startIndex - $excerptSize - $maximumStringLength = 40 - $maximumSubstringLength = $excerptSize * 2 - $substringLength = $InputObject.Length - $displayDifferenceIndex - if ($substringLength -gt $maximumSubstringLength) { - $substringLength = $maximumSubstringLength - } - if ($displayDifferenceIndex + $substringLength -lt $InputObject.Length) { - $endExcerptMarker = $excerptMarker - } - if ($displayDifferenceIndex -lt 0) { - $displayDifferenceIndex = 0 - } - if ($InputObject.length -ge $maximumStringLength) { - if ($displayDifferenceIndex -ne 0) { - $InputObjectDisplay = $excerptMarker - } - $InputObjectDisplay += $InputObject.Substring($displayDifferenceIndex, $substringLength) + $endExcerptMarker - } - else { - $InputObjectDisplay = $InputObject - } - $InputObjectDisplay -} - - - -function Expand-SpecialCharacters { - param ( - [Parameter(Mandatory = $true, ValueFromPipeline = $true, ValueFromPipelineByPropertyName = $true)] - [AllowEmptyString()] - [string[]]$InputObject) - process { - $InputObject -replace "`n", "\n" -replace "`r", "\r" -replace "`t", "\t" -replace "`0", "\0" -replace "`b", "\b" - } -} - -function ArraysAreEqual { - param ( - [object[]] $First, - [object[]] $Second, - [switch] $CaseSensitive, - [int] $RecursionDepth = 0, - [int] $RecursionLimit = 100 - ) - $RecursionDepth++ - - if ($RecursionDepth -gt $RecursionLimit) { - throw "Reached the recursion depth limit of $RecursionLimit when comparing arrays $First and $Second. Is one of your arrays cyclic?" - } - - # Do not remove the subexpression @() operators in the following two lines; doing so can cause a - # silly error in PowerShell v3. (Null Reference exception from the PowerShell engine in a - # method called CheckAutomationNullInCommandArgumentArray(System.Object[]) ). - $firstNullOrEmpty = ArrayOrSingleElementIsNullOrEmpty -Array @($First) - $secondNullOrEmpty = ArrayOrSingleElementIsNullOrEmpty -Array @($Second) - - if ($firstNullOrEmpty -or $secondNullOrEmpty) { - return $firstNullOrEmpty -and $secondNullOrEmpty - } - - if ($First.Count -ne $Second.Count) { - return $false - } - - for ($i = 0; $i -lt $First.Count; $i++) { - if ((IsArray $First[$i]) -or (IsArray $Second[$i])) { - if (-not (ArraysAreEqual -First $First[$i] -Second $Second[$i] -CaseSensitive:$CaseSensitive -RecursionDepth $RecursionDepth -RecursionLimit $RecursionLimit)) { - return $false - } - } - else { - if ($CaseSensitive) { - $comparer = { param($Actual, $Expected) $Expected -ceq $Actual } - } - else { - $comparer = { param($Actual, $Expected) $Expected -eq $Actual } - } - - if (-not (& $comparer $First[$i] $Second[$i])) { - return $false - } - } - } - - return $true -} - -function ArrayOrSingleElementIsNullOrEmpty { - param ([object[]] $Array) - - return $null -eq $Array -or $Array.Count -eq 0 -or ($Array.Count -eq 1 -and $null -eq $Array[0]) -} - -function IsArray { - param ([object] $InputObject) - - # Changing this could cause infinite recursion in ArraysAreEqual. - # see https://github.com/pester/Pester/issues/785#issuecomment-322794011 - return $InputObject -is [Array] -} - -function ReplaceValueInArray { - param ( - [object[]] $Array, - [object] $Value, - [object] $NewValue - ) - - foreach ($object in $Array) { - if ($Value -eq $object) { - $NewValue - } - elseif (@($object).Count -gt 1) { - ReplaceValueInArray -Array @($object) -Value $Value -NewValue $NewValue - } - else { - $object - } - } -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUA9c23VB2YZe72DevXxLvvut/ -# vfKggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# GNBypn2qKM7QdzWa7Ted0IYneikwDQYJKoZIhvcNAQEBBQAEggEArbRlvL2qL6de -# mg0H17RJIxKqveYbYxdGMQNuECClvSto2hVjBjGeXRFu+RBKAgRr+svDEf38V4UJ -# unU2wBhyZuxQuSfIja5klF3VW3GAYJlUSm7L888ia7dbkrf1B8UZAbIHJFjNfBBl -# BVtzuOKZeRyBGrQ2a77ulkVvsE5Up0oQf772K7luio7xJUmR/cQQOQIJRcsI9uGF -# YJrw9EIZLqni2yrWhkRCquqW0Ilk7XQ5iQXlctxqNuX4p+Qbyu02jLgUJoHANq1M -# RpGfzy1+9DFBrxlUCoHKv45onyHuSlzmZdkpPGvfi3LFL3hII1APH7zvdEmpD4Xn -# ixEwy4eVYaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA5WjAjBgkqhkiG9w0BCQQx -# FgQUjSdfk6pWiqmNAgjm5zAhchfZgOEwDQYJKoZIhvcNAQEBBQAEggEAJzDUojio -# u8bWu1Jd389pJCo7Fnba9IbO7M8LOTcWAIgvnNeHVxIRAM5C8EEmAVsGOyiY9YxX -# pp2cYjYAeunXVR7/zKSIKrDdxyXqAJZj6zZZdmxZqlJfcJ9eRz1FPB/mUbjGEXeg -# Seh6QxTQrINHM5PcGKFxyJ+z+Z0cFYJTyEOEkyyYDuW2CDLjj03Scx9TwrEjH8AA -# rSjAFrI1AM6Gdt6SZk8MqrO93IwvZrJTn3IVQ2RTw/5hJso72K6Jlx7lcFZUZUfs -# kukurKQ2xco68/RQP55yzPPakSYcf9E97YfrWPdOgIG6tN83wDmeVsS7XxbsBJ9P -# o5IEp8tZn7s2gg== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeGreaterThan.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeGreaterThan.ps1 deleted file mode 100644 index ba0228ed7ada..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeGreaterThan.ps1 +++ /dev/null @@ -1,232 +0,0 @@ -function Should-BeGreaterThan($ActualValue, $ExpectedValue, [switch] $Negate, [string] $Because) { - <# -.SYNOPSIS -Asserts that a number (or other comparable value) is greater than an expected value. -Uses PowerShell's -gt operator to compare the two values. - -.EXAMPLE -2 | Should -BeGreaterThan 0 -This test passes, as PowerShell evaluates `2 -gt 0` as true. -#> - if ($Negate) { - return Should-BeLessOrEqual -ActualValue $ActualValue -ExpectedValue $ExpectedValue -Negate:$false -Because $Because - } - - if ($ActualValue -le $ExpectedValue) { - return New-Object psobject -Property @{ - Succeeded = $false - FailureMessage = "Expected the actual value to be greater than $(Format-Nicely $ExpectedValue),$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." - } - } - - return New-Object psobject -Property @{ - Succeeded = $true - } -} - - -function Should-BeLessOrEqual($ActualValue, $ExpectedValue, [switch] $Negate, [string] $Because) { - <# -.SYNOPSIS -Asserts that a number (or other comparable value) is lower than, or equal to an expected value. -Uses PowerShell's -le operator to compare the two values. - -.EXAMPLE -1 | Should -BeLessOrEqual 10 -This test passes, as PowerShell evaluates `1 -le 10` as true. - -.EXAMPLE -10 | Should -BeLessOrEqual 10 -This test also passes, as PowerShell evaluates `10 -le 10` as true. -#> - if ($Negate) { - return Should-BeGreaterThan -ActualValue $ActualValue -ExpectedValue $ExpectedValue -Negate:$false -Because $Because - } - - if ($ActualValue -gt $ExpectedValue) { - return New-Object psobject -Property @{ - Succeeded = $false - FailureMessage = "Expected the actual value to be less than or equal to $(Format-Nicely $ExpectedValue),$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." - } - } - - return New-Object psobject -Property @{ - Succeeded = $true - } -} - -Add-AssertionOperator -Name BeGreaterThan ` - -InternalName Should-BeGreaterThan ` - -Test ${function:Should-BeGreaterThan} ` - -Alias 'GT' - -Add-AssertionOperator -Name BeLessOrEqual ` - -InternalName Should-BeLessOrEqual ` - -Test ${function:Should-BeLessOrEqual} ` - -Alias 'LE' - -#keeping tests happy -function ShouldBeGreaterThanFailureMessage() { -} -function NotShouldBeGreaterThanFailureMessage() { -} - -function ShouldBeLessOrEqualFailureMessage() { -} -function NotShouldBeLessOrEqualFailureMessage() { -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUNzhWrZj1EvL4bWFmv5tSKNnQ -# sFyggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# kbq7WTLHTCunkI4Ag5RwkaqRGrYwDQYJKoZIhvcNAQEBBQAEggEAoyxw3uxIheEl -# qHQQHeRQRB70NKOsZt2E/fb/M4srPlcRT/HPNFmMkAGEBt6DSz03o4qEkuNJ52Fj -# iyGDMd4Eqolb7kDx6MKIQyGtRKsy0NlaGCTtNpILgEYCKK+qdVwO14vIw73tZXmk -# wU8VmjQ61PTnsGsT9pAIc/nqROCnadqH+tVdfhaKVDmsimSevGG5F3nOt49zuBNA -# ZjYfYxlahOytDEAlYYIiDOpIA6yVHXPCX+XW4z5lY77+w7v5ZxWjQUPPSLxCLMMo -# sKwYCV+gbay8e5cf03WXm98/BhvqZybvwwvx4MUSopddK9+FazdJtUlqKjYbbzSP -# Xk+6FmQGxaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA5WjAjBgkqhkiG9w0BCQQx -# FgQUbjU0e/UNDu+7lGVTZAt9UWaebM4wDQYJKoZIhvcNAQEBBQAEggEAE5s6bZwm -# JQ796/PdcAK551cptpQMfQzQH26Awzcyn7GMkvSu2TNUPLW5cad0HLmp8yA4jFsw -# mkJhfAZh8IXZ4UjNtMzwrAKZ0C7RW7Dnb/GY3PXt/MhVGFJig9Mb6QgQIhGNGnk1 -# 9fTy53dZfzG9K6DaUtmvUFiEwnRNuV1tzq1GCPZ8qVc7H7ohr3HhcsWbBOX9pwQg -# 7WgVOs8Ksbgq8eyOk6U6jOiMrBgVz0IXTrNKh3jXu8iyRpUVxHez+MjShSsmAE6N -# sj8NOVJY0vTnpki4SkzJZ7BxzZX6B/sdD2pWhwtvoCycAGDZIUe0QoiPEp92RbnW -# aYFkb2ubeIeiuQ== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeIn.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeIn.ps1 deleted file mode 100644 index dcce517a7fd4..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeIn.ps1 +++ /dev/null @@ -1,199 +0,0 @@ -function Should-BeIn($ActualValue, $ExpectedValue, [switch] $Negate, [string] $Because) { - <# -.SYNOPSIS -Asserts that a collection of values contain a specific value. -Uses PowerShell's -contains operator to confirm. - -.EXAMPLE -1 | Should -BeIn @(1,2,3,'a','b','c') -This test passes, as 1 exists in the provided collection. -#> - [bool] $succeeded = $ExpectedValue -contains $ActualValue - if ($Negate) { - $succeeded = -not $succeeded - } - - if (-not $succeeded) { - if ($Negate) { - return New-Object psobject -Property @{ - Succeeded = $false - FailureMessage = "Expected collection $(Format-Nicely $ExpectedValue) to not contain $(Format-Nicely $ActualValue),$(Format-Because $Because) but it was found." - } - } - else { - return New-Object psobject -Property @{ - Succeeded = $false - FailureMessage = "Expected collection $(Format-Nicely $ExpectedValue) to contain $(Format-Nicely $ActualValue),$(Format-Because $Because) but it was not found." - } - } - } - - return New-Object psobject -Property @{ - Succeeded = $true - } -} - -Add-AssertionOperator -Name BeIn ` - -InternalName Should-BeIn ` - -Test ${function:Should-BeIn} - - -function ShouldBeInFailureMessage() { -} -function NotShouldBeInFailureMessage() { -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUs/T5jprtM3OEJ8vvRjOKIfeX -# Da6ggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# YaHuvfpWuOwVwsNLtC5F63HhYOYwDQYJKoZIhvcNAQEBBQAEggEAqwnFUHp+1lbg -# 3eP32mLW4rTd4KaQYaGl8IkPHWvODcQyqHyYudSmGR9U8Y3hzV59UbRoH69QpVmC -# 6I7WoXbF+EZt793werjwKNmx2w3wozb9/2vY6ZxrW959bL+/32Jc041sqC6McloV -# 2GKmlz9+j6mvxljCbNKS/xNA7C1monswqVuEYS8V3y73z0stEvj/HqVueKllObLd -# bW/T6Frvb8sLV5xfji9k5UOXKCgSyK213krmtB0gxiQvaK0FZooo+Yvj/iCOpmaU -# 7xlWyXp/di2EgkrUUbIeeQb47dybH3gnsj7PdUOswh3mPAm4FQegH9uKygup4k/2 -# xLTrmRnrFqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA5WjAjBgkqhkiG9w0BCQQx -# FgQUkGIScJcVYA9B90G48An3fNkLwiEwDQYJKoZIhvcNAQEBBQAEggEAjqWALKUX -# ks5SfcWZghTE0bZpHUKpnWV5QnlCHyyAL+YpPdlMI+fnh/FveBOVsQGcihuwy3GL -# 5CFYfAkSrABhk0G6iAgmgycRwF3K8WWjhrMeTYd615yU6RMRv7SUTKoy/una/oCq -# IzA5VPwhDtXIUh+ul6Trck6rF20N+5OapN5B3j03t1FsULZ0gaCtRVAx+UNRnV1p -# zn0SXwnrhAWiZNnCSxmrbphlrWfcdxLrztKs6XcdMXgGrcSio3IsE976DwSijJV9 -# S1aI1uXQXUXIX7NLWqfcFZuZL13GjFY4vySIyFyo4nLOCbxrwBsJA04stmNbskjK -# OIgkf7DuiCpTCA== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLessThan.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLessThan.ps1 deleted file mode 100644 index 0b8ceaf72d0c..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLessThan.ps1 +++ /dev/null @@ -1,232 +0,0 @@ -function Should-BeLessThan($ActualValue, $ExpectedValue, [switch] $Negate, [string] $Because) { - <# -.SYNOPSIS -Asserts that a number (or other comparable value) is lower than an expected value. -Uses PowerShell's -lt operator to compare the two values. - -.EXAMPLE -1 | Should -BeLessThan 10 -This test passes, as PowerShell evaluates `1 -lt 10` as true. -#> - if ($Negate) { - return Should-BeGreaterOrEqual -ActualValue $ActualValue -ExpectedValue $ExpectedValue -Negate:$false -Because $Because - } - - if ($ActualValue -ge $ExpectedValue) { - return New-Object psobject -Property @{ - Succeeded = $false - FailureMessage = "Expected the actual value to be less than $(Format-Nicely $ExpectedValue),$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." - } - } - - return New-Object psobject -Property @{ - Succeeded = $true - } -} - - -function Should-BeGreaterOrEqual($ActualValue, $ExpectedValue, [switch] $Negate, [string] $Because) { - <# -.SYNOPSIS -Asserts that a number (or other comparable value) is greater than or equal to an expected value. -Uses PowerShell's -ge operator to compare the two values. - -.EXAMPLE -2 | Should -BeGreaterOrEqual 0 -This test passes, as PowerShell evaluates `2 -ge 0` as true. - -.EXAMPLE -2 | Should -BeGreaterOrEqual 2 -This test also passes, as PowerShell evaluates `2 -ge 2` as true. -#> - if ($Negate) { - return Should-BeLessThan -ActualValue $ActualValue -ExpectedValue $ExpectedValue -Negate:$false -Because $Because - } - - if ($ActualValue -lt $ExpectedValue) { - return New-Object psobject -Property @{ - Succeeded = $false - FailureMessage = "Expected the actual value to be greater than or equal to $(Format-Nicely $ExpectedValue),$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." - } - } - - return New-Object psobject -Property @{ - Succeeded = $true - } -} - -Add-AssertionOperator -Name BeLessThan ` - -InternalName Should-BeLessThan ` - -Test ${function:Should-BeLessThan} ` - -Alias 'LT' - -Add-AssertionOperator -Name BeGreaterOrEqual ` - -InternalName Should-BeGreaterOrEqual ` - -Test ${function:Should-BeGreaterOrEqual} ` - -Alias 'GE' - -#keeping tests happy -function ShouldBeLessThanFailureMessage() { -} -function NotShouldBeLessThanFailureMessage() { -} - -function ShouldBeGreaterOrEqualFailureMessage() { -} -function NotShouldBeGreaterOrEqualFailureMessage() { -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUyW7BoYLN+rhkh0Age/nVi7Ed -# gACggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# JD1IbGhBmTLV3Gy57mDAMLQvQe8wDQYJKoZIhvcNAQEBBQAEggEAOJz7ooIDNd5/ -# djcuC0Gdq/WKHlKFLf5fMhWPZEtYvtyBkW4/PCkZi1mHopjv8Isk9l3aaH1N8D/8 -# l9hZ77fXf35oa4XMPTfXskDM2c9BeFfj8OJUjTTWAL9LOeNrjUhBAiH8ttzZVGp5 -# DJbUFgbaGZni9zukoTYcwv5Vm+9D4/ljNaH5JuAYPVS7hi5Z2s50LBZ5Ns/cvv2d -# t7cuNUwGt7s/kIwqBD2EtS14fOTHjvYWpI9vFgKn/3Saj8KNC0zqMeCgSnqC1hZ1 -# iKcg29EzBNjT+2Tdlc4R3IPkf2FVR+K/kvDBIdz5ZbToynwtpMWo7oYTschw8dfa -# bRP3W3p6/qGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEwWjAjBgkqhkiG9w0BCQQx -# FgQUXGTK8swEiYGdIA4UxotlUk4/ircwDQYJKoZIhvcNAQEBBQAEggEAnxunWHCD -# zqQWcx1BcqSjjBe/t/Z4F+2vhOSu262VNtU72H+vIds1hhd4zm8ua7+LZA4oMeWh -# uScglKs6TwcJBEC1Ku0q0sg4qHI+d+E61Kd1DpZ2A7a9fhXX6oyU5bivXxrvR57e -# IBEu4e5zEPd1wjbc3WZEWalSSeruuDbS/dElWT/eiPTz7Ndb1NzAarnpP+xyaMo5 -# JhV5hmvIgoWOWghG0jvtyC1cDut4e9NajpIzmvPMaQ6EOodX8h289faDR9sW5tQT -# ldI/iMELv88Pq+sU4j4ll8viqGd76uqfvfoN/snAJDiMOgB+gRT2fbf2itSE2nhB -# YVIoF53CShx3NA== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLike.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLike.ps1 deleted file mode 100644 index 4d3baa58e01f..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLike.ps1 +++ /dev/null @@ -1,207 +0,0 @@ -function Should-BeLike($ActualValue, $ExpectedValue, [switch] $Negate, [String] $Because) { - <# -.SYNOPSIS -Asserts that the actual value matches a wildcard pattern using PowerShell's -like operator. -This comparison is not case-sensitive. - -.EXAMPLE -$actual = "Actual value" -PS C:\>$actual | Should -BeLike "actual *" - -This test will pass. -BeLike is not case sensitive. -For a case sensitive assertion, see -BeLikeExactly. - -.EXAMPLE -$actual = "Actual value" -PS C:\>$actual | Should -BeLike "not actual *" - -This test will fail, as the first string does not match the expected value. -#> - [bool] $succeeded = $ActualValue -like $ExpectedValue - if ($Negate) { - $succeeded = -not $succeeded - } - - if (-not $succeeded) { - if ($Negate) { - return New-Object psobject -Property @{ - Succeeded = $false - FailureMessage = "Expected like wildcard $(Format-Nicely $ExpectedValue) to not match $(Format-Nicely $ActualValue),$(Format-Because $Because) but it did match." - } - } - else { - return New-Object psobject -Property @{ - Succeeded = $false - FailureMessage = "Expected like wildcard $(Format-Nicely $ExpectedValue) to match $(Format-Nicely $ActualValue),$(Format-Because $Because) but it did not match." - } - } - } - - return New-Object psobject -Property @{ - Succeeded = $true - } -} - -Add-AssertionOperator -Name BeLike ` - -InternalName Should-BeLike ` - -Test ${function:Should-BeLike} - -function ShouldBeLikeFailureMessage() { -} -function NotShouldBeLikeFailureMessage() { -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQU6f9XPmKmwDLM97pqTMzyNbwa -# Eu2ggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# y7PzHcHZJuN12P8f5w8nlJyfugkwDQYJKoZIhvcNAQEBBQAEggEAgb9/mskMbV5A -# FribIUxsx7pRM99xorr6mlnWJOs68m5g9Ea/5H9KSPFvfJ7mrFkQxxrERxxlp++K -# +ByaFa5M3A9CiA4u8eCbzqSMcChFgb27o1Sx6aYSW6KidfXKWJbi3CVT3Zh/fkQq -# JlvSFC/v651cgwnJFgldipHzBQYncWsgSTh30oIJKovQhxc4QUqI+uQ8of3FfCnw -# lX4d3Ri0JGel1WU2xY6NM+oyD8HlqRSOCphxTHuI1iO+8SuyBq6RZLE0HtMbKrqD -# fKmUzGBfx5K2aX8oG4KStK3S3j0pJ+y/cV1cjuOu54mAyimepE5orTuR4p0nB2X8 -# l5Oc6u25caGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEwWjAjBgkqhkiG9w0BCQQx -# FgQUd/cqeTjBVVF2OXOTb9y439nK8+UwDQYJKoZIhvcNAQEBBQAEggEAZLSeN/yO -# t4ceLPMoZ5kxJlVoifnJR+ECPBT45VqG9Z8DN7fcF8Wo+1FTPSBmD6Z01dmfWozX -# UscEtRJ0PWG0QXNc+rz69wdYMfatpMmirKKZNbCuYiDO+SCLqIUYj99ceMLBwX2M -# dUseF1IyO94gGmOiY9acUItBIUksY4kxtSfZacvgFwUigsw1/QcmHhW8dfbvNgDx -# PTKIvTGBK9g0iCVQrIW9j3aKDWo3hKh+BGQNXSnMsnmgNYazg2lSx/qSqe4ZJgKQ -# GpBkvJDJeVYFHRL+rGqs+85csyrunykKiVFFOjntlcfGvuziZCc3DnsGTKCIYFhj -# mwxRhyrH/0pDlA== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLikeExactly.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLikeExactly.ps1 deleted file mode 100644 index ccd6c5d55390..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeLikeExactly.ps1 +++ /dev/null @@ -1,206 +0,0 @@ -function Should-BeLikeExactly($ActualValue, $ExpectedValue, [switch] $Negate, [String] $Because) { - <# -.SYNOPSIS -Asserts that the actual value matches a wildcard pattern using PowerShell's -like operator. -This comparison is case-sensitive. - -.EXAMPLE -$actual = "Actual value" -PS C:\>$actual | Should -BeLikeExactly "Actual *" - -This test will pass, as the string matches the provided pattern. - -.EXAMPLE -$actual = "Actual value" -PS C:\>$actual | Should -BeLikeExactly "actual *" - -This test will fail, as -BeLikeExactly is case-sensitive. -#> - [bool] $succeeded = $ActualValue -clike $ExpectedValue - if ($Negate) { - $succeeded = -not $succeeded - } - - if (-not $succeeded) { - if ($Negate) { - return New-Object psobject -Property @{ - Succeeded = $false - FailureMessage = "Expected case sensitive like wildcard $(Format-Nicely $ExpectedValue) to not match $(Format-Nicely $ActualValue),$(Format-Because $Because) but it did match." - } - } - else { - return New-Object psobject -Property @{ - Succeeded = $false - FailureMessage = "Expected case sensitive like wildcard $(Format-Nicely $ExpectedValue) to match $(Format-Nicely $ActualValue),$(Format-Because $Because) but it did not match." - } - } - } - - return New-Object psobject -Property @{ - Succeeded = $true - } -} - -Add-AssertionOperator -Name BeLikeExactly ` - -InternalName Should-BeLikeExactly ` - -Test ${function:Should-BeLikeExactly} - -function ShouldBeLikeExactlyFailureMessage() { -} -function NotShouldBeLikeExactlyFailureMessage() { -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUGJ7sabsKt3Vkj8a6oqPBASOC -# anmggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# YhlkYZgQPknKMWSAO0Nr66BhuvowDQYJKoZIhvcNAQEBBQAEggEARQY1P+hK0T8a -# agn/1AZm9gwHDU8NtCECx4MoQLmtMD+r1/n7X/zUbJ6zhlbzKqYUSV1cCY+9aC2e -# WxKH8LYObeuEiOtbzQ6Zp25t4UcpYpq/Zm/r/VVwFdZzcA7u8wtd5eoVYdSMKjft -# nKW7fH5/JoZxt6lpQ2gy/N0duw28gTz4vf+JqlodHY5G2M9Oc4XX52WzwOYnhOyw -# dk81JrqloB0UPjc3TkRq5zE7gcdokIMALj+201Xptv09gdCeNAvKKZApY8yi9dO2 -# ZQ/negLa4atUHaHZwBBpRz2bJ2Qfyqqs0z93cvqVApnQOX2ETqcpyh6FN0LIuiOZ -# D+hfhQcMuaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEwWjAjBgkqhkiG9w0BCQQx -# FgQU1bKDiBgOd+A5Gqduwe1l+DV+pLkwDQYJKoZIhvcNAQEBBQAEggEAV/hoDBcD -# /LW1EHmgnOq3Aj/2fRPsZhjGiixvugW05i6Aq17u9fju45x7fdjuhuRfhWFBitvz -# yb+xiLKitZ0fh7gZ8/ZXbRkdmz1zqeCzsEcd5kwt3iKL7mRIFogh+skMWgvTBBzS -# YcHYNgHIa9eXlCCsA28Rn6jzFH+S364OJWoohwZdDKxTxKzUkOw9YDRdrGZJK67/ -# NgJHUnX7S8qpjmvat+mkezVCUoFdb/6oKNtCnom4Oet0MZi8HkInU/K0vp1UJbZp -# f1bRN/rGFL1ZReSQKVt9PLXaQ3LaXWuLMQ1MWRXS7r5M1mp7CICtOIrDqMR4+xii -# BKDKJh8R1sVKTQ== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeNullOrEmpty.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeNullOrEmpty.ps1 deleted file mode 100644 index af185cae07c7..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeNullOrEmpty.ps1 +++ /dev/null @@ -1,227 +0,0 @@ - -function Should-BeNullOrEmpty([object[]] $ActualValue, [switch] $Negate, [string] $Because) { - <# -.SYNOPSIS -Checks values for null or empty (strings). -The static [String]::IsNullOrEmpty() method is used to do the comparison. - -.EXAMPLE -$null | Should -BeNullOrEmpty -This test will pass. $null is null. - -.EXAMPLE -$null | Should -Not -BeNullOrEmpty -This test will fail and throw an error. - -.EXAMPLE -@() | Should -BeNullOrEmpty -An empty collection will pass this test. - -.EXAMPLE -"" | Should -BeNullOrEmpty -An empty string will pass this test. -#> - if ($null -eq $ActualValue -or $ActualValue.Count -eq 0) { - $succeeded = $true - } - elseif ($ActualValue.Count -eq 1) { - $expandedValue = $ActualValue[0] - if ($expandedValue -is [hashtable]) { - $succeeded = $expandedValue.Count -eq 0 - } - else { - $succeeded = [String]::IsNullOrEmpty($expandedValue) - } - } - else { - $succeeded = $false - } - - if ($Negate) { - $succeeded = -not $succeeded - } - - $failureMessage = '' - - if (-not $succeeded) { - if ($Negate) { - $failureMessage = NotShouldBeNullOrEmptyFailureMessage -Because $Because - } - else { - $failureMessage = ShouldBeNullOrEmptyFailureMessage -ActualValue $ActualValue -Because $Because - } - } - - return New-Object psobject -Property @{ - Succeeded = $succeeded - FailureMessage = $failureMessage - } -} - -function ShouldBeNullOrEmptyFailureMessage($ActualValue, $Because) { - return "Expected `$null or empty,$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." -} - -function NotShouldBeNullOrEmptyFailureMessage ($Because) { - return "Expected a value,$(Format-Because $Because) but got `$null or empty." -} - -Add-AssertionOperator -Name BeNullOrEmpty ` - -InternalName Should-BeNullOrEmpty ` - -Test ${function:Should-BeNullOrEmpty} ` - -SupportsArrayInput - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUoxNz23ji+jAAzt+ouf+RJFYR -# qOmggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# x238ZpWezo9rROdntXYzS/CzyJMwDQYJKoZIhvcNAQEBBQAEggEAN7Vmn+/6ppFL -# yQrqMcUtKBQuvbXWVWQf2YCvIZxXt22dMo5/GcrSqTonKctwCIlKb0swPE/UAr/j -# ksR569L5WaecsQfCIX4KDkdrnhUjex/c/0hZPdWhUBGUx8DG0FUqIx18e/Xj6q4G -# 9GcLcMOYBklrAzWs+suP9tazKQNhKZq12pr6gCqxR0E98OVKiEXdhbU53xUIsVYI -# rKyzs6IcVCjZfNk6LNeXoBS3T6mvm76q6nNVh3RYbz7pWzULOgWs4ljMoGSLQCwZ -# 0FynLpsfMAzwZGFZp0qYCIFZHIttBe/0eia3ACf9jXTgO4SCxr1IMDwSgUIoUXwa -# /MsdSWyBiKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDExWjAjBgkqhkiG9w0BCQQx -# FgQU5rQw3sY+jXs1NHENSeMDDoIAUR4wDQYJKoZIhvcNAQEBBQAEggEAkszDQCEB -# fbpG10SO95qQiQlyxOlILeFi6rivtTHKVSScIbD0xCOuVU0wufg8Bj/Pd+EAllWP -# 9bxWbFManwMEG9j9Da0PRhZYHog4Mm64iA5EbjCDrZqLs9mCy3T2DctiRWKwtIKS -# Eqt8Ri0eXxwLjH33TbgkeEOHeH06byr/pXfc9yo54K+u9wmWhllfDLT1jRrPpQED -# Jf9U5hLy6s9jgWZumgX220N05NnIlExFWde4WDIC0EozfkbKKuT36OJJwcStBFRv -# 0tL4sW0s3QJSyKXngY26XX5lsFtxIgS1hbWZZF0lHrGTnKaJTxOIW5aiAPRBvdqT -# uZwcV7x61LTUFA== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeOfType.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeOfType.ps1 deleted file mode 100644 index 754b8884289f..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeOfType.ps1 +++ /dev/null @@ -1,230 +0,0 @@ - -function Should-BeOfType($ActualValue, $ExpectedType, [switch] $Negate, [string]$Because) { - <# -.SYNOPSIS -Asserts that the actual value should be an object of a specified type -(or a subclass of the specified type) using PowerShell's -is operator. - -.EXAMPLE -$actual = Get-Item $env:SystemRoot -PS C:\>$actual | Should -BeOfType System.IO.DirectoryInfo - -This test passes, as $actual is a DirectoryInfo object. - -.EXAMPLE -$actual | Should -BeOfType System.IO.FileSystemInfo -This test passes, as DirectoryInfo's base class is FileSystemInfo. - -.EXAMPLE -$actual | Should -HaveType System.IO.FileSystemInfo -This test passes for the same reason, but uses the -HaveType alias instead. - -.EXAMPLE -$actual | Should -BeOfType System.IO.FileInfo -This test will fail, as FileInfo is not a base class of DirectoryInfo. -#> - if ($ExpectedType -is [string]) { - # parses type that is provided as a string in brackets (such as [int]) - $parsedType = ($ExpectedType -replace '^\[(.*)\]$', '$1') -as [Type] - if ($null -eq $parsedType) { - throw [ArgumentException]"Could not find type [$ParsedType]. Make sure that the assembly that contains that type is loaded." - } - - $ExpectedType = $parsedType - } - - $succeded = $ActualValue -is $ExpectedType - if ($Negate) { - $succeded = -not $succeded - } - - $failureMessage = '' - - if ($null -ne $ActualValue) { - $actualType = $ActualValue.GetType() - } - else { - $actualType = $null - } - - if (-not $succeded) { - if ($Negate) { - $failureMessage = "Expected the value to not have type $(Format-Nicely $ExpectedType) or any of its subtypes,$(Format-Because $Because) but got $(Format-Nicely $ActualValue) with type $(Format-Nicely $actualType)." - } - else { - $failureMessage = "Expected the value to have type $(Format-Nicely $ExpectedType) or any of its subtypes,$(Format-Because $Because) but got $(Format-Nicely $ActualValue) with type $(Format-Nicely $actualType)." - } - } - - return New-Object psobject -Property @{ - Succeeded = $succeded - FailureMessage = $failureMessage - } -} - - -Add-AssertionOperator -Name BeOfType ` - -InternalName Should-BeOfType ` - -Test ${function:Should-BeOfType} ` - -Alias 'HaveType' - -function ShouldBeOfTypeFailureMessage() { -} - -function NotShouldBeOfTypeFailureMessage() { -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUIMk8guo3eGnuj5/U11/rTf3E -# F0OggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# 4LZIp1z4/pT2h7BM6jTqUXjH/+IwDQYJKoZIhvcNAQEBBQAEggEAo3Ixbm4OPH2M -# GaPbNRiX5HGK096LZRQ9y2rfEkrkxc4wBySkzymMUafxXbOw9byEG1jAW/ZDXrUt -# kM3OG0ruX8iKyhi2Fq8t4qRYqGUUjCO+uWHxcsMSWIpvfUfknMyf0tjvjdSAB4ly -# 8Yy8ha/tt2daBIdHb908XqEkdYi16BOs22+EyrlBuddwzwTMQYKX2YizuMIRZqwh -# LDYcJFXJGYUBx+KnthabyxxTR2rKWXU2376GzbXgKbPxEI/CyVSVK/0G4opZQpQu -# Zzhf1vD+Qnc9PEq3w4VzSGkMCUctKqJ7LbP/FhQeixC+X0qOSbwajl29Q/1s3rrE -# S0AeMCnlT6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDExWjAjBgkqhkiG9w0BCQQx -# FgQUG8HBT9o4LkFtYs6t/PQ+hS0+EZIwDQYJKoZIhvcNAQEBBQAEggEAi0hJYVLY -# vDzgwn2/fA+oNjHddy5FywZWYRkjK0H778fl3iE3wSv0EgryHMW2kaU2SKW4MnnR -# rzwgHv/I6zXIvgOw5lZT2C1xwrTGquWCCny0Iz4Y842bKIm0foKGiTLd4FOGCtTh -# Y1FLSJiDN4whdYFcuYjPalsITiT5VKunL41EjhNz3vZN7M35B9ucFHBjJthPuOF3 -# MrZhqyXibSfLUAIiOz/1Gj2C4AzOE+L6sBLExsnLvDUUm6mqcxr3DE0l5kOQsz9Z -# HPazw1K72AafwnMsO8puocHA8As3+aOuBjEtKdxXyONhwNkZWuTGgMvwm98PZ0sk -# TlFqEqdDv1SY2Q== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeTrueOrFalse.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeTrueOrFalse.ps1 deleted file mode 100644 index d6cfcca87db1..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/BeTrueOrFalse.ps1 +++ /dev/null @@ -1,245 +0,0 @@ -function Should-BeTrue($ActualValue, [switch] $Negate, [string] $Because) { - <# -.SYNOPSIS -Asserts that the value is true, or truthy. - -.EXAMPLE -$true | Should -BeTrue -This test passes. $true is true. - -.EXAMPLE -1 | Should -BeTrue -This test passes. 1 is true. - -.EXAMPLE -1,2,3 | Should -BeTrue -PowerShell does not enter a `If (-not @(1,2,3)) {}` block. -This test passes as a "truthy" result. -#> - if ($Negate) { - return Should-BeFalse -ActualValue $ActualValue -Negate:$false -Because $Because - } - - if (-not $ActualValue) { - $failureMessage = "Expected `$true,$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." - return New-Object psobject -Property @{ - Succeeded = $false - FailureMessage = $failureMessage - } - } - - return New-Object psobject -Property @{ - Succeeded = $true - } -} - -function Should-BeFalse($ActualValue, [switch] $Negate, $Because) { - <# -.SYNOPSIS -Asserts that the value is false, or falsy. - -.EXAMPLE -$false | Should -BeFalse -This test passes. $false is false. - -.EXAMPLE -0 | Should -BeFalse -This test passes. 0 is false. - -.EXAMPLE -$null | Should -BeFalse -PowerShell does not enter a `If ($null) {}` block. -This test passes as a "falsy" result. -#> - if ($Negate) { - return Should-BeTrue -ActualValue $ActualValue -Negate:$false -Because $Because - } - - if ($ActualValue) { - $failureMessage = "Expected `$false,$(Format-Because $Because) but got $(Format-Nicely $ActualValue)." - return New-Object psobject -Property @{ - Succeeded = $false - FailureMessage = $failureMessage - } - } - - return New-Object psobject -Property @{ - Succeeded = $true - } -} - - -Add-AssertionOperator -Name BeTrue ` - -InternalName Should-BeTrue ` - -Test ${function:Should-BeTrue} - -Add-AssertionOperator -Name BeFalse ` - -InternalName Should-BeFalse ` - -Test ${function:Should-BeFalse} - - - -# to keep tests happy -function ShouldBeTrueFailureMessage($ActualValue) { -} -function NotShouldBeTrueFailureMessage($ActualValue) { -} -function ShouldBeFalseFailureMessage($ActualValue) { -} -function NotShouldBeFalseFailureMessage($ActualValue) { -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUIkpJE6BOt9y5hyOSL1GLatdt -# 3YiggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# v2tUlgOwhox0AQPu8o42lGzoL9kwDQYJKoZIhvcNAQEBBQAEggEAAY/OmWggIz88 -# XIF1Lzm3eOnIT08BpdHkJRsXIGSTzHqleI8hfr8gJhM553ATkMHLGVrWcRZDCcNF -# DO+rFmx3amS7afNhqcjJ2c4gGsGIfeYX7CqHxXzR50WwlaJigwZjiNsWV1IEbc1F -# RR/Yt/tyRZ9CdidCF752bU9RiMah/lu1ggqX/xzyJyLv9qb1dpUIHKNzbxvFl4e4 -# GwxO72/U0We9mynnu8xdHjYhGmXMsr1V8CvegS0RunHdartVo73FR7QyoznlewkS -# I3TCIa0snrrfrfXTnxBHoxJ8ubMiMEvCwcGXjqz/vhbzlxk+5Bpp3p+DHtFbELVx -# CAOKH74H3aGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDExWjAjBgkqhkiG9w0BCQQx -# FgQUku/uw1XiJboj+w0kxDeCyu4VfvcwDQYJKoZIhvcNAQEBBQAEggEAcuIolOUq -# g4RNxa2zMY0uhJnc8FnmuW5t6D62W0ciOOQ/m2NrwgsmU5Hsw268JsLId/3PJkb/ -# FAIJhH5URfWOMYmLzso5ZDfhWW98uK/OLhitP8fnTfyGfWoohL4RI3UWRKFaOYiZ -# hk6OGDcaoEUA5DZwgr6ncMvSdXiWliGRUfpypxg3LDCBewqC66n9bArD0qEmjrcc -# AJlHOAv9uxAesDvTEClkDuazEK6L7IGnj2FmdO+o9ZUMrUwbUJ7pdrFSnSivF9r0 -# cQS2Mbw+UwaE+zLzD0RouJjI5tApd3SAX6eXsMDB3NFLoHh4X/tsmrofpzvuZ1NZ -# 66HCvWB2ovkGSA== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Contain.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Contain.ps1 deleted file mode 100644 index a384d7b1ade3..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Contain.ps1 +++ /dev/null @@ -1,199 +0,0 @@ -function Should-Contain($ActualValue, $ExpectedValue, [switch] $Negate, [string] $Because) { - <# -.SYNOPSIS -Asserts that collection contains a specific value. -Uses PowerShell's -contains operator to confirm. - -.EXAMPLE -1,2,3 | Should -Contain 1 -This test passes, as 1 exists in the provided collection. -#> - [bool] $succeeded = $ActualValue -contains $ExpectedValue - if ($Negate) { - $succeeded = -not $succeeded - } - - if (-not $succeeded) { - if ($Negate) { - return New-Object psobject -Property @{ - Succeeded = $false - FailureMessage = "Expected $(Format-Nicely $ExpectedValue) to not be found in collection $(Format-Nicely $ActualValue),$(Format-Because $Because) but it was found." - } - } - else { - return New-Object psobject -Property @{ - Succeeded = $false - FailureMessage = "Expected $(Format-Nicely $ExpectedValue) to be found in collection $(Format-Nicely $ActualValue),$(Format-Because $Because) but it was not found." - } - } - } - - return New-Object psobject -Property @{ - Succeeded = $true - } -} - -Add-AssertionOperator -Name Contain ` - -InternalName Should-Contain ` - -Test ${function:Should-Contain} ` - -SupportsArrayInput - -function ShouldContainFailureMessage() { -} -function NotShouldContainFailureMessage() { -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUATXrSkUOxkTBKAsj/xC2G25W -# +nSggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# kK80QJoz3HoiPh8NSTzFm+Bggk8wDQYJKoZIhvcNAQEBBQAEggEAjeovanYNVYK4 -# AD2ZenE3SjwyHAvqquzT2IoeznKJ41uHFfq6tLwBvxxmkkfbvrD7l9KuyfLig94C -# fcpT/hchKHSBqEIMSXQ18L4Wrwc56RYLIXlIPs4nn9MRDthnQWUCZ84UBCRaZ6tm -# neO/Ns+Qc5hPEt/wicmlBkDWFfKjMvJUqJiMqA4Hxe4ZrFs5MVmUMzWjA0TPtwmR -# NY5IRFNIRyE1U025l69vJcvVpfcyn0yu+Bri69gLGA2DIgQ7FaVzV6qnEk+vZGUa -# Qv39SqQihREXVqn4Z3ZB3CBnswwZF2BxTiy+hnoThRUpeC/L7i4Ps91dSzQVukaT -# Jq+C33UCm6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDExWjAjBgkqhkiG9w0BCQQx -# FgQUqUN9t++/iet1nHyO1FMKThBvqhIwDQYJKoZIhvcNAQEBBQAEggEAmjF0pGLN -# 2Wwj/PLDcG4Iy06cKlXe71Kj1MB9yC+8v8b7oWRO+j6metqfqS5I2Rww1RKZULhZ -# 6ZSX1BJulR03hzLiWNCuhC8dy5t1czPG4n+6tirBuvqk3qFhnBoXdOkXN/ZbuVVk -# HzmnntGYm3Q5za4825hwYeU2I588Gio/JmqygrPWxF5qbn40BICEyKfRbEl4iomG -# j8723Tlk5uzUuo1QWYs1CC3gvyRLuCpQEbPKdAid7/9F2vNGq3imjrh8SJUHqmRy -# c4fJRP7ED3ORBtDurouggFfydRlvTG7FFnVELz24nsTcdZ+T4eYm8nLRHC3x1SWs -# raXp061O/b5H1A== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Exist.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Exist.ps1 deleted file mode 100644 index 9763d59d322d..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Exist.ps1 +++ /dev/null @@ -1,201 +0,0 @@ -function Should-Exist($ActualValue, [switch] $Negate, [string] $Because) { - <# -.SYNOPSIS -Does not perform any comparison, but checks if the object calling Exist is present in a PS Provider. -The object must have valid path syntax. It essentially must pass a Test-Path call. - -.EXAMPLE -$actual = (Dir . )[0].FullName -PS C:\>Remove-Item $actual -PS C:\>$actual | Should -Exist - -`Should -Exist` calls Test-Path. Test-Path expects a file, -returns $false because the file was removed, and fails the test. -#> - [bool] $succeeded = & $SafeCommands['Test-Path'] $ActualValue - - if ($Negate) { - $succeeded = -not $succeeded - } - - $failureMessage = '' - - if (-not $succeeded) { - if ($Negate) { - $failureMessage = "Expected path $(Format-Nicely $ActualValue) to not exist,$(Format-Because $Because) but it did exist." - } - else { - $failureMessage = "Expected path $(Format-Nicely $ActualValue) to exist,$(Format-Because $Because) but it did not exist." - } - } - - return & $SafeCommands['New-Object'] psobject -Property @{ - Succeeded = $succeeded - FailureMessage = $failureMessage - } -} - -Add-AssertionOperator -Name Exist ` - -InternalName Should-Exist ` - -Test ${function:Should-Exist} - - -function ShouldExistFailureMessage() { -} -function NotShouldExistFailureMessage() { -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUFHNJxYlCaLJvJlGn8mdQgQP+ -# z2iggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# ggA/7v2jOm4gOYPJGCuk9mkaOLcwDQYJKoZIhvcNAQEBBQAEggEAURU5MZdYuKxE -# /gmS9vzYHiaJBjwIp63fFKoGpDOAfpgCgLuDru39U72yW5CW4tyBo/RTQSL37WBw -# 6W7K93K0WFifzULprWTQ23714kjypAX+n3JWMh2ANt3DP7CQzODuS4mrpXlpCn8N -# 1DrbZkMl6P3lwxONcMSac9R/tmtnMq/CWnI7AF6mI4y0FtI0lHfB182nV/gD1v9p -# +DtzfE5QqggwdDZqHfCmQEX7+kGde8PJAPVTXH7ho3MV0lUIIbijbuvnZUWZ1mYf -# WMsFBWXOmK9zmjJIOZEUaaeiHaQslVtBP3ykODjZ7EcJwFoYWZmIzkdWA5haYPdr -# 1lPwXG+wVKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEyWjAjBgkqhkiG9w0BCQQx -# FgQUyt532jLs3fXXHTKrGw7MElwKXLgwDQYJKoZIhvcNAQEBBQAEggEAnTG4Uq5Z -# g0q2a1Jdbk4LEAJlKdp2gb7QrcQH4LX8BiUX5FanoJ7IYU4zXHZqJt1m34ZrSuqP -# mue1huUN/6NpNUGnosruaes1s6wketww2qxdt9ZS/5m+g0zqTsCcftglj0+MnVFv -# lljbaZ1smuMST70yknw4eRh4ppUAhC1xwEfDbDTPEycDSKo/N9r80mHxHwDfrt2B -# f9UR8iEqz2n0r1b1ADUTSMiz1Z5JP+k97kTM9fpnRop67OAqqqSGJvZ4a86xD/uA -# mJfVo7BdShHy6AuH8VFE1x96joEkoyE+1etshAHS+Kr2qDCl0KoswQW9sZnnhazR -# +8YINbI+IDSeyg== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatch.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatch.ps1 deleted file mode 100644 index c493374f5a4d..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatch.ps1 +++ /dev/null @@ -1,221 +0,0 @@ -function Should-FileContentMatch($ActualValue, $ExpectedContent, [switch] $Negate, $Because) { - <# -.SYNOPSIS -Checks to see if a file contains the specified text. -This search is not case sensitive and uses regular expressions. - -.EXAMPLE -Set-Content -Path TestDrive:\file.txt -Value 'I am a file.' -PS C:\>'TestDrive:\file.txt' | Should -FileContentMatch 'I Am' - -Create a new file and verify its content. This test passes. -The 'I Am' regular expression (RegEx) pattern matches against the txt file contents. -For case-sensitivity, see FileContentMatchExactly. - -.EXAMPLE -'TestDrive:\file.txt' | Should -FileContentMatch '^I.*file\.$' -This RegEx pattern also matches against the "I am a file." string from Example 1. -With a matching RegEx pattern, this test also passes. - -.EXAMPLE -'TestDrive:\file.txt' | Should -FileContentMatch 'I Am Not' -This test fails, as the RegEx pattern does not match "I am a file." - -.EXAMPLE -'TestDrive:\file.txt' | Should -FileContentMatch 'I.am.a.file' -This test passes, because "." in RegEx matches any character including a space. - -.EXAMPLE -'TestDrive:\file.txt' | Should -FileContentMatch ([regex]::Escape('I.am.a.file')) -Tip: Use [regex]::Escape("pattern") to match the exact text. -This test fails, because "I am a file." != "I.am.a.file" -#> - $succeeded = (@(& $SafeCommands['Get-Content'] -Encoding UTF8 $ActualValue) -match $ExpectedContent).Count -gt 0 - - if ($Negate) { - $succeeded = -not $succeeded - } - - $failureMessage = '' - - if (-not $succeeded) { - if ($Negate) { - $failureMessage = NotShouldFileContentMatchFailureMessage -ActualValue $ActualValue -ExpectedContent $ExpectedContent -Because $Because - } - else { - $failureMessage = ShouldFileContentMatchFailureMessage -ActualValue $ActualValue -ExpectedContent $ExpectedContent -Because $Because - } - } - - return & $SafeCommands['New-Object'] psobject -Property @{ - Succeeded = $succeeded - FailureMessage = $failureMessage - } -} - -function ShouldFileContentMatchFailureMessage($ActualValue, $ExpectedContent, $Because) { - return "Expected $(Format-Nicely $ExpectedContent) to be found in file '$ActualValue',$(Format-Because $Because) but it was not found." -} - -function NotShouldFileContentMatchFailureMessage($ActualValue, $ExpectedContent, $Because) { - return "Expected $(Format-Nicely $ExpectedContent) to not be found in file '$ActualValue',$(Format-Because $Because) but it was found." -} - -Add-AssertionOperator -Name FileContentMatch ` - -InternalName Should-FileContentMatch ` - -Test ${function:Should-FileContentMatch} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQU4WIISJhmilLw7Pb4gqNq724z -# etmggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# L3sHaAdAjZmnh5VY11kK3/76uicwDQYJKoZIhvcNAQEBBQAEggEAUaFfAmrFSNEF -# uRKGg3xAlzYkRfzyuvGOCCwlR3l8KhnjESTPAPbIC07pjEFtGJ57Mjbr+kSAnMw/ -# EaCTFpZstQx5DbqHJcVFpP7bqcE8liY/tu5Q09BI05ceMUH7Q3Dt0UFWe2iLL+U1 -# keQUQUKzUy8u4mTCT2Cn5/U2osLe0cTOkPp/flzwj8z36zA/3doyHmdZJPr6eatW -# WAzvK8EYFPuXdtPOsm39TYgn2h6lVy/uXpdNK1ue8tZs/YhDcdB2MxRufUkYqUBz -# RTeRkdLvEWbt6L9MUwCUFSkU1K8cOZBrMCmLSToud3kQ5qH2oy18BIl3d/U3/CIM -# Q71e7YvUiaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEyWjAjBgkqhkiG9w0BCQQx -# FgQU0HDLFv4/SQzmyboXUiC4LRtjzTkwDQYJKoZIhvcNAQEBBQAEggEABfNXXoxx -# Pk0RJV6xIFqZiLBhLU13a7MCMPXEU8Op3mdiP4g31sqWz+4QKaMTT07+AK5dY7AT -# s+MAFK5VEFglydfn0OYLgviozEq/gVIw2mg22e1HJ8YZkuswJvKFPTudx1Oq8l6f -# tgOmI3IlNrldtHJRBZ1CdEE6GgojgsQ1iS5m4SijZJV6GFzM1CHNP8F0/1LLW0VE -# 0lidB6vuLkhw5tQiKSfvimYjfCginYiMQTuXI+aNeqDKXrU1+Z7nh5IKFEaq2r1y -# CtVa2OkAqJAi/Vh9KHhKIeL06lGpKXuV9NqYD3rVxs+IWt2xWDYX7RlohWXforsW -# Pw2p1TKC2vDkbA== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatchExactly.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatchExactly.ps1 deleted file mode 100644 index 514add93e19c..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatchExactly.ps1 +++ /dev/null @@ -1,207 +0,0 @@ -function Should-FileContentMatchExactly($ActualValue, $ExpectedContent, [switch] $Negate, [String] $Because) { - <# -.SYNOPSIS -Checks to see if a file contains the specified text. -This search is case sensitive and uses regular expressions to match the text. - -.EXAMPLE -Set-Content -Path TestDrive:\file.txt -Value 'I am a file.' -PS C:\>'TestDrive:\file.txt' | Should -FileContentMatchExactly 'I am' - -Create a new file and verify its content. This test passes. -The 'I am' regular expression (RegEx) pattern matches against the txt file contents. - -.EXAMPLE -'TestDrive:\file.txt' | Should -FileContentMatchExactly 'I Am' -This test checks a case-sensitive pattern against the "I am a file." string from Example 1. -Because the RegEx pattern fails to match, this test fails. -#> - $succeeded = (@(& $SafeCommands['Get-Content'] -Encoding UTF8 $ActualValue) -cmatch $ExpectedContent).Count -gt 0 - - if ($Negate) { - $succeeded = -not $succeeded - } - - $failureMessage = '' - - if (-not $succeeded) { - if ($Negate) { - $failureMessage = NotShouldFileContentMatchExactlyFailureMessage -ActualValue $ActualValue -ExpectedContent $ExpectedContent -Because $Because - } - else { - $failureMessage = ShouldFileContentMatchExactlyFailureMessage -ActualValue $ActualValue -ExpectedContent $ExpectedContent -Because $Because - } - } - - return & $SafeCommands['New-Object'] psobject -Property @{ - Succeeded = $succeeded - FailureMessage = $failureMessage - } -} - -function ShouldFileContentMatchExactlyFailureMessage($ActualValue, $ExpectedContent) { - return "Expected $(Format-Nicely $ExpectedContent) to be case sensitively found in file $(Format-Nicely $ActualValue),$(Format-Because $Because) but it was not found." -} - -function NotShouldFileContentMatchExactlyFailureMessage($ActualValue, $ExpectedContent) { - return "Expected $(Format-Nicely $ExpectedContent) to not be case sensitively found in file $(Format-Nicely $ActualValue),$(Format-Because $Because) but it was found." -} - -Add-AssertionOperator -Name FileContentMatchExactly ` - -InternalName Should-FileContentMatchExactly ` - -Test ${function:Should-FileContentMatchExactly} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUls7jxCA+j4XmhTiCgSiu6Cv0 -# jKeggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# gfNbQmqWA7KEUu/deD0xGBqY4yIwDQYJKoZIhvcNAQEBBQAEggEAHHTBWWUS0wmX -# R4CwQA0+lDCNmQh8hWkszy5HUxcju2WeSAtt0h7F+/56bV57tyF2X112L8uTO1R1 -# b+QYST5ltLrhMI3ERr+m18tC8PC/2JJ1MNqnIy44AGx/6voUb7h8ptLOmbGQM4Hw -# Zy8GvzCXUPLOsDeR+aS7Rlaurvs3t7FjoJULor5ZfP+4OYd0cLCkwQm4oIm0bhEL -# kZlACMt55yEnmczUkyBCelAc9P+PaqebmO+02STbDd+M6n/iaRliXzbPFU1kMMmV -# ZZPWSuBn3hkODgxe2+a35u+k/h0ci1M5cNhSlfXEpQcD/Qx0ELmByeVqUoH+VELB -# e5fgC3AjeaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEyWjAjBgkqhkiG9w0BCQQx -# FgQUzjo+IECRYPYPJEY1Zr8nObIIQAswDQYJKoZIhvcNAQEBBQAEggEAaMiM+ReK -# 8YauDuziq91mOeSlTzFal8ZKtmneeT8FPnLh1bDugDSvMix/JAyfD5LnAXAARQdO -# gAM3pDOOmyIs4sSVVEqN3FG4DzaG31rJ6x8p6E3XO5mtPmS+8U1FykFKXfpCT8yK -# O+yRD37ZyVJ9Fg6HznQlPIg3zT0RVnbAUozep8mOtZ7fE0YAXQEPnwCWfASkpah1 -# GEV4ToxSwTDaKAzwBQ3Z2GzOeB2r2ZJ+gUPq021jjpbXjXyj1jq64zoSC6KfJTzL -# TLOXCX4x2Mn6qq+KbYtZBp5ufZ/YXPrhtyCsuAhuUxZl8iM+yXxiUipCF9lGqde0 -# 6bxBeXnuAoO97Q== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatchMultiline.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatchMultiline.ps1 deleted file mode 100644 index 0ac5e11dfb54..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/FileContentMatchMultiline.ps1 +++ /dev/null @@ -1,215 +0,0 @@ -function Should-FileContentMatchMultiline($ActualValue, $ExpectedContent, [switch] $Negate, [String] $Because) { - <# -.SYNOPSIS -As opposed to FileContentMatch and FileContentMatchExactly operators, -FileContentMatchMultiline presents content of the file being tested as one string object, -so that the expression you are comparing it to can consist of several lines. - -When using FileContentMatchMultiline operator, '^' and '$' represent the beginning and end -of the whole file, instead of the beginning and end of a line. - -.EXAMPLE -$Content = "I am the first line.`nI am the second line." -PS C:\>Set-Content -Path TestDrive:\file.txt -Value $Content -NoNewline -PS C:\>'TestDrive:\file.txt' | Should -FileContentMatchMultiline 'first line\.\r?\nI am' - -This regular expression (RegEx) pattern matches the file contents, and the test passes. - -.EXAMPLE -'TestDrive:\file.txt' | Should -FileContentMatchMultiline '^I am the first.*\n.*second line\.$' -Using the file from Example 1, this RegEx pattern also matches, and this test also passes. - -.EXAMPLE -'TestDrive:\file.txt' | Should -FileContentMatchMultiline '^I am the first line\.$' -FileContentMatchMultiline uses the '$' symbol to match the end of the file, -not the end of any single line within the file. This test fails. -#> - $succeeded = [bool] ((& $SafeCommands['Get-Content'] $ActualValue -Delimiter ([char]0)) -match $ExpectedContent) - - if ($Negate) { - $succeeded = -not $succeeded - } - - $failureMessage = '' - - if (-not $succeeded) { - if ($Negate) { - $failureMessage = NotShouldFileContentMatchMultilineFailureMessage -ActualValue $ActualValue -ExpectedContent $ExpectedContent -Because $Because - } - else { - $failureMessage = ShouldFileContentMatchMultilineFailureMessage -ActualValue $ActualValue -ExpectedContent $ExpectedContent -Because $Because - } - } - - return New-Object psobject -Property @{ - Succeeded = $succeeded - FailureMessage = $failureMessage - } -} - -function ShouldFileContentMatchMultilineFailureMessage($ActualValue, $ExpectedContent, $Because) { - return "Expected $(Format-Nicely $ExpectedContent) to be found in file $(Format-Nicely $ActualValue),$(Format-Because $Because) but it was not found." -} - -function NotShouldFileContentMatchMultilineFailureMessage($ActualValue, $ExpectedContent, $Because) { - return "Expected $(Format-Nicely $ExpectedContent) to not be found in file $(Format-Nicely $ActualValue),$(Format-Because $Because) but it was found." -} - -Add-AssertionOperator -Name FileContentMatchMultiline ` - -InternalName Should-FileContentMatchMultiline ` - -Test ${function:Should-FileContentMatchMultiline} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQU3Gq8DK0AsXrptfqIsMI/X6bi -# dVqggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# tNg19qbN4Kmbc4zhjZcId0s0fMcwDQYJKoZIhvcNAQEBBQAEggEAX/Z1Hmt9HzAj -# 9bmGOW6QpfCEXb0JtkWXkPHL4oF4h6afR+g1hkLV57pCwUlq2G5YOSfj7MNAjwjo -# hWwk8lsYr3YfxsHwdMe0CgY61MHE0TjTlR+7Q0XhrvgsohCs6PeSplccBxypzEKe -# LrI6XDDzZBfVECshhSI+pXYTUgi0eL6xOmw0hcziEmu0f629fAexGouwiSGzh9mn -# eZ9srZKlYdfKZVuHkFJZV2EFOrvoDSUKqVgHqLzBSmh6M2IRbsX63o99wB1KlZxC -# 2wF4he3hFDKS6jDo18sZ8nrEexh91fKnWhLsQUdxtOREOUkmn3wvVLJF5eQ1vaiI -# d4EsWtXPTqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEzWjAjBgkqhkiG9w0BCQQx -# FgQUPYwMeoDg045SUA4lYNVnyr5I5d0wDQYJKoZIhvcNAQEBBQAEggEAAYa+2KmI -# KibKKDUaBygcrFJU7oVe+fF2exYW2sy6a2b8ZqJAnQ7lH5QzaJf5rJ0GHOsn3op/ -# uOc8KG0nNrN3ZIQ4x79FHvgTjCcujXpPEPerK2qXZZmIx8oZKkNlaleb9ksftFj8 -# FGsf8VDDNgVDScH1aLIb+fOjryJIDN/nReEhpkqzwPwXYTganwOXRRMbCOZme1L5 -# PDGdU0yFYKmWPDkHt28oPVRSylgJENg1Tt9uqKwyH5oXHszpZRIIOr7g/NfX/Xfc -# DfPmPGeQ56dtDnje/k279xLASN3AxVE9auryWPziRlVRrA2dHYkLvuZS+3pEPJMK -# Bq5yTGrMrBTy0A== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/HaveCount.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/HaveCount.ps1 deleted file mode 100644 index 652bdf5c0e0c..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/HaveCount.ps1 +++ /dev/null @@ -1,235 +0,0 @@ -function Should-HaveCount($ActualValue, [int] $ExpectedValue, [switch] $Negate, [string] $Because) { - <# -.SYNOPSIS -Asserts that a collection has the expected amount of items. - -.EXAMPLE -1,2,3 | Should -HaveCount 3 -This test passes, because it expected three objects, and received three. -This is like running `@(1,2,3).Count` in PowerShell. -#> - if ($ExpectedValue -lt 0) { - throw [ArgumentException]"Excpected collection size must be greater than or equal to 0." - } - $count = if ($null -eq $ActualValue) { - 0 - } - else { - $ActualValue.Count - } - $expectingEmpty = $ExpectedValue -eq 0 - [bool] $succeeded = $count -eq $ExpectedValue - if ($Negate) { - $succeeded = -not $succeeded - } - - - if (-not $succeeded) { - - if ($Negate) { - $expect = if ($expectingEmpty) { - "Expected a non-empty collection" - } - else { - "Expected a collection with size different from $(Format-Nicely $ExpectedValue)" - } - $but = if ($count -ne 0) { - "but got collection with that size $(Format-Nicely $ActualValue)." - } - else { - "but got an empty collection." - } - return New-Object psobject -Property @{ - Succeeded = $false - FailureMessage = "$expect,$(Format-Because $Because) $but" - } - } - else { - $expect = if ($expectingEmpty) { - "Expected an empty collection" - } - else { - "Expected a collection with size $(Format-Nicely $ExpectedValue)" - } - $but = if ($count -ne 0) { - "but got collection with size $(Format-Nicely $count) $(Format-Nicely $ActualValue)." - } - else { - "but got an empty collection." - } - return New-Object psobject -Property @{ - Succeeded = $false - FailureMessage = "$expect,$(Format-Because $Because) $but" - } - } - } - - return New-Object psobject -Property @{ - Succeeded = $true - } -} - -Add-AssertionOperator -Name HaveCount ` - -InternalName Should-HaveCount ` - -Test ${function:Should-HaveCount} ` - -SupportsArrayInput - -function ShouldHaveCountFailureMessage() { -} -function NotShouldHaveCountFailureMessage() { -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUA9FZoIr/Qis+B3Uv7asGdjXX -# J9aggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# 40xTtfW6P1Knx1ioz2f5DVczi1AwDQYJKoZIhvcNAQEBBQAEggEAGsvm+zu2R6na -# xF8qANrEN2GOUhrMkbP9vdF2uI4Hfs/k4JPAMVggyoiGvYWaEUppG6QNyMtSMJSE -# 6y6Yr/olO3vW8WiuHAtx8u2g4i94Tr361ae9lAVn33b9P4Xb7XlEM22KISB8X/lM -# G8XkPjjMS1zd8do0UXhukOsXdywJhnAlIAaYNql+X5DRDZyu+lTk7IAMkjgXfOwi -# u2VIbRAcrqoQYdk7TpdS58+46oW4VWbg+S0FSa6M85LOVz9hOWD5yuPGiheei9fl -# 1+EzcNjHcHbI5Wue3VYd9I+IrzJ3Q8e4P6eQUzn7DzUIn907GsZPQNYX1nfoLKKW -# ApCQmuTJYaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEzWjAjBgkqhkiG9w0BCQQx -# FgQU5JJ8lKjMfAs8hRtMrzu5LXK2lzQwDQYJKoZIhvcNAQEBBQAEggEAQ1QrSejx -# 2Ls+BiEsRJnyIdPEPUxFS06FE6Bd9sH7ULltJDablfENu0MW+aSi9Nr+nOSvsKls -# V0sJGRkFlKMVDpPfEe84dAwa6Ts4V/IZHYA2SX4fq3nTTJr/IpJLVHFbH3pVUTm6 -# JBisPc9HCw/k1ipd3ivq30XDGs3/KwgTRaBYCRC9R+R9wEiC8JjvnoAL419AFy9e -# vGjSpLVlYOx0wJp9+WkCRYUobCi9KQ9XhZb2Go97cOCuwYmH3hiMEcLwCdJBcHI8 -# Ijo4pk4WrL9iv9Dgk4ZcQN0ToZx+CKQmRe/GHAV5qECWG8XzjNdkXWQhKbbFw0iJ -# sBzUqRrpobPlqw== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/HaveParameter.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/HaveParameter.ps1 deleted file mode 100644 index c6155b828474..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/HaveParameter.ps1 +++ /dev/null @@ -1,384 +0,0 @@ -function Should-HaveParameter ( - $ActualValue, - [String] $ParameterName, - $Type, - [String]$DefaultValue, - [Switch]$Mandatory, - [Switch]$HasArgumentCompleter, - [Switch]$Negate, - [String]$Because ) { - <# - .SYNOPSIS - Asserts that a command has the expected parameter. - - .EXAMPLE - Get-Command "Invoke-WebRequest" | Should -HaveParameter Uri -Mandatory - This test passes, because it expected the parameter URI to exist and to - be mandatory. - .NOTES - The attribute [ArgumentCompleter] was added with PSv5. Previouse this - assertion will not be able to use the -HasArgumentCompleter parameter - if the attribute does not exist. - #> - - if ($null -eq $ActualValue -or $ActualValue -isnot [Management.Automation.CommandInfo]) { - throw "Input value must be non-null CommandInfo object. You can get one by calling Get-Command." - } - - if ($null -eq $ParameterName) { - throw "The ParameterName can't be empty" - } - - #region HelperFunctions - function Join-And ($Items, $Threshold = 2) { - - if ($null -eq $items -or $items.count -lt $Threshold) { - $items -join ', ' - } - else { - $c = $items.count - ($items[0..($c - 2)] -join ', ') + ' and ' + $items[-1] - } - } - - function Add-SpaceToNonEmptyString ([string]$Value) { - if ($Value) { - " $Value" - } - } - - function Get-ParameterInfo { - param( - [Parameter( Mandatory = $true )] - [Management.Automation.CommandInfo]$Command - ) - <# - .SYNOPSIS - Use Tokenize to get information about the parameter block of a command - .DESCRIPTION - In order to get information about the parameter block of a command, - several tools can be used (Get-Command, AST, etc). - In order to get the default value of a parameter, AST is the easiest - way to go; but AST was only introduced with PSv3. - This function creates an object with information about parameters - using the Tokenize - .NOTES - Author: Chris Dent - #> - - function Get-TokenGroup { - param( - [Parameter( Mandatory = $true )] - [System.Management.Automation.PSToken[]]$tokens - ) - $i = $j = 0 - do { - $token = $tokens[$i] - if ($token.Type -eq 'GroupStart') { - $j++ - } - if ($token.Type -eq 'GroupEnd') { - $j-- - } - if (-not $token.PSObject.Properties.Item('Depth')) { - $token | Add-Member Depth -MemberType NoteProperty -Value $j - } - $token - - $i++ - } until ($j -eq 0 -or $i -ge $tokens.Count) - } - - $errors = $null - $tokens = [System.Management.Automation.PSParser]::Tokenize($Command.Definition, [Ref]$errors) - - # Find param block - $start = $tokens.IndexOf(($tokens | Where-Object { $_.Content -eq 'param' } | Select-Object -First 1)) + 1 - $paramBlock = Get-TokenGroup $tokens[$start..($tokens.Count - 1)] - - for ($i = 0; $i -lt $paramBlock.Count; $i++) { - $token = $paramBlock[$i] - - if ($token.Depth -eq 1 -and $token.Type -eq 'Variable') { - $paramInfo = New-Object PSObject -Property @{ - Name = $token.Content - } | Select-Object Name, Type, DefaultValue, DefaultValueType - - if ($paramBlock[$i + 1].Content -ne ',') { - $value = $paramBlock[$i + 2] - if ($value.Type -eq 'GroupStart') { - $tokenGroup = Get-TokenGroup $paramBlock[($i + 2)..($paramBlock.Count - 1)] - $paramInfo.DefaultValue = [String]::Join('', ($tokenGroup | ForEach-Object { $_.Content })) - $paramInfo.DefaultValueType = 'Expression' - } - else { - $paramInfo.DefaultValue = $value.Content - $paramInfo.DefaultValueType = $value.Type - } - } - if ($paramBlock[$i - 1].Type -eq 'Type') { - $paramInfo.Type = $paramBlock[$i - 1].Content - } - $paramInfo - } - } - } - - if ($Type -is [string]) { - # parses type that is provided as a string in brackets (such as [int]) - $parsedType = ($Type -replace '^\[(.*)\]$', '$1') -as [Type] - if ($null -eq $parsedType) { - throw [ArgumentException]"Could not find type [$ParsedType]. Make sure that the assembly that contains that type is loaded." - } - - $Type = $parsedType - } - #endregion HelperFunctions - - $buts = @() - $filters = @() - - $null = $ActualValue.Parameters # necessary for PSv2 - $hasKey = $ActualValue.Parameters.PSBase.ContainsKey($ParameterName) - $filters += "to$(if ($Negate) {" not"}) have a parameter $ParameterName" - - if (-not $Negate -and -not $hasKey) { - $buts += "the parameter is missing" - } - elseif ($Negate -and -not $hasKey) { - return New-Object PSObject -Property @{ Succeeded = $true } - } - elseif ($Negate -and $hasKey -and -not ($Mandatory -or $Type -or $DefaultValue -or $HasArgumentCompleter)) { - $buts += "the parameter exists" - } - else { - $attributes = $ActualValue.Parameters[$ParameterName].Attributes - - if ($Mandatory) { - $testMandatory = $attributes | Where-Object { $_ -is [System.Management.Automation.ParameterAttribute] -and $_.Mandatory } - $filters += "which is$(if ($Negate) {" not"}) mandatory" - - if (-not $Negate -and -not $testMandatory) { - $buts += "it wasn't mandatory" - } - elseif ($Negate -and $testMandatory) { - $buts += "it was mandatory" - } - } - - if ($Type) { - # This block is not using `Format-Nicely`, as in PSv2 the output differs. Eg: - # PS2> [System.DateTime] - # PS5> [datetime] - [type]$actualType = $ActualValue.Parameters[$ParameterName].ParameterType - $testType = ($Type -eq $actualType) - $filters += "$(if ($Negate) {"not "})of type [$($Type.FullName)]" - - if (-not $Negate -and -not $testType) { - $buts += "it was of type [$($actualType.FullName)]" - } - elseif ($Negate -and $testType) { - $buts += "it was of type [$($Type.FullName)]" - } - } - - if ($PSBoundParameters.Keys -contains "DefaultValue") { - $parameterMetadata = Get-ParameterInfo $ActualValue | Where-Object { $_.Name -eq $ParameterName } - $actualDefault = if ($parameterMetadata.DefaultValue) { $parameterMetadata.DefaultValue } else { "" } - $testDefault = ($actualDefault -eq $DefaultValue) - $filters += "the default value$(if ($Negate) {" not"}) to be $(Format-Nicely $DefaultValue)" - - if (-not $Negate -and -not $testDefault) { - $buts += "the default value was $(Format-Nicely $actualDefault)" - } - elseif ($Negate -and $testDefault) { - $buts += "the default value was $(Format-Nicely $DefaultValue)" - } - } - - if ($HasArgumentCompleter) { - $testArgumentCompleter = $attributes | Where-Object {$_ -is [ArgumentCompleter]} - $filters += "has ArgumentCompletion" - - if (-not $Negate -and -not $testArgumentCompleter) { - $buts += "has no ArgumentCompletion" - } - elseif ($Negate -and $testArgumentCompleter) { - $buts += "has ArgumentCompletion" - } - } - } - - if ($buts.Count -ne 0) { - $filter = Add-SpaceToNonEmptyString ( Join-And $filters -Threshold 3 ) - $but = Join-And $buts - $failureMessage = "Expected command $($ActualValue.Name)$filter,$(Format-Because $Because) but $but." - - return New-Object PSObject -Property @{ - Succeeded = $false - FailureMessage = $failureMessage - } - } - else { - return New-Object PSObject -Property @{ Succeeded = $true } - } -} - -Add-AssertionOperator -Name HaveParameter ` - -InternalName Should-HaveParameter ` - -Test ${function:Should-HaveParameter} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUreJXU6iAMulCkurnVAGwJZ6o -# NriggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# BnBjDVKAJyEmrC9+/Ik1vb5aBsUwDQYJKoZIhvcNAQEBBQAEggEAehQ6jpnYRyuz -# NYVXKAiJwbGvfT1ZXWVPqEaWsMso0Tt2kVMMCTCfmuCKkgQzDpP1DHTBZfwn7TxI -# KpCyX6q2DUnNb7iSOK00W7jhOielxvBnUh+gzZZ6Aern9vaCR3dJ2xyShSR+PG2w -# sXFGhPZz0/0FFbkME4/d2tBWjH3k8YRDyiXNIsD28xWH+3Q/Kx7yN7IbCmbjle81 -# 2spV6rjZPt84WTR54LLoWNVUmhBwIOqt8u9YGTFqJ1r5QI0kNSZJnjgiAia78ZKY -# 5rvmSxHz1XIogX6JFB0plEb0EcUUI4lBxtSl8QJDGYCssepInU3rhLd+hvchTcIv -# R798qorCHKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDEzWjAjBgkqhkiG9w0BCQQx -# FgQUApJ56pHGV/psBsggMlBPzuobv60wDQYJKoZIhvcNAQEBBQAEggEAaR5bld5J -# e/L034U6xNhpRnaQLnbKD8PTTdHogGCqpqWKXxcEHb74OZ/TbBwO5G7W/1Ao7PLe -# ZQfwXFPUrYJw9bh/gcD0xfLfmTzOB1isvbl14sSk3E2OqBjJvbP6hqYtP0WTlDno -# wjuzb+JZG/o+Gx+e2BIUjcy5yQs+68MZkuXoTR3IziWU7Cj/KpNka6favp+5Z7zP -# vtzXzC7wZEzY/MCXU7iIebdc2H5W24nEbm7HikNuqLchuMYblSCDzg/BFZfuF5Zp -# ddHJOCJQjyVhqNRpqIvsUGg/9U4GxbyLf9X79FY8AeQCJj3CjWXBJu8iY2KbtdMI -# SoYgZGGuku214g== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Match.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Match.ps1 deleted file mode 100644 index 7b73dcf363ef..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Match.ps1 +++ /dev/null @@ -1,210 +0,0 @@ -function Should-Match($ActualValue, $RegularExpression, [switch] $Negate, [string] $Because) { - <# -.SYNOPSIS -Uses a regular expression to compare two objects. -This comparison is not case sensitive. - -.EXAMPLE -"I am a value" | Should -Match "I Am" -The "I Am" regular expression (RegEx) pattern matches the provided string, -so the test passes. For case sensitive matches, see MatchExactly. -.EXAMPLE -"I am a value" | Should -Match "I am a bad person" # Test will fail -RegEx pattern does not match the string, and the test fails. -.EXAMPLE -"Greg" | Should -Match ".reg" # Test will pass -This test passes, as "." in RegEx matches any character. -.EXAMPLE -"Greg" | Should -Match ([regex]::Escape(".reg")) -One way to provide literal characters to Match is the [regex]::Escape() method. -This test fails, because the pattern does not match a period symbol. -#> - [bool] $succeeded = $ActualValue -match $RegularExpression - - if ($Negate) { - $succeeded = -not $succeeded - } - - $failureMessage = '' - - if (-not $succeeded) { - if ($Negate) { - $failureMessage = NotShouldMatchFailureMessage -ActualValue $ActualValue -RegularExpression $RegularExpression -Because $Because - } - else { - $failureMessage = ShouldMatchFailureMessage -ActualValue $ActualValue -RegularExpression $RegularExpression -Because $Because - } - } - - return New-Object psobject -Property @{ - Succeeded = $succeeded - FailureMessage = $failureMessage - } -} - -function ShouldMatchFailureMessage($ActualValue, $RegularExpression, $Because) { - return "Expected regular expression $(Format-Nicely $RegularExpression) to match $(Format-Nicely $ActualValue),$(Format-Because $Because) but it did not match." -} - -function NotShouldMatchFailureMessage($ActualValue, $RegularExpression, $Because) { - return "Expected regular expression $(Format-Nicely $RegularExpression) to not match $(Format-Nicely $ActualValue),$(Format-Because $Because) but it did match." -} - -Add-AssertionOperator -Name Match ` - -InternalName Should-Match ` - -Test ${function:Should-Match} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUwBaMAJxck4pfWcwzDvC7OIMX -# loSggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# DZoeK7H350xiY9szUk0LTdM2IhowDQYJKoZIhvcNAQEBBQAEggEAqmz8kyosO5BD -# BmtegiKSl1ET1pOpRc0Be48MtSkrhOVH8xdDxSN4LMf3y6Lek5mPL833ypbIgx4+ -# d695/A6fOs5e7pkGlzNidQ4LNZR050z/OehfXiO4+2tFsjQz3G4Nc4fYCfkpqvLM -# SNbc2lPBjF4RFPeoNRTsflqMNDcx7AiOAyedEkDQwrg+oBJQKr7y6h9/WOK63/bY -# Dom+Je+luwmQYkOvcfyBctizvzLF7c/7PoLO4kob/Bv3Et01ssDrAN9P3K/gf826 -# od/LfpN6hGtAKGmw4kx86iIqDCUE9N6JjoX2MVpE1MI3g3Y9OCPeaHKZErIzsAmK -# /IRCbjO0zaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDE0WjAjBgkqhkiG9w0BCQQx -# FgQUpiRFdz2mXrg+QuIZzl8xj3wG3/wwDQYJKoZIhvcNAQEBBQAEggEARne1jLcM -# Gu12+NqWgFT8jFCTfTl/T7SQY3LBuaNSArXsZkmjui3p8r8XhnP3VUiECtRLt4Pr -# BT2T12JnQzayS/G6IkM6IqcqKUVzsvNBZbrfVlVhesiXLO7/ZRPebwmRqUfYckWy -# LVXTjrVx6AtnBf2wHZQ0oHA7iEW9yWUe464CJ6e8j1wTzqVGBWapTHBAf0w5s/rz -# Irf/QTWmoAWzZyW/2pWn6G7Dplz1G+PKAnYDKyV4Y4GRT//6YR0kbDKT+hV6WQoO -# tkI3T5vTx3b8vbsDJQoSjZLhzZIkSazqzMskOYaP5YYiRCrf9K5uUOUWknBRfbVM -# Kn8VfmASHzfASQ== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/MatchExactly.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/MatchExactly.ps1 deleted file mode 100644 index b00a1b9ad445..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/MatchExactly.ps1 +++ /dev/null @@ -1,206 +0,0 @@ -function Should-MatchExactly($ActualValue, $RegularExpression, [switch] $Negate, [string] $Because) { - <# -.SYNOPSIS -Uses a regular expression to compare two objects. -This comparison is case sensitive. - -.EXAMPLE -"I am a value" | Should -MatchExactly "I am" -The "I am" regular expression (RegEx) pattern matches the string. -This test passes. - -.EXAMPLE -"I am a value" | Should -MatchExactly "I Am" -Because MatchExactly is case sensitive, this test fails. -For a case insensitive test, see Match. -#> - [bool] $succeeded = $ActualValue -cmatch $RegularExpression - - if ($Negate) { - $succeeded = -not $succeeded - } - - $failureMessage = '' - - if (-not $succeeded) { - if ($Negate) { - $failureMessage = NotShouldMatchExactlyFailureMessage -ActualValue $ActualValue -RegularExpression $RegularExpression -Because $Because - } - else { - $failureMessage = ShouldMatchExactlyFailureMessage -ActualValue $ActualValue -RegularExpression $RegularExpression -Because $Because - } - } - - return New-Object psobject -Property @{ - Succeeded = $succeeded - FailureMessage = $failureMessage - } -} - -function ShouldMatchExactlyFailureMessage($ActualValue, $RegularExpression) { - return "Expected regular expression $(Format-Nicely $RegularExpression) to case sensitively match $(Format-Nicely $ActualValue),$(Format-Because $Because) but it did not match." -} - -function NotShouldMatchExactlyFailureMessage($ActualValue, $RegularExpression) { - return "Expected regular expression $(Format-Nicely $RegularExpression) to not case sensitively match $(Format-Nicely $ActualValue),$(Format-Because $Because) but it did match." -} - -Add-AssertionOperator -Name MatchExactly ` - -InternalName Should-MatchExactly ` - -Test ${function:Should-MatchExactly} ` - -Alias 'CMATCH' - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUjNVNFdeoBKU7ojzuW1WBBhgi -# WG6ggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# nRDzUIiIu1BibbaxvnyMl1n1qGgwDQYJKoZIhvcNAQEBBQAEggEAjBMhnMMxShiy -# gUMGDN0KGgw0glELak8rdE0E7miIQqMPma/l8SemQ7LbPIiV0jMJkb++cUoDJMlm -# ohEyq4lSlHT34pd2B6tt+3pc2dAAfGNMqn6Od5QwI0Tc1/RTTa+iJ2Szc8TACeOB -# SjBPCA/BT8cP80sYdzUR8+ZOkvhVKniUHrAFrkLnYeOTpe0KjW/euKuoqsP1nQha -# rMN6LU51Anz7nzrrZTYOX6F0sJecXcmkTQ4OvmXoBRq3maT+fh5uSalQJZLIkztu -# ndG6UUTL/MLn4slk404HIYuEwt9DwIfEIGRbnV9uiYH12YJsYaxeNkZ3DzCO0RAx -# p+QCB/DFhqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDE0WjAjBgkqhkiG9w0BCQQx -# FgQUvBOzkwb0sj1yLNu3MYGdxxyFWkswDQYJKoZIhvcNAQEBBQAEggEAoKkmwFrl -# W88rWTYc+44PQF5KPpuzHwbSP5P9kPkVg1LHBZmA42drMpzVrvEyiO1NOeXTBoLk -# g8W5KlpG9teLSN36qwFGyJq28/SrEyr5ZXDIEX92BdByqSJTx9qshP/aENdBOiUI -# 8Ak0v93RMUlkzUgRd/4fYjv20jTvTv5fiUqTERXTrurYCUUBEUSqyepUuwJmcU/C -# 1WdteKJLN1ZrzfunHCI7Oy51DTjFLs/FdPZXxQciTW6wDotcL0ytAQmfJT3pRgbs -# 9LrkemB5TXqw4kP9XeoHJn4kj1DAmP6CiMRejHlAWtFTqk/VxpMlwAM5f+skXQzB -# oOmgVZ8uZYO4YA== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/PesterThrow.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/PesterThrow.ps1 deleted file mode 100644 index 665383a505de..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/PesterThrow.ps1 +++ /dev/null @@ -1,327 +0,0 @@ -function Should-Throw([scriptblock] $ActualValue, $ExpectedMessage, $ErrorId, [type]$ExceptionType, [switch] $Negate, [string] $Because, [switch] $PassThru) { - <# -.SYNOPSIS -Checks if an exception was thrown. Enclose input in a script block. - -Warning: The input object must be a ScriptBlock, otherwise it is processed outside of the assertion. - -.EXAMPLE -{ foo } | Should -Throw -Because "foo" isn't a known command, PowerShell throws an error. -Throw confirms that an error occurred, and successfully passes the test. - -.EXAMPLE -{ foo } | Should -Not -Throw -By using -Not with -Throw, the opposite effect is achieved. -"Should -Not -Throw" expects no error, but one occurs, and the test fails. - -.EXAMPLE -{ $foo = 1 } | Should -Throw -Assigning a variable does not throw an error. -If asserting "Should -Throw" but no error occurs, the test fails. - -.EXAMPLE -{ $foo = 1 } | Should -Not -Throw -Assert that assigning a variable should not throw an error. -It does not throw an error, so the test passes. -#> - $actualExceptionMessage = "" - $actualExceptionWasThrown = $false - $actualError = $null - $actualException = $null - $actualExceptionLine = $null - - if ($null -eq $ActualValue) { - throw (New-Object -TypeName ArgumentNullException -ArgumentList "ActualValue", "Scriptblock not found. Input to 'Throw' and 'Not Throw' must be enclosed in curly braces.") - } - - try { - do { - Write-ScriptBlockInvocationHint -Hint "Should -Throw" -ScriptBlock $ActualValue - $null = & $ActualValue - } until ($true) - } - catch { - $actualExceptionWasThrown = $true - $actualError = $_ - $actualException = $_.Exception - $actualExceptionMessage = $_.Exception.Message - $actualErrorId = $_.FullyQualifiedErrorId - $actualExceptionLine = (Get-ExceptionLineInfo $_.InvocationInfo) -replace [System.Environment]::NewLine, "$([System.Environment]::NewLine) " - } - - [bool] $succeeded = $false - - if ($Negate) { - # this is for Should -Not -Throw. Once *any* exception was thrown we should fail the assertion - # there is no point in filtering the exception, because there should be none - $succeeded = -not $actualExceptionWasThrown - if (-not $succeeded) { - $failureMessage = "Expected no exception to be thrown,$(Format-Because $Because) but an exception `"$actualExceptionMessage`" was thrown $actualExceptionLine." - return New-Object psobject -Property @{ - Succeeded = $succeeded - FailureMessage = $failureMessage - } - } - else { - return New-Object psobject -Property @{ - Succeeded = $true - } - } - } - - # the rest is for Should -Throw, we must fail the assertion when no exception is thrown - # or when the exception does not match our filter - - function Join-And ($Items, $Threshold = 2) { - - if ($null -eq $items -or $items.count -lt $Threshold) { - $items -join ', ' - } - else { - $c = $items.count - ($items[0..($c - 2)] -join ', ') + ' and ' + $items[-1] - } - } - - function Add-SpaceToNonEmptyString ([string]$Value) { - if ($Value) { - " $Value" - } - } - - $buts = @() - $filters = @() - - $filterOnExceptionType = $null -ne $ExceptionType - if ($filterOnExceptionType) { - $filters += "with type $(Format-Nicely $ExceptionType)" - - if ($actualExceptionWasThrown -and $actualException -isnot $ExceptionType) { - $buts += "the exception type was $(Format-Nicely ($actualException.GetType()))" - } - } - - $filterOnMessage = -not [string]::IsNullOrEmpty($ExpectedMessage -replace "\s") - if ($filterOnMessage) { - $filters += "with message $(Format-Nicely $ExpectedMessage)" - if ($actualExceptionWasThrown -and (-not (Get-DoValuesMatch $actualExceptionMessage $ExpectedMessage))) { - $buts += "the message was $(Format-Nicely $actualExceptionMessage)" - } - } - - $filterOnId = -not [string]::IsNullOrEmpty($ErrorId -replace "\s") - if ($filterOnId) { - $filters += "with FullyQualifiedErrorId $(Format-Nicely $ErrorId)" - if ($actualExceptionWasThrown -and (-not (Get-DoValuesMatch $actualErrorId $ErrorId))) { - $buts += "the FullyQualifiedErrorId was $(Format-Nicely $actualErrorId)" - } - } - - if (-not $actualExceptionWasThrown) { - $buts += "no exception was thrown" - } - - if ($buts.Count -ne 0) { - $filter = Add-SpaceToNonEmptyString ( Join-And $filters -Threshold 3 ) - $but = Join-And $buts - $failureMessage = "Expected an exception,$filter to be thrown,$(Format-Because $Because) but $but. $actualExceptionLine".Trim() - - return New-Object psobject -Property @{ - Succeeded = $false - FailureMessage = $failureMessage - } - } - - $result = New-Object psobject -Property @{ - Succeeded = $true - } - - if ($PassThru) { - $result | Add-Member -MemberType NoteProperty -Name 'Data' -Value $actualError - } - - return $result -} - -function Get-DoValuesMatch($ActualValue, $ExpectedValue) { - #user did not specify any message filter, so any message matches - if ($null -eq $ExpectedValue ) { - return $true - } - - return $ActualValue.ToString().IndexOf($ExpectedValue, [System.StringComparison]::InvariantCultureIgnoreCase) -ge 0 -} - -function Get-ExceptionLineInfo($info) { - # $info.PositionMessage has a leading blank line that we need to account for in PowerShell 2.0 - $positionMessage = $info.PositionMessage -split '\r?\n' -match '\S' -join [System.Environment]::NewLine - return ($positionMessage -replace "^At ", "from ") -} - -function ShouldThrowFailureMessage { - # to make the should tests happy, for now -} - -function NotShouldThrowFailureMessage { - # to make the should tests happy, for now -} - -Add-AssertionOperator -Name Throw ` - -InternalName Should-Throw ` - -Test ${function:Should-Throw} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUcDtzYzBS28RXgFpn0gGLPVKV -# moCggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# oEUs6xX9SyM0zJxxVKBsYqsWDi4wDQYJKoZIhvcNAQEBBQAEggEAOMD+5rk37rfM -# FmSe0VM6m4IM9zmryMPeYSZ3btsSXi9HcGxFxOtkuwdpQRIerKxyuBJNLlTIQyeS -# h/auHUXbp0bj5JWeyciJI6T2/WXF1by2SEndShjR4Nvvz7dHLuL9rEsf4WIILbgB -# PebP6Nwl+RZJqxIcM1yu/Mv+K9V8hpr3eI0eNwH21LHBVickbdoULB2qeo5qWuIR -# +fkK4hvyj9gYjBhXVU6I31D7u5ySwF1RE7iz8OersVVrB028zD7V21u0VuQXDcIT -# 32XeX/RECmIfJNxpFYEMqYaQSVUB+fqwpq2QLEnwRct4l1+St/yHT839T2wgcGQQ -# Ah09mGwZMKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDE0WjAjBgkqhkiG9w0BCQQx -# FgQU/Xt8U+rYmmV1xQsC86zkXXIg30gwDQYJKoZIhvcNAQEBBQAEggEAhc22PMUN -# pZvsxJIoYTYB09+Jg2ds/y6lz5qFBlejvW6fHzY8gyt1SyquVpQFSurLzcWnvTn+ -# BcCB9h6qBM/4299Gc51pmiTYbKNTcdRTvraBRLbMPmtiUvdUHNmEnGjgcQDmzuEF -# nm0HDtg6gyb5ekFPys7shlrtd1bBhTdrT06uzEZ2ooi5EyhCWWmbMa3zOso/62y/ -# hkXHH+DTyXIjamKuFaEYQS/9LIuOOOFdHyNYcRdi5amrxfZrJN0B2+fwwqp9OVb8 -# I/0nZ1b6DMDytcOPO0CDKKXqwlomC9/KBCwWQ2RE7NR27uVM/JbNf3rytxTUjC2m -# PIXTZxf0vBDtJg== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Set-TestInconclusive.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Set-TestInconclusive.ps1 deleted file mode 100644 index 74edace699cb..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Set-TestInconclusive.ps1 +++ /dev/null @@ -1,199 +0,0 @@ -function Set-TestInconclusive { - <# - - .SYNOPSIS - Deprecated. Use `Set-ItResult -Inconclusive` instead - - .DESCRIPTION - Set-TestInconclusive was used inside an It block to mark the test as inconclusive. - If you need this functionality please use the new Set-ItResult command. - - .PARAMETER Message - Value assigned to the Message parameter will be displayed in the the test result. - - .EXAMPLE - ```ps - Describe "Example" { - - It "My test" { - Set-TestInconclusive -Message "we forced it to be inconclusive" - } - - } - ``` - - The test result. - - ``` - Describing Example - [?] My test, is inconclusive because we forced it to be inconclusive 58ms - ``` - -#> - [CmdletBinding()] - param ( - [string] $Message - ) - - if (!$script:HasAlreadyWarnedAboutDeprecation) { - Write-Warning 'DEPRECATED: Set-TestInconclusive was deprecated and will be removed in the future. Please update your scripts to use `Set-ItResult -Inconclusive -Because $Message`.' - $script:HasAlreadyWarnedAboutDeprecation = $true - } - - Set-ItResult -Inconclusive -Because $Message -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQU4DTzPHr4kWsbiqe17ZYx1LT1 -# CPaggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# 0K0WLB3HtaSRuAY32UrbdSHCjsIwDQYJKoZIhvcNAQEBBQAEggEAZRvM2Phr64eo -# zZYzvOqewU2gzpYB+42gYH3fz86g1k7KU5P9g8IbSS7/I5SrVRdaTBFRZPXIpWpB -# DfG8qaBrySUD+Q83ig8KsLLoD0HdO5U6f1m3dD9WZ8hkzCKsN4ZcZmdMc9sPdzF2 -# bUGijNLBPcruwQ0IuVdxzydsrzppq8LWYqoU87R3b8K4yGyMPvHpsT8bE/c3Ns8q -# W7TGUicx97mztdty/zRSEOMrSAmW6yLvSqOmHJ8CJa69F2YNjbasmsBacYcKrotz -# vDkUHrCkvUQW2OephnWMsVSvZ5+5/rsv4ucgiUY41Oq2sGZ94I0/mK+//N8Lsnl6 -# Ve+atSrYzqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDE1WjAjBgkqhkiG9w0BCQQx -# FgQUdzLaTFNh9MMx6F1KWSs1qBlNURQwDQYJKoZIhvcNAQEBBQAEggEAXef4rkI1 -# BJoEV8rEmC+HVokwaj6tWvm/RONOte1svWuRp2wfg0HpgFl2tsVxincejyzCD3gV -# IeoJhO2Fe59Ex1zzRNB87rRtZ6cwNB4lKXqExZIyn2xiK7c01uTTeXkvp87WVJXP -# zzm0ip9OenQqPTvgKjGN6+k8Mcce6SbBrDRdnpYNj8lhX20kmZ8mvHpfWxRB3iOg -# qWTV5Ywp4Rj2SF0XfBPKTtCsL5ObN1k6fLC14bDuiMZNjeCCW9G3qmjvAAYMYE1q -# fuoyA6w+hEeEQdYqn7y0O6ISgnmm4sKgFf5aeMSgau8I7KA+HVV9dxL3qiRuaA7+ -# te04bVxmIHgEWw== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Should.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Should.ps1 deleted file mode 100644 index 9a6961a80cb5..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Assertions/Should.ps1 +++ /dev/null @@ -1,357 +0,0 @@ -function Parse-ShouldArgs([object[]] $shouldArgs) { - if ($null -eq $shouldArgs) { - $shouldArgs = @() - } - - $parsedArgs = @{ - PositiveAssertion = $true - ExpectedValue = $null - } - - $assertionMethodIndex = 0 - $expectedValueIndex = 1 - - if ($shouldArgs.Count -gt 0 -and $shouldArgs[0] -eq "not") { - $parsedArgs.PositiveAssertion = $false - $assertionMethodIndex += 1 - $expectedValueIndex += 1 - } - - if ($assertionMethodIndex -lt $shouldArgs.Count) { - $parsedArgs.AssertionMethod = "$($shouldArgs[$assertionMethodIndex])" - } - else { - throw 'You cannot call Should without specifying an assertion method.' - } - - if ($expectedValueIndex -lt $shouldArgs.Count) { - $parsedArgs.ExpectedValue = $shouldArgs[$expectedValueIndex] - } - - return $parsedArgs -} - -function Get-FailureMessage($assertionEntry, $negate, $value, $expected) { - if ($negate) { - $failureMessageFunction = $assertionEntry.GetNegativeFailureMessage - } - else { - $failureMessageFunction = $assertionEntry.GetPositiveFailureMessage - } - - return (& $failureMessageFunction $value $expected) -} - -function New-ShouldErrorRecord ([string] $Message, [string] $File, [string] $Line, [string] $LineText) { - $exception = & $SafeCommands['New-Object'] Exception $Message - $errorID = 'PesterAssertionFailed' - $errorCategory = [Management.Automation.ErrorCategory]::InvalidResult - # we use ErrorRecord.TargetObject to pass structured information about the error to a reporting system. - $targetObject = @{Message = $Message; File = $File; Line = $Line; LineText = $LineText} - $errorRecord = & $SafeCommands['New-Object'] Management.Automation.ErrorRecord $exception, $errorID, $errorCategory, $targetObject - return $errorRecord -} - -function Should { - <# - .SYNOPSIS - Should is a keyword what is used to define an assertion inside It block. - - .DESCRIPTION - Should is a keyword what is used to define an assertion inside the It block. - Should provides assertion methods for verify assertion e.g. comparing objects. - If assertion is not met the test fails and an exception is throwed up. - - Should can be used more than once in the It block if more than one assertion - need to be verified. Each Should keywords need to be located in a new line. - Test will be passed only when all assertion will be met (logical conjuction). - -#> - - [CmdletBinding(DefaultParameterSetName = 'Legacy')] - param ( - [Parameter(ParameterSetName = 'Legacy', Position = 0)] - [object] $__LegacyArg1, - - [Parameter(ParameterSetName = 'Legacy', Position = 1)] - [object] $__LegacyArg2, - - [Parameter(ParameterSetName = 'Legacy', Position = 2)] - [object] $__LegacyArg3, - - [Parameter(ValueFromPipeline = $true)] - [object] $ActualValue - ) - - dynamicparam { - Get-AssertionDynamicParams - } - - begin { - $inputArray = New-Object System.Collections.Generic.List[PSObject] - - if ($PSCmdlet.ParameterSetName -eq 'Legacy') { - $parsedArgs = Parse-ShouldArgs ($__LegacyArg1, $__LegacyArg2, $__LegacyArg3) - $entry = Get-AssertionOperatorEntry -Name $parsedArgs.AssertionMethod - if ($null -eq $entry) { - throw "'$($parsedArgs.AssertionMethod)' is not a valid Should operator." - } - } - } - - process { - $inputArray.Add($ActualValue) - } - - end { - $lineNumber = $MyInvocation.ScriptLineNumber - $lineText = $MyInvocation.Line.TrimEnd("$([System.Environment]::NewLine)") - $file = $MyInvocation.ScriptName - - if ($PSCmdlet.ParameterSetName -eq 'Legacy') { - if ($inputArray.Count -eq 0) { - Invoke-LegacyAssertion $entry $parsedArgs $null $file $lineNumber $lineText - } - elseif ($entry.SupportsArrayInput) { - Invoke-LegacyAssertion $entry $parsedArgs $inputArray.ToArray() $file $lineNumber $lineText - } - else { - foreach ($object in $inputArray) { - Invoke-LegacyAssertion $entry $parsedArgs $object $file $lineNumber $lineText - } - } - } - else { - $negate = $false - if ($PSBoundParameters.ContainsKey('Not')) { - $negate = [bool]$PSBoundParameters['Not'] - } - - $null = $PSBoundParameters.Remove('ActualValue') - $null = $PSBoundParameters.Remove($PSCmdlet.ParameterSetName) - $null = $PSBoundParameters.Remove('Not') - - $entry = Get-AssertionOperatorEntry -Name $PSCmdlet.ParameterSetName - - if ($inputArray.Count -eq 0) { - Invoke-Assertion $entry $PSBoundParameters $null $file $lineNumber $lineText -Negate:$negate - } - elseif ($entry.SupportsArrayInput) { - Invoke-Assertion $entry $PSBoundParameters $inputArray.ToArray() $file $lineNumber $lineText -Negate:$negate - } - else { - foreach ($object in $inputArray) { - Invoke-Assertion $entry $PSBoundParameters $object $file $lineNumber $lineText -Negate:$negate - } - } - } - } -} - -function Invoke-LegacyAssertion($assertionEntry, $shouldArgs, $valueToTest, $file, $lineNumber, $lineText) { - # $expectedValueSplat = @( - # if ($null -ne $shouldArgs.ExpectedValue) - # { - # ,$shouldArgs.ExpectedValue - # } - # ) - - $negate = -not $shouldArgs.PositiveAssertion - - $testResult = (& $assertionEntry.Test $valueToTest $shouldArgs.ExpectedValue -Negate:$negate) - if (-not $testResult.Succeeded) { - throw ( New-ShouldErrorRecord -Message $testResult.FailureMessage -File $file -Line $lineNumber -LineText $lineText ) - } -} - -function Invoke-Assertion { - param ( - [object] $AssertionEntry, - [System.Collections.IDictionary] $BoundParameters, - [object] $valuetoTest, - [string] $File, - [int] $LineNumber, - [string] $LineText, - [switch] $Negate - ) - - $testResult = & $AssertionEntry.Test -ActualValue $valuetoTest -Negate:$Negate @BoundParameters - if (-not $testResult.Succeeded) { - throw ( New-ShouldErrorRecord -Message $testResult.FailureMessage -File $file -Line $lineNumber -LineText $lineText ) - } - else { - #extract data to return if there are any on the object - $data = $testResult.psObject.Properties.Item('Data') - if ($data) { - $data.Value - } - } -} - -function Format-Because ([string] $Because) { - if ($null -eq $Because) { - return - } - - $bcs = $Because.Trim() - if ([string]::IsNullOrEmpty($bcs)) { - return - } - - " because $($bcs -replace 'because\s')," -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUg/IM9IPRr86fAbD+ZeIB5mMd -# x3SggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# RphmbgU5VU9ozboG6NHZ862oIG8wDQYJKoZIhvcNAQEBBQAEggEAoUTkgL04iKoE -# 81BjgNf6m1zbFHbwc1yleUeNAbsSqAAiVkVAUcxu6+FwVUX5S99bGrBBmJV0jCDr -# MSG9QD/zT2tAxm/vSZlRp/tNwQiX9f41IpbrwZOkd4zCjCbdol9hm1/fE+CyLErK -# KyPz/WI3cJZLOKUfNuE4yQkHFY1nEfVTa1J7aREXqreqxGF1fVCU/hOZIteeck3M -# PtFNh+JxAFFTHye7XyiaKmkMW0rETsDidCpIbEdr79Bi1pysRxKOJoSHQMm5t10s -# o8voVZ/2oASZd5cUoa44pS6VWG64sUXhDkHKpKR81VJpeqtop20PkuLZD+tXNTEa -# DeSAb6DkWKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDE1WjAjBgkqhkiG9w0BCQQx -# FgQU+NA27rBiAhrvenFm8kU3EPokb8QwDQYJKoZIhvcNAQEBBQAEggEAT9V9OyG0 -# IposxTlr5+HsG1+QqNxhztudH1Zbs4jamCzXta7gj3szHLK4ckwLoN4IFAElfPhc -# EK6qNxz3Sgjy8dzf7MWdVPGBc56/keyvJtcTKzWzVITDsgmONbyKuJAArrLcyCPM -# 9kYQ1cv83hTdJu0SRHfKf1cmrg18Vk+EJqfNNmcg+LuGF1ClfO8RwABIgBnu7gRv -# KKuj2A+WFos1eUi81SP+5kd2Gu8hlJe3TTwyDWL2hwoyb3sQ7Z2MSzOH+hdWsECd -# ubWqZ4ZiJuDbyVTQw4FDoo32HwuPv05b4nlNbq67IqNqWy/h4OWSgRBptVfqcrZF -# ZaeKkukIhQhtgw== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Context.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Context.ps1 deleted file mode 100644 index 1d2aba1808cc..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Context.ps1 +++ /dev/null @@ -1,248 +0,0 @@ -function Context { - <# -.SYNOPSIS -Provides logical grouping of It blocks within a single Describe block. - -.DESCRIPTION -Provides logical grouping of It blocks within a single Describe block. -Any Mocks defined inside a Context are removed at the end of the Context scope, -as are any files or folders added to the TestDrive during the Context block's -execution. Any BeforeEach or AfterEach blocks defined inside a Context also only -apply to tests within that Context . - -.PARAMETER Name -The name of the Context. This is a phrase describing a set of tests within a describe. - -.PARAMETER Tag -Optional parameter containing an array of strings. When calling Invoke-Pester, -it is possible to specify a -Tag parameter which will only execute Context blocks -containing the same Tag. - -.PARAMETER Fixture -Script that is executed. This may include setup specific to the context -and one or more It blocks that validate the expected outcomes. - -.EXAMPLE -```ps -function Add-Numbers($a, $b) { - return $a + $b -} - -Describe "Add-Numbers" { - - Context "when root does not exist" { - It "..." { ... } - } - - Context "when root does exist" { - It "..." { ... } - It "..." { ... } - It "..." { ... } - } -} -``` - -.LINK -https://pester.dev/docs/commands/Describe - -.LINK -https://pester.dev/docs/commands/It - -.LINK -https://pester.dev/docs/commands/BeforeEach - -.LINK -https://pester.dev/docs/commands/AfterEach - -.LINK -https://pester.dev/docs/commands/Should - -.LINK -https://pester.dev/docs/usage/mocking - -.LINK -https://pester.dev/docs/usage/testdrive - -#> - param( - [Parameter(Mandatory = $true, Position = 0)] - [string] $Name, - - [Alias('Tags')] - [string[]] $Tag = @(), - - [Parameter(Position = 1)] - [ScriptBlock] $Fixture - ) - if ($Fixture -eq $null) { - if ($Name.Contains("`n")) { - throw "Test fixture name has multiple lines and no test fixture is provided. (Have you provided a name for the test group?)" - } - else { - throw 'No test fixture is provided. (Have you put the open curly brace on the next line?)' - } - } - if ($null -eq (& $SafeCommands['Get-Variable'] -Name Pester -ValueOnly -ErrorAction $script:IgnoreErrorPreference)) { - # User has executed a test script directly instead of calling Invoke-Pester - $sessionState = Set-SessionStateHint -PassThru -Hint "Caller - Captured in Context" -SessionState $PSCmdlet.SessionState - $Pester = New-PesterState -Path (& $SafeCommands['Resolve-Path'] .) -TestNameFilter $null -TagFilter @() -SessionState SessionState - $script:mockTable = @{ } - } - - DescribeImpl @PSBoundParameters -CommandUsed 'Context' -Pester $Pester -DescribeOutputBlock ${function:Write-Describe} -TestOutputBlock ${function:Write-PesterResult} -NoTestRegistry:('Windows' -ne (GetPesterOs)) -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUwSLBleLGcpShxM2IGdrI7WGc -# suiggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# 9TQenHL+3I2DhwmTZzxI+lL7chIwDQYJKoZIhvcNAQEBBQAEggEACVsUKaY036dk -# Y4MErPjTMVxYe9MHtVlvDdaHjZWQ0PBeF1qObkpJHevaC5MenGEU1GdtsgPMy3Op -# y71zEFNYAZg3bt2Qvi52bNZNcjqwnM7kDIjymRUfEfsELtnv1N9f3jCeYcv5417c -# WsfsP7vVhuw5tJ5jI+um0X7hftQj8ifk3UjR8++1gN/9LNxVEz6HO9c0tE9xyqj3 -# QaOahIUJ4LQ93xjm/XGErKcVzVM2JLrMrkn4Yq5ZXkbEVK2jjcvmSmejpfXwKiuK -# +ZwDjuBlX/ClN4wa49G1iilGt0MBuLNdo+nYvemPJeBuaiGcq1a7g079wccWzMR4 -# f+ayRwhbY6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDAyWjAjBgkqhkiG9w0BCQQx -# FgQUATrceQZKK4SyOOnTWEHpsSBCD74wDQYJKoZIhvcNAQEBBQAEggEAYiYarJY6 -# c7PGhSFJtpmHp9l8TcrewZkV9DYRjUMnppGytHppteTrg7jCoSkotQdJ/Qli/Hwg -# nU/1LUYZfy/sQa/n3krXMWx9wyiL3+5845YVmlbKarKTjD1RRr640au/GWueOBVm -# 1nipjksNjX1FN5Bq+Tl/hbcQtozlbilXH5R0w7Kjx/m4u5DHbZPiRvjKDtDiBBlu -# HBTheDCFbT0fMOkZCH6DdKb0u+Rm87EZGIXzmjfubj4W+32AJE3fS2lVAYBzGi7X -# ZJnS86K/lh9d7Tt+qWwK0xdngCSGi84vkXKG/LHJ/Kb60frnUKiOm+6WyhbhmCIm -# orD1ZA8X6ITl2g== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Coverage.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Coverage.ps1 deleted file mode 100644 index ffd17460ef19..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Coverage.ps1 +++ /dev/null @@ -1,962 +0,0 @@ -if ($PSVersionTable.PSVersion.Major -le 2) { - function Exit-CoverageAnalysis { } - function Get-CoverageReport { } - function Write-CoverageReport { } - function Enter-CoverageAnalysis { - param ( $CodeCoverage ) - - if ($CodeCoverage) { - & $SafeCommands['Write-Error'] 'Code coverage analysis requires PowerShell 3.0 or later.' - } - } - - return -} - -function Enter-CoverageAnalysis { - [CmdletBinding()] - param ( - [object[]] $CodeCoverage, - [object] $PesterState - ) - - $coverageInfo = - foreach ($object in $CodeCoverage) { - Get-CoverageInfoFromUserInput -InputObject $object - } - - $PesterState.CommandCoverage = @(Get-CoverageBreakpoints -CoverageInfo $coverageInfo) -} - -function Exit-CoverageAnalysis { - param ([object] $PesterState) - - & $SafeCommands['Set-StrictMode'] -Off - - # PSScriptAnalyzer it will flag this line because $null is on the LHS of -ne. - # BUT that is correct in this case. We are filtering the list of breakpoints - # to only get those that are not $null - # (like if we did $breakpoints | where {$_ -ne $null}) - # so DON'T change this. - $breakpoints = @($PesterState.CommandCoverage.Breakpoint) -ne $null - if ($breakpoints.Count -gt 0) { - & $SafeCommands['Remove-PSBreakpoint'] -Breakpoint $breakpoints - } -} - -function Get-CoverageInfoFromUserInput { - param ( - [Parameter(Mandatory = $true)] - [object] - $InputObject - ) - - if ($InputObject -is [System.Collections.IDictionary]) { - $unresolvedCoverageInfo = Get-CoverageInfoFromDictionary -Dictionary $InputObject - } - else { - $Path = $InputObject -as [string] - - # Auto-detect IncludeTests-value from path-input - $IncludeTests = $Path -match '\.tests\.ps1$' - - $unresolvedCoverageInfo = New-CoverageInfo -Path $Path -IncludeTests $IncludeTests - } - - Resolve-CoverageInfo -UnresolvedCoverageInfo $unresolvedCoverageInfo -} - -function New-CoverageInfo { - param ([string] $Path, [string] $Class = $null, [string] $Function = $null, [int] $StartLine = 0, [int] $EndLine = 0, [bool] $IncludeTests = $false) - - return [pscustomobject]@{ - Path = $Path - Class = $Class - Function = $Function - StartLine = $StartLine - EndLine = $EndLine - IncludeTests = $IncludeTests - } -} - -function Get-CoverageInfoFromDictionary { - param ([System.Collections.IDictionary] $Dictionary) - - [string] $path = Get-DictionaryValueFromFirstKeyFound -Dictionary $Dictionary -Key 'Path', 'p' - if ([string]::IsNullOrEmpty($path)) { - throw "Coverage value '$Dictionary' is missing required Path key." - } - - $startLine = Get-DictionaryValueFromFirstKeyFound -Dictionary $Dictionary -Key 'StartLine', 'Start', 's' - $endLine = Get-DictionaryValueFromFirstKeyFound -Dictionary $Dictionary -Key 'EndLine', 'End', 'e' - [string] $class = Get-DictionaryValueFromFirstKeyFound -Dictionary $Dictionary -Key 'Class', 'c' - [string] $function = Get-DictionaryValueFromFirstKeyFound -Dictionary $Dictionary -Key 'Function', 'f' - $includeTests = Get-DictionaryValueFromFirstKeyFound -Dictionary $Dictionary -Key 'IncludeTests' - - $startLine = Convert-UnknownValueToInt -Value $startLine -DefaultValue 0 - $endLine = Convert-UnknownValueToInt -Value $endLine -DefaultValue 0 - [bool] $includeTests = Convert-UnknownValueToInt -Value $includeTests -DefaultValue 0 - - return New-CoverageInfo -Path $path -StartLine $startLine -EndLine $endLine -Class $class -Function $function -IncludeTests $includeTests -} - -function Convert-UnknownValueToInt { - param ([object] $Value, [int] $DefaultValue = 0) - - try { - return [int] $Value - } - catch { - return $DefaultValue - } -} - -function Resolve-CoverageInfo { - param ([psobject] $UnresolvedCoverageInfo) - - $path = $UnresolvedCoverageInfo.Path - - $testsPattern = '\.tests\.ps1$' - $includeTests = $UnresolvedCoverageInfo.IncludeTests - - try { - $resolvedPaths = & $SafeCommands['Resolve-Path'] -Path $path -ErrorAction Stop | - & $SafeCommands['Where-Object'] { $includeTests -or $_.Path -notmatch $testsPattern } - } - catch { - & $SafeCommands['Write-Error'] "Could not resolve coverage path '$path': $($_.Exception.Message)" - return - } - - $filePaths = - foreach ($resolvedPath in $resolvedPaths) { - $item = & $SafeCommands['Get-Item'] -LiteralPath $resolvedPath - if ($item -is [System.IO.FileInfo] -and ('.ps1', '.psm1') -contains $item.Extension) { - $item.FullName - } - elseif (-not $item.PsIsContainer) { - & $SafeCommands['Write-Warning'] "CodeCoverage path '$path' resolved to a non-PowerShell file '$($item.FullName)'; this path will not be part of the coverage report." - } - } - - $params = @{ - StartLine = $UnresolvedCoverageInfo.StartLine - EndLine = $UnresolvedCoverageInfo.EndLine - Class = $UnresolvedCoverageInfo.Class - Function = $UnresolvedCoverageInfo.Function - } - - foreach ($filePath in $filePaths) { - $params['Path'] = $filePath - New-CoverageInfo @params - } -} - -function Get-CoverageBreakpoints { - [CmdletBinding()] - param ( - [object[]] $CoverageInfo - ) - - $fileGroups = @($CoverageInfo | & $SafeCommands['Group-Object'] -Property Path) - foreach ($fileGroup in $fileGroups) { - & $SafeCommands['Write-Verbose'] "Initializing code coverage analysis for file '$($fileGroup.Name)'" - $totalCommands = 0 - $analyzedCommands = 0 - - :commandLoop - foreach ($command in Get-CommandsInFile -Path $fileGroup.Name) { - $totalCommands++ - - foreach ($coverageInfoObject in $fileGroup.Group) { - if (Test-CoverageOverlapsCommand -CoverageInfo $coverageInfoObject -Command $command) { - $analyzedCommands++ - New-CoverageBreakpoint -Command $command - continue commandLoop - } - } - } - - & $SafeCommands['Write-Verbose'] "Analyzing $analyzedCommands of $totalCommands commands in file '$($fileGroup.Name)' for code coverage" - } -} - -function Get-CommandsInFile { - param ([string] $Path) - - $errors = $null - $tokens = $null - $ast = [System.Management.Automation.Language.Parser]::ParseFile($Path, [ref] $tokens, [ref] $errors) - - if ($PSVersionTable.PSVersion.Major -ge 5) { - # In PowerShell 5.0, dynamic keywords for DSC configurations are represented by the DynamicKeywordStatementAst - # class. They still trigger breakpoints, but are not a child class of CommandBaseAst anymore. - - $predicate = { - $args[0] -is [System.Management.Automation.Language.DynamicKeywordStatementAst] -or - $args[0] -is [System.Management.Automation.Language.CommandBaseAst] - } - } - else { - $predicate = { $args[0] -is [System.Management.Automation.Language.CommandBaseAst] } - } - - $searchNestedScriptBlocks = $true - $ast.FindAll($predicate, $searchNestedScriptBlocks) -} - -function Test-CoverageOverlapsCommand { - param ([object] $CoverageInfo, [System.Management.Automation.Language.Ast] $Command) - - if ($CoverageInfo.Class -or $CoverageInfo.Function) { - Test-CommandInScope -Command $Command -Class $CoverageInfo.Class -Function $CoverageInfo.Function - } - else { - Test-CoverageOverlapsCommandByLineNumber @PSBoundParameters - } - -} - -function Test-CommandInScope { - param ([System.Management.Automation.Language.Ast] $Command, [string] $Class, [string] $Function) - - $classResult = !$Class - $functionResult = !$Function - for ($ast = $Command; $null -ne $ast; $ast = $ast.Parent) { - if (!$classResult -and $PSVersionTable.PSVersion.Major -ge 5) { - # Classes have been introduced in PowerShell 5.0 - $classAst = $ast -as [System.Management.Automation.Language.TypeDefinitionAst] - if ($null -ne $classAst -and $classAst.Name -like $Class) { - $classResult = $true - } - } - if (!$functionResult) { - $functionAst = $ast -as [System.Management.Automation.Language.FunctionDefinitionAst] - if ($null -ne $functionAst -and $functionAst.Name -like $Function) { - $functionResult = $true - } - } - if ($classResult -and $functionResult) { - return $true - } - } - - return $false -} - -function Test-CoverageOverlapsCommandByLineNumber { - param ([object] $CoverageInfo, [System.Management.Automation.Language.Ast] $Command) - - $commandStart = $Command.Extent.StartLineNumber - $commandEnd = $Command.Extent.EndLineNumber - $coverStart = $CoverageInfo.StartLine - $coverEnd = $CoverageInfo.EndLine - - # An EndLine value of 0 means to cover the entire rest of the file from StartLine - # (which may also be 0) - if ($coverEnd -le 0) { - $coverEnd = [int]::MaxValue - } - - return (Test-RangeContainsValue -Value $commandStart -Min $coverStart -Max $coverEnd) -or - (Test-RangeContainsValue -Value $commandEnd -Min $coverStart -Max $coverEnd) -} - -function Test-RangeContainsValue { - param ([int] $Value, [int] $Min, [int] $Max) - return $Value -ge $Min -and $Value -le $Max -} - -function New-CoverageBreakpoint { - param ([System.Management.Automation.Language.Ast] $Command) - - if (IsIgnoredCommand -Command $Command) { - return - } - - $params = @{ - Script = $Command.Extent.File - Line = $Command.Extent.StartLineNumber - Column = $Command.Extent.StartColumnNumber - Action = { } - } - - $breakpoint = & $SafeCommands['Set-PSBreakpoint'] @params - - [pscustomobject] @{ - File = $Command.Extent.File - Class = Get-ParentClassName -Ast $Command - Function = Get-ParentFunctionName -Ast $Command - StartLine = $Command.Extent.StartLineNumber - EndLine = $Command.Extent.EndLineNumber - StartColumn = $Command.Extent.StartColumnNumber - EndColumn = $Command.Extent.EndColumnNumber - Command = Get-CoverageCommandText -Ast $Command - Breakpoint = $breakpoint - } -} - -function IsIgnoredCommand { - param ([System.Management.Automation.Language.Ast] $Command) - - if (-not $Command.Extent.File) { - # This can happen if the script contains "configuration" or any similarly implemented - # dynamic keyword. PowerShell modifies the script code and reparses it in memory, leading - # to AST elements with no File in their Extent. - return $true - } - - if ($PSVersionTable.PSVersion.Major -ge 4) { - if ($Command.Extent.Text -eq 'Configuration') { - # More DSC voodoo. Calls to "configuration" generate breakpoints, but their HitCount - # stays zero (even though they are executed.) For now, ignore them, unless we can come - # up with a better solution. - return $true - } - - if (IsChildOfHashtableDynamicKeyword -Command $Command) { - # The lines inside DSC resource declarations don't trigger their breakpoints when executed, - # just like the "configuration" keyword itself. I don't know why, at this point, but just like - # configuration, we'll ignore it so it doesn't clutter up the coverage analysis with useless junk. - return $true - } - } - - if (IsClosingLoopCondition -Command $Command) { - # For some reason, the closing expressions of do/while and do/until loops don't trigger their breakpoints. - # To avoid useless clutter, we'll ignore those lines as well. - return $true - } - - return $false -} - -function IsChildOfHashtableDynamicKeyword { - param ([System.Management.Automation.Language.Ast] $Command) - - for ($ast = $Command.Parent; $null -ne $ast; $ast = $ast.Parent) { - if ($PSVersionTable.PSVersion.Major -ge 5) { - # The ast behaves differently for DSC resources with version 5+. There's a new DynamicKeywordStatementAst class, - # and they no longer are represented by CommandAst objects. - - if ($ast -is [System.Management.Automation.Language.DynamicKeywordStatementAst] -and - $ast.CommandElements[-1] -is [System.Management.Automation.Language.HashtableAst]) { - return $true - } - } - else { - if ($ast -is [System.Management.Automation.Language.CommandAst] -and - $null -ne $ast.DefiningKeyword -and - $ast.DefiningKeyword.BodyMode -eq [System.Management.Automation.Language.DynamicKeywordBodyMode]::Hashtable) { - return $true - } - } - } - - return $false -} - -function IsClosingLoopCondition { - param ([System.Management.Automation.Language.Ast] $Command) - - $ast = $Command - - while ($null -ne $ast.Parent) { - if (($ast.Parent -is [System.Management.Automation.Language.DoWhileStatementAst] -or - $ast.Parent -is [System.Management.Automation.Language.DoUntilStatementAst]) -and - $ast.Parent.Condition -eq $ast) { - return $true - } - - $ast = $ast.Parent - } - - return $false -} - -function Get-ParentClassName { - param ([System.Management.Automation.Language.Ast] $Ast) - - if ($PSVersionTable.PSVersion.Major -ge 5) { - # Classes have been introduced in PowerShell 5.0 - - $parent = $Ast.Parent - - while ($null -ne $parent -and $parent -isnot [System.Management.Automation.Language.TypeDefinitionAst]) { - $parent = $parent.Parent - } - } - - if ($null -eq $parent) { - return '' - } - else { - return $parent.Name - } -} - -function Get-ParentFunctionName { - param ([System.Management.Automation.Language.Ast] $Ast) - - $parent = $Ast.Parent - - while ($null -ne $parent -and $parent -isnot [System.Management.Automation.Language.FunctionDefinitionAst]) { - $parent = $parent.Parent - } - - if ($null -eq $parent) { - return '' - } - else { - return $parent.Name - } -} - -function Get-CoverageCommandText { - param ([System.Management.Automation.Language.Ast] $Ast) - - $reportParentExtentTypes = @( - [System.Management.Automation.Language.ReturnStatementAst] - [System.Management.Automation.Language.ThrowStatementAst] - [System.Management.Automation.Language.AssignmentStatementAst] - [System.Management.Automation.Language.IfStatementAst] - ) - - $parent = Get-ParentNonPipelineAst -Ast $Ast - - if ($null -ne $parent) { - if ($parent -is [System.Management.Automation.Language.HashtableAst]) { - return Get-KeyValuePairText -HashtableAst $parent -ChildAst $Ast - } - elseif ($reportParentExtentTypes -contains $parent.GetType()) { - return $parent.Extent.Text - } - } - - return $Ast.Extent.Text -} - -function Get-ParentNonPipelineAst { - param ([System.Management.Automation.Language.Ast] $Ast) - - $parent = $null - if ($null -ne $Ast) { - $parent = $Ast.Parent - } - - while ($parent -is [System.Management.Automation.Language.PipelineAst]) { - $parent = $parent.Parent - } - - return $parent -} - -function Get-KeyValuePairText { - param ( - [System.Management.Automation.Language.HashtableAst] $HashtableAst, - [System.Management.Automation.Language.Ast] $ChildAst - ) - - & $SafeCommands['Set-StrictMode'] -Off - - foreach ($keyValuePair in $HashtableAst.KeyValuePairs) { - if ($keyValuePair.Item2.PipelineElements -contains $ChildAst) { - return '{0} = {1}' -f $keyValuePair.Item1.Extent.Text, $keyValuePair.Item2.Extent.Text - } - } - - # This shouldn't happen, but just in case, default to the old output of just the expression. - return $ChildAst.Extent.Text -} - -function Get-CoverageMissedCommands { - param ([object[]] $CommandCoverage) - $CommandCoverage | & $SafeCommands['Where-Object'] { $_.Breakpoint.HitCount -eq 0 } -} - -function Get-CoverageHitCommands { - param ([object[]] $CommandCoverage) - $CommandCoverage | & $SafeCommands['Where-Object'] { $_.Breakpoint.HitCount -gt 0 } -} - -function Get-CoverageReport { - param ([object] $PesterState) - - $properties = @( - 'File' - @{ Name = 'Line'; Expression = { $_.StartLine } } - 'StartLine' - 'EndLine' - 'StartColumn' - 'EndColumn' - 'Class' - 'Function' - 'Command' - @{ Name = 'HitCount'; Expression = { $_.Breakpoint.HitCount } } - ) - $missedCommands = @(Get-CoverageMissedCommands -CommandCoverage $PesterState.CommandCoverage | & $SafeCommands['Select-Object'] $properties) - $hitCommands = @(Get-CoverageHitCommands -CommandCoverage $PesterState.CommandCoverage | & $SafeCommands['Select-Object'] $properties) - $analyzedFiles = @($PesterState.CommandCoverage | & $SafeCommands['Select-Object'] -ExpandProperty File -Unique) - - [pscustomobject] @{ - NumberOfCommandsAnalyzed = $PesterState.CommandCoverage.Count - NumberOfFilesAnalyzed = $analyzedFiles.Count - NumberOfCommandsExecuted = $hitCommands.Count - NumberOfCommandsMissed = $missedCommands.Count - MissedCommands = $missedCommands - HitCommands = $hitCommands - AnalyzedFiles = $analyzedFiles - } -} - -function Get-CommonParentPath { - param ([string[]] $Path) - - $pathsToTest = @( - $Path | - Normalize-Path | - & $SafeCommands['Select-Object'] -Unique - ) - - if ($pathsToTest.Count -gt 0) { - $parentPath = & $SafeCommands['Split-Path'] -Path $pathsToTest[0] -Parent - - while ($parentPath.Length -gt 0) { - $nonMatches = $pathsToTest -notmatch "^$([regex]::Escape($parentPath))" - - if ($nonMatches.Count -eq 0) { - return $parentPath - } - else { - $parentPath = & $SafeCommands['Split-Path'] -Path $parentPath -Parent - } - } - } - - return [string]::Empty -} - -function Get-RelativePath { - param ( [string] $Path, [string] $RelativeTo ) - return $Path -replace "^$([regex]::Escape("$RelativeTo$([System.IO.Path]::DirectorySeparatorChar)"))?" -} - -function Normalize-Path { - [CmdletBinding()] - param ( - [Parameter(ValueFromPipeline = $true, ValueFromPipelineByPropertyName = $true)] - [Alias('PSPath', 'FullName')] - [string[]] $Path - ) - - # Split-Path and Join-Path will replace any AltDirectorySeparatorChar instances with the DirectorySeparatorChar - # (Even if it's not the one that the split / join happens on.) So splitting / rejoining a path will give us - # consistent separators for later string comparison. - - process { - if ($null -ne $Path) { - foreach ($p in $Path) { - $normalizedPath = & $SafeCommands['Split-Path'] $p -Leaf - - if ($normalizedPath -ne $p) { - $parent = & $SafeCommands['Split-Path'] $p -Parent - $normalizedPath = & $SafeCommands['Join-Path'] $parent $normalizedPath - } - - $normalizedPath - } - } - } -} - -function Get-JaCoCoReportXml { - param ( - [parameter(Mandatory = $true)] - $PesterState, - [parameter(Mandatory = $true)] - [object] $CoverageReport - ) - - if ($null -eq $CoverageReport -or ($pester.Show -eq [Pester.OutputTypes]::None) -or $CoverageReport.NumberOfCommandsAnalyzed -eq 0) { - return - } - - $now = & $SafeCommands['Get-Date'] - $nineteenSeventy = & $SafeCommands['Get-Date'] -Date "01/01/1970" - [long] $endTime = [math]::Floor((New-TimeSpan -start $nineteenSeventy -end $now).TotalMilliseconds) - [long] $startTime = [math]::Floor($endTime - $PesterState.Time.TotalMilliseconds) - - $folderGroups = $PesterState.CommandCoverage | & $SafeCommands["Group-Object"] -Property { - & $SafeCommands["Split-Path"] $_.File -Parent - } - - $packageList = & $SafeCommands['New-Object'] System.Collections.Generic.List[psobject] - - $report = @{ - Instruction = @{ Missed = 0; Covered = 0 } - Line = @{ Missed = 0; Covered = 0 } - Method = @{ Missed = 0; Covered = 0 } - Class = @{ Missed = 0; Covered = 0 } - } - - foreach ($folderGroup in $folderGroups) { - - $package = @{ - Name = $folderGroup.Name - Classes = [ordered] @{ } - Instruction = @{ Missed = 0; Covered = 0 } - Line = @{ Missed = 0; Covered = 0 } - Method = @{ Missed = 0; Covered = 0 } - Class = @{ Missed = 0; Covered = 0 } - } - - foreach ($command in $folderGroup.Group) { - $file = $command.File - $function = $command.Function - if (!$function) { $function = ' - - - - - Gherkin.Ast.Scenario - - - ToString - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/GherkinHook.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/GherkinHook.ps1 deleted file mode 100644 index 09c1a614b43d..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/GherkinHook.ps1 +++ /dev/null @@ -1,340 +0,0 @@ -function BeforeEachFeature { - <# - .SYNOPSIS - Defines a ScriptBlock hook to run before each feature to set up the test environment - - .DESCRIPTION - BeforeEachFeature hooks are run before each feature that is in (or above) the folder where the hook is defined. - - This is a convenience method, provided because unlike traditional RSpec Pester, - there is not a simple test script where you can put setup and clean up. - - .PARAMETER Tags - Optional tags. If set, this hook only runs for features with matching tags - - .PARAMETER Script - The ScriptBlock to run for the hook - - .LINK - https://pester.dev/docs/commands/AfterEachFeature - - .LINK - https://pester.dev/docs/commands/BeforeEachScenario - - .LINK - https://pester.dev/docs/commands/AfterEachScenario - #> - [CmdletBinding(DefaultParameterSetName = "All")] - param( - - [Parameter(Mandatory = $True, Position = 0, ParameterSetName = "Tags")] - [String[]]$Tags = @(), - - [Parameter(Mandatory = $True, Position = 1, ParameterSetName = "Tags")] - [Parameter(Mandatory = $True, Position = 0, ParameterSetName = "All")] - [ScriptBlock]$Script - ) - - # This shouldn't be necessary, but PowerShell 2 is BAF - if ($PSCmdlet.ParameterSetName -eq "Tags") { - ${Script:GherkinHooks}.BeforeEachFeature += @( @{ Tags = $Tags; Script = $Script } ) - } - else { - ${Script:GherkinHooks}.BeforeEachFeature += @( @{ Tags = @(); Script = $Script } ) - } -} - -function AfterEachFeature { - <# - .SYNOPSIS - Defines a ScriptBlock hook to run at the very end of a test run - - .DESCRIPTION - AfterEachFeature hooks are run after each feature that is in (or above) the folder where the hook is defined. - - This is a convenience method, provided because unlike traditional RSpec Pester, - there is not a simple test script where you can put setup and clean up. - - .PARAMETER Tags - Optional tags. If set, this hook only runs for features with matching tags. - - .PARAMETER Script - The ScriptBlock to run for the hook - - .LINK - https://pester.dev/docs/commands/BeforeEachFeature - - .LINK - https://pester.dev/docs/commands/BeforeEachScenario - - .LINK - https://pester.dev/docs/commands/AfterEachScenario - #> - [CmdletBinding(DefaultParameterSetName = "All")] - param( - - [Parameter(Mandatory = $True, Position = 0, ParameterSetName = "Tags")] - [String[]]$Tags = @(), - - [Parameter(Mandatory = $True, Position = 1, ParameterSetName = "Tags")] - [Parameter(Mandatory = $True, Position = 0, ParameterSetName = "All")] - [ScriptBlock]$Script - ) - - # This shouldn't be necessary, but PowerShell 2 is BAF - if ($PSCmdlet.ParameterSetName -eq "Tags") { - ${Script:GherkinHooks}.AfterEachFeature += @( @{ Tags = $Tags; Script = $Script } ) - } - else { - ${Script:GherkinHooks}.AfterEachFeature += @( @{ Tags = @(); Script = $Script } ) - } -} - -function BeforeEachScenario { - <# - .SYNOPSIS - Defines a ScriptBlock hook to run before each scenario to set up the test environment - - .DESCRIPTION - BeforeEachScenario hooks are run before each scenario that is in (or above) the folder where the hook is defined. - - You should not normally need this, because it overlaps significantly with the "Background" feature in the gherkin language. - - This is a convenience method, provided because unlike traditional RSpec Pester, - there is not a simple test script where you can put setup and clean up. - - .PARAMETER Tags - Optional tags. If set, this hook only runs for features with matching tags - - .PARAMETER Script - The ScriptBlock to run for the hook - - .LINK - https://pester.dev/docs/commands/AfterEachScenario - - .LINK - https://pester.dev/docs/commands/BeforeEachFeature - - .LINK - https://pester.dev/docs/commands/AfterEachFeature - - #> - [CmdletBinding(DefaultParameterSetName = "All")] - param( - - [Parameter(Mandatory = $True, Position = 0, ParameterSetName = "Tags")] - [String[]]$Tags = @(), - - [Parameter(Mandatory = $True, Position = 1, ParameterSetName = "Tags")] - [Parameter(Mandatory = $True, Position = 0, ParameterSetName = "All")] - [ScriptBlock]$Script - ) - - # This shouldn't be necessary, but PowerShell 2 is BAF - if ($PSCmdlet.ParameterSetName -eq "Tags") { - ${Script:GherkinHooks}.BeforeEachScenario += @( @{ Tags = $Tags; Script = $Script } ) - } - else { - ${Script:GherkinHooks}.BeforeEachScenario += @( @{ Tags = @(); Script = $Script } ) - } -} - -function AfterEachScenario { - <# - .SYNOPSIS - Defines a ScriptBlock hook to run after each scenario to set up the test environment - - .DESCRIPTION - AfterEachScenario hooks are run after each Scenario that is in (or above) the folder where the hook is defined. - - This is a convenience method, provided because unlike traditional RSpec Pester, - there is not a simple test script where you can put setup and clean up. - - .PARAMETER Tags - Optional tags. If set, this hook only runs for features with matching tags - - .PARAMETER Script - The ScriptBlock to run for the hook - - .LINK - https://pester.dev/docs/commands/BeforeEachScenario - - .LINK - https://pester.dev/docs/commands/BeforeEachFeature - - .LINK - https://pester.dev/docs/commands/AfterEachFeature - #> - [CmdletBinding(DefaultParameterSetName = "All")] - param( - [Parameter(Mandatory = $True, Position = 0, ParameterSetName = "Tags")] - [String[]]$Tags = @(), - - [Parameter(Mandatory = $True, Position = 1, ParameterSetName = "Tags")] - [Parameter(Mandatory = $True, Position = 0, ParameterSetName = "All")] - [ScriptBlock]$Script - ) - - # This shouldn't be necessary, but PowerShell 2 is BAF - if ($PSCmdlet.ParameterSetName -eq "Tags") { - ${Script:GherkinHooks}.AfterEachScenario += @( @{ Tags = $Tags; Script = $Script } ) - } - else { - ${Script:GherkinHooks}.AfterEachScenario += @( @{ Tags = @(); Script = $Script } ) - } -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUS79OYK/ajsPicY/PwWvGQJ+9 -# 9J2ggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# GZd21KubKOiagscMO5fxIUIlhPkwDQYJKoZIhvcNAQEBBQAEggEASWxlmChJcLPk -# 47Nrv1tyXcMiYmTVyLhQ/eMMHZO4mU2t9/ClmBPVLANkbUeleDcpm1Bn2Puo27m0 -# PArFSvSrgZtn8tOZwCNwqeEiuLSX10Zt0rti8VLMkagc9L9P7Et5tHt80NHT19bW -# JxOlAEfgnQsxgRLTyasGw4drPkJI14V4N+t55m3kKrbCECArH8btDfeJxOoH7dPF -# jfNgDM8PT3KdmOai6vQHTQ6k/hZWhKv1iNMWR1hRghi/uU4EhrwXNCCjQo9DUJtA -# 2VFWddr2cRP6WiikfRIeKObDoIuj8hNXbFuHdHzYFB0DwHplsCTtWFQ+p1udrMgG -# mLJcFWXQ7aGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA0WjAjBgkqhkiG9w0BCQQx -# FgQU3jw+dZU0srPFdsEB91kEOk11t4YwDQYJKoZIhvcNAQEBBQAEggEAGu6b+WWH -# zpt4wrGhP/plkXkQxHYuVC1DSoYj2kzKqbU48bApBt/XCSXzz6WlJlwBhtWAgHIb -# 0IHZUhzqsL7M0Q3FGSYyzziGs1jd9qXFp1pt1vW+MprXpe/zki8kF5q6Ykl8Cx+4 -# +LClif9++qxgnhqLt8AbCkotwygvJ9/1VFod1VvVToYznr19E47h3o8R+PbubcM/ -# 0nlT9Q3rygO2hZedlLMXc1D8zqmbkU3ndLGV0CSf9HzKJ4z2QcVLGmSS/2h38DbQ -# LCYlRsHt5muk2SsaQRyrCHmRYXpa9+nIs/0Hq5SSlprEdcegqXY4QUL6rZbZfRsC -# iSuBSP0VFa4OTw== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/GherkinStep.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/GherkinStep.ps1 deleted file mode 100644 index d05730bb5fc6..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/GherkinStep.ps1 +++ /dev/null @@ -1,252 +0,0 @@ -function GherkinStep { - <# -.SYNOPSIS -A step in a test, also known as a Given, When, or Then - -.DESCRIPTION -Pester doesn't technically distinguish between the three kinds of steps. -However, we strongly recommend that you do! -These words were carefully selected to convey meaning which is crucial to get you into the BDD mindset. - -In BDD, we drive development by not first stating the requirements, and then defining steps which can be -executed in a manner that is similar to unit tests. - -.PARAMETER Name -The name of a gherkin step is actually a regular expression, from which capturing groups -are cast and passed to the parameters in the ScriptBlock - -.PARAMETER Test -The ScriptBlock which defines this step. May accept parameters from regular expression -capturing groups (named or not), or from tables or multiline strings. - -.EXAMPLE -```ps -# Gherkin Steps need to be placed in a *.Step.ps1 file - -# filename: copyfile.Step.ps1 -Given 'we have a destination folder' { - mkdir testdrive:\target -ErrorAction SilentlyContinue - 'testdrive:\target' | Should Exist -} - -When 'we call Copy-Item' { - { Copy-Item testdrive:\source\something.txt testdrive:\target } | Should Not Throw -} - -Then 'we have a new file in the destination' { - 'testdrive:\target\something.txt' | Should Exist -} - -# Steps need to allign with feature specifications in a *.feature file -# filename: copyfile.feature -Feature: You can copy one file - -Scenario: The file exists, and the target folder exists - Given we have a source file - And we have a destination folder - When we call Copy-Item - Then we have a new file in the destination - And the new file is the same as the original file -``` - -.EXAMPLE -```ps -# This example shows a complex regex match that can be used for multiple lines in the feature specification -# The named match is mapped to the script parameter - -# filename: namedregex.Step.ps1 -Given 'we have a (?\S*) function' { - param($name) - "$psscriptroot\..\MyModule\*\$name.ps1" | Should Exist -} - -# filename: namedregex.feature -Scenario: basic feature support - Given we have public functions - And we have a New-Node function - And we have a New-Edge function - And we have a New-Graph function - And we have a New-Subgraph function -``` - -.LINK -https://sites.google.com/site/unclebobconsultingllc/the-truth-about-bdd - -#> - param( - - [Parameter(Mandatory = $True, Position = 0)] - [String]$Name, - - - [Parameter(Mandatory = $True, Position = 1)] - [ScriptBlock]$Test - ) - # We need to be able to look up where this step is defined - $Definition = (& $SafeCommands["Get-PSCallStack"])[1] - $RelativePath = & $SafeCommands["Resolve-Path"] $Definition.ScriptName -relative - $Source = "{0}: line {1}" -f $RelativePath, $Definition.ScriptLineNumber - - $Script:GherkinSteps.${Name} = $Test | & $SafeCommands["Add-Member"] -MemberType NoteProperty -Name Source -Value $Source -PassThru -} - -Set-Alias Given GherkinStep -Set-Alias When GherkinStep -Set-Alias Then GherkinStep -Set-Alias And GherkinStep -Set-Alias But GherkinStep - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUktqK3SLk1LUpH4LS2SzucGPY -# IeaggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# f4dcNU3spbIFa8d4cvXfMUlcbcIwDQYJKoZIhvcNAQEBBQAEggEALiyTYNAGdUWT -# OadeYVi3H2eSiLFJefUADKhI3R4XR5ydwvAcvO286Kjvv/44V7y7jhllacvZOP8x -# ih3exPrCyFy12+Nk0odULl0S3erAfochuqdkbV97sHFdVDUGfqJcpjyn0EUbVWt7 -# 4NCqt1XK/7lNV2Of60diftTS88XwFlvK2LW5hXX2dVo8EqXB5khKnAluTKoHgJ/a -# n7/69FdK40im8WJTgUaMonBJyLyGJXxwGkwaqcOkaIqPgM+A429MNCk+MmloBShj -# eim9ZSdIe4sMx6/qw8kQHTL5ziSnAQgrGrYvFYn6Yu8YbPQDGN5FakGoA61vFqig -# zfB6Vqrwo6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA0WjAjBgkqhkiG9w0BCQQx -# FgQUmb35Ojq2UWecDUSPXczd1S7oYSowDQYJKoZIhvcNAQEBBQAEggEAd0xKWNy7 -# hv4tOtdeIoppsVVJ5VHUnOjHXL2mKZJ5YAXbTOhmXBgGolSzy2HhYr7jFMafK6sQ -# g/463GRbAy6dZb1kCrtUd8t2G02ZoVTu9LImVf1S0Anjl+nQv2qIItSjjUWO82xy -# IsKdbpj83LUPfrYsny11x5gou7hi0lvV0C2+pQ5Tclgjj81X6ZCJUPevqZ2vkbmE -# 1wSAzJTqveTRqzlNTQofe4kLFjxSMWdR31f63ydlQA9m3xblLjGtT/fw9wYk8jqx -# dbohemwzRcRlDbFXcq3GREE5LYh5qrjbyatei5Sxtuq8glRkB86iGPmTAOzQ3rHs -# YzMZmLcZkRBi1A== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/In.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/In.ps1 deleted file mode 100644 index c2faa54f7ffc..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/In.ps1 +++ /dev/null @@ -1,192 +0,0 @@ -function In { - <# - .SYNOPSIS - A convenience function that executes a script from a specified path. - - .DESCRIPTION - Before the script block passed to the execute parameter is invoked, - the current location is set to the path specified. Once the script - block has been executed, the location will be reset to the location - the script was in prior to calling In. - - .PARAMETER Path - The path that the execute block will be executed in. - - .PARAMETER execute - The script to be executed in the path provided. - - #> - [CmdletBinding()] - param( - $path, - [ScriptBlock] $execute - ) - Assert-DescribeInProgress -CommandName In - - $old_pwd = $pwd - & $SafeCommands['Push-Location'] $path - $pwd = $path - try { - Write-ScriptBlockInvocationHint -Hint "In" -ScriptBlock $execute - & $execute - } - finally { - & $SafeCommands['Pop-Location'] - $pwd = $old_pwd - } -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUKxv3ny5ywNCQPAxtuikv6Png -# 1pSggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# PqagxMA+mCIKPH5oacSdwBhOGpwwDQYJKoZIhvcNAQEBBQAEggEAhtUDYBPR/agk -# 4JVnCAJvffUnuKB4Kf6BqffT5Whv4Ag3gCBAdgLBTnrsdMAhWB3uDtsRyTOZmL19 -# n+qAZEuV/8bbF+14SwownpXTk6BvYFP9JVR9LaTUSm1txk6tQ53fpevcH99xfNl3 -# lsTkKnX1siRLOdypYmlWPEZWR+qiOI7K0GcqAGPV17Rzu3vlUD9YEC788d8w0z6L -# fuMRbPrjpqA6jT5Vi5+Uvz1LGnta53wk1vGlc9breGcNnKd6vydTmpNrghkEmi/Z -# ebCaUjWHYtfBySwJqxItgfbAyaftU+PVtXBCGuIirtTEYd9gduOECVHidRrvkTX4 -# Q9GpEVBMfKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA1WjAjBgkqhkiG9w0BCQQx -# FgQUj5ODcU8l1FRp5RYqMhEJhOVFL6owDQYJKoZIhvcNAQEBBQAEggEAPeM5aeti -# HwB8QtzR8EbS3ddkUqcKorw6561txuKlkkZc68ChrOMZxWJoVrEOQYtUyRpI7eCL -# bwYiVxL8PaMXwVybMBIJnTZ183GfraGIrCNpOQMPH2Y2JlnlnpY2PtUF0Kip+6gm -# WG1sXqMi503IfEXlG20QHA6Y0biW8BsuBgzFjy5RnHCk3hVNflgaQaczcX4va+fZ -# JKhBJtuVrAIw+jOuk0xx9wM/5aMRoK2G7qd3jkavGfyGLwmqBHZlP+ojx96vkKhY -# UBBGvJ1Y7KSLfBBQ+qi2XGTTtb3YMJDtEBXo/7dg1JGO3MYGME7pCWxwyOXcWC5W -# Fsw33hXWI/UiOA== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/InModuleScope.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/InModuleScope.ps1 deleted file mode 100644 index f464ed736410..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/InModuleScope.ps1 +++ /dev/null @@ -1,285 +0,0 @@ -function InModuleScope { - <# -.SYNOPSIS - Allows you to execute parts of a test script within the - scope of a PowerShell script module. -.DESCRIPTION - By injecting some test code into the scope of a PowerShell - script module, you can use non-exported functions, aliases - and variables inside that module, to perform unit tests on - its internal implementation. - - InModuleScope may be used anywhere inside a Pester script, - either inside or outside a Describe block. -.PARAMETER ModuleName - The name of the module into which the test code should be - injected. This module must already be loaded into the current - PowerShell session. -.PARAMETER ScriptBlock - The code to be executed within the script module. -.EXAMPLE - ```ps - # The script module: - function PublicFunction - { - # Does something - } - - function PrivateFunction - { - return $true - } - - Export-ModuleMember -Function PublicFunction - - # The test script: - - Import-Module MyModule - - InModuleScope MyModule { - Describe 'Testing MyModule' { - It 'Tests the Private function' { - PrivateFunction | Should -Be $true - } - } - } - ``` - - Normally you would not be able to access "PrivateFunction" from - the PowerShell session, because the module only exported - "PublicFunction". Using InModuleScope allowed this call to - "PrivateFunction" to work successfully. -#> - - [CmdletBinding()] - param ( - [Parameter(Mandatory = $true)] - [string] - $ModuleName, - - [Parameter(Mandatory = $true)] - [scriptblock] - $ScriptBlock - ) - - if ($null -eq (& $SafeCommands['Get-Variable'] -Name Pester -ValueOnly -ErrorAction $script:IgnoreErrorPreference)) { - # User has executed a test script directly instead of calling Invoke-Pester - $sessionState = Set-SessionStateHint -PassThru -Hint "Caller - Captured in InModuleScope" -SessionState $PSCmdlet.SessionState - $Pester = New-PesterState -Path (& $SafeCommands['Resolve-Path'] .) -TestNameFilter $null -TagFilter @() -ExcludeTagFilter @() -SessionState $sessionState - $script:mockTable = @{ } - } - - $module = Get-ScriptModule -ModuleName $ModuleName -ErrorAction Stop - - $originalState = $Pester.SessionState - $originalScriptBlockScope = Get-ScriptBlockScope -ScriptBlock $ScriptBlock - - try { - $sessionState = Set-SessionStateHint -PassThru -Hint "Module - $($module.Name)" -SessionState $module.SessionState - $Pester.SessionState = $sessionState - Set-ScriptBlockScope -ScriptBlock $ScriptBlock -SessionState $sessionState - - do { - Write-ScriptBlockInvocationHint -Hint "InModuleScope" -ScriptBlock $ScriptBlock - & $ScriptBlock - } until ($true) - } - finally { - $Pester.SessionState = $originalState - Set-ScriptBlockScope -ScriptBlock $ScriptBlock -SessionStateInternal $originalScriptBlockScope - } -} - -function Get-ScriptModule { - [CmdletBinding()] - param ( - [Parameter(Mandatory = $true)] - [string] $ModuleName - ) - - try { - $modules = @(& $SafeCommands['Get-Module'] -Name $ModuleName -All -ErrorAction Stop) - } - catch { - throw "No module named '$ModuleName' is currently loaded." - } - - $scriptModules = @($modules | & $SafeCommands['Where-Object'] { $_.ModuleType -eq 'Script' }) - - if ($modules.Count -eq 0) { - throw "No module named '$ModuleName' is currently loaded." - } - - if ($scriptModules.Count -gt 1) { - throw "Multiple Script modules named '$ModuleName' are currently loaded. Make sure to remove any extra copies of the module from your session before testing." - } - - if ($scriptModules.Count -eq 0) { - $actualTypes = @( - $modules | - & $SafeCommands['Where-Object'] { $_.ModuleType -ne 'Script' } | - & $SafeCommands['Select-Object'] -ExpandProperty ModuleType -Unique - ) - - $actualTypes = $actualTypes -join ', ' - - throw "Module '$ModuleName' is not a Script module. Detected modules of the following types: '$actualTypes'" - } - - return $scriptModules[0] -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUhEUFP+FHQMReLAuWmI9pQdVx -# 1omggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# aHjuEw5uYXIPWGEjD62K9s4Arr4wDQYJKoZIhvcNAQEBBQAEggEAhnbGbBS0V47g -# DMKiswoZra8VdFiz8lBr6kD7EJSyMRs75xX3BJ64EVA5Dg5L3jfvlV9vEg3o3QQG -# 8EbeTUP37LvuhmycWPI9E6rJsPNzc1kb8eA02HwjltVZMEA24jYHaY9hodNiryW6 -# iEFSLhs7ht5o1Zq7Ox99uEDdvmHESgz6gOt5Ic2lAlF5PSXN11LDx+8PPj0YB4hx -# nQG1yzUq7fucj4xxonqQ0mH97c6dzty6tdtpkI36pklDwFfqL1xSc6zXv89Ut5xY -# LRLsiY39hIGHPgXzQquVdQ9f4gitld+ZziHnmAYRG0qmyD/LZCzoMytQOrCj5heQ -# 3XWupdlQOaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA1WjAjBgkqhkiG9w0BCQQx -# FgQUdyX+Lbw2fHT0AYetpmf2vP3K1G4wDQYJKoZIhvcNAQEBBQAEggEAC9QRMvQR -# Jtf67//8a/jeKHvdjZcuR9339iLIMmWKzYKmleyOx96ySM+bWTQPwQSdwigzsSPN -# aks4DkQ14AtVJeFtKDGLgJcyy8OeY9NAg0ffsdGujDsS7ksZkziUxdtGq2TClbRz -# NEeJ1mddQh9sXbKNbtEci3EBuh4DYne+DgAWMJFt+5gG7jQY2/0dVksvJPXslqKh -# MxvbKqu30AMOFCfl4xYuYtNi1EVDYMBvtFT8C76Oevg476X4at6cc+tnZe1rrOKC -# frEN5dYrq8gJMZ4raijBWLYONoGaDVv/Cmd8B9i95AvJDuwcAn/qNa85qyeJr3Yj -# +fTH99GHWdEAuQ== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/It.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/It.ps1 deleted file mode 100644 index 35e31d6ca57c..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/It.ps1 +++ /dev/null @@ -1,520 +0,0 @@ -function It { - <# -.SYNOPSIS -Validates the results of a test inside of a Describe block. - -.DESCRIPTION -The It command is intended to be used inside of a Describe or Context Block. -If you are familiar with the AAA pattern (Arrange-Act-Assert), the body of -the It block is the appropriate location for an assert. The convention is to -assert a single expectation for each It block. The code inside of the It block -should throw a terminating error if the expectation of the test is not met and -thus cause the test to fail. The name of the It block should expressively state -the expectation of the test. - -In addition to using your own logic to test expectations and throw exceptions, -you may also use Pester's Should command to perform assertions in plain language. - -You can intentionally mark It block result as inconclusive by using Set-TestInconclusive -command as the first tested statement in the It block. - -.PARAMETER Name -An expressive phrase describing the expected test outcome. - -.PARAMETER Test -The script block that should throw an exception if the -expectation of the test is not met.If you are following the -AAA pattern (Arrange-Act-Assert), this typically holds the -Assert. - -.PARAMETER Pending -Use this parameter to explicitly mark the test as work-in-progress/not implemented/pending when you -need to distinguish a test that fails because it is not finished yet from a tests -that fail as a result of changes being made in the code base. An empty test, that is a -test that contains nothing except whitespace or comments is marked as Pending by default. - -.PARAMETER Skip -Use this parameter to explicitly mark the test to be skipped. This is preferable to temporarily -commenting out a test, because the test remains listed in the output. Use the Strict parameter -of Invoke-Pester to force all skipped tests to fail. - -.PARAMETER TestCases -Optional array of hashtable (or any IDictionary) objects. If this parameter is used, -Pester will call the test script block once for each table in the TestCases array, -splatting the dictionary to the test script block as input. If you want the name of -the test to appear differently for each test case, you can embed tokens into the Name -parameter with the syntax 'Adds numbers and ' (assuming you have keys named A and B -in your TestCases hashtables.) - -.EXAMPLE -```ps -function Add-Numbers($a, $b) { - return $a + $b -} - -Describe "Add-Numbers" { - It "adds positive numbers" { - $sum = Add-Numbers 2 3 - $sum | Should -Be 5 - } - - It "adds negative numbers" { - $sum = Add-Numbers (-2) (-2) - $sum | Should -Be (-4) - } - - It "adds one negative number to positive number" { - $sum = Add-Numbers (-2) 2 - $sum | Should -Be 0 - } - - It "concatenates strings if given strings" { - $sum = Add-Numbers two three - $sum | Should -Be "twothree" - } -} -``` - -.EXAMPLE -```ps -function Add-Numbers($a, $b) { - return $a + $b -} - -Describe "Add-Numbers" { - $testCases = @( - @{ a = 2; b = 3; expectedResult = 5 } - @{ a = -2; b = -2; expectedResult = -4 } - @{ a = -2; b = 2; expectedResult = 0 } - @{ a = 'two'; b = 'three'; expectedResult = 'twothree' } - ) - - It 'Correctly adds and to get ' -TestCases $testCases { - param ($a, $b, $expectedResult) - - $sum = Add-Numbers $a $b - $sum | Should -Be $expectedResult - } -} -``` - -.LINK -https://pester.dev/docs/commands/Describe - -.LINK -https://pester.dev/docs/commands/Context - -.LINK -https://pester.dev/docs/commands/Set-TestInconclusive - -.LINK -https://pester.dev/docs/commands/Should - -#> - [CmdletBinding(DefaultParameterSetName = 'Normal')] - param( - [Parameter(Mandatory = $true, Position = 0)] - [string] $Name, - - [Parameter(Position = 1)] - [ScriptBlock] $Test = { }, - - [System.Collections.IDictionary[]] $TestCases, - - [Parameter(ParameterSetName = 'Pending')] - [Switch] $Pending, - - [Parameter(ParameterSetName = 'Skip')] - [Alias('Ignore')] - [Switch] $Skip - ) - - ItImpl -Pester $pester -OutputScriptBlock ${function:Write-PesterResult} @PSBoundParameters -} - -function ItImpl { - [CmdletBinding(DefaultParameterSetName = 'Normal')] - param( - [Parameter(Mandatory = $true, Position = 0)] - [string]$Name, - - [Parameter(Position = 1)] - [ScriptBlock] $Test, - - [System.Collections.IDictionary[]] $TestCases, - [Parameter(ParameterSetName = 'Pending')] - [Switch] $Pending, - - [Parameter(ParameterSetName = 'Skip')] - [Alias('Ignore')] - [Switch] $Skip, - - $Pester, - [scriptblock] $OutputScriptBlock - ) - - Assert-DescribeInProgress -CommandName It - - # Jumping through hoops to make strict mode happy. - if ($PSCmdlet.ParameterSetName -ne 'Skip') { - $Skip = $false - } - if ($PSCmdlet.ParameterSetName -ne 'Pending') { - $Pending = $false - } - - #unless Skip or Pending is specified you must specify a ScriptBlock to the Test parameter - if (-not ($PSBoundParameters.ContainsKey('test') -or $Skip -or $Pending)) { - If ($Name.Contains("`n")) { - throw "Name parameter has multiple lines and no script block is provided. (Have you provided a name for the test group?)" - } - else { - throw 'No test script block is provided. (Have you put the open curly brace on the next line?)' - } - } - - #the function is called with Pending or Skipped set the script block if needed - if ($null -eq $Test) { - $Test = { } - } - - #mark empty Its as Pending - if ($PSVersionTable.PSVersion.Major -le 2 -and - $PSCmdlet.ParameterSetName -eq 'Normal' -and - [String]::IsNullOrEmpty((Remove-Comments $Test.ToString()) -replace "\s")) { - $Pending = $true - } - elseIf ($PSVersionTable.PSVersion.Major -gt 2) { - #[String]::IsNullOrWhitespace is not available in .NET version used with PowerShell 2 - # AST is not available also - $testIsEmpty = - [String]::IsNullOrEmpty($Test.Ast.BeginBlock.Statements) -and - [String]::IsNullOrEmpty($Test.Ast.ProcessBlock.Statements) -and - [String]::IsNullOrEmpty($Test.Ast.EndBlock.Statements) - - if ($PSCmdlet.ParameterSetName -eq 'Normal' -and $testIsEmpty) { - $Pending = $true - } - } - - $pendingSkip = @{ } - - if ($PSCmdlet.ParameterSetName -eq 'Skip') { - $pendingSkip['Skip'] = $Skip - } - else { - $pendingSkip['Pending'] = $Pending - } - - if ($null -ne $TestCases -and $TestCases.Count -gt 0) { - foreach ($testCase in $TestCases) { - $expandedName = [regex]::Replace($Name, '<([^>]+)>', { - $capture = $args[0].Groups[1].Value - if ($testCase.Contains($capture)) { - $value = $testCase[$capture] - # skip adding quotes to non-empty strings to avoid adding junk to the - # test name in case you want to expand captures like 'because' or test name - if ($value -isnot [string] -or [string]::IsNullOrEmpty($value)) { - Format-Nicely $value - } - else { - $value - } - } - else { - "<$capture>" - } - }) - - $splat = @{ - Name = $expandedName - Scriptblock = $Test - Parameters = $testCase - ParameterizedSuiteName = $Name - OutputScriptBlock = $OutputScriptBlock - } - - Invoke-Test @splat @pendingSkip - } - } - else { - Invoke-Test -Name $Name -ScriptBlock $Test @pendingSkip -OutputScriptBlock $OutputScriptBlock - } -} - -function Invoke-Test { - [CmdletBinding(DefaultParameterSetName = 'Normal')] - param ( - [Parameter(Mandatory = $true)] - [string] $Name, - - [Parameter(Mandatory = $true)] - [ScriptBlock] $ScriptBlock, - - [scriptblock] $OutputScriptBlock, - - [System.Collections.IDictionary] $Parameters, - [string] $ParameterizedSuiteName, - - [Parameter(ParameterSetName = 'Pending')] - [Switch] $Pending, - - [Parameter(ParameterSetName = 'Skip')] - [Alias('Ignore')] - [Switch] $Skip - ) - - if ($null -eq $Parameters) { - $Parameters = @{ } - } - - try { - if ($Skip) { - $Pester.AddTestResult($Name, "Skipped", $null) - } - elseif ($Pending) { - $Pester.AddTestResult($Name, "Pending", $null) - } - else { - #todo: disabling the progress for now, it adds a lot of overhead and breaks output on linux, we don't have a good way to disable it by default, or to show it after delay see: https://github.com/pester/Pester/issues/846 - # & $SafeCommands['Write-Progress'] -Activity "Running test '$Name'" -Status Processing - - $errorRecord = $null - try { - $pester.EnterTest() - Invoke-TestCaseSetupBlocks - - do { - Write-ScriptBlockInvocationHint -Hint "It" -ScriptBlock $ScriptBlock - $null = & $ScriptBlock @Parameters - } until ($true) - } - catch { - $errorRecord = $_ - } - finally { - #guarantee that the teardown action will run and prevent it from failing the whole suite - try { - if (-not ($Skip -or $Pending)) { - Invoke-TestCaseTeardownBlocks - } - } - catch { - $errorRecord = $_ - } - - $pester.LeaveTest() - } - - $result = ConvertTo-PesterResult -Name $Name -ErrorRecord $errorRecord - $orderedParameters = Get-OrderedParameterDictionary -ScriptBlock $ScriptBlock -Dictionary $Parameters - $Pester.AddTestResult( $result.Name, $result.Result, $null, $result.FailureMessage, $result.StackTrace, $ParameterizedSuiteName, $orderedParameters, $result.ErrorRecord ) - #todo: disabling progress reporting see above & $SafeCommands['Write-Progress'] -Activity "Running test '$Name'" -Completed -Status Processing - } - } - finally { - Exit-MockScope -ExitTestCaseOnly - } - - if ($null -ne $OutputScriptBlock) { - $Pester.testresult[-1] | & $OutputScriptBlock - } -} - -function Get-OrderedParameterDictionary { - [OutputType([System.Collections.IDictionary])] - param ( - [scriptblock] $ScriptBlock, - [System.Collections.IDictionary] $Dictionary - ) - - $parameters = Get-ParameterDictionary -ScriptBlock $ScriptBlock - - $orderedDictionary = & $SafeCommands['New-Object'] System.Collections.Specialized.OrderedDictionary - - foreach ($parameterName in $parameters.Keys) { - $value = $null - if ($Dictionary.ContainsKey($parameterName)) { - $value = $Dictionary[$parameterName] - } - - $orderedDictionary[$parameterName] = $value - } - - return $orderedDictionary -} - -function Get-ParameterDictionary { - param ( - [scriptblock] $ScriptBlock - ) - - $guid = [Guid]::NewGuid().Guid - - try { - & $SafeCommands['Set-Content'] function:\$guid $ScriptBlock - $metadata = [System.Management.Automation.CommandMetadata](& $SafeCommands['Get-Command'] -Name $guid -CommandType Function) - - return $metadata.Parameters - } - finally { - if (& $SafeCommands['Test-Path'] function:\$guid) { - & $SafeCommands['Remove-Item'] function:\$guid - } - } -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUiJe2aw81vEgh/eBVEk1OxGvc -# smmggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# sLVprfkEmM3nukLnE8A+yZ3jZ3cwDQYJKoZIhvcNAQEBBQAEggEAAdsdLfyfoUQZ -# gi/qUM2E1cm6FhyPUNHKZAGB8dC/xA+n+4iTD67tf/fV60q/XJXLPE5EEPnLye4Y -# cKMXQNEJG3nC8ygCEj8bdpKGACK+ZpTj9vb8/2MgSLugNc5XSODUZ9N7R9Gh7sxS -# IifIan75kyfD3vz7R5FY6jKmntnbDswxDoabJlCC60eG6dqgEQeCJpGrDi5I8wAo -# LWEnGqvnQ1rqdxXexz5hqeXyf9+4wm2z/50V5GWvgcD7rqOHualkb2xcmSiRYo63 -# /6A/SuUnVU83AX/9p4Bom6OKdixN14bWRyXStiPMKFTN2uTMxSnO5FpQt777pqdB -# 8M1ZGO5kNKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA1WjAjBgkqhkiG9w0BCQQx -# FgQU4vMirBvgGf4zKu41AlKwwSffDXMwDQYJKoZIhvcNAQEBBQAEggEALO7zLj/6 -# +6WyW9ZGqNB4nsGOdegaNt/MkxqBsixDmGHXS9jDp+VdhL/wGIGT8jRJqa3xCc8e -# lKZBOISlI9eqMoI3j273a1/IOolXzGNGa+C5cYEKkwkFl7BvYMuUTF/HrE2ZJyoN -# n7UW3vXNcqzAgcaw2BhqTMCXBWR222GuSOKt39t9Cin16v2bEx12yuakTNKMbqJT -# TGyWOqxY8ZslXv8Fkjvkc7P2iuyGlq8LbkQWCQk0iBBy/tDRr/M5t85yXnU8vkm8 -# hWaRx1Dfrj4XqccwQx4Yk4m7uKyFXSXVEXNok0NSmdn3m/Vsr5myjr+nV6OQ2ggw -# ZZGvB12VQ842ag== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Mock.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Mock.ps1 deleted file mode 100644 index 614dd8105fbf..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Mock.ps1 +++ /dev/null @@ -1,1988 +0,0 @@ -function Mock { - - <# -.SYNOPSIS -Mocks the behavior of an existing command with an alternate -implementation. - -.DESCRIPTION -This creates new behavior for any existing command within the scope of a -Describe or Context block. The function allows you to specify a script block -that will become the command's new behavior. - -Optionally, you may create a Parameter Filter which will examine the -parameters passed to the mocked command and will invoke the mocked -behavior only if the values of the parameter values pass the filter. If -they do not, the original command implementation will be invoked instead -of a mock. - -You may create multiple mocks for the same command, each using a different -ParameterFilter. ParameterFilters will be evaluated in reverse order of -their creation. The last one created will be the first to be evaluated. -The mock of the first filter to pass will be used. The exception to this -rule are Mocks with no filters. They will always be evaluated last since -they will act as a "catch all" mock. - -Mocks can be marked Verifiable. If so, the Assert-VerifiableMock command -can be used to check if all Verifiable mocks were actually called. If any -verifiable mock is not called, Assert-VerifiableMock will throw an -exception and indicate all mocks not called. - -If you wish to mock commands that are called from inside a script module, -you can do so by using the -ModuleName parameter to the Mock command. This -injects the mock into the specified module. If you do not specify a -module name, the mock will be created in the same scope as the test script. -You may mock the same command multiple times, in different scopes, as needed. -Each module's mock maintains a separate call history and verified status. - -.PARAMETER CommandName -The name of the command to be mocked. - -.PARAMETER MockWith -A ScriptBlock specifying the behavior that will be used to mock CommandName. -The default is an empty ScriptBlock. -NOTE: Do not specify param or dynamicparam blocks in this script block. -These will be injected automatically based on the signature of the command -being mocked, and the MockWith script block can contain references to the -mocked commands parameter variables. - -.PARAMETER Verifiable -When this is set, the mock will be checked when Assert-VerifiableMock is -called. - -.PARAMETER ParameterFilter -An optional filter to limit mocking behavior only to usages of -CommandName where the values of the parameters passed to the command -pass the filter. - -This ScriptBlock must return a boolean value. See examples for usage. - -.PARAMETER ModuleName -Optional string specifying the name of the module where this command -is to be mocked. This should be a module that _calls_ the mocked -command; it doesn't necessarily have to be the same module which -originally implemented the command. - -.PARAMETER RemoveParameterType -Optional parameter that removes a type of a parameter in the fuction -declaration. This is useful when you are testing a function that has a -strongly typed parameter but you are not able to create an object of the -required type. - -This parameter applies only to the first definintion of a mock within the -current scope. If there are multiple mocks with the same name, any subsequent -configuration of parameters will be ingored, including parameter validation -described below. - -.PARAMETER RemoveParameterValidation -Optional parameter that removes validation from a parameter in the fuction -declaration. This is useful when you are testing a function that validates -it's input, but you are unable to satisfy the validation. - -This parameter applies only to the first definintion of a mock within the -current scope. If there are multiple mocks with the same name, any subsequent -configuration of parameters will be ingored, including parameter types described -above. - -.EXAMPLE -Mock Get-ChildItem { return @{FullName = "A_File.TXT"} } - -Using this Mock, all calls to Get-ChildItem will return a hashtable with a -FullName property returning "A_File.TXT" - -.EXAMPLE -Mock Get-ChildItem { return @{FullName = "A_File.TXT"} } -ParameterFilter { $Path -and $Path.StartsWith($env:temp) } - -This Mock will only be applied to Get-ChildItem calls within the user's temp directory. - -.EXAMPLE -Mock Set-Content {} -Verifiable -ParameterFilter { $Path -eq "some_path" -and $Value -eq "Expected Value" } - -When this mock is used, if the Mock is never invoked and Assert-VerifiableMock is called, an exception will be thrown. The command behavior will do nothing since the ScriptBlock is empty. - -.EXAMPLE -```ps -Mock Get-ChildItem { return @{FullName = "A_File.TXT"} } -ParameterFilter { $Path -and $Path.StartsWith($env:temp\1) } -Mock Get-ChildItem { return @{FullName = "B_File.TXT"} } -ParameterFilter { $Path -and $Path.StartsWith($env:temp\2) } -Mock Get-ChildItem { return @{FullName = "C_File.TXT"} } -ParameterFilter { $Path -and $Path.StartsWith($env:temp\3) } -``` - -Multiple mocks of the same command may be used. The parameter filter determines which is invoked. Here, if Get-ChildItem is called on the "2" directory of the temp folder, then B_File.txt will be returned. - -.EXAMPLE -```ps -Mock Get-ChildItem { return @{FullName="B_File.TXT"} } -ParameterFilter { $Path -eq "$env:temp\me" } -Mock Get-ChildItem { return @{FullName="A_File.TXT"} } -ParameterFilter { $Path -and $Path.StartsWith($env:temp) } - -Get-ChildItem $env:temp\me -``` - -Here, both mocks could apply since both filters will pass. A_File.TXT will be returned because it was the most recent Mock created. - -.EXAMPLE -```ps -Mock Get-ChildItem { return @{FullName = "B_File.TXT"} } -ParameterFilter { $Path -eq "$env:temp\me" } -Mock Get-ChildItem { return @{FullName = "A_File.TXT"} } - -Get-ChildItem c:\windows -``` - -Here, A_File.TXT will be returned. Since no filter was specified, it will apply to any call to Get-ChildItem that does not pass another filter. - -.EXAMPLE -```ps -Mock Get-ChildItem { return @{FullName = "B_File.TXT"} } -ParameterFilter { $Path -eq "$env:temp\me" } -Mock Get-ChildItem { return @{FullName = "A_File.TXT"} } - -Get-ChildItem $env:temp\me -``` - -Here, B_File.TXT will be returned. Even though the filterless mock was created more recently. This illustrates that filterless Mocks are always evaluated last regardless of their creation order. - -.EXAMPLE -Mock Get-ChildItem { return @{FullName = "A_File.TXT"} } -ModuleName MyTestModule - -Using this Mock, all calls to Get-ChildItem from within the MyTestModule module -will return a hashtable with a FullName property returning "A_File.TXT" - -.EXAMPLE -```ps -Get-Module -Name ModuleMockExample | Remove-Module -New-Module -Name ModuleMockExample -ScriptBlock { - function Hidden { "Internal Module Function" } - function Exported { Hidden } - - Export-ModuleMember -Function Exported -} | Import-Module -Force - -Describe "ModuleMockExample" { - - It "Hidden function is not directly accessible outside the module" { - { Hidden } | Should -Throw - } - - It "Original Hidden function is called" { - Exported | Should -Be "Internal Module Function" - } - - It "Hidden is replaced with our implementation" { - Mock Hidden { "Mocked" } -ModuleName ModuleMockExample - Exported | Should -Be "Mocked" - } -} -``` - -This example shows how calls to commands made from inside a module can be -mocked by using the -ModuleName parameter. - -.LINK -https://pester.dev/docs/commands/Assert-MockCalled - -.LINK -https://pester.dev/docs/commands/Assert-VerifiableMock - -.LINK -https://pester.dev/docs/commands/Describe - -.LINK -https://pester.dev/docs/commands/Context - -.LINK -https://pester.dev/docs/commands/It - -.LINK -https://pester.dev/docs/commands/Should - -.LINK -https://pester.dev/docs/usage/mocking - -#> - [CmdletBinding()] - param( - [string]$CommandName, - [ScriptBlock]$MockWith = { }, - [switch]$Verifiable, - [ScriptBlock]$ParameterFilter = { $True }, - [string]$ModuleName, - [string[]]$RemoveParameterType, - [string[]]$RemoveParameterValidation - ) - - Assert-DescribeInProgress -CommandName Mock - Set-ScriptBlockHint -Hint "Unbound MockWith - Captured in Mock" -ScriptBlock $MockWith - Set-ScriptBlockHint -Hint "Unbound ParameterFilter - Captured in Mock" -ScriptBlock $ParameterFilter - - $contextInfo = Validate-Command $CommandName $ModuleName - $CommandName = $contextInfo.Command.Name - - if ($contextInfo.Session.Module -and $contextInfo.Session.Module.Name) { - $ModuleName = $contextInfo.Session.Module.Name - } - else { - $ModuleName = '' - } - - if (Test-IsClosure -ScriptBlock $MockWith) { - # If the user went out of their way to call GetNewClosure(), go ahead and leave the block bound to that - # dynamic module's scope. - $mockWithCopy = $MockWith - } - else { - Write-Hint "Unbinding ScriptBlock from '$(Get-ScriptBlockHint $MockWith)'" - $mockWithCopy = [scriptblock]::Create($MockWith.ToString()) - Set-ScriptBlockHint -ScriptBlock $mockWithCopy -Hint "Unbound ScriptBlock from Mock" - Set-ScriptBlockScope -ScriptBlock $mockWithCopy -SessionState $contextInfo.Session - } - - $block = @{ - Mock = $mockWithCopy - Filter = $ParameterFilter - Verifiable = $Verifiable - Scope = $pester.CurrentTestGroup - } - - $mock = $mockTable["$ModuleName||$CommandName"] - - if (-not $mock) { - $metadata = $null - $originalMetadata = $null - $cmdletBinding = '' - $paramBlock = '' - $dynamicParamBlock = '' - $dynamicParamScriptBlock = $null - - if ($contextInfo.Command.psobject.Properties['ScriptBlock'] -or $contextInfo.Command.CommandType -eq 'Cmdlet') { - $metadata = [System.Management.Automation.CommandMetaData]$contextInfo.Command - $null = $metadata.Parameters.Remove('Verbose') - $null = $metadata.Parameters.Remove('Debug') - $null = $metadata.Parameters.Remove('ErrorAction') - $null = $metadata.Parameters.Remove('WarningAction') - $null = $metadata.Parameters.Remove('ErrorVariable') - $null = $metadata.Parameters.Remove('WarningVariable') - $null = $metadata.Parameters.Remove('OutVariable') - $null = $metadata.Parameters.Remove('OutBuffer') - - # Some versions of PowerShell may include dynamic parameters here - # We will filter them out and add them at the end to be - # compatible with both earlier and later versions - $dynamicParams = $metadata.Parameters.Values | & $SafeCommands['Where-Object'] { $_.IsDynamic } - if ($null -ne $dynamicParams) { - $dynamicparams | & $SafeCommands['ForEach-Object'] { $null = $metadata.Parameters.Remove($_.name) } - } - - $cmdletBinding = [Management.Automation.ProxyCommand]::GetCmdletBindingAttribute($metadata) - if ($global:PSVersionTable.PSVersion.Major -ge 3 -and $contextInfo.Command.CommandType -eq 'Cmdlet') { - if ($cmdletBinding -ne '[CmdletBinding()]') { - $cmdletBinding = $cmdletBinding.Insert($cmdletBinding.Length - 2, ',') - } - $cmdletBinding = $cmdletBinding.Insert($cmdletBinding.Length - 2, 'PositionalBinding=$false') - } - - # Will modify $metadata object in-place - $originalMetadata = $metadata - $metadata = Repair-ConflictingParameters -Metadata $metadata -RemoveParameterType $RemoveParameterType -RemoveParameterValidation $RemoveParameterValidation - $paramBlock = [Management.Automation.ProxyCommand]::GetParamBlock($metadata) - - if ($contextInfo.Command.CommandType -eq 'Cmdlet') { - $dynamicParamBlock = "dynamicparam { Get-MockDynamicParameter -CmdletName '$($contextInfo.Command.Name)' -Parameters `$PSBoundParameters }" - } - else { - $dynamicParamStatements = Get-DynamicParamBlock -ScriptBlock $contextInfo.Command.ScriptBlock - - if ($dynamicParamStatements -match '\S') { - $metadataSafeForDynamicParams = [System.Management.Automation.CommandMetaData]$contextInfo.Command - foreach ($param in $metadataSafeForDynamicParams.Parameters.Values) { - $param.ParameterSets.Clear() - } - - $paramBlockSafeForDynamicParams = [System.Management.Automation.ProxyCommand]::GetParamBlock($metadataSafeForDynamicParams) - $comma = if ($metadataSafeForDynamicParams.Parameters.Count -gt 0) { - ',' - } - else { - '' - } - $dynamicParamBlock = "dynamicparam { Get-MockDynamicParameter -ModuleName '$ModuleName' -FunctionName '$CommandName' -Parameters `$PSBoundParameters -Cmdlet `$PSCmdlet }" - - $code = @" - $cmdletBinding - param( - [object] `${P S Cmdlet}$comma - $paramBlockSafeForDynamicParams - ) - - `$PSCmdlet = `${P S Cmdlet} - - $dynamicParamStatements -"@ - - $dynamicParamScriptBlock = [scriptblock]::Create($code) - - $sessionStateInternal = Get-ScriptBlockScope -ScriptBlock $contextInfo.Command.ScriptBlock - - if ($null -ne $sessionStateInternal) { - Set-ScriptBlockScope -ScriptBlock $dynamicParamScriptBlock -SessionStateInternal $sessionStateInternal - } - } - } - } - - $EscapeSingleQuotedStringContent = - if ($global:PSVersionTable.PSVersion.Major -ge 5) { - { [System.Management.Automation.Language.CodeGeneration]::EscapeSingleQuotedStringContent($args[0]) } - } - else { - { $args[0] -replace "['‘’‚‛]", '$&$&' } - } - - $newContent = & $SafeCommands['Get-Content'] function:\MockPrototype - $newContent = $newContent -replace '#FUNCTIONNAME#', (& $EscapeSingleQuotedStringContent $CommandName) - $newContent = $newContent -replace '#MODULENAME#', (& $EscapeSingleQuotedStringContent $ModuleName) - - $canCaptureArgs = 'true' - if ($contextInfo.Command.CommandType -eq 'Cmdlet' -or - ($contextInfo.Command.CommandType -eq 'Function' -and $contextInfo.Command.CmdletBinding)) { - $canCaptureArgs = 'false' - } - $newContent = $newContent -replace '#CANCAPTUREARGS#', $canCaptureArgs - - $code = @" - $cmdletBinding - param ( $paramBlock ) - $dynamicParamBlock - begin - { - `${mock call state} = @{} - $($newContent -replace '#BLOCK#', 'Begin' -replace '#INPUT#') - } - - process - { - $($newContent -replace '#BLOCK#', 'Process' -replace '#INPUT#', '-InputObject @($input)') - } - - end - { - $($newContent -replace '#BLOCK#', 'End' -replace '#INPUT#') - } -"@ - - $mockScript = [scriptblock]::Create($code) - - $mock = @{ - OriginalCommand = $contextInfo.Command - Blocks = @() - CommandName = $CommandName - SessionState = $contextInfo.Session - Scope = $pester.CurrentTestGroup - PesterState = $pester - Metadata = $metadata - OriginalMetadata = $originalMetadata - CallHistory = @() - DynamicParamScriptBlock = $dynamicParamScriptBlock - Aliases = @() - BootstrapFunctionName = 'PesterMock_' + [Guid]::NewGuid().Guid - } - - $mockTable["$ModuleName||$CommandName"] = $mock - - Invoke-CommonSetupInMockScope -Mock $mock -MockScript $MockScript -CommandName $CommandName - } - - if ($null -ne $mock.Metadata -and $null -ne $block.Filter) { - $block.Filter = New-BlockWithoutParameterAliases -Metadata $mock.Metadata -Block $block.Filter - } - - $mock.Blocks = @( - # trim the script to avoid errors when formatting adds spaces around the default - # filter script, this only affects powershell v2, newer powershell trims it - # automatically - $mock.Blocks | & $SafeCommands['Where-Object'] { $_.Filter.ToString().Trim() -eq '$True' } - if ($block.Filter.ToString().Trim() -eq '$True') { - $block - } - - $mock.Blocks | & $SafeCommands['Where-Object'] { $_.Filter.ToString().Trim() -ne '$True' } - if ($block.Filter.ToString().Trim() -ne '$True') { - $block - } - ) -} - - -function Assert-VerifiableMock { - <# -.SYNOPSIS -Checks if any Verifiable Mock has not been invoked. If so, this will throw an exception. - -.DESCRIPTION -This can be used in tandem with the -Verifiable switch of the Mock -function. Mock can be used to mock the behavior of an existing command -and optionally take a -Verifiable switch. When Assert-VerifiableMock -is called, it checks to see if any Mock marked Verifiable has not been -invoked. If any mocks have been found that specified -Verifiable and -have not been invoked, an exception will be thrown. - -.EXAMPLE -```ps -Mock Set-Content {} -Verifiable -ParameterFilter {$Path -eq "some_path" -and $Value -eq "Expected Value"} - -{ ...some code that never calls Set-Content some_path -Value "Expected Value"... } - -Assert-VerifiableMock -``` - -This will throw an exception and cause the test to fail. - -.EXAMPLE -```ps -Mock Set-Content {} -Verifiable -ParameterFilter {$Path -eq "some_path" -and $Value -eq "Expected Value"} - -Set-Content some_path -Value "Expected Value" - -Assert-VerifiableMock -``` - -This will not throw an exception because the mock was invoked. - -#> - [CmdletBinding()]param() - Assert-DescribeInProgress -CommandName Assert-VerifiableMock - - $unVerified = @{ } - $mockTable.Keys | & $SafeCommands['ForEach-Object'] { - $m = $_; - - $mockTable[$m].blocks | - & $SafeCommands['Where-Object'] { $_.Verifiable } | - & $SafeCommands['ForEach-Object'] { $unVerified[$m] = $_ } - } - if ($unVerified.Count -gt 0) { - foreach ($mock in $unVerified.Keys) { - $array = $mock -split '\|\|' - $function = $array[1] - $module = $array[0] - - $message = "$([System.Environment]::NewLine) Expected $function " - if ($module) { - $message += "in module $module " - } - $message += "to be called with $($unVerified[$mock].Filter)" - } - throw $message - } -} - -function Assert-MockCalled { - <# -.SYNOPSIS -Checks if a Mocked command has been called a certain number of times -and throws an exception if it has not. - -.DESCRIPTION -This command verifies that a mocked command has been called a certain number -of times. If the call history of the mocked command does not match the parameters -passed to Assert-MockCalled, Assert-MockCalled will throw an exception. - -.PARAMETER CommandName -The mocked command whose call history should be checked. - -.PARAMETER ModuleName -The module where the mock being checked was injected. This is optional, -and must match the ModuleName that was used when setting up the Mock. - -.PARAMETER Times -The number of times that the mock must be called to avoid an exception -from throwing. - -.PARAMETER Exactly -If this switch is present, the number specified in Times must match -exactly the number of times the mock has been called. Otherwise it -must match "at least" the number of times specified. If the value -passed to the Times parameter is zero, the Exactly switch is implied. - -.PARAMETER ParameterFilter -An optional filter to qualify which calls should be counted. Only those -calls to the mock whose parameters cause this filter to return true -will be counted. - -.PARAMETER ExclusiveFilter -Like ParameterFilter, except when you use ExclusiveFilter, and there -were any calls to the mocked command which do not match the filter, -an exception will be thrown. This is a convenient way to avoid needing -to have two calls to Assert-MockCalled like this: - -Assert-MockCalled SomeCommand -Times 1 -ParameterFilter { $something -eq $true } -Assert-MockCalled SomeCommand -Times 0 -ParameterFilter { $something -ne $true } - -.PARAMETER Scope -An optional parameter specifying the Pester scope in which to check for -calls to the mocked command. For RSpec style tests, Assert-MockCalled will find -all calls to the mocked command in the current Context block (if present), -or the current Describe block (if there is no active Context), by default. Valid -values are Describe, Context and It. If you use a scope of Describe or -Context, the command will identify all calls to the mocked command in the -current Describe / Context block, as well as all child scopes of that block. - -For Gherkin style tests, Assert-MockCalled will find all calls to the mocked -command in the current Scenario block or the current Feature block (if there is -no active Scenario), by default. Valid values for Gherkin style tests are Feature -and Scenario. If you use a scope of Feature or Scenario, the command will identify -all calls to the mocked command in the current Feature / Scenario block, as well -as all child scopes of that block. - -.EXAMPLE -```ps -PS C:\> Mock Set-Content {} - -{... Some Code ...} - -PS C:\> Assert-MockCalled Set-Content -``` - -This will throw an exception and cause the test to fail if Set-Content is not called in Some Code. - -.EXAMPLE -```ps -PS C:\> Mock Set-Content -parameterFilter {$path.StartsWith("$env:temp\")} - -{... Some Code ...} - -PS C:\> Assert-MockCalled Set-Content 2 { $path -eq "$env:temp\test.txt" } -``` - -This will throw an exception if some code calls Set-Content on $path=$env:temp\test.txt less than 2 times - -.EXAMPLE -```ps -PS C:\> Mock Set-Content {} - -{... Some Code ...} - -PS C:\> Assert-MockCalled Set-Content 0 -``` - -This will throw an exception if some code calls Set-Content at all - -.EXAMPLE -```ps -PS C:\> Mock Set-Content {} - -{... Some Code ...} - -PS C:\> Assert-MockCalled Set-Content -Exactly 2 -``` - -This will throw an exception if some code does not call Set-Content Exactly two times. - -.EXAMPLE -```ps -Describe 'Assert-MockCalled Scope behavior' { - Mock Set-Content { } - - It 'Calls Set-Content at least once in the It block' { - {... Some Code ...} - - Assert-MockCalled Set-Content -Exactly 0 -Scope It - } -} -``` - -Checks for calls only within the current It block. - -.EXAMPLE -```ps -Describe 'Describe' { - Mock -ModuleName SomeModule Set-Content { } - - {... Some Code ...} - - It 'Calls Set-Content at least once in the Describe block' { - Assert-MockCalled -ModuleName SomeModule Set-Content - } -} -``` - -Checks for calls to the mock within the SomeModule module. Note that both the Mock -and Assert-MockCalled commands use the same module name. - -.EXAMPLE -Assert-MockCalled Get-ChildItem -ExclusiveFilter { $Path -eq 'C:\' } - -Checks to make sure that Get-ChildItem was called at least one time with -the -Path parameter set to 'C:\', and that it was not called at all with -the -Path parameter set to any other value. - -.NOTES -The parameter filter passed to Assert-MockCalled does not necessarily have to match the parameter filter -(if any) which was used to create the Mock. Assert-MockCalled will find any entry in the command history -which matches its parameter filter, regardless of how the Mock was created. However, if any calls to the -mocked command are made which did not match any mock's parameter filter (resulting in the original command -being executed instead of a mock), these calls to the original command are not tracked in the call history. -In other words, Assert-MockCalled can only be used to check for calls to the mocked implementation, not -to the original. - -#> - - [CmdletBinding(DefaultParameterSetName = 'ParameterFilter')] - param( - [Parameter(Mandatory = $true, Position = 0)] - [string]$CommandName, - - [Parameter(Position = 1)] - [int]$Times = 1, - - [Parameter(ParameterSetName = 'ParameterFilter', Position = 2)] - [ScriptBlock]$ParameterFilter = { $True }, - - [Parameter(ParameterSetName = 'ExclusiveFilter', Mandatory = $true)] - [scriptblock] $ExclusiveFilter, - - [Parameter(Position = 3)] - [string] $ModuleName, - - [Parameter(Position = 4)] - [ValidateScript( { - if ([uint32]::TryParse($_, [ref] $null) -or - $_ -eq 'Describe' -or - $_ -eq 'Context' -or - $_ -eq 'It' -or - $_ -eq 'Feature' -or - $_ -eq 'Scenario') { - return $true - } - - throw "Scope argument must either be an unsigned integer, or one of the words 'Describe', 'Context', 'It', 'Feature', or 'Scenario'." - })] - [string] $Scope, - - [switch]$Exactly - ) - - if ($PSCmdlet.ParameterSetName -eq 'ParameterFilter') { - $filter = $ParameterFilter - $filterIsExclusive = $false - } - else { - $filter = $ExclusiveFilter - $filterIsExclusive = $true - } - - Assert-DescribeInProgress -CommandName Assert-MockCalled - - if (-not $PSBoundParameters.ContainsKey('ModuleName') -and $null -ne $pester.SessionState.Module) { - $ModuleName = $pester.SessionState.Module.Name - } - - $contextInfo = Validate-Command $CommandName $ModuleName - $CommandName = $contextInfo.Command.Name - - $mock = $script:mockTable["$ModuleName||$CommandName"] - - $moduleMessage = '' - if ($ModuleName) { - $moduleMessage = " in module $ModuleName" - } - - if (-not $mock) { - throw "You did not declare a mock of the $commandName Command${moduleMessage}." - } - - if (-not $PSBoundParameters.ContainsKey('Scope')) { - $scope = 1 - } - - $matchingCalls = & $SafeCommands['New-Object'] System.Collections.ArrayList - $nonMatchingCalls = & $SafeCommands['New-Object'] System.Collections.ArrayList - - foreach ($historyEntry in $mock.CallHistory) { - if (-not (Test-MockCallScope -CallScope $historyEntry.Scope -DesiredScope $Scope)) { - continue - } - - $params = @{ - ScriptBlock = $filter - BoundParameters = $historyEntry.BoundParams - ArgumentList = $historyEntry.Args - Metadata = $mock.Metadata - } - - if ($null -ne $mock.Metadata -and $null -ne $params.ScriptBlock) { - $params.ScriptBlock = New-BlockWithoutParameterAliases -Metadata $mock.Metadata -Block $params.ScriptBlock - } - - if (Test-ParameterFilter @params) { - $null = $matchingCalls.Add($historyEntry) - } - else { - $null = $nonMatchingCalls.Add($historyEntry) - } - } - - $lineText = $MyInvocation.Line.TrimEnd("$([System.Environment]::NewLine)") - $line = $MyInvocation.ScriptLineNumber - - if ($matchingCalls.Count -ne $times -and ($Exactly -or ($times -eq 0))) { - $failureMessage = "Expected ${commandName}${moduleMessage} to be called $times times exactly but was called $($matchingCalls.Count) times" - throw ( New-ShouldErrorRecord -Message $failureMessage -Line $line -LineText $lineText) - } - elseif ($matchingCalls.Count -lt $times) { - $failureMessage = "Expected ${commandName}${moduleMessage} to be called at least $times times but was called $($matchingCalls.Count) times" - throw ( New-ShouldErrorRecord -Message $failureMessage -Line $line -LineText $lineText) - } - elseif ($filterIsExclusive -and $nonMatchingCalls.Count -gt 0) { - $failureMessage = "Expected ${commandName}${moduleMessage} to only be called with with parameters matching the specified filter, but $($nonMatchingCalls.Count) non-matching calls were made" - throw ( New-ShouldErrorRecord -Message $failureMessage -Line $line -LineText $lineText) - } -} - -function Test-MockCallScope { - [CmdletBinding()] - param ( - [object] $CallScope, - [string] $DesiredScope - ) - - if ($null -eq $CallScope) { - # This indicates a call from the current test case ("It" block), which always passes Test-MockCallScope - return $true - } - - $testGroups = $pester.TestGroups - [Array]::Reverse($testGroups) - - $target = 0 - $isNumberedScope = [int]::TryParse($DesiredScope, [ref] $target) - - # The Describe / Context stuff here is for backward compatibility. May be deprecated / removed in the future. - $actualScopeNumber = -1 - $describe = -1 - $context = -1 - - for ($i = 0; $i -lt $testGroups.Count; $i++) { - if ($CallScope -eq $testGroups[$i]) { - $actualScopeNumber = $i - if ($isNumberedScope) { - break - } - } - - if ($describe -lt 0 -and 'Describe', 'Feature' -contains $testGroups[$i].Hint) { - $describe = $i - } - if ($context -lt 0 -and 'Context', 'Scenario' -contains $testGroups[$i].Hint) { - $context = $i - } - } - - if ($actualScopeNumber -lt 0) { - # this should never happen; if we get here, it's a Pester bug. - - throw "Pester error: Corrupted mock call history table." - } - - if ($isNumberedScope) { - # For this, we consider scope 0 to be the current test case / It block, scope 1 to be the first Test Group up the stack, etc. - # $actualScopeNumber currently off by one from that scale (zero-indexed for test groups only; we already checked for the 0 case - # farther up, which only applies if $CallScope is $null). - return $target -gt $actualScopeNumber - } - else { - if ('Describe', 'Feature' -contains $DesiredScope) { - return $describe -ge $actualScopeNumber - } - if ('Context', 'Scenario' -contains $DesiredScope) { - return $context -ge $actualScopeNumber - } - } - - return $false -} - -function Exit-MockScope { - param ( - [switch] $ExitTestCaseOnly - ) - - if ($null -eq $mockTable) { - return - } - - $removeMockStub = - { - param ( - [string] $CommandName, - [string[]] $Aliases - ) - - if ($ExecutionContext.InvokeProvider.Item.Exists("Function:\$CommandName", $true, $true)) { - $ExecutionContext.InvokeProvider.Item.Remove("Function:\$CommandName", $false, $true, $true) - } - - foreach ($alias in $Aliases) { - if ($ExecutionContext.InvokeProvider.Item.Exists("Alias:$alias", $true, $true)) { - $ExecutionContext.InvokeProvider.Item.Remove("Alias:$alias", $false, $true, $true) - } - } - } - - $mockKeys = [string[]]$mockTable.Keys - - foreach ($mockKey in $mockKeys) { - $mock = $mockTable[$mockKey] - - $shouldRemoveMock = (-not $ExitTestCaseOnly) -and (ShouldRemoveMock -Mock $mock -ActivePesterState $pester) - if ($shouldRemoveMock) { - $null = Invoke-InMockScope -SessionState $mock.SessionState -ScriptBlock $removeMockStub -ArgumentList $mock.BootstrapFunctionName, $mock.Aliases - $mockTable.Remove($mockKey) - } - elseif ($mock.PesterState -eq $pester) { - if (-not $ExitTestCaseOnly) { - $mock.Blocks = @($mock.Blocks | & $SafeCommands['Where-Object'] { $_.Scope -ne $pester.CurrentTestGroup }) - } - - $testGroups = @($pester.TestGroups) - - $parentTestGroup = $null - - if ($testGroups.Count -gt 1) { - $parentTestGroup = $testGroups[-2] - } - - foreach ($historyEntry in $mock.CallHistory) { - if ($ExitTestCaseOnly) { - if ($null -eq $historyEntry.Scope) { - $historyEntry.Scope = $pester.CurrentTestGroup - } - } - elseif ($parentTestGroup) { - if ($historyEntry.Scope -eq $pester.CurrentTestGroup) { - $historyEntry.Scope = $parentTestGroup - } - } - } - } - } -} - -function ShouldRemoveMock($Mock, $ActivePesterState) { - if ($ActivePesterState -ne $mock.PesterState) { - return $false - } - if ($mock.Scope -eq $ActivePesterState.CurrentTestGroup) { - return $true - } - - # These two should conditions should _probably_ never happen, because the above condition should - # catch it, but just in case: - if ($ActivePesterState.TestGroups.Count -eq 1) { - return $true - } - if ($ActivePesterState.TestGroups[-2].Hint -eq 'Root') { - return $true - } - - return $false -} - -function Validate-Command([string]$CommandName, [string]$ModuleName) { - $module = $null - $command = $null - - $scriptBlock = { - $command = $ExecutionContext.InvokeCommand.GetCommand($args[0], 'All') - while ($null -ne $command -and $command.CommandType -eq [System.Management.Automation.CommandTypes]::Alias) { - $command = $command.ResolvedCommand - } - - return $command - } - - if ($ModuleName) { - $module = Get-ScriptModule -ModuleName $ModuleName -ErrorAction Stop - $command = & $module $scriptBlock $CommandName - } - - $session = $pester.SessionState - - if (-not $command) { - Set-ScriptBlockScope -ScriptBlock $scriptBlock -SessionState $session - $command = & $scriptBlock $commandName - } - - if (-not $command) { - throw ([System.Management.Automation.CommandNotFoundException] "Could not find Command $commandName") - } - - if ($module) { - $session = Set-SessionStateHint -PassThru -Hint "Module - $($module.Name)" -SessionState ( & $module { $ExecutionContext.SessionState } ) - } - - $hash = @{Command = $command; Session = $session } - - if ($command.CommandType -eq 'Function') { - foreach ($mock in $mockTable.Values) { - if ($command.Name -eq $mock.BootstrapFunctionName) { - return @{ - Command = $mock.OriginalCommand - Session = $mock.SessionState - } - } - } - } - - return $hash -} - -function MockPrototype { - if ($PSVersionTable.PSVersion.Major -ge 3) { - [string] ${ignore preference} = 'Ignore' - } - else { - [string] ${ignore preference} = 'SilentlyContinue' - } - - #todo: remove pester\safegetcommand and use .net calls to get the variable instead? - ${get Variable Command} = & (Pester\SafeGetCommand) -Name Get-Variable -Module Microsoft.PowerShell.Utility -CommandType Cmdlet - - [object] ${a r g s} = $null - if (${#CANCAPTUREARGS#}) { - ${a r g s} = & ${get Variable Command} -Name args -ValueOnly -Scope Local -ErrorAction ${ignore preference} - } - if ($null -eq ${a r g s}) { - ${a r g s} = @() - } - - ${p s cmdlet} = & ${get Variable Command} -Name PSCmdlet -ValueOnly -Scope Local -ErrorAction ${ignore preference} - - #todo: Add session state hint - once we are calling this in the Pester state - ${session state} = if (${p s cmdlet}) { - ${p s cmdlet}.SessionState - } - - # todo: lookup Pester state and invoke it in there to remote Invoke-Mock from the public Api - # @{mock call state} initialization is injected only into the begin block by the code that uses this prototype. - Invoke-Mock -CommandName '#FUNCTIONNAME#' -ModuleName '#MODULENAME#' -BoundParameters $PSBoundParameters -ArgumentList ${a r g s} -CallerSessionState ${session state} -FromBlock '#BLOCK#' -MockCallState ${mock call state} #INPUT# -} - -function Invoke-Mock { - <# - .SYNOPSIS - This command is used by Pester's Mocking framework. You do not need to call it directly. - #> - - [CmdletBinding()] - param ( - [Parameter(Mandatory = $true)] - [string] - $CommandName, - - [Parameter(Mandatory = $true)] - [hashtable] $MockCallState, - - [string] - $ModuleName, - - [hashtable] - $BoundParameters = @{ }, - - [object[]] - $ArgumentList = @(), - - [object] $CallerSessionState, - - [ValidateSet('Begin', 'Process', 'End')] - [string] $FromBlock, - - [object] $InputObject - ) - - $detectedModule = $ModuleName - $mock = FindMock -CommandName $CommandName -ModuleName ([ref]$detectedModule) - - if ($null -eq $mock) { - # If this ever happens, it's a bug in Pester. The scriptBlock that calls Invoke-Mock should be removed at the same time as the entry in the mock table. - throw "Internal error detected: Mock for '$CommandName' in module '$ModuleName' was called, but does not exist in the mock table." - } - - switch ($FromBlock) { - Begin { - $MockCallState['InputObjects'] = & $SafeCommands['New-Object'] System.Collections.ArrayList - $MockCallState['ShouldExecuteOriginalCommand'] = $false - $MockCallState['BeginBoundParameters'] = $BoundParameters.Clone() - $MockCallState['BeginArgumentList'] = $ArgumentList - - return - } - - Process { - $block = $null - if ($detectedModule -eq $ModuleName) { - $block = FindMatchingBlock -Mock $mock -BoundParameters $BoundParameters -ArgumentList $ArgumentList - } - - if ($null -ne $block) { - ExecuteBlock -Block $block ` - -CommandName $CommandName ` - -ModuleName $ModuleName ` - -BoundParameters $BoundParameters ` - -ArgumentList $ArgumentList ` - -Mock $mock - - return - } - else { - $MockCallState['ShouldExecuteOriginalCommand'] = $true - if ($null -ne $InputObject) { - $null = $MockCallState['InputObjects'].AddRange(@($InputObject)) - } - - return - } - } - - End { - if ($MockCallState['ShouldExecuteOriginalCommand']) { - $MockCallState['BeginBoundParameters'] = Reset-ConflictingParameters -BoundParameters $MockCallState['BeginBoundParameters'] - - if ($MockCallState['InputObjects'].Count -gt 0) { - $scriptBlock = { - param ($Command, $ArgumentList, $BoundParameters, $InputObjects) - $InputObjects | & $Command @ArgumentList @BoundParameters - } - } - else { - $scriptBlock = { - param ($Command, $ArgumentList, $BoundParameters, $InputObjects) - & $Command @ArgumentList @BoundParameters - } - } - - $state = if ($CallerSessionState) { - $CallerSessionState - } - else { - $mock.SessionState - } - - Set-ScriptBlockScope -ScriptBlock $scriptBlock -SessionState $state - - # In order to mock Set-Variable correctly we need to write the variable - # two scopes above - if ( $mock.OriginalCommand -like "Set-Variable" ) { - if ($MockCallState['BeginBoundParameters'].Keys -notcontains "Scope") { - $MockCallState['BeginBoundParameters'].Add( "Scope", 2) - } - # local is the same as scope 0, in that case we also write to scope 2 - elseif ("Local", "0" -contains $MockCallState['BeginBoundParameters'].Scope) { - $MockCallState['BeginBoundParameters'].Scope = 2 - } - elseif ($MockCallState['BeginBoundParameters'].Scope -match "\d+") { - $MockCallState['BeginBoundParameters'].Scope = 2 + $matches[0] - } - else { - # not sure what the user did, but we won't change it - } - } - - Write-ScriptBlockInvocationHint -Hint "Mock - Original Command" -ScriptBlock $scriptBlock - & $scriptBlock -Command $mock.OriginalCommand ` - -ArgumentList $MockCallState['BeginArgumentList'] ` - -BoundParameters $MockCallState['BeginBoundParameters'] ` - -InputObjects $MockCallState['InputObjects'] - } - } - } -} - -function FindMock { - param ( - [string] $CommandName, - [ref] $ModuleName - ) - - $mock = $mockTable["$($ModuleName.Value)||$CommandName"] - - if ($null -eq $mock) { - $mock = $mockTable["||$CommandName"] - if ($null -ne $mock) { - $ModuleName.Value = '' - } - } - - return $mock -} - -function FindMatchingBlock { - param ( - [object] $Mock, - [hashtable] $BoundParameters = @{ }, - [object[]] $ArgumentList = @() - ) - - for ($idx = $mock.Blocks.Length; $idx -gt 0; $idx--) { - $block = $mock.Blocks[$idx - 1] - - $params = @{ - ScriptBlock = $block.Filter - BoundParameters = $BoundParameters - ArgumentList = $ArgumentList - Metadata = $mock.Metadata - } - - if (Test-ParameterFilter @params) { - return $block - } - } - - return $null -} - -function ExecuteBlock { - param ( - [object] $Block, - [object] $Mock, - [string] $CommandName, - [string] $ModuleName, - [hashtable] $BoundParameters = @{ }, - [object[]] $ArgumentList = @() - ) - - $Block.Verifiable = $false - - $scope = if ($pester.InTest) { - $null - } - else { - $pester.CurrentTestGroup - } - $Mock.CallHistory += @{CommandName = "$ModuleName||$CommandName"; BoundParams = $BoundParameters; Args = $ArgumentList; Scope = $scope } - - $scriptBlock = { - param ( - [Parameter(Mandatory = $true)] - [scriptblock] - ${Script Block}, - - [hashtable] - $___BoundParameters___ = @{ }, - - [object[]] - $___ArgumentList___ = @(), - - [System.Management.Automation.CommandMetadata] - ${Meta data}, - - [System.Management.Automation.SessionState] - ${Session State}, - - ${R e p o r t S c o p e}, - - ${M o d u l e N a m e} - ) - - # This script block exists to hold variables without polluting the test script's current scope. - # Dynamic parameters in functions, for some reason, only exist in $PSBoundParameters instead - # of being assigned a local variable the way static parameters do. By calling Set-DynamicParameterVariable, - # we create these variables for the caller's use in a Parameter Filter or within the mock itself, and - # by doing it inside this temporary script block, those variables don't stick around longer than they - # should. - - Set-DynamicParameterVariable -SessionState ${Session State} -Parameters $___BoundParameters___ -Metadata ${Meta data} - # Name property is not present on Application Command metadata in PowerShell 2 - & ${R e p o r t S c o p e} -ModuleName ${M o d u l e N a m e} -CommandName $(try { - ${Meta data}.Name - } - catch { - }) -ScriptBlock ${Script Block} - & ${Script Block} @___BoundParameters___ @___ArgumentList___ - } - - Set-ScriptBlockScope -ScriptBlock $scriptBlock -SessionState $mock.SessionState - $splat = @{ - 'Script Block' = $block.Mock - '___ArgumentList___' = $ArgumentList - '___BoundParameters___' = $BoundParameters - 'Meta data' = $mock.Metadata - 'Session State' = $mock.SessionState - 'R e p o r t S c o p e' = { param ($CommandName, $ModuleName, $ScriptBlock) - Write-ScriptBlockInvocationHint -Hint "Mock - of command $CommandName$(if ($ModuleName) { "from module $ModuleName"})" -ScriptBlock $ScriptBlock } - } - - # the real scriptblock is passed to the other one, we are interested in the mock, not the wrapper, so I pass $block.Mock, and not $scriptBlock - - Write-ScriptBlockInvocationHint -Hint "Mock - of command $CommandName$(if ($ModuleName) { "from module $ModuleName"})" -ScriptBlock ($block.Mock) - & $scriptBlock @splat -} - -function Invoke-InMockScope { - [CmdletBinding()] - param ( - [Parameter(Mandatory = $true)] - [System.Management.Automation.SessionState] - $SessionState, - - [Parameter(Mandatory = $true)] - [scriptblock] - $ScriptBlock, - - [Parameter(ValueFromRemainingArguments = $true)] - [object[]] - $ArgumentList = @() - ) - - if ($SessionState.Module) { - $SessionState.Module.Invoke($ScriptBlock, $ArgumentList) - } - else { - Set-ScriptBlockScope -ScriptBlock $ScriptBlock -SessionState $SessionState - Write-ScriptBlockInvocationHint -Hint "Mock - InMockScope" -ScriptBlock $ScriptBlock - & $ScriptBlock @ArgumentList - } -} - -function Test-ParameterFilter { - [CmdletBinding()] - param ( - [Parameter(Mandatory = $true)] - [scriptblock] - $ScriptBlock, - - [System.Collections.IDictionary] - $BoundParameters, - - [object[]] - $ArgumentList, - - [System.Management.Automation.CommandMetadata] - $Metadata - ) - - if ($null -eq $BoundParameters) { - $BoundParameters = @{ } - } - if ($null -eq $ArgumentList) { - $ArgumentList = @() - } - - $paramBlock = Get-ParamBlockFromBoundParameters -BoundParameters $BoundParameters -Metadata $Metadata - - $scriptBlockString = " - $paramBlock - - Set-StrictMode -Off - $ScriptBlock - " - Write-Hint "Unbinding ScriptBlock from '$(Get-ScriptBlockHint $ScriptBlock)'" - $cmd = [scriptblock]::Create($scriptBlockString) - Set-ScriptBlockHint -ScriptBlock $cmd -Hint "Unbound ScriptBlock from Test-ParameterFilter" - Set-ScriptBlockScope -ScriptBlock $cmd -SessionState $pester.SessionState - - Write-ScriptBlockInvocationHint -Hint "Mock - Parameter filter" -ScriptBlock $cmd - & $cmd @BoundParameters @ArgumentList -} - -function Get-ParamBlockFromBoundParameters { - param ( - [System.Collections.IDictionary] $BoundParameters, - [System.Management.Automation.CommandMetadata] $Metadata - ) - - $params = foreach ($paramName in $BoundParameters.get_Keys()) { - if (IsCommonParameter -Name $paramName -Metadata $Metadata) { - continue - } - - "`${$paramName}" - } - - $params = $params -join ',' - - if ($null -ne $Metadata) { - $cmdletBinding = [System.Management.Automation.ProxyCommand]::GetCmdletBindingAttribute($Metadata) - } - else { - $cmdletBinding = '' - } - - return "$cmdletBinding param ($params)" -} - -function IsCommonParameter { - param ( - [string] $Name, - [System.Management.Automation.CommandMetadata] $Metadata - ) - - if ($null -ne $Metadata) { - if ([System.Management.Automation.Internal.CommonParameters].GetProperty($Name)) { - return $true - } - if ($Metadata.SupportsShouldProcess -and [System.Management.Automation.Internal.ShouldProcessParameters].GetProperty($Name)) { - return $true - } - if ($PSVersionTable.PSVersion.Major -ge 3 -and $Metadata.SupportsPaging -and [System.Management.Automation.PagingParameters].GetProperty($Name)) { - return $true - } - if ($Metadata.SupportsTransactions -and [System.Management.Automation.Internal.TransactionParameters].GetProperty($Name)) { - return $true - } - } - - return $false -} - -function Set-DynamicParameterVariable { - <# - .SYNOPSIS - This command is used by Pester's Mocking framework. You do not need to call it directly. - #> - - param ( - [Parameter(Mandatory = $true)] - [System.Management.Automation.SessionState] - $SessionState, - - [hashtable] - $Parameters, - - [System.Management.Automation.CommandMetadata] - $Metadata - ) - - if ($null -eq $Parameters) { - $Parameters = @{ } - } - - foreach ($keyValuePair in $Parameters.GetEnumerator()) { - $variableName = $keyValuePair.Key - - if (-not (IsCommonParameter -Name $variableName -Metadata $Metadata)) { - if ($ExecutionContext.SessionState -eq $SessionState) { - & $SafeCommands['Set-Variable'] -Scope 1 -Name $variableName -Value $keyValuePair.Value -Force -Confirm:$false -WhatIf:$false - } - else { - $SessionState.PSVariable.Set($variableName, $keyValuePair.Value) - } - } - } -} - -function Get-DynamicParamBlock { - param ( - [scriptblock] $ScriptBlock - ) - - if ($PSVersionTable.PSVersion.Major -le 2) { - $flags = [System.Reflection.BindingFlags]'Instance, NonPublic' - $dynamicParams = [scriptblock].GetField('_dynamicParams', $flags).GetValue($ScriptBlock) - - if ($null -ne $dynamicParams) { - return $dynamicParams.ToString() - - } - } - else { - If ( $ScriptBlock.AST.psobject.Properties.Name -match "Body") { - if ($null -ne $ScriptBlock.Ast.Body.DynamicParamBlock) { - $statements = $ScriptBlock.Ast.Body.DynamicParamBlock.Statements | - & $SafeCommands['Select-Object'] -ExpandProperty Extent | - & $SafeCommands['Select-Object'] -ExpandProperty Text - - return $statements -join "$([System.Environment]::NewLine)" - } - } - } -} - -function Get-MockDynamicParameter { - <# - .SYNOPSIS - This command is used by Pester's Mocking framework. You do not need to call it directly. - #> - - [CmdletBinding()] - param ( - [Parameter(Mandatory = $true, ParameterSetName = 'Cmdlet')] - [string] $CmdletName, - - [Parameter(Mandatory = $true, ParameterSetName = 'Function')] - [string] $FunctionName, - - [Parameter(ParameterSetName = 'Function')] - [string] $ModuleName, - - [System.Collections.IDictionary] $Parameters, - - [object] $Cmdlet - ) - - switch ($PSCmdlet.ParameterSetName) { - 'Cmdlet' { - Get-DynamicParametersForCmdlet -CmdletName $CmdletName -Parameters $Parameters - } - - 'Function' { - Get-DynamicParametersForMockedFunction -FunctionName $FunctionName -ModuleName $ModuleName -Parameters $Parameters -Cmdlet $Cmdlet - } - } -} - -function Get-DynamicParametersForCmdlet { - [CmdletBinding()] - param ( - [Parameter(Mandatory = $true)] - [string] $CmdletName, - - [ValidateScript( { - if ($PSVersionTable.PSVersion.Major -ge 3 -and - $null -ne $_ -and - $_.GetType().FullName -ne 'System.Management.Automation.PSBoundParametersDictionary') { - throw 'The -Parameters argument must be a PSBoundParametersDictionary object ($PSBoundParameters).' - } - - return $true - })] - [System.Collections.IDictionary] $Parameters - ) - - try { - $command = & $SafeCommands['Get-Command'] -Name $CmdletName -CommandType Cmdlet -ErrorAction Stop - - if (@($command).Count -gt 1) { - throw "Name '$CmdletName' resolved to multiple Cmdlets" - } - } - catch { - $PSCmdlet.ThrowTerminatingError($_) - } - - if ($null -eq $command.ImplementingType.GetInterface('IDynamicParameters', $true)) { - return - } - - if ('5.0.10586.122' -lt $PSVersionTable.PSVersion) { - # Older version of PS required Reflection to do this. It has run into problems on occasion with certain cmdlets, - # such as ActiveDirectory and AzureRM, so we'll take advantage of the newer PSv5 engine features if at all possible. - - if ($null -eq $Parameters) { - $paramsArg = @() - } - else { - $paramsArg = @($Parameters) - } - - $command = $ExecutionContext.InvokeCommand.GetCommand($CmdletName, [System.Management.Automation.CommandTypes]::Cmdlet, $paramsArg) - $paramDictionary = [System.Management.Automation.RuntimeDefinedParameterDictionary]::new() - - foreach ($param in $command.Parameters.Values) { - if (-not $param.IsDynamic) { - continue - } - if ($Parameters.ContainsKey($param.Name)) { - continue - } - - $dynParam = [System.Management.Automation.RuntimeDefinedParameter]::new($param.Name, $param.ParameterType, $param.Attributes) - $paramDictionary.Add($param.Name, $dynParam) - } - - return $paramDictionary - } - else { - if ($null -eq $Parameters) { - $Parameters = @{ } - } - - $cmdlet = & $SafeCommands['New-Object'] $command.ImplementingType.FullName - - $flags = [System.Reflection.BindingFlags]'Instance, Nonpublic' - $context = $ExecutionContext.GetType().GetField('_context', $flags).GetValue($ExecutionContext) - [System.Management.Automation.Cmdlet].GetProperty('Context', $flags).SetValue($cmdlet, $context, $null) - - foreach ($keyValuePair in $Parameters.GetEnumerator()) { - $property = $cmdlet.GetType().GetProperty($keyValuePair.Key) - if ($null -eq $property -or -not $property.CanWrite) { - continue - } - - $isParameter = [bool]($property.GetCustomAttributes([System.Management.Automation.ParameterAttribute], $true)) - if (-not $isParameter) { - continue - } - - $property.SetValue($cmdlet, $keyValuePair.Value, $null) - } - - try { - # This unary comma is important in some cases. On Windows 7 systems, the ActiveDirectory module cmdlets - # return objects from this method which implement IEnumerable for some reason, and even cause PowerShell - # to throw an exception when it tries to cast the object to that interface. - - # We avoid that problem by wrapping the result of GetDynamicParameters() in a one-element array with the - # unary comma. PowerShell enumerates that array instead of trying to enumerate the goofy object, and - # everyone's happy. - - # Love the comma. Don't delete it. We don't have a test for this yet, unless we can get the AD module - # on a Server 2008 R2 build server, or until we write some C# code to reproduce its goofy behavior. - - , $cmdlet.GetDynamicParameters() - } - catch [System.NotImplementedException] { - # Some cmdlets implement IDynamicParameters but then throw a NotImplementedException. I have no idea why. Ignore them. - } - } -} - -function Get-DynamicParametersForMockedFunction { - [CmdletBinding()] - param ( - [Parameter(Mandatory = $true)] - [string] - $FunctionName, - - [string] - $ModuleName, - - [System.Collections.IDictionary] - $Parameters, - - [object] - $Cmdlet - ) - - $mock = $mockTable["$ModuleName||$FunctionName"] - - if (-not $mock) { - throw "Internal error detected: Mock for '$FunctionName' in module '$ModuleName' was called, but does not exist in the mock table." - } - - if ($mock.DynamicParamScriptBlock) { - $splat = @{ 'P S Cmdlet' = $Cmdlet } - return & $mock.DynamicParamScriptBlock @Parameters @splat - } -} - -function Test-IsClosure { - [CmdletBinding()] - param ( - [Parameter(Mandatory = $true)] - [scriptblock] - $ScriptBlock - ) - - $sessionStateInternal = Get-ScriptBlockScope -ScriptBlock $ScriptBlock - if ($null -eq $sessionStateInternal) { - return $false - } - - $flags = [System.Reflection.BindingFlags]'Instance,NonPublic' - $module = $sessionStateInternal.GetType().GetProperty('Module', $flags).GetValue($sessionStateInternal, $null) - - return ( - $null -ne $module -and - $module.Name -match '^__DynamicModule_([a-f\d-]+)$' -and - $null -ne ($matches[1] -as [guid]) - ) -} - -function Remove-MockFunctionsAndAliases { - # when a test is terminated (e.g. by stopping at a breakpoint and then stoping the execution of the script) - # the aliases and bootstrap functions for the currently mocked functions will remain in place - # Then on subsequent runs the bootstrap function will be picked up instead of the real command, - # because there is still an alias associated with it, and the test will fail. - # So before putting Pester state in place we should make sure that all Pester mocks are gone - # by deleting every alias pointing to a function that starts with PesterMock_. Then we also delete the - # bootstrap function. - foreach ($alias in (& $script:SafeCommands['Get-Alias'] -Definition "PesterMock_*")) { - & $script:SafeCommands['Remove-Item'] "alias:/$($alias.Name)" - } - - foreach ($bootstrapFunction in (& $script:SafeCommands['Get-Command'] -Name "PesterMock_*")) { - & $script:SafeCommands['Remove-Item'] "function:/$($bootstrapFunction.Name)" - } -} - -function Repair-ConflictingParameters { - [CmdletBinding()] - [OutputType([System.Management.Automation.CommandMetadata])] - param( - [Parameter(Mandatory = $true)] - [System.Management.Automation.CommandMetadata] - $Metadata, - [Parameter()] - [string[]] - $RemoveParameterType, - [Parameter()] - [string[]] - $RemoveParameterValidation - ) - - $repairedMetadata = New-Object System.Management.Automation.CommandMetadata -ArgumentList $Metadata - $paramMetadatas = @() - $paramMetadatas += $repairedMetadata.Parameters.Values - - $conflictingParams = Get-ConflictingParameterNames - - foreach ($paramMetadata in $paramMetadatas) { - if ($paramMetadata.IsDynamic) { - continue - } - - if ($conflictingParams -contains $paramMetadata.Name) { - $paramName = $paramMetadata.Name - $newName = "_$paramName" - $paramMetadata.Name = $newName - $paramMetadata.Aliases.Add($paramName) - - $null = $repairedMetadata.Parameters.Remove($paramName) - $repairedMetadata.Parameters.Add($newName, $paramMetadata) - } - - $attrIndexesToRemove = New-Object System.Collections.ArrayList - - if ($RemoveParameterType -contains $paramMetadata.Name) { - $paramMetadata.ParameterType = [object] - - for ($i = 0; $i -lt $paramMetadata.Attributes.Count; $i++) { - $attr = $paramMetadata.Attributes[$i] - if ($attr -is [PSTypeNameAttribute]) { - $null = $attrIndexesToRemove.Add($i) - break - } - } - } - - if ($RemoveParameterValidation -contains $paramMetadata.Name) { - for ($i = 0; $i -lt $paramMetadata.Attributes.Count; $i++) { - $attr = $paramMetadata.Attributes[$i] - if ($attr -is [System.Management.Automation.ValidateArgumentsAttribute]) { - $null = $attrIndexesToRemove.Add($i) - } - } - } - - foreach ($index in $attrIndexesToRemove) { - $null = $paramMetadata.Attributes.RemoveAt($index) - } - } - - $repairedMetadata -} - -function Reset-ConflictingParameters { - [CmdletBinding()] - [OutputType([hashtable])] - param( - [Parameter(Mandatory = $true)] - [hashtable] - $BoundParameters - ) - - $parameters = $BoundParameters.Clone() - $names = Get-ConflictingParameterNames - - foreach ($param in $names) { - $fixedName = "_$param" - - if (-not $parameters.ContainsKey($fixedName)) { - continue - } - - $parameters[$param] = $parameters[$fixedName] - $null = $parameters.Remove($fixedName) - } - - $parameters -} - -function Get-ConflictingParameterNames { - $script:ConflictingParameterNames -} - -function Initialize-ConflictingParameterNames { - foreach ($var in (& $script:SafeCommands['Get-Variable'])) { - if (($var.Options -band [System.Management.Automation.ScopedItemOptions]::Constant) -or ($var.Options -band [System.Management.Automation.ScopedItemOptions]::ReadOnly)) { - $var.Name - } - } -} - -function Get-ScriptBlockAST { - param ( - [scriptblock] - $ScriptBlock - ) - - if ($ScriptBlock.Ast -is [System.Management.Automation.Language.ScriptBlockAst]) { - $ast = $Block.Ast.EndBlock - } - elseif ($ScriptBlock.Ast -is [System.Management.Automation.Language.FunctionDefinitionAst]) { - $ast = $Block.Ast.Body.EndBlock - } - else { - throw "Pester failed to parse ParameterFilter, scriptblock is invalid type. Please reformat your ParameterFilter." - } - - return $ast -} - -function New-BlockWithoutParameterAliases { - [CmdletBinding()] - [OutputType([scriptblock])] - param( - [Parameter(Mandatory = $true)] - [ValidateNotNull()] - [System.Management.Automation.CommandMetadata] - $Metadata, - [Parameter(Mandatory = $true)] - [ValidateNotNull()] - [scriptblock] - $Block - ) - try { - if ($PSVersionTable.PSVersion.Major -ge 3) { - $params = $Metadata.Parameters.Values - $ast = Get-ScriptBlockAST $Block - $blockText = $ast.Extent.Text - $variables = [array]($Ast.FindAll( { param($ast) $ast -is [System.Management.Automation.Language.VariableExpressionAst] }, $true)) - [array]::Reverse($variables) - - foreach ($var in $variables) { - $varName = $var.VariablePath.UserPath - $length = $varName.Length - - foreach ($param in $params) { - if ($param.Aliases -contains $varName) { - $startIndex = $var.Extent.StartOffset - $ast.Extent.StartOffset + 1 # move one position after the dollar sign - - $blockText = $blockText.Remove($startIndex, $length).Insert($startIndex, $param.Name) - - break # It is safe to stop checking for further params here, since aliases cannot be shared by parameters - } - } - } - - $Block = [scriptblock]::Create($blockText) - } - - $Block - } - catch { - $PSCmdlet.ThrowTerminatingError($_) - } -} - -function Invoke-CommonSetupInMockScope { - [CmdletBinding()] - param( - [Parameter(Mandatory = $true)] - [ValidateNotNull()] - [hashtable] - $Mock, - [Parameter(Mandatory = $true)] - [ValidateNotNull()] - [scriptblock] - $MockScript, - [Parameter(Mandatory = $true)] - [ValidateNotNull()] - [string] - $CommandName - ) - try { - $scriptBlock = { $ExecutionContext.InvokeProvider.Item.Set("Function:\script:$($args[0])", $args[1], $true, $true) } - $null = Invoke-InMockScope -SessionState $Mock.SessionState -ScriptBlock $scriptBlock -ArgumentList $Mock.BootstrapFunctionName, $MockScript - - $mock.Aliases += $CommandName - - $scriptBlock = { - $setAlias = & (Pester\SafeGetCommand) -Name Set-Alias -CommandType Cmdlet -Module Microsoft.PowerShell.Utility - & $setAlias -Name $args[0] -Value $args[1] -Scope Script - } - - $null = Invoke-InMockScope -SessionState $Mock.SessionState -ScriptBlock $scriptBlock -ArgumentList $CommandName, $Mock.BootstrapFunctionName - - if ($Mock.OriginalCommand.ModuleName) { - $aliasName = "$($Mock.OriginalCommand.ModuleName)\$($CommandName)" - $Mock.Aliases += $aliasName - - $scriptBlock = { - $setAlias = & (Pester\SafeGetCommand) -Name Set-Alias -CommandType Cmdlet -Module Microsoft.PowerShell.Utility - & $setAlias -Name $args[0] -Value $args[1] -Scope Script - } - - $null = Invoke-InMockScope -SessionState $Mock.SessionState -ScriptBlock $scriptBlock -ArgumentList $aliasName, $Mock.BootstrapFunctionName - } - - if ($Mock.OriginalCommand.CommandType -eq 'Application') { - $aliasWithoutExt = $CommandName -replace $Mock.OriginalCommand.Extension - - $Mock.Aliases += $aliasWithoutExt - - $scriptBlock = { - $setAlias = & (Pester\SafeGetCommand) -Name Set-Alias -CommandType Cmdlet -Module Microsoft.PowerShell.Utility - & $setAlias -Name $args[0] -Value $args[1] -Scope Script - } - - $null = Invoke-InMockScope -SessionState $Mock.SessionState -ScriptBlock $scriptBlock -ArgumentList $aliasWithoutExt, $Mock.BootstrapFunctionName - } - } - catch { - $PSCmdlet.ThrowTerminatingError($_) - } -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQU1WSFtZu9OoGAnZ104wiwRp7Q -# fqiggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# guuUgMQSmOo2WcK6689uf4FHBRMwDQYJKoZIhvcNAQEBBQAEggEAbI3rl4ASuanY -# HhTqk+RcufitCgS4bQ+sEtDlhpKpZEuDYHbdcNXy9HgI+WhBGTn521rHHSwko/dU -# OpuMOwovuQ7f085rFbsAFj7Sk7IJB6rmujMHV5cEy/jbmA+JzP3ayU+zQ7s4Y3bL -# BHs1OeY7wR/yOoxh0HtvPMHYLrL3fFq4VrmMdl9ebcUfSXtLZkdmOgeYheajjqlu -# MNNPuUduyUchQgZ8xsbQHx/62QM03DcWHy3dQYoUKw0B6LTCIY2UiAdbRWWJTFXc -# R64T7Uc4e8w7YXKalnioHnh5kELp9CQnKLZBC3aI7IWh2bfTPrq561fYGH3SGBBG -# pvCFtSYI2aGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA2WjAjBgkqhkiG9w0BCQQx -# FgQUvWxqYvoQCfFltNuW+MU8k/S5OHkwDQYJKoZIhvcNAQEBBQAEggEARVjhEq5+ -# Er5fVlccXvHXzreIHo/tReTKXbHZi1MSTZ2zialo/y+NPHGlbGyx7WB8v7diy9LI -# DTnok3UfiR9/oSV8y4w4gf7L32ocUBR+6ZQr/ZlAS5q4ECSwWIuBuXbd85K31Htz -# 832OYTNasZeq8CoTamkeagqsomNxVWTVfcB5/ydlvvqdOkS9o6c8Yp98fv4/AMhG -# DQQmP4F0JBCBJzjebnVJY6V41PXOscVPxh9oBQKGHqFq4fJhdLpguiN2hNL7OY5/ -# qICrc9RxkXSp2B4NWJO8lMve5vfkuwFSEGrdDvLGeBA6Xbb8YdqFhl76r+NnXe3B -# owJsg3aP9K4ALg== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/New-Fixture.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/New-Fixture.ps1 deleted file mode 100644 index e626a55a16e9..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/New-Fixture.ps1 +++ /dev/null @@ -1,271 +0,0 @@ -function New-Fixture { - <# - .SYNOPSIS - This function generates two scripts, one that defines a function - and another one that contains its tests. - - .DESCRIPTION - This function generates two scripts, one that defines a function - and another one that contains its tests. The files are by default - placed in the current directory and are called and populated as such: - - The script defining the function: .\Clean.ps1: - - ``` - function Clean { - - } - - The script containing the example test .\Clean.Tests.ps1: - - $here = Split-Path -Parent $MyInvocation.MyCommand.Path - $sut = (Split-Path -Leaf $MyInvocation.MyCommand.Path) -replace '\.Tests\.', '.' - . "$here\$sut" - - Describe "Clean" { - - It "does something useful" { - $true | Should -Be $false - } - } - ``` - - - .PARAMETER Name - Defines the name of the function and the name of the test to be created. - - .PARAMETER Path - Defines path where the test and the function should be created, you can use full or relative path. - If the parameter is not specified the scripts are created in the current directory. - - .EXAMPLE - New-Fixture -Name Clean - - Creates the scripts in the current directory. - - .EXAMPLE - New-Fixture C:\Projects\Cleaner Clean - - Creates the scripts in the C:\Projects\Cleaner directory. - - .EXAMPLE - New-Fixture Cleaner Clean - - Creates a new folder named Cleaner in the current directory and creates the scripts in it. - - .LINK - https://pester.dev/docs/commands/Describe - - .LINK - https://pester.dev/docs/commands/Context - - .LINK - https://pester.dev/docs/commands/It - - .LINK - https://pester.dev/docs/commands/Should - - #> - - param ( - [String]$Path = $PWD, - [Parameter(Mandatory = $true)] - [String]$Name - ) - - $Name = $Name -replace '.ps1', '' - - #region File contents - #keep this formatted as is. the format is output to the file as is, including indentation - $scriptCode = "function $Name {$([System.Environment]::NewLine)$([System.Environment]::NewLine)}" - - $testCode = '$here = Split-Path -Parent $MyInvocation.MyCommand.Path -$sut = (Split-Path -Leaf $MyInvocation.MyCommand.Path) -replace ''\.Tests\.'', ''.'' -. "$here\$sut" - -Describe "#name#" { - It "does something useful" { - $true | Should -Be $false - } -}' -replace "#name#", $Name - - #endregion - - $Path = $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath($Path) - - Create-File -Path $Path -Name "$Name.ps1" -Content $scriptCode - Create-File -Path $Path -Name "$Name.Tests.ps1" -Content $testCode -} - -function Create-File ($Path, $Name, $Content) { - if (-not (& $SafeCommands['Test-Path'] -Path $Path)) { - & $SafeCommands['New-Item'] -ItemType Directory -Path $Path | & $SafeCommands['Out-Null'] - } - - $FullPath = & $SafeCommands['Join-Path'] -Path $Path -ChildPath $Name - if (-not (& $SafeCommands['Test-Path'] -Path $FullPath)) { - & $SafeCommands['Set-Content'] -Path $FullPath -Value $Content -Encoding UTF8 - & $SafeCommands['Get-Item'] -Path $FullPath - } - else { - # This is deliberately not sent through $SafeCommands, because our own tests rely on - # mocking Write-Warning, and it's not really the end of the world if this call happens to - # be screwed up in an edge case. - Write-Warning "Skipping the file '$FullPath', because it already exists." - } -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUXx+AVtnqE94mHyGLrp2/zjYZ -# TfSggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# JYBvtZqS6rRtwnj/Vk7Pm91vl2AwDQYJKoZIhvcNAQEBBQAEggEAfTp0Rxt+jsy0 -# bItaaaZFHYWnrQz32keKQbRv0PIlxdx7nP5Iw/KOZCAW9KmcdBWFrMyBK+ECivOi -# SqCpnMaDvHklf6Q7CFp0ZhN3B0dYEcwLbIxPrv9ptYoxpCTGwSkPN/hhFiu7L1YL -# ufgKyHXLUbt36JxFzRIIg4EhuDcsmjOafBK9bNyjTmbA3w22oArFoJtl5VrLUAwL -# SJUbaJXWXDrZcgmws2CDPELzWVDqVCOjsiZo/2iL6KYXbfe6YS4sRWsxS+M3tMBo -# zrQHnpmrMCSGaWM2UTk3EYej8rexifdsUAM5qyRx6YYBVt8S7AN4FAU0eHzzLbLR -# xOXRL/uKGKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA2WjAjBgkqhkiG9w0BCQQx -# FgQUtBUbxyucy32/4Jo1tVUddl9mDlIwDQYJKoZIhvcNAQEBBQAEggEAiPmQZstN -# +6rZhWcGtLiPRjiyJhw3IdE40FP4e80PEuQcyi4Gstu9ROtXp0ErtJOAUdgVgbpp -# r6829JMBx5fHyNFXlLpr3iYIxe2IoI2Z17CQkIgr3i20HKs691BDefKt6zYorzwJ -# IKXwUJi2dMnIrktNF4J9ePZZ5toDqN9IuQEN0jZEqonGeqsVtd0YRWTI4JW0+xIV -# bwtneOZFNhfN4/8o1gKBj86yhSanIXW6AdBU3FCsFSAIXCZxmRHdRGiSfAwdxoVn -# T1K5Q7cScmYhDC5DsvYtZnlhtOqN/Q2aerTYBcqXbaKxXRPYbrE5xA96s16hK+dh -# P6xR7m7JeF2eWA== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/New-MockObject.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/New-MockObject.ps1 deleted file mode 100644 index deec23b2b6dc..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/New-MockObject.ps1 +++ /dev/null @@ -1,185 +0,0 @@ -function New-MockObject { - <# -.SYNOPSIS -This function instantiates a .NET object from a type. - -.DESCRIPTION -Using the New-MockObject you can mock an object based on .NET type. - -An .NET assembly for the particular type must be available in the system and loaded. - -.PARAMETER Type -The .NET type to create an object based on. - -.EXAMPLE -```ps -$obj = New-MockObject -Type 'System.Diagnostics.Process' -$obj.GetType().FullName - System.Diagnostics.Process -``` -#> - - param ( - [Parameter(Mandatory = $true)] - [ValidateNotNullOrEmpty()] - [type]$Type - ) - - [System.Runtime.Serialization.Formatterservices]::GetUninitializedObject($Type) - -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQU3nuF7LAU4Jr51dG294VgVU4Z -# J4SggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# eI4OHHx4Ak9eHVnSPWgo4Ln+uFMwDQYJKoZIhvcNAQEBBQAEggEAf+n20TXxHq8M -# pD76BTytZ8qjuWVo0oXqtUGNnmjLqDs6LCdXXZybQfDYjAQJYKcEKi+ieuXiQSc3 -# JOxF6JIUvYXozMPCAdCyoBjxXXJGvowseKh4GodDoK1XYhbKQLJj/mkfQrGaJE1G -# knTVXJHZu2iXuwKhtTn7o2BlvB2qW5Hh7jx+NK4V/RKXqxkSt5Kg4c63pMzVpDWr -# lxjLSVKeM7xIZjIQSEZGXi1IRDTOEFabDS2AXjqTkbmz6CKPRctBD+Lhnl1ttsHr -# 5fF+kHht59QZwdzcnBhwboMB1sgPsj2OtlRBNuQqZyCCZgG8R1GK1wFa+4ziU5WC -# oPJdSsZohqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA2WjAjBgkqhkiG9w0BCQQx -# FgQUIaO889ipGcPpdkTXDTlkVcGNlwgwDQYJKoZIhvcNAQEBBQAEggEAfJfGSsGC -# gojHnbdNkqHOxohj/CMnjfhdGU5K5vdeZN7v+QzphZu5hjHS32Yt0br+usywyats -# LMVrnnI3SVVgZKqhYjzzneTvw2R69OSkCHbh3ljZqcapK3RspM72kMcKerZd31/N -# OHqp5zySAJ2pS3eVu3nl8xAtCVDYfyTZM5nwWNjN4F5zMiTpwcIy/eKUbLQyAXIg -# 47MLnye6FV5M6gbqM5TkYhcux8g3cgssymjVgV/JEwtHPnIUSuaEYiGv4txlGBaw -# FwmvtSWWUv8T0/Yw4QXB0QOWn0QtQJTBJ3efiL61RjY4jul5lQcV8/K/0RMrIuDz -# fwKZa/lgh3u8Zw== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Output.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Output.ps1 deleted file mode 100644 index e1a9736752c9..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Output.ps1 +++ /dev/null @@ -1,706 +0,0 @@ -$Script:ReportStrings = DATA { - @{ - HeaderMessage = 'Pester v{0}' - StartMessage = "Executing all tests in '{0}'" - FilterMessage = ' matching test name {0}' - TagMessage = ' with Tags {0}' - MessageOfs = "', '" - - CoverageTitle = 'Code coverage report:' - CoverageMessage = 'Covered {2:P2} of {3:N0} analyzed {0} in {4:N0} {1}.' - MissedSingular = 'Missed command:' - MissedPlural = 'Missed commands:' - CommandSingular = 'Command' - CommandPlural = 'Commands' - FileSingular = 'File' - FilePlural = 'Files' - - Describe = 'Describing {0}' - Script = 'Executing script {0}' - Context = 'Context {0}' - Margin = ' ' - Timing = 'Tests completed in {0}' - - # If this is set to an empty string, the count won't be printed - ContextsPassed = '' - ContextsFailed = '' - - TestsPassed = 'Tests Passed: {0}, ' - TestsFailed = 'Failed: {0}, ' - TestsSkipped = 'Skipped: {0}, ' - TestsPending = 'Pending: {0}, ' - TestsInconclusive = 'Inconclusive: {0} ' - } -} - -$Script:ReportTheme = DATA { - @{ - Describe = 'Green' - DescribeDetail = 'DarkYellow' - Context = 'Cyan' - ContextDetail = 'DarkCyan' - Pass = 'DarkGreen' - PassTime = 'DarkGray' - Fail = 'Red' - FailTime = 'DarkGray' - Skipped = 'Yellow' - SkippedTime = 'DarkGray' - Pending = 'Gray' - PendingTime = 'DarkGray' - Inconclusive = 'Gray' - InconclusiveTime = 'DarkGray' - Incomplete = 'Yellow' - IncompleteTime = 'DarkGray' - Foreground = 'White' - Information = 'DarkGray' - Coverage = 'White' - CoverageWarn = 'DarkRed' - } -} - -function Format-PesterPath ($Path, [String]$Delimiter) { - # -is check is not enough for the arrays, the incoming value will likely be object[] - # so we have to check if we can upcast to our required type - - if ($null -eq $Path) { - $null - } - elseif ($Path -is [String]) { - $Path - } - elseif ($Path -is [hashtable]) { - # a well formed pester hashtable contains Path - $Path.Path - } - elseif ($null -ne ($path -as [hashtable[]])) { - ($path | ForEach-Object { $_.Path }) -join $Delimiter - } - # needs to stay at the bottom because almost everything can be upcast to array of string - elseif ($Path -as [String[]]) { - $Path -join $Delimiter - } -} - -function Write-PesterStart { - param( - [Parameter(mandatory = $true, valueFromPipeline = $true)] - $PesterState, - $Path = '.' - ) - process { - if (-not ( $pester.Show | Has-Flag 'Header')) { - return - } - - $OFS = $ReportStrings.MessageOfs - - $moduleInfo = $MyInvocation.MyCommand.ScriptBlock.Module - $moduleVersion = $moduleInfo.Version.ToString() - if ($moduleInfo.PrivateData.PSData.Prerelease) { - $moduleVersion += "-$($moduleInfo.PrivateData.PSData.Prerelease)" - } - $message = $ReportStrings.HeaderMessage -f $moduleVersion - $message += [Environment]::NewLine - $message += $ReportStrings.StartMessage -f (Format-PesterPath $Path -Delimiter $OFS) - if ($PesterState.TestNameFilter) { - $message += $ReportStrings.FilterMessage -f "$($PesterState.TestNameFilter)" - } - if ($PesterState.ScriptBlockFilter) { - $m = $(foreach ($m in $PesterState.ScriptBlockFilter) { "$($m.Path):$($m.Line)" }) -join ", " - $message += $ReportStrings.FilterMessage -f $m - } - if ($PesterState.TagFilter) { - $message += $ReportStrings.TagMessage -f "$($PesterState.TagFilter)" - } - - & $SafeCommands['Write-Host'] $message -Foreground $ReportTheme.Foreground - } -} - -function Write-Describe { - param ( - [Parameter(mandatory = $true, valueFromPipeline = $true)] - $Describe, - - [string] $CommandUsed = 'Describe' - ) - process { - if (-not ( $pester.Show | Has-Flag Describe)) { - return - } - - $margin = $ReportStrings.Margin * $pester.IndentLevel - - $Text = if ($Describe.PSObject.Properties['Name'] -and $Describe.Name) { - $ReportStrings.$CommandUsed -f $Describe.Name - } - else { - $ReportStrings.$CommandUsed -f $Describe - } - - & $SafeCommands['Write-Host'] - & $SafeCommands['Write-Host'] "${margin}${Text}" -ForegroundColor $ReportTheme.Describe - # If the feature has a longer description, write that too - if ($Describe.PSObject.Properties['Description'] -and $Describe.Description) { - $Describe.Description -split "$([System.Environment]::NewLine)" | ForEach-Object { - & $SafeCommands['Write-Host'] ($ReportStrings.Margin * ($pester.IndentLevel + 1)) $_ -ForegroundColor $ReportTheme.DescribeDetail - } - } - } -} - -function Write-Context { - param ( - [Parameter(mandatory = $true, valueFromPipeline = $true)] - $Context - ) - process { - if (-not ( $pester.Show | Has-Flag Context)) { - return - } - $Text = if ($Context.PSObject.Properties['Name'] -and $Context.Name) { - $ReportStrings.Context -f $Context.Name - } - else { - $ReportStrings.Context -f $Context - } - - & $SafeCommands['Write-Host'] - & $SafeCommands['Write-Host'] ($ReportStrings.Margin + $Text) -ForegroundColor $ReportTheme.Context - # If the scenario has a longer description, write that too - if ($Context.PSObject.Properties['Description'] -and $Context.Description) { - $Context.Description -split "$([System.Environment]::NewLine)" | ForEach-Object { - & $SafeCommands['Write-Host'] (" " * $ReportStrings.Context.Length) $_ -ForegroundColor $ReportTheme.ContextDetail - } - } - } -} - -function ConvertTo-PesterResult { - param( - [String] $Name, - [Nullable[TimeSpan]] $Time, - [System.Management.Automation.ErrorRecord] $ErrorRecord - ) - - $testResult = @{ - Name = $Name - Time = $time - FailureMessage = "" - StackTrace = "" - ErrorRecord = $null - Success = $false - Result = "Failed" - } - - if (-not $ErrorRecord) { - $testResult.Result = "Passed" - $testResult.Success = $true - return $testResult - } - - if (@('PesterAssertionFailed', 'PesterTestSkipped', 'PesterTestInconclusive', 'PesterTestPending') -contains $ErrorRecord.FullyQualifiedErrorID) { - # we use TargetObject to pass structured information about the error. - $details = $ErrorRecord.TargetObject - - $failureMessage = $details.Message - $file = $details.File - $line = $details.Line - $Text = $details.LineText - - if (-not $Pester.Strict) { - switch ($ErrorRecord.FullyQualifiedErrorID) { - PesterTestInconclusive { - $testResult.Result = "Inconclusive"; break; - } - PesterTestPending { - $testResult.Result = "Pending"; break; - } - PesterTestSkipped { - $testResult.Result = "Skipped"; break; - } - } - } - } - else { - $failureMessage = $ErrorRecord.ToString() - $file = $ErrorRecord.InvocationInfo.ScriptName - $line = $ErrorRecord.InvocationInfo.ScriptLineNumber - $Text = $ErrorRecord.InvocationInfo.Line - } - - $testResult.FailureMessage = $failureMessage - $testResult.StackTrace = "at , ${file}: line ${line}$([System.Environment]::NewLine)${line}: ${Text}" - $testResult.ErrorRecord = $ErrorRecord - - return $testResult -} - -function Remove-Comments ($Text) { - $text -replace "(?s)(<#.*#>)" -replace "\#.*" -} - -function Write-PesterResult { - param ( - [Parameter(mandatory = $true, valueFromPipeline = $true)] - $TestResult - ) - - process { - $quiet = $pester.Show -eq [Pester.OutputTypes]::None - $OutputType = [Pester.OutputTypes] $TestResult.Result - $writeToScreen = $pester.Show | Has-Flag $OutputType - $skipOutput = $quiet -or (-not $writeToScreen) - - if ($skipOutput) { - return - } - - $margin = $ReportStrings.Margin * ($pester.IndentLevel + 1) - $error_margin = $margin + $ReportStrings.Margin - $output = $TestResult.Name - $humanTime = Get-HumanTime $TestResult.Time.TotalSeconds - - if (-not ($OutputType | Has-Flag 'Default, Summary')) { - switch ($TestResult.Result) { - Passed { - & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Pass "$margin[+] $output" -NoNewLine - & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.PassTime " $humanTime" - break - } - - Failed { - & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Fail "$margin[-] $output" -NoNewLine - & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.FailTime " $humanTime" - - if ($pester.IncludeVSCodeMarker) { - & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Fail $($TestResult.StackTrace -replace '(?m)^', $error_margin) - & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Fail $($TestResult.FailureMessage -replace '(?m)^', $error_margin) - } - else { - $TestResult.ErrorRecord | - ConvertTo-FailureLines | - ForEach-Object {$_.Message + $_.Trace} | - ForEach-Object { & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Fail $($_ -replace '(?m)^', $error_margin) } - } - break - } - - Skipped { - $targetObject = if ($null -ne $testresult.ErrorRecord -and - ($o = $testresult.ErrorRecord.PSObject.Properties.Item("TargetObject"))) { $o.Value } - $because = if ($targetObject -and $targetObject.Data.Because) { - ", because $($testresult.ErrorRecord.TargetObject.Data.Because)" - } - else { - $null - } - & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Skipped "$margin[!] $output" -NoNewLine - & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Skipped ", is skipped$because" -NoNewLine - & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.SkippedTime " $humanTime" - break - } - - Pending { - $because = if ($testresult.ErrorRecord.TargetObject.Data.Because) { - ", because $($testresult.ErrorRecord.TargetObject.Data.Because)" - } - else { - $null - } - & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Pending "$margin[?] $output" -NoNewLine - & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Pending ", is pending$because" -NoNewLine - & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.PendingTime " $humanTime" - break - } - - Inconclusive { - $because = if ($testresult.ErrorRecord.TargetObject.Data.Because) { - ", because $($testresult.ErrorRecord.TargetObject.Data.Because)" - } - else { - $null - } - & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Inconclusive "$margin[?] $output" -NoNewLine - & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Inconclusive ", is inconclusive$because" -NoNewLine - & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.InconclusiveTime " $humanTime" - - break - } - - default { - # TODO: Add actual Incomplete status as default rather than checking for null time. - if ($null -eq $TestResult.Time) { - & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.Incomplete "$margin[?] $output" -NoNewLine - & $SafeCommands['Write-Host'] -ForegroundColor $ReportTheme.IncompleteTime " $humanTime" - } - } - } - } - } -} - -function Write-PesterReport { - param ( - [Parameter(mandatory = $true, valueFromPipeline = $true)] - $PesterState - ) - if (-not ($PesterState.Show | Has-Flag Summary)) { - return - } - - & $SafeCommands['Write-Host'] ($ReportStrings.Timing -f (Get-HumanTime $PesterState.Time.TotalSeconds)) -Foreground $ReportTheme.Foreground - - $Success, $Failure = if ($PesterState.FailedCount -gt 0) { - $ReportTheme.Foreground, $ReportTheme.Fail - } - else { - $ReportTheme.Pass, $ReportTheme.Information - } - $Skipped = if ($PesterState.SkippedCount -gt 0) { - $ReportTheme.Skipped - } - else { - $ReportTheme.Information - } - $Pending = if ($PesterState.PendingCount -gt 0) { - $ReportTheme.Pending - } - else { - $ReportTheme.Information - } - $Inconclusive = if ($PesterState.InconclusiveCount -gt 0) { - $ReportTheme.Inconclusive - } - else { - $ReportTheme.Information - } - - Try { - $PesterStatePassedScenariosCount = $PesterState.PassedScenarios.Count - } - Catch { - $PesterStatePassedScenariosCount = 0 - } - - Try { - $PesterStateFailedScenariosCount = $PesterState.FailedScenarios.Count - } - Catch { - $PesterStateFailedScenariosCount = 0 - } - - if ($ReportStrings.ContextsPassed) { - & $SafeCommands['Write-Host'] ($ReportStrings.ContextsPassed -f $PesterStatePassedScenariosCount) -Foreground $Success -NoNewLine - & $SafeCommands['Write-Host'] ($ReportStrings.ContextsFailed -f $PesterStateFailedScenariosCount) -Foreground $Failure - } - if ($ReportStrings.TestsPassed) { - & $SafeCommands['Write-Host'] ($ReportStrings.TestsPassed -f $PesterState.PassedCount) -Foreground $Success -NoNewLine - & $SafeCommands['Write-Host'] ($ReportStrings.TestsFailed -f $PesterState.FailedCount) -Foreground $Failure -NoNewLine - & $SafeCommands['Write-Host'] ($ReportStrings.TestsSkipped -f $PesterState.SkippedCount) -Foreground $Skipped -NoNewLine - & $SafeCommands['Write-Host'] ($ReportStrings.TestsPending -f $PesterState.PendingCount) -Foreground $Pending -NoNewLine - & $SafeCommands['Write-Host'] ($ReportStrings.TestsInconclusive -f $PesterState.InconclusiveCount) -Foreground $Inconclusive - } -} - -function Write-CoverageReport { - param ([object] $CoverageReport) - - if ($null -eq $CoverageReport -or ($pester.Show -eq [Pester.OutputTypes]::None) -or $CoverageReport.NumberOfCommandsAnalyzed -eq 0) { - return - } - - $totalCommandCount = $CoverageReport.NumberOfCommandsAnalyzed - $fileCount = $CoverageReport.NumberOfFilesAnalyzed - $executedPercent = ($CoverageReport.NumberOfCommandsExecuted / $CoverageReport.NumberOfCommandsAnalyzed).ToString("P2") - - $command = if ($totalCommandCount -gt 1) { - $ReportStrings.CommandPlural - } - else { - $ReportStrings.CommandSingular - } - $file = if ($fileCount -gt 1) { - $ReportStrings.FilePlural - } - else { - $ReportStrings.FileSingular - } - - $commonParent = Get-CommonParentPath -Path $CoverageReport.AnalyzedFiles - $report = $CoverageReport.MissedCommands | & $SafeCommands['Select-Object'] -Property @( - @{ Name = 'File'; Expression = { Get-RelativePath -Path $_.File -RelativeTo $commonParent } } - 'Class' - 'Function' - 'Line' - 'Command' - ) - - & $SafeCommands['Write-Host'] - & $SafeCommands['Write-Host'] $ReportStrings.CoverageTitle -Foreground $ReportTheme.Coverage - - if ($CoverageReport.MissedCommands.Count -gt 0) { - & $SafeCommands['Write-Host'] ($ReportStrings.CoverageMessage -f $command, $file, $executedPercent, $totalCommandCount, $fileCount) -Foreground $ReportTheme.CoverageWarn - if ($CoverageReport.MissedCommands.Count -eq 1) { - & $SafeCommands['Write-Host'] $ReportStrings.MissedSingular -Foreground $ReportTheme.CoverageWarn - } - else { - & $SafeCommands['Write-Host'] $ReportStrings.MissedPlural -Foreground $ReportTheme.CoverageWarn - } - $report | & $SafeCommands['Format-Table'] -AutoSize | & $SafeCommands['Out-Host'] - } - else { - & $SafeCommands['Write-Host'] ($ReportStrings.CoverageMessage -f $command, $file, $executedPercent, $totalCommandCount, $fileCount) -Foreground $ReportTheme.Coverage - } -} - -function ConvertTo-FailureLines { - param ( - [Parameter(mandatory = $true, valueFromPipeline = $true)] - $ErrorRecord - ) - process { - $lines = & $script:SafeCommands['New-Object'] psobject -Property @{ - Message = @() - Trace = @() - } - - ## convert the exception messages - $exception = $ErrorRecord.Exception - $exceptionLines = @() - - while ($exception) { - $exceptionName = $exception.GetType().Name - $thisLines = $exception.Message.Split([string[]]($([System.Environment]::NewLine), "\n", "`n"), [System.StringSplitOptions]::RemoveEmptyEntries) - if ($ErrorRecord.FullyQualifiedErrorId -ne 'PesterAssertionFailed' -and $thisLines.Length -gt 0) { - $thisLines[0] = "$exceptionName`: $($thisLines[0])" - } - [array]::Reverse($thisLines) - $exceptionLines += $thisLines - $exception = $exception.InnerException - } - [array]::Reverse($exceptionLines) - $lines.Message += $exceptionLines - if ($ErrorRecord.FullyQualifiedErrorId -eq 'PesterAssertionFailed') { - $lines.Message += "$($ErrorRecord.TargetObject.Line)`: $($ErrorRecord.TargetObject.LineText)".Split([string[]]($([System.Environment]::NewLine), "\n", "`n"), [System.StringSplitOptions]::RemoveEmptyEntries) - } - - if ( -not ($ErrorRecord | & $SafeCommands['Get-Member'] -Name ScriptStackTrace) ) { - if ($ErrorRecord.FullyQualifiedErrorID -eq 'PesterAssertionFailed') { - $lines.Trace += "at line: $($ErrorRecord.TargetObject.Line) in $($ErrorRecord.TargetObject.File)" - } - else { - $lines.Trace += "at line: $($ErrorRecord.InvocationInfo.ScriptLineNumber) in $($ErrorRecord.InvocationInfo.ScriptName)" - } - return $lines - } - - ## convert the stack trace if present (there might be none if we are raising the error ourselves) - # todo: this is a workaround see https://github.com/pester/Pester/pull/886 - if ($null -ne $ErrorRecord.ScriptStackTrace) { - $traceLines = $ErrorRecord.ScriptStackTrace.Split([Environment]::NewLine, [System.StringSplitOptions]::RemoveEmptyEntries) - } - - $count = 0 - - # omit the lines internal to Pester - - If ((GetPesterOS) -ne 'Windows') { - - [String]$pattern1 = '^at (Invoke-Test|Context|Describe|InModuleScope|Invoke-Pester), .*/Functions/.*.ps1: line [0-9]*$' - [String]$pattern2 = '^at Should, .*/Functions/Assertions/Should.ps1: line [0-9]*$' - [String]$pattern3 = '^at Assert-MockCalled, .*/Functions/Mock.ps1: line [0-9]*$' - [String]$pattern4 = '^at Invoke-Assertion, .*/Functions/.*.ps1: line [0-9]*$' - [String]$pattern5 = '^at (|Invoke-Gherkin.*), (|.*/Functions/.*.ps1): line [0-9]*$' - [String]$pattern6 = '^at Invoke-LegacyAssertion, .*/Functions/.*.ps1: line [0-9]*$' - } - Else { - - [String]$pattern1 = '^at (Invoke-Test|Context|Describe|InModuleScope|Invoke-Pester), .*\\Functions\\.*.ps1: line [0-9]*$' - [String]$pattern2 = '^at Should, .*\\Functions\\Assertions\\Should.ps1: line [0-9]*$' - [String]$pattern3 = '^at Assert-MockCalled, .*\\Functions\\Mock.ps1: line [0-9]*$' - [String]$pattern4 = '^at Invoke-Assertion, .*\\Functions\\.*.ps1: line [0-9]*$' - [String]$pattern5 = '^at (|Invoke-Gherkin.*), (|.*\\Functions\\.*.ps1): line [0-9]*$' - [String]$pattern6 = '^at Invoke-LegacyAssertion, .*\\Functions\\.*.ps1: line [0-9]*$' - } - - foreach ( $line in $traceLines ) { - if ( $line -match $pattern1 ) { - break - } - $count ++ - } - - if ($ExecutionContext.SessionState.PSVariable.GetValue("PesterDebugPreference_ShowFullErrors")) { - $lines.Trace += $traceLines - } - else { - $lines.Trace += $traceLines | - & $SafeCommands['Select-Object'] -First $count | - & $SafeCommands['Where-Object'] { - $_ -notmatch $pattern2 -and - $_ -notmatch $pattern3 -and - $_ -notmatch $pattern4 -and - $_ -notmatch $pattern5 -and - $_ -notmatch $pattern6 - } - } - - return $lines - } -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQU5FrKOjIL6b1uawwLypcsP79C -# K2iggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# wWpyNYON2luK5jLsKzCgL9RlKdEwDQYJKoZIhvcNAQEBBQAEggEAK5DcD7BdfAEl -# 5TngXoocWrcEavAhkEiC9Cys7OPpF2O51x3zCXFz+jO3W2xws+43iPsZ1hvzdDAr -# b0TgVxFFF+opnB0FrTWGgCh6CbnUml23FICvFH80mCMzPirT0ROxyJdtB3sBKpOg -# wS0SGEpNWgec7LhaQTpr0KoCLjbgFnV60GpoOOA6XT9EiD+HqbjkD7yijKx273Pm -# Pf+BtwdytOjTznU4ZMWdyBONbP5WN/+Jv1v3RFWYgZ0z59ECkdor1KBKPvrp9opj -# cK3gyH7Bz77rdxs5k4CYZK16GSxfbrHhN5+8If1uDZOpraRGu8Ur/GbUgMf20zpp -# cQWLdUjFXqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA3WjAjBgkqhkiG9w0BCQQx -# FgQU5Usl+KXzabG/vq45EPiCXc+h2A0wDQYJKoZIhvcNAQEBBQAEggEAkNfMIikP -# CY5rJacZZk1uN214uuGnexy2PXFlXp1vC4N7lngYMRnDq08n5UFdg1KGJcY+bKC3 -# s05z0/2ENeIcW9I5VthQlpOyPFJR+Wc/KE3ZxPPNzLbFcoNpZLnz76X4DIHcVzYD -# 3nJu8hgGk7+zoQpg+XSsWdi6kD2KKfrm75pGzOYFSo7/wse6gdmI1NjLSN09H0EP -# sP3vVKT4pl9Apwf8Xs/OaPXPChlABNwSVm7AXjVW0xznUmHAzW9DEnxT7zd7SMmU -# I3g7igJz1V/HnFeNE+i23Wr9aTRRoYRZTnoXY4c4XXM0st0dd8aTp01ktXRsoqHD -# N/ohOmdkFmR95g== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/PesterState.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/PesterState.ps1 deleted file mode 100644 index 3aa4a319d68f..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/PesterState.ps1 +++ /dev/null @@ -1,533 +0,0 @@ -function New-PesterState { - param ( - [String[]]$TagFilter, - [String[]]$ExcludeTagFilter, - [String[]]$TestNameFilter, - [System.Management.Automation.SessionState]$SessionState, - [Switch]$Strict, - [Pester.OutputTypes]$Show = 'All', - [object]$PesterOption, - [Switch]$RunningViaInvokePester, - [Hashtable[]] $ScriptBlockFilter - ) - - if ($null -eq $SessionState) { - $SessionState = Set-SessionStateHint -PassThru -Hint "Module - Pester (captured in New-PesterState)" -SessionState $ExecutionContext.SessionState - } - - if ($null -eq $PesterOption) { - $PesterOption = New-PesterOption - } - elseif ($PesterOption -is [System.Collections.IDictionary]) { - try { - $PesterOption = New-PesterOption @PesterOption - } - catch { - throw - } - } - - & $SafeCommands['New-Module'] -Name PesterState -AsCustomObject -ArgumentList $TagFilter, $ExcludeTagFilter, $TestNameFilter, $SessionState, $Strict, $Show, $PesterOption, $RunningViaInvokePester -ScriptBlock { - param ( - [String[]]$_tagFilter, - [String[]]$_excludeTagFilter, - [String[]]$_testNameFilter, - [System.Management.Automation.SessionState]$_sessionState, - [Switch]$Strict, - [Pester.OutputTypes]$Show, - [object]$PesterOption, - [Switch]$RunningViaInvokePester - ) - - #public read-only - $TagFilter = $_tagFilter - $ExcludeTagFilter = $_excludeTagFilter - $TestNameFilter = $_testNameFilter - - - $script:SessionState = $_sessionState - $script:Stopwatch = [System.Diagnostics.Stopwatch]::StartNew() - $script:TestStartTime = $null - $script:TestStopTime = $null - $script:CommandCoverage = @() - $script:Strict = $Strict - $script:Show = $Show - $script:InTest = $false - - $script:TestResult = @() - - $script:TotalCount = 0 - $script:Time = [timespan]0 - $script:PassedCount = 0 - $script:FailedCount = 0 - $script:SkippedCount = 0 - $script:PendingCount = 0 - $script:InconclusiveCount = 0 - - $script:IncludeVSCodeMarker = $PesterOption.IncludeVSCodeMarker - $script:TestSuiteName = $PesterOption.TestSuiteName - $script:ScriptBlockFilter = $PesterOption.ScriptBlockFilter - $script:RunningViaInvokePester = $RunningViaInvokePester - - $script:SafeCommands = @{} - - $script:SafeCommands['New-Object'] = & (Pester\SafeGetCommand) -Name New-Object -Module Microsoft.PowerShell.Utility -CommandType Cmdlet - $script:SafeCommands['Select-Object'] = & (Pester\SafeGetCommand) -Name Select-Object -Module Microsoft.PowerShell.Utility -CommandType Cmdlet - $script:SafeCommands['Export-ModuleMember'] = & (Pester\SafeGetCommand) -Name Export-ModuleMember -Module Microsoft.PowerShell.Core -CommandType Cmdlet - $script:SafeCommands['Add-Member'] = & (Pester\SafeGetCommand) -Name Add-Member -Module Microsoft.PowerShell.Utility -CommandType Cmdlet - - function New-TestGroup([string] $Name, [string] $Hint) { - & $SafeCommands['New-Object'] psobject -Property @{ - Name = $Name - Type = 'TestGroup' - Hint = $Hint - Actions = [System.Collections.ArrayList]@() - BeforeEach = & $SafeCommands['New-Object'] System.Collections.Generic.List[scriptblock] - AfterEach = & $SafeCommands['New-Object'] System.Collections.Generic.List[scriptblock] - BeforeAll = & $SafeCommands['New-Object'] System.Collections.Generic.List[scriptblock] - AfterAll = & $SafeCommands['New-Object'] System.Collections.Generic.List[scriptblock] - TotalCount = 0 - StartTime = $Null - Time = [timespan]0 - PassedCount = 0 - FailedCount = 0 - SkippedCount = 0 - PendingCount = 0 - InconclusiveCount = 0 - } - } - - $script:TestActions = New-TestGroup -Name Pester -Hint Root - $script:TestGroupStack = & $SafeCommands['New-Object'] System.Collections.Stack - $script:TestGroupStack.Push($script:TestActions) - - function EnterTestGroup([string] $Name, [string] $Hint) { - $newGroup = New-TestGroup @PSBoundParameters - $newGroup.StartTime = $script:Stopwatch.Elapsed - $null = $script:TestGroupStack.Peek().Actions.Add($newGroup) - - $script:TestGroupStack.Push($newGroup) - } - - function LeaveTestGroup([string] $Name, [string] $Hint) { - $StopTime = $script:Stopwatch.Elapsed - $currentGroup = $script:TestGroupStack.Pop() - - if ( $Hint -eq 'Script' ) { - $script:Time += $StopTime - $currentGroup.StartTime - } - - $currentGroup.Time = $StopTime - $currentGroup.StartTime - - # Removing start time property from output to prevent clutter - $currentGroup.PSObject.properties.remove('StartTime') - - if ($currentGroup.Name -ne $Name -or $currentGroup.Hint -ne $Hint) { - throw "TestGroups stack corrupted: Expected name/hint of '$Name','$Hint'. Found '$($currentGroup.Name)', '$($currentGroup.Hint)'." - } - } - - function AddTestResult { - param ( - [string]$Name, - [ValidateSet("Failed", "Passed", "Skipped", "Pending", "Inconclusive")] - [string]$Result, - [Nullable[TimeSpan]]$Time, - [string]$FailureMessage, - [string]$StackTrace, - [string] $ParameterizedSuiteName, - [System.Collections.IDictionary] $Parameters, - [System.Management.Automation.ErrorRecord] $ErrorRecord - ) - - # defining this function in here, because otherwise it is not available - function New-ErrorRecord ([string] $Message, [string] $ErrorId, [string] $File, [string] $Line, [string] $LineText) { - $exception = & $SafeCommands['New-Object'] Exception $Message - $errorCategory = [Management.Automation.ErrorCategory]::InvalidResult - # we use ErrorRecord.TargetObject to pass structured information about the error to a reporting system. - $targetObject = @{Message = $Message; File = $File; Line = $Line; LineText = $LineText} - $errorRecord = & $SafeCommands['New-Object'] Management.Automation.ErrorRecord $exception, $ErrorID, $errorCategory, $targetObject - return $errorRecord - } - - if ($null -eq $Time) { - if ( $script:TestStartTime -and $script:TestStopTime ) { - $Time = $script:TestStopTime - $script:TestStartTime - $script:TestStartTime = $null - $script:TestStopTime = [timespan]0 - } - else { - $Time = [timespan]0 - } - } - - if (-not $script:Strict) { - $Passed = "Passed", "Skipped", "Pending" -contains $Result - } - else { - $Passed = $Result -eq "Passed" - if (@("Skipped", "Pending", "Inconclusive") -contains $Result) { - $FailureMessage = "The test failed because the test was executed in Strict mode and the result '$result' was translated to Failed." - $ErrorRecord = New-ErrorRecord -ErrorId "PesterTest$Result" -Message $FailureMessage - $Result = "Failed" - } - - } - - $script:TotalCount++ - - switch ($Result) { - Passed { - $script:PassedCount++; break; - } - Failed { - $script:FailedCount++; break; - } - Skipped { - $script:SkippedCount++; break; - } - Pending { - $script:PendingCount++; break; - } - Inconclusive { - $script:InconclusiveCount++; break; - } - } - - $resultRecord = & $SafeCommands['New-Object'] -TypeName PsObject -Property @{ - Name = $Name - Type = 'TestCase' - Passed = $Passed - Result = $Result - Time = $Time - FailureMessage = $FailureMessage - StackTrace = $StackTrace - ErrorRecord = $ErrorRecord - ParameterizedSuiteName = $ParameterizedSuiteName - Parameters = $Parameters - Show = $script:Show - } - - $null = $script:TestGroupStack.Peek().Actions.Add($resultRecord) - - # Attempting some degree of backward compatibility for the TestResult collection for now; deprecated and will be removed in the future - $describe = '' - $contexts = [System.Collections.ArrayList]@() - - # make a copy of the stack and reverse it - $reversedStack = $script:TestGroupStack.ToArray() - [array]::Reverse($reversedStack) - - foreach ($group in $reversedStack) { - if ($group.Hint -eq 'Root' -or $group.Hint -eq 'Script') { - continue - } - if ($describe -eq '') { - $describe = $group.Name - } - else { - $null = $contexts.Add($group.Name) - } - } - - $context = $contexts -join '\' - - $script:TestResult += & $SafeCommands['New-Object'] psobject -Property @{ - Describe = $describe - Context = $context - Name = $Name - Passed = $Passed - Result = $Result - Time = $Time - FailureMessage = $FailureMessage - StackTrace = $StackTrace - ErrorRecord = $ErrorRecord - ParameterizedSuiteName = $ParameterizedSuiteName - Parameters = $Parameters - Show = $script:Show - } - } - - function AddSetupOrTeardownBlock([scriptblock] $ScriptBlock, [string] $CommandName) { - $currentGroup = $script:TestGroupStack.Peek() - - $isSetupCommand = IsSetupCommand -CommandName $CommandName - $isGroupCommand = IsTestGroupCommand -CommandName $CommandName - - if ($isSetupCommand) { - if ($isGroupCommand) { - $currentGroup.BeforeAll.Add($ScriptBlock) - } - else { - $currentGroup.BeforeEach.Add($ScriptBlock) - } - } - else { - if ($isGroupCommand) { - $currentGroup.AfterAll.Add($ScriptBlock) - } - else { - $currentGroup.AfterEach.Add($ScriptBlock) - } - } - } - - function IsSetupCommand { - param ([string] $CommandName) - return $CommandName -eq 'BeforeEach' -or $CommandName -eq 'BeforeAll' - } - - function IsTestGroupCommand { - param ([string] $CommandName) - return $CommandName -eq 'BeforeAll' -or $CommandName -eq 'AfterAll' - } - - function GetTestCaseSetupBlocks { - $blocks = @( - foreach ($group in $this.TestGroups) { - $group.BeforeEach - } - ) - - return $blocks - } - - function GetTestCaseTeardownBlocks { - $groups = @($this.TestGroups) - [Array]::Reverse($groups) - - $blocks = @( - foreach ($group in $groups) { - $group.AfterEach - } - ) - - return $blocks - } - - function GetCurrentTestGroupSetupBlocks { - return $script:TestGroupStack.Peek().BeforeAll - } - - function GetCurrentTestGroupTeardownBlocks { - return $script:TestGroupStack.Peek().AfterAll - } - - function EnterTest { - if ($script:InTest) { - throw 'You are already in a test case.' - } - - $script:TestStartTime = $script:Stopwatch.Elapsed - $script:InTest = $true - } - - function LeaveTest { - $script:TestStopTime = $script:Stopwatch.Elapsed - $script:InTest = $false - } - - $ExportedVariables = "TagFilter", - "ExcludeTagFilter", - "TestNameFilter", - "ScriptBlockFilter", - "TestResult", - "SessionState", - "CommandCoverage", - "Strict", - "Show", - "Time", - "TotalCount", - "PassedCount", - "FailedCount", - "SkippedCount", - "PendingCount", - "InconclusiveCount", - "IncludeVSCodeMarker", - "TestActions", - "TestGroupStack", - "TestSuiteName", - "InTest", - "RunningViaInvokePester" - - $ExportedFunctions = "EnterTestGroup", - "LeaveTestGroup", - "AddTestResult", - "AddSetupOrTeardownBlock", - "GetTestCaseSetupBlocks", - "GetTestCaseTeardownBlocks", - "GetCurrentTestGroupSetupBlocks", - "GetCurrentTestGroupTeardownBlocks", - "EnterTest", - "LeaveTest" - - & $SafeCommands['Export-ModuleMember'] -Variable $ExportedVariables -function $ExportedFunctions - } | - & $SafeCommands['Add-Member'] -PassThru -MemberType ScriptProperty -Name CurrentTestGroup -Value { - $this.TestGroupStack.Peek() - } | - & $SafeCommands['Add-Member'] -PassThru -MemberType ScriptProperty -Name TestGroups -Value { - $array = $this.TestGroupStack.ToArray() - [Array]::Reverse($array) - return $array - } | - & $SafeCommands['Add-Member'] -PassThru -MemberType ScriptProperty -Name IndentLevel -Value { - # We ignore the root node of the stack here, and don't start indenting until after the Script nodes inside the root - return [Math]::Max(0, $this.TestGroupStack.Count - 2) - } -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUmkuNYKsGqbcH53Y8Sif1Q1xt -# VJuggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# TQqoPXwAe4wH8/3kHDHO/8NT+xwwDQYJKoZIhvcNAQEBBQAEggEAjrzykYdpU/1x -# UR4h3z7z1nB6/ruxGU8RS+wrhtZ3hIdLlCuY4EC1tFYEhBu3M161ZTHZuczHGrF3 -# baO2Giyrzxay+kwU+Lqo/eChN74TC9nrTLQFzxbIiwwkio7kEKfbc59Pc1SxyPFr -# ZgIKpCWdP4gHTTzLlZ7lokrVR7qISxBC41gQWZ013xv2VwfL2KYO5rb6+aBsiywE -# G4ObtVNidKB3RGycYqMO3jBd+HrEWos1ImFYayK2qBPUWqQ88i6HXX4t+jHscASt -# jH4ZRcWRTSpDCQvDuRaodAmiOYrRNN6MR8TF46/NHmOiw/hZ6V+uceDKLw4aAygL -# MX4J/UZ5iKGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA3WjAjBgkqhkiG9w0BCQQx -# FgQUze02YQBhdgGNThVB1KTXxqbiG4YwDQYJKoZIhvcNAQEBBQAEggEAR8KOlUFc -# o7s+Gl/7tXRaJtDGB5dhrvhrTo3lJEs3uvtqShMa4Em4cB0bPsRPbTDtVDyMSUYT -# h6R0IyhO9zIVrGB4ftwiV9XFLs9uIyQZ2cEhdnlXdFXl1Y7Qf9bmJtoSQXK1yb4Z -# C4TuHonfv22lFVw4CJmzYixSQ0D6B7LFm7BtZcZyTNQSgZKYG0Q5a1oUAEuP8yNJ -# gB/tkgfND+Zpyo+IYgvxwDMPKY4I4p1/4BbUCk05aLsCpkPuoMtEEb12ogBQ3hjH -# x3MLW7qGSn+wnzlKdPgbY2tz9OM/bh/iIW2AkXAc1ZsCsht2p4Rlu5uE/0MDMsGY -# Ue/qyWGwEG10mw== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Set-ItResult.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Set-ItResult.ps1 deleted file mode 100644 index 943a002f7f02..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/Set-ItResult.ps1 +++ /dev/null @@ -1,276 +0,0 @@ -function Set-ItResult { - <# - .SYNOPSIS - Set-ItResult is used inside the It block to explicitly set the test result - - .DESCRIPTION - Sometimes a test shouldn't be executed, sometimes the condition cannot be evaluated. - By default such tests would typically fail and produce a big red message. - Using Set-ItResult it is possible to set the result from the inside of the It script - block to either inconclusive, pending or skipped. - - .PARAMETER Inconclusive - Sets the test result to inconclusive. Cannot be used at the same time as -Pending or -Skipped - - .PARAMETER Pending - Sets the test result to pending. Cannot be used at the same time as -Inconclusive or -Skipped - - .PARAMETER Skipped - Sets the test result to skipped. Cannot be used at the same time as -Inconclusive or -Pending - - .PARAMETER Because - Similarily to failing tests, skipped and inconclusive tests should have reason. It allows - to provide information to the user why the test is neither successful nor failed. - - .EXAMPLE - ```ps - Describe "Example" { - It "Inconclusive result test" { - Set-ItResult -Inconclusive -Because "we want it to be inconclusive" - } - } - ``` - - the output should be - - ``` - [?] Inconclusive result test, is inconclusive, because we want it to be inconclusive - Tests completed in 0ms - Tests Passed: 0, Failed: 0, Skipped: 0, Pending: 0, Inconclusive 1 - ``` - - .EXAMPLE - ```ps - Describe "Example" { - It "Skipped test" { - Set-ItResult -Skipped -Because "we want it to be skipped" - } - } - ``` - - the output should be - - ``` - [!] Skipped test, is skipped, because we want it to be skipped - Tests completed in 0ms - Tests Passed: 0, Failed: 0, Skipped: 0, Pending: 0, Inconclusive 1 - ``` -#> - [CmdletBinding()] - param( - [Parameter(Mandatory = $false, ParameterSetName = "Inconclusive")][switch]$Inconclusive, - [Parameter(Mandatory = $false, ParameterSetName = "Pending")][switch]$Pending, - [Parameter(Mandatory = $false, ParameterSetName = "Skipped")][switch]$Skipped, - [string]$Because - ) - - Assert-DescribeInProgress -CommandName Set-ItResult - - $result = $PSCmdlet.ParameterSetName - $message = "It result set to $result$(if ($Because) { ", $Because" })" - $data = @{ - Result = $result - Because = $Because - } - $errorRecord = New-PesterErrorRecord -Result $result -Message $message -Data $data - throw $errorRecord -} - -function New-PesterErrorRecord { - [CmdletBinding()] - param( - [Parameter(Mandatory = $true)] - [string]$Result, - [Parameter(Mandatory = $true)] - [string]$Message, - [string]$File, - [string]$Line, - [string]$LineText, - [hashtable]$Data - ) - - $exception = New-Object Exception $Message - $errorID = "PesterTest$Result" - $errorCategory = [Management.Automation.ErrorCategory]::InvalidResult - - # we use ErrorRecord.TargetObject to pass structured information about the error to a reporting system. - $targetObject = @{ - Message = $Message - Data = $Data - File = $(if ($File -ne $null) { - $File - } - else { - $MyInvocation.ScriptName - }) - Line = $(if ($Line -ne $null) { - $Line - } - else { - $MyInvocation.ScriptLineNumber - }) - LineText = $(if ($LineText -ne $null) { - $LineText - } - else { - $MyInvocation.Line - }).TrimEnd($([System.Environment]::NewLine)) - } - - New-Object Management.Automation.ErrorRecord $exception, $errorID, $errorCategory, $targetObject -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUgCdHQVMDWahxEPgFP2MBM9PH -# bdKggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# TdGH4phtyfMx/mLEJKFb4vU9p84wDQYJKoZIhvcNAQEBBQAEggEAKETJM+GL7dQA -# 6dEfMG2oTs5VeL00yG4HbTVyE0fUHuOs852nRwiwtxtgrt6vGTQA40sC9pQ7TZSf -# jIdj325QzHX8vZzNU9zXhqiumEMTmxYd6c54ZbbHbHtE3oHkXH/M3vE3Ddoygfcn -# rH7btSBc2bZuur+O/12l0Idp61I0fkk3GDkb/OLXB8zEeziTwAFYpdJkAVeXuGvH -# R/MV3tUYgCC/abF7clVIN66WJFlHWI+PpxPQnHGWFFJmKW8t6faI0aNvGY+h0thz -# 793iiXCE9uG9Yy/IDm1/J8x5tnaP6KHAp1PCwcPd/KgkIvZ3yPigm7m84Yk4kifY -# tz3prOM9TaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA3WjAjBgkqhkiG9w0BCQQx -# FgQUT93YXr4s0ibkpP1vRDGMHQjYaoQwDQYJKoZIhvcNAQEBBQAEggEAIBlSDiUL -# j+VBeKi6DhGuD3rkEpPCv6PZcajWwercy7vq8nUT8A/rkFVS6r07XNmM2TI8kkbh -# 33tRwBukFbofpvB1UmMlabHp4Pj2dEvod5a1tg8X9vxH1dKNoVS26snQ5gqACl4J -# HmEVpQ5ZM/CN5Lr957vx9QcqnAJ//5rlIMzaffFLHHRh87/L91ar7PlAki3rx5b+ -# pT6mpK4RXWks7Cq8hARrMb809qF5xokIz4HbCBirhtoKGdBLj7dc0/SE+k6IRSKo -# PkGLXiTxWd5Nqwc7n1JNGvxdB+41u36zq0iUV+rogy4X46csIPkKiMbBWFsKYedY -# dC9AkAO34FWMQg== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/SetupTeardown.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/SetupTeardown.ps1 deleted file mode 100644 index c26612419efc..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/SetupTeardown.ps1 +++ /dev/null @@ -1,521 +0,0 @@ -function BeforeEach { - <# - .SYNOPSIS - Defines a series of steps to perform at the beginning of every It block within - the current Context or Describe block. - - .DESCRIPTION - BeforeEach, AfterEach, BeforeAll, and AfterAll are unique in that they apply - to the entire Context or Describe block, regardless of the order of the - statements in the Context or Describe. For a full description of this - behavior, as well as how multiple BeforeEach or AfterEach blocks interact - with each other, please refer to the about_BeforeEach_AfterEach help file. - - .LINK - https://pester.dev/docs/commands/AfterEach - - #> - [CmdletBinding()] - param - ( - # the scriptblock to execute - [Parameter(Mandatory = $true, - Position = 1)] - [Scriptblock] - $Scriptblock - ) - Assert-DescribeInProgress -CommandName BeforeEach -} - -function AfterEach { - <# - .SYNOPSIS - Defines a series of steps to perform at the end of every It block within - the current Context or Describe block. - - .DESCRIPTION - BeforeEach, AfterEach, BeforeAll, and AfterAll are unique in that they apply - to the entire Context or Describe block, regardless of the order of the - statements in the Context or Describe. For a full description of this - behavior, as well as how multiple BeforeEach or AfterEach blocks interact - with each other, please refer to the about_BeforeEach_AfterEach help file. - - .LINK - https://pester.dev/docs/commands/BeforeEach - - #> - [CmdletBinding()] - param - ( - # the scriptblock to execute - [Parameter(Mandatory = $true, - Position = 1)] - [Scriptblock] - $Scriptblock - ) - Assert-DescribeInProgress -CommandName AfterEach -} - -function BeforeAll { - <# - .SYNOPSIS - Defines a series of steps to perform at the beginning of the current Context - or Describe block. - - .DESCRIPTION - BeforeEach, AfterEach, BeforeAll, and AfterAll are unique in that they apply - to the entire Context or Describe block, regardless of the order of the - statements in the Context or Describe. - - .LINK - https://pester.dev/docs/commands/AfterAll - - #> - [CmdletBinding()] - param - ( - # the scriptblock to execute - [Parameter(Mandatory = $true, - Position = 1)] - [Scriptblock] - $Scriptblock - ) - Assert-DescribeInProgress -CommandName BeforeAll -} - -function AfterAll { - <# -.SYNOPSIS - Defines a series of steps to perform at the end of the current Context - or Describe block. - -.DESCRIPTION - BeforeEach, AfterEach, BeforeAll, and AfterAll are unique in that they apply - to the entire Context or Describe block, regardless of the order of the - statements in the Context or Describe. - -.LINK - https://pester.dev/docs/commands/BeforeAll -#> - [CmdletBinding()] - param - ( - # the scriptblock to execute - [Parameter(Mandatory = $true, - Position = 1)] - [Scriptblock] - $Scriptblock - ) - Assert-DescribeInProgress -CommandName AfterAll -} - -function Invoke-TestCaseSetupBlocks { - Invoke-Blocks -ScriptBlock $pester.GetTestCaseSetupBlocks() -} - -function Invoke-TestCaseTeardownBlocks { - Invoke-Blocks -ScriptBlock $pester.GetTestCaseTeardownBlocks() -} - -function Invoke-TestGroupSetupBlocks { - Invoke-Blocks -ScriptBlock $pester.GetCurrentTestGroupSetupBlocks() -} - -function Invoke-TestGroupTeardownBlocks { - Invoke-Blocks -ScriptBlock $pester.GetCurrentTestGroupTeardownBlocks() -} - -function Invoke-Blocks { - param ([scriptblock[]] $ScriptBlock) - - foreach ($block in $ScriptBlock) { - if ($null -eq $block) { - continue - } - $null = . $block - } -} - -function Add-SetupAndTeardown { - param ( - [scriptblock] $ScriptBlock - ) - - if ($PSVersionTable.PSVersion.Major -le 2) { - Add-SetupAndTeardownV2 -ScriptBlock $ScriptBlock - } - else { - Add-SetupAndTeardownV3 -ScriptBlock $ScriptBlock - } -} - -function Add-SetupAndTeardownV3 { - param ( - [scriptblock] $ScriptBlock - ) - - $pattern = '^(?:Before|After)(?:Each|All)$' - $predicate = { - param ([System.Management.Automation.Language.Ast] $Ast) - - $Ast -is [System.Management.Automation.Language.CommandAst] -and - $Ast.CommandElements[0].ToString() -match $pattern -and - $Ast.CommandElements[-1] -is [System.Management.Automation.Language.ScriptBlockExpressionAst] - } - - $searchNestedBlocks = $false - - $calls = $ScriptBlock.Ast.FindAll($predicate, $searchNestedBlocks) - - foreach ($call in $calls) { - # For some reason, calling ScriptBlockAst.GetScriptBlock() sometimes blows up due to failing semantics - # checks, even though the code is perfectly valid. So we'll poke around with reflection again to skip - # that part and just call the internal ScriptBlock constructor that we need - - $iPmdProviderType = [scriptblock].Assembly.GetType('System.Management.Automation.Language.IParameterMetadataProvider') - - $flags = [System.Reflection.BindingFlags]'Instance, NonPublic' - $constructor = [scriptblock].GetConstructor($flags, $null, [Type[]]@($iPmdProviderType, [bool]), $null) - - $block = $constructor.Invoke(@($call.CommandElements[-1].ScriptBlock, $false)) - - Set-ScriptBlockScope -ScriptBlock $block -SessionState $pester.SessionState - $commandName = $call.CommandElements[0].ToString() - Add-SetupOrTeardownScriptBlock -CommandName $commandName -ScriptBlock $block - } -} - -function Add-SetupAndTeardownV2 { - param ( - [scriptblock] $ScriptBlock - ) - - $codeText = $ScriptBlock.ToString() - $tokens = @(ParseCodeIntoTokens -CodeText $codeText) - - for ($i = 0; $i -lt $tokens.Count; $i++) { - $token = $tokens[$i] - $type = $token.Type - if ($type -eq [System.Management.Automation.PSTokenType]::Command -and - (IsSetupOrTeardownCommand -CommandName $token.Content)) { - $openBraceIndex, $closeBraceIndex = Get-BraceIndicesForCommand -Tokens $tokens -CommandIndex $i - - $block = Get-ScriptBlockFromTokens -Tokens $Tokens -OpenBraceIndex $openBraceIndex -CloseBraceIndex $closeBraceIndex -CodeText $codeText - Add-SetupOrTeardownScriptBlock -CommandName $token.Content -ScriptBlock $block - - $i = $closeBraceIndex - } - elseif ($type -eq [System.Management.Automation.PSTokenType]::GroupStart) { - # We don't want to parse Setup or Teardown commands in child scopes here, so anything - # bounded by a GroupStart / GroupEnd token pair which is not immediately preceded by - # a setup / teardown command name is ignored. - $i = Get-GroupCloseTokenIndex -Tokens $tokens -GroupStartTokenIndex $i - } - } -} - -function ParseCodeIntoTokens { - param ([string] $CodeText) - - $parseErrors = $null - $tokens = [System.Management.Automation.PSParser]::Tokenize($CodeText, [ref] $parseErrors) - - if ($parseErrors.Count -gt 0) { - $currentScope = $pester.CurrentTestGroup.Hint - if (-not $currentScope) { - $currentScope = 'test group' - } - throw "The current $currentScope block contains syntax errors." - } - - return $tokens -} - -function IsSetupOrTeardownCommand { - param ([string] $CommandName) - return (IsSetupCommand -CommandName $CommandName) -or (IsTeardownCommand -CommandName $CommandName) -} - -function IsSetupCommand { - param ([string] $CommandName) - return $CommandName -eq 'BeforeEach' -or $CommandName -eq 'BeforeAll' -} - -function IsTeardownCommand { - param ([string] $CommandName) - return $CommandName -eq 'AfterEach' -or $CommandName -eq 'AfterAll' -} - -function IsTestGroupCommand { - param ([string] $CommandName) - return $CommandName -eq 'BeforeAll' -or $CommandName -eq 'AfterAll' -} - -function Get-BraceIndicesForCommand { - param ( - [System.Management.Automation.PSToken[]] $Tokens, - [int] $CommandIndex - ) - - $openingGroupTokenIndex = Get-GroupStartTokenForCommand -Tokens $Tokens -CommandIndex $CommandIndex - $closingGroupTokenIndex = Get-GroupCloseTokenIndex -Tokens $Tokens -GroupStartTokenIndex $openingGroupTokenIndex - - return $openingGroupTokenIndex, $closingGroupTokenIndex -} - -function Get-GroupStartTokenForCommand { - param ( - [System.Management.Automation.PSToken[]] $Tokens, - [int] $CommandIndex - ) - - $commandName = $Tokens[$CommandIndex].Content - - # gets ScriptBlock from positional parameter e.g. BeforeEach { } - if ($CommandIndex + 1 -lt $tokens.Count -and - ($tokens[$CommandIndex + 1].Type -eq [System.Management.Automation.PSTokenType]::GroupStart -or - $tokens[$CommandIndex + 1].Content -eq '{')) { - return $CommandIndex + 1 - } - - # gets ScriptBlock from named parameter e.g. BeforeEach -ScriptBlock { } - if ($CommandIndex + 2 -lt $tokens.Count -and - ($tokens[$CommandIndex + 2].Type -eq [System.Management.Automation.PSTokenType]::GroupStart -or - $tokens[$CommandIndex + 2].Content -eq '{')) { - return $CommandIndex + 2 - } - - throw "The $commandName command must be followed by the script block as the first argument or named parameter value." -} - -& $SafeCommands['Add-Type'] -TypeDefinition @' - namespace Pester - { - using System; - using System.Management.Automation; - - public static class ClosingBraceFinder - { - public static int GetClosingBraceIndex(PSToken[] tokens, int startIndex) - { - int groupLevel = 1; - int len = tokens.Length; - - for (int i = startIndex + 1; i < len; i++) - { - PSTokenType type = tokens[i].Type; - if (type == PSTokenType.GroupStart) - { - groupLevel++; - } - else if (type == PSTokenType.GroupEnd) - { - groupLevel--; - - if (groupLevel <= 0) { return i; } - } - } - - return -1; - } - } - } -'@ - -function Get-GroupCloseTokenIndex { - param ( - [System.Management.Automation.PSToken[]] $Tokens, - [int] $GroupStartTokenIndex - ) - - $closeIndex = [Pester.ClosingBraceFinder]::GetClosingBraceIndex($Tokens, $GroupStartTokenIndex) - - if ($closeIndex -lt 0) { - throw 'No corresponding GroupEnd token was found.' - } - - return $closeIndex -} - -function Get-ScriptBlockFromTokens { - param ( - [System.Management.Automation.PSToken[]] $Tokens, - [int] $OpenBraceIndex, - [int] $CloseBraceIndex, - [string] $CodeText - ) - - $blockStart = $Tokens[$OpenBraceIndex + 1].Start - $blockLength = $Tokens[$CloseBraceIndex].Start - $blockStart - $setupOrTeardownCodeText = $codeText.Substring($blockStart, $blockLength) - - $scriptBlock = [scriptblock]::Create($setupOrTeardownCodeText) - Set-ScriptBlockHint -Hint "Unbound ScriptBlock from Get-ScriptBlockFromTokens" -ScriptBlock $scriptBlock - Set-ScriptBlockScope -ScriptBlock $scriptBlock -SessionState $pester.SessionState - - return $scriptBlock -} - -function Add-SetupOrTeardownScriptBlock { - param ( - [string] $CommandName, - [scriptblock] $ScriptBlock - ) - - $Pester.AddSetupOrTeardownBlock($ScriptBlock, $CommandName) -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUqIaObdWMQcKsTArM41YKB8d/ -# cLCggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# vo/J1Kd2MqH1bQrZ84Dd778soAQwDQYJKoZIhvcNAQEBBQAEggEAqipDZOTqVZCq -# VgqEsauG1eMKlutWTqCLDw1WrLQ4+c2KzVBFfN+UObcAGiFWQY/jXprzOaRycptI -# Xo+zsvFPunvJiRBxr5q0L007Zv74uX/hKsPS21E/lGdwLT06pEQc3ZDVaBv0reyy -# 2l+zaUpfT1PW66Xaq7TSQTXXAVf6AqXrXwT6Mfz3tZr6YGLoO3/jDfW8Gl/HEqOG -# jzK+eUwaMXh/pXGLtAKC1e4x7cIN+0fHQzmAz2XRTkeMzEsQtIZasiIbgl0yM3CV -# ddaYDG2J3ZPkZRaBX6tujQDvpRQYRtnHb6NzY4ly32eSUGa/3iD6kq8xJEe+uUiO -# rN3oFLxEHaGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA4WjAjBgkqhkiG9w0BCQQx -# FgQUYrRGkRHX3JJz4JSuR5QDCSn+j4QwDQYJKoZIhvcNAQEBBQAEggEAcwCZdGsC -# O7VZrRlySROx0hb62mzk0Pc6P76eQU+pbfjDsV4atSMPwWIdqd8o/pXiWH4xCLRc -# VJODoH2ed/AVENITFxg8IqOWfTZueA1+WqYsLHVw70DxJPtXIG3EyM/fSrPAtxTi -# pRhqagclWGqGHW23BV2w6kgUCL/Ndh9lJpJgPAlxXNxdq953pTuJv3rJbmXMMI6+ -# fjSxUHhb5wCFDH6mFfR5zzvHhY0G6h6DnXqUyBtP4olOvjW8vRAJj6A/ZPnJ/j7d -# fnH/3zr+spLw7n+gr47O9DOLLZhNrfITZLK25SHF0yzE8WGvofdviBp4S54IruBL -# Z9/90vKq6FHooA== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/TestDrive.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/TestDrive.ps1 deleted file mode 100644 index 3aa3e73583a4..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/TestDrive.ps1 +++ /dev/null @@ -1,338 +0,0 @@ -# -function New-TestDrive ([Switch]$PassThru, [string] $Path) { - if ($Path -notmatch '\S') { - $directory = New-RandomTempDirectory - } - else { - if (-not (& $SafeCommands['Test-Path'] -Path $Path)) { - $null = & $SafeCommands['New-Item'] -ItemType Container -Path $Path - } - - $directory = & $SafeCommands['Get-Item'] $Path - } - - $DriveName = "TestDrive" - - #setup the test drive - if ( -not (& $SafeCommands['Test-Path'] "${DriveName}:\") ) { - $null = & $SafeCommands['New-PSDrive'] -Name $DriveName -PSProvider FileSystem -Root $directory -Scope Global -Description "Pester test drive" - } - - #publish the global TestDrive variable used in few places within the module - if (-not (& $SafeCommands['Test-Path'] "Variable:Global:$DriveName")) { - & $SafeCommands['New-Variable'] -Name $DriveName -Scope Global -Value $directory - } - - if ( $PassThru ) { - & $SafeCommands['Get-PSDrive'] -Name $DriveName - } -} - - -function Clear-TestDrive ([String[]]$Exclude) { - $Path = (& $SafeCommands['Get-PSDrive'] -Name TestDrive).Root - if (& $SafeCommands['Test-Path'] -Path $Path ) { - - Remove-TestDriveSymbolicLinks -Path $Path - - #Get-ChildItem -Exclude did not seem to work with full paths - & $SafeCommands['Get-ChildItem'] -Recurse -Path $Path | - & $SafeCommands['Sort-Object'] -Descending -Property "FullName" | - & $SafeCommands['Where-Object'] { $Exclude -NotContains $_.FullName } | - & $SafeCommands['Remove-Item'] -Force -Recurse - - } -} - -function New-RandomTempDirectory { - do { - $tempPath = Get-TempDirectory - $Path = & $SafeCommands['Join-Path'] -Path $tempPath -ChildPath ([Guid]::NewGuid()) - } until (-not (& $SafeCommands['Test-Path'] -Path $Path )) - - & $SafeCommands['New-Item'] -ItemType Container -Path $Path -} - -function Get-TestDriveItem { - <# - .SYNOPSIS - The Get-TestDriveItem cmdlet gets the item in Pester test drive. - - .DESCRIPTION - The Get-TestDriveItem cmdlet gets the item in Pester test drive. It does not - get the contents of the item at the location unless you use a wildcard - character (*) to request all the contents of the item. - - The function Get-TestDriveItem is deprecated since Pester v. 4.0 - and will be deleted in the next major version of Pester. - - .PARAMETER Path - Specifies the path to an item. The path need to be relative to TestDrive:. - This cmdlet gets the item at the specified location. Wildcards are permitted. - This parameter is required, but the parameter name ("Path") is optional. - - .EXAMPLE - - Get-TestDriveItem MyTestFolder\MyTestFile.txt - - This command returns the file MyTestFile.txt located in the folder MyTestFolder - what is located under TestDrive. - - .LINK - https://pester.dev/docs/usage/testdrive - -#> - - #moved here from Pester.psm1 - param ([string]$Path) - - & $SafeCommands['Write-Warning'] -Message "The function Get-TestDriveItem is deprecated since Pester 4.0.0 and will be removed from Pester 5.0.0." - - Assert-DescribeInProgress -CommandName Get-TestDriveItem - & $SafeCommands['Get-Item'] $(& $SafeCommands['Join-Path'] $TestDrive $Path ) -} - -function Get-TestDriveChildItem { - $Path = (& $SafeCommands['Get-PSDrive'] -Name TestDrive).Root - if (& $SafeCommands['Test-Path'] -Path $Path ) { - & $SafeCommands['Get-ChildItem'] -Recurse -Path $Path - } -} - -function Remove-TestDriveSymbolicLinks ([String] $Path) { - - # remove symbolic links to work around problem with Remove-Item. - # see https://github.com/PowerShell/PowerShell/issues/621 - # https://github.com/pester/Pester/issues/1100 - - # powershell 5 and higher - # & $SafeCommands["Get-ChildItem"] -Recurse -Path $Path -Attributes "ReparsePoint" | - # % { $_.Delete() } - - # issue 621 was fixed before PowerShell 6.1 - # now there is an issue with calling the Delete method in recent (6.1) builds of PowerShell - if ( (GetPesterPSVersion) -ge 6) { - return - } - - # powershell 2-compatible - $reparsePoint = [System.IO.FileAttributes]::ReparsePoint - & $SafeCommands["Get-ChildItem"] -Recurse -Path $Path | - where-object { ($_.Attributes -band $reparsePoint) -eq $reparsePoint } | - foreach-object { $_.Delete() } -} - -function Remove-TestDrive { - - $DriveName = "TestDrive" - $Drive = & $SafeCommands['Get-PSDrive'] -Name $DriveName -ErrorAction $script:IgnoreErrorPreference - $Path = ($Drive).Root - - - if ($pwd -like "$DriveName*" ) { - #will staying in the test drive cause issues? - #TODO review this - & $SafeCommands['Write-Warning'] -Message "Your current path is set to ${pwd}:. You should leave ${DriveName}:\ before leaving Describe." - } - - if ( $Drive ) { - $Drive | & $SafeCommands['Remove-PSDrive'] -Force #This should fail explicitly as it impacts future pester runs - } - - if ($null -ne $Path) { - Remove-TestDriveSymbolicLinks -Path $Path - - if (& $SafeCommands['Test-Path'] -Path $Path) { - & $SafeCommands['Remove-Item'] -Path $Path -Force -Recurse - } - } - - if (& $SafeCommands['Get-Variable'] -Name $DriveName -Scope Global -ErrorAction $script:IgnoreErrorPreference) { - & $SafeCommands['Remove-Variable'] -Scope Global -Name $DriveName -Force - } -} - -function Setup { - <# - .SYNOPSIS - This command is included in the Pester Mocking framework for backwards compatibility. You do not need to call it directly. - #> - param( - [switch]$Dir, - [switch]$File, - $Path, - $Content = "", - [switch]$PassThru - ) - - Assert-DescribeInProgress -CommandName Setup - - $TestDriveName = & $SafeCommands['Get-PSDrive'] TestDrive | - & $SafeCommands['Select-Object'] -ExpandProperty Root - - if ($Dir) { - $item = & $SafeCommands['New-Item'] -Name $Path -Path "${TestDriveName}\" -Type Container -Force - } - if ($File) { - $item = $Content | & $SafeCommands['New-Item'] -Name $Path -Path "${TestDriveName}\" -Type File -Force - } - - if ($PassThru) { - return $item - } -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUOPK5Jh9Bodvb7spFABNZk9jc -# LCmggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# LTTaX7qoah9dhcMKmQ2t1PrU/0IwDQYJKoZIhvcNAQEBBQAEggEADh6RaHPnLotE -# Gt31xTS3ovoc3z/iW+vS0zr/CrwjzFt6Fa1DoTlUG7CsmRHcZ0WYvqv3AA84Ox/C -# B6ObPjqeEGWhDKvlOBrglkEyHgRyKye22GBijSQ/96UDUdeNOipY1bixFFFbJYf9 -# SauclUJnaTx2fbZsZdbyeiW261BH1CqJvi0Iq1DSU5iUerreqwm0qB4Vs9G2GSz9 -# hoN/RCoYG2W4g3ruVa1kLFrZZMP4VPOqroLHqOh0z8ZbJdy/Zy32EGdHW5u7Rffv -# YzmI8OP/E9H5vEKDO6SBWVZD2AbNEycZk9J6Zsubad6g64cuhZt5zh151LrjuioU -# zrjGHC8gi6GCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA4WjAjBgkqhkiG9w0BCQQx -# FgQUeiDmQMqXqjY+xD8lkR0ilNNr6uAwDQYJKoZIhvcNAQEBBQAEggEAjYjv/zhY -# ms3GX/kyCBOpZGiKht00ucHE978eFFd3EC4St2s/O/Qb3KW1J8GGkpkEB5TxE9z5 -# YzkenzKkdxjoT08eQnPGI5rXlpDpREl2CRTR7XySss2wPzvhLQK5KQFfpbwA7PgR -# T89VbJlBP2MRrkAWi0/5T1SOacNOu5ngD7aPzd+si9lyZSH7LwRgr/fEnZubjtd3 -# BSl7d2+AUG0xx4/YPVZhFtSDkl5PAQ4sV+uwo1Sn1weiNyOND6DSG5V5r05MyqZe -# yLGyMRgGMMQFB3lgYz26r4sSh0/t6Q50IU6SCzRoLphdtxtUJ+DRQyGZF0ChgbW1 -# 5JrURY67OwtGBA== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/TestRegistry.ps1 b/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/TestRegistry.ps1 deleted file mode 100644 index ef8a57769864..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/Functions/TestRegistry.ps1 +++ /dev/null @@ -1,293 +0,0 @@ - function New-TestRegistry { - param( - [Switch] - $PassThru, - - [string] - $Path - ) - - if ($Path -notmatch '\S') { - $directory = New-RandomTempRegistry - } - else { - if (-not (& $SafeCommands['Test-Path'] -Path $Path)) { - # the pester registry root path HKCU:\Pester is created once - # and then stays in place, in TestDrive we use system Temp folder, - # but no such folder exists for registry so we create our own. - # removing the folder after test run would be possible but we potentially - # running into conflict with other instance of Pester that is running - # so keeping it in place is a small price to pay for being able to run - # parallel pester sessions easily. - # Also don't use -Force parameter here - # because that deletes the folder and creates a race condition see - # https://github.com/pester/Pester/issues/1181 - $null = & $SafeCommands['New-Item'] -Path $Path - } - - $directory = & $SafeCommands['Get-Item'] $Path - } - - $DriveName = "TestRegistry" - #setup the test drive - if ( -not (& $SafeCommands['Test-Path'] "${DriveName}:\") ) { - try { - $null = & $SafeCommands['New-PSDrive'] -Name $DriveName -PSProvider Registry -Root $directory -Scope Global -Description "Pester test registry" -ErrorAction Stop - } - catch { - if ($_.FullyQualifiedErrorId -like 'DriveAlreadyExists*') { - # it can happen that Test-Path reports false even though the drive - # exists. I don't know why but I see it in "Context Teardown fails" - # it would be possible to use Get-PsDrive directly for the test but it - # is about 10ms slower and we do it in every Describe and It so it would - # quickly add up - - # so if that happens just ignore the error, the goal of this function is to - # create the testdrive and the testdrive already exists, so all is good. - } - else { - Write-Error $_ -ErrorAction 'Stop' - } - } - } - - if ( $PassThru ) { - & $SafeCommands['Get-PSDrive'] -Name $DriveName - } -} - -function Get-TestRegistryPath () { - "Microsoft.PowerShell.Core\Registry::" + (& $SafeCommands['Get-PSDrive'] -Name TestRegistry -ErrorAction Stop).Root -} - -function Clear-TestRegistry { - param( - [String[]] - $Exclude - ) - - # if the setup fails before we mark test registry added - # we would be trying to teardown something that does not - # exist and fail in Get-TestRegistryPath - if (-not (& $SafeCommands['Test-Path'] "TestRegistry:\")) { - return - } - - $path = Get-TestRegistryPath - - if ($null -ne $path -and (& $SafeCommands['Test-Path'] -Path $Path)) { - #Get-ChildItem -Exclude did not seem to work with full paths - & $SafeCommands['Get-ChildItem'] -Recurse -Path $Path | - & $SafeCommands['Sort-Object'] -Descending -Property 'PSPath' | - & $SafeCommands['Where-Object'] { $Exclude -NotContains $_.PSPath } | - & $SafeCommands['Remove-Item'] -Force -Recurse - } -} - -function Get-TestRegistryChildItem { - $path = Get-TestRegistryPath - & $SafeCommands['Get-ChildItem'] -Recurse -Path $path -} - -function New-RandomTempRegistry { - do { - $tempPath = Get-TempRegistry - $Path = & $SafeCommands['Join-Path'] -Path $tempPath -ChildPath ([Guid]::NewGuid()) - } until (-not (& $SafeCommands['Test-Path'] -Path $Path )) - - try { - & $SafeCommands['New-Item'] -Path $Path - } - catch [System.IO.IOException] { - # when running in parallel this occasionally triggers - # IOException: No more data is available - # let's just retry the operation - & $SafeCommands['New-Item'] -Path $Path - } -} - -function Remove-TestRegistry { - $DriveName = "TestRegistry" - $Drive = & $SafeCommands['Get-PSDrive'] -Name $DriveName -ErrorAction $script:IgnoreErrorPreference - if ($null -eq $Drive) { - # the drive does not exist, someone must have removed it instead of us, - # most likely a test that tests pester itself, so we just hope that the - # one who removed this removed also the contents of it correctly - return - } - - $path = Get-TestRegistryPath - - if ($pwd -like "$DriveName*" ) { - #will staying in the test drive cause issues? - #TODO review this - & $SafeCommands['Write-Warning'] -Message "Your current path is set to ${pwd}:. You should leave ${DriveName}:\ before leaving Describe." - } - - if ( $Drive ) { - $Drive | & $SafeCommands['Remove-PSDrive'] -Force #This should fail explicitly as it impacts future pester runs - } - - if (& $SafeCommands['Test-Path'] -Path $path) { - & $SafeCommands['Remove-Item'] -Path $path -Force -Recurse - } - - if (& $SafeCommands['Get-Variable'] -Name $DriveName -Scope Global -ErrorAction $script:IgnoreErrorPreference) { - & $SafeCommands['Remove-Variable'] -Scope Global -Name $DriveName -Force - } -} - -# SIG # Begin signature block -# MIIcVgYJKoZIhvcNAQcCoIIcRzCCHEMCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB -# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR -# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUPo4pq2KIcx9Sw06Yd+5UK/YD -# QA2ggheFMIIFDjCCA/agAwIBAgIQCIQ1OU/QbU6rESO7M78utDANBgkqhkiG9w0B -# AQsFADByMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYD -# VQQLExB3d3cuZGlnaWNlcnQuY29tMTEwLwYDVQQDEyhEaWdpQ2VydCBTSEEyIEFz -# c3VyZWQgSUQgQ29kZSBTaWduaW5nIENBMB4XDTIwMDEzMTAwMDAwMFoXDTIxMDEw -# NTEyMDAwMFowSzELMAkGA1UEBhMCQ1oxDjAMBgNVBAcTBVByYWhhMRUwEwYDVQQK -# DAxKYWt1YiBKYXJlxaExFTATBgNVBAMMDEpha3ViIEphcmXFoTCCASIwDQYJKoZI -# hvcNAQEBBQADggEPADCCAQoCggEBALYF0cDtFUyYgraHpHdObGJM9dxjfRr0WaPN -# kVZcEHdPXk4bVCPZLSca3Byybx745CpB3oejDHEbohLSTrbunoSA9utpwxVQSutt -# /H1onVexiJgwGJ6xoQgR17FGLBGiIHgyPhFJhba9yENh0dqargLWllsg070WE2yb -# gz3m659gmfuCuSZOhQ2nCHvOjEocTiI67mZlHvN7axg+pCgdEJrtIyvhHPqXeE2j -# cdMrfmYY1lq2FBpELEW1imYlu5BnaJd/5IT7WjHL3LWx5Su9FkY5RwrA6+X78+j+ -# vKv00JtDjM0dT+4A/m65jXSywxa4YoGDqQ5n+BwDMQlWCzfu37sCAwEAAaOCAcUw -# ggHBMB8GA1UdIwQYMBaAFFrEuXsqCqOl6nEDwGD5LfZldQ5YMB0GA1UdDgQWBBRE -# 05R/U5mVzc4vKq4rvKyyPm12EzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYI -# KwYBBQUHAwMwdwYDVR0fBHAwbjA1oDOgMYYvaHR0cDovL2NybDMuZGlnaWNlcnQu -# Y29tL3NoYTItYXNzdXJlZC1jcy1nMS5jcmwwNaAzoDGGL2h0dHA6Ly9jcmw0LmRp -# Z2ljZXJ0LmNvbS9zaGEyLWFzc3VyZWQtY3MtZzEuY3JsMEwGA1UdIARFMEMwNwYJ -# YIZIAYb9bAMBMCowKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LmRpZ2ljZXJ0LmNv -# bS9DUFMwCAYGZ4EMAQQBMIGEBggrBgEFBQcBAQR4MHYwJAYIKwYBBQUHMAGGGGh0 -# dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBOBggrBgEFBQcwAoZCaHR0cDovL2NhY2Vy -# dHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0U0hBMkFzc3VyZWRJRENvZGVTaWduaW5n -# Q0EuY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggEBADAk7PRuDcdl -# lPZQSfZ1Y0jeItmEWPMNcAL0LQaa6M5Slrznjxv1ZiseT9SMWTxOQylfPvpOSo1x -# xV3kD7qf7tf2EuicKkV6dBgGiHb0riWZ3+wMA6C8IK3cGesJ4jgpTtYEzbh88pxT -# g2MSzpRnwyXHhrgcKSps1z34JmmmHP1lncxNC6DTM6yEUwE7XiDD2xNoeLITgdTQ -# jjMMT6nDJe8+xL0Zyh32OPIyrG7qPjG6MmEjzlCaWsE/trVo7I9CSOjwpp8721Hj -# q/tIHzPFg1C3dYmDh8Kbmr21dHWBLYQF4P8lq8u8AYDa6H7xvkx7G0i2jglAA4YK -# i1V8AlyTwRkwggUwMIIEGKADAgECAhAECRgbX9W7ZnVTQ7VvlVAIMA0GCSqGSIb3 -# DQEBCwUAMGUxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAX -# BgNVBAsTEHd3dy5kaWdpY2VydC5jb20xJDAiBgNVBAMTG0RpZ2lDZXJ0IEFzc3Vy -# ZWQgSUQgUm9vdCBDQTAeFw0xMzEwMjIxMjAwMDBaFw0yODEwMjIxMjAwMDBaMHIx -# CzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 -# dy5kaWdpY2VydC5jb20xMTAvBgNVBAMTKERpZ2lDZXJ0IFNIQTIgQXNzdXJlZCBJ -# RCBDb2RlIFNpZ25pbmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -# AQD407Mcfw4Rr2d3B9MLMUkZz9D7RZmxOttE9X/lqJ3bMtdx6nadBS63j/qSQ8Cl -# +YnUNxnXtqrwnIal2CWsDnkoOn7p0WfTxvspJ8fTeyOU5JEjlpB3gvmhhCNmElQz -# UHSxKCa7JGnCwlLyFGeKiUXULaGj6YgsIJWuHEqHCN8M9eJNYBi+qsSyrnAxZjNx -# PqxwoqvOf+l8y5Kh5TsxHM/q8grkV7tKtel05iv+bMt+dDk2DZDv5LVOpKnqagqr -# hPOsZ061xPeM0SAlI+sIZD5SlsHyDxL0xY4PwaLoLFH3c7y9hbFig3NBggfkOItq -# cyDQD2RzPJ6fpjOp/RnfJZPRAgMBAAGjggHNMIIByTASBgNVHRMBAf8ECDAGAQH/ -# AgEAMA4GA1UdDwEB/wQEAwIBhjATBgNVHSUEDDAKBggrBgEFBQcDAzB5BggrBgEF -# BQcBAQRtMGswJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBD -# BggrBgEFBQcwAoY3aHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0 -# QXNzdXJlZElEUm9vdENBLmNydDCBgQYDVR0fBHoweDA6oDigNoY0aHR0cDovL2Ny -# bDQuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9vdENBLmNybDA6oDig -# NoY0aHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEUm9v -# dENBLmNybDBPBgNVHSAESDBGMDgGCmCGSAGG/WwAAgQwKjAoBggrBgEFBQcCARYc -# aHR0cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzAKBghghkgBhv1sAzAdBgNVHQ4E -# FgQUWsS5eyoKo6XqcQPAYPkt9mV1DlgwHwYDVR0jBBgwFoAUReuir/SSy4IxLVGL -# p6chnfNtyA8wDQYJKoZIhvcNAQELBQADggEBAD7sDVoks/Mi0RXILHwlKXaoHV0c -# LToaxO8wYdd+C2D9wz0PxK+L/e8q3yBVN7Dh9tGSdQ9RtG6ljlriXiSBThCk7j9x -# jmMOE0ut119EefM2FAaK95xGTlz/kLEbBw6RFfu6r7VRwo0kriTGxycqoSkoGjpx -# KAI8LpGjwCUR4pwUR6F6aGivm6dcIFzZcbEMj7uo+MUSaJ/PQMtARKUT8OZkDCUI -# QjKyNookAv4vcn4c10lFluhZHen6dGRrsutmQ9qzsIzV6Q3d9gEgzpkxYz0IGhiz -# gZtPxpMQBvwHgfqL2vmCSfdibqFT+hKUGIUukpHqaGxEMrJmoecYpJpkUe8wggZq -# MIIFUqADAgECAhADAZoCOv9YsWvW1ermF/BmMA0GCSqGSIb3DQEBBQUAMGIxCzAJ -# BgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k -# aWdpY2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMTAe -# Fw0xNDEwMjIwMDAwMDBaFw0yNDEwMjIwMDAwMDBaMEcxCzAJBgNVBAYTAlVTMREw -# DwYDVQQKEwhEaWdpQ2VydDElMCMGA1UEAxMcRGlnaUNlcnQgVGltZXN0YW1wIFJl -# c3BvbmRlcjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKNkXfx8s+CC -# NeDg9sYq5kl1O8xu4FOpnx9kWeZ8a39rjJ1V+JLjntVaY1sCSVDZg85vZu7dy4Xp -# X6X51Id0iEQ7Gcnl9ZGfxhQ5rCTqqEsskYnMXij0ZLZQt/USs3OWCmejvmGfrvP9 -# Enh1DqZbFP1FI46GRFV9GIYFjFWHeUhG98oOjafeTl/iqLYtWQJhiGFyGGi5uHzu -# 5uc0LzF3gTAfuzYBje8n4/ea8EwxZI3j6/oZh6h+z+yMDDZbesF6uHjHyQYuRhDI -# jegEYNu8c3T6Ttj+qkDxss5wRoPp2kChWTrZFQlXmVYwk/PJYczQCMxr7GJCkawC -# wO+k8IkRj3cCAwEAAaOCAzUwggMxMA4GA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8E -# AjAAMBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMIIBvwYDVR0gBIIBtjCCAbIwggGh -# BglghkgBhv1sBwEwggGSMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2Vy -# dC5jb20vQ1BTMIIBZAYIKwYBBQUHAgIwggFWHoIBUgBBAG4AeQAgAHUAcwBlACAA -# bwBmACAAdABoAGkAcwAgAEMAZQByAHQAaQBmAGkAYwBhAHQAZQAgAGMAbwBuAHMA -# dABpAHQAdQB0AGUAcwAgAGEAYwBjAGUAcAB0AGEAbgBjAGUAIABvAGYAIAB0AGgA -# ZQAgAEQAaQBnAGkAQwBlAHIAdAAgAEMAUAAvAEMAUABTACAAYQBuAGQAIAB0AGgA -# ZQAgAFIAZQBsAHkAaQBuAGcAIABQAGEAcgB0AHkAIABBAGcAcgBlAGUAbQBlAG4A -# dAAgAHcAaABpAGMAaAAgAGwAaQBtAGkAdAAgAGwAaQBhAGIAaQBsAGkAdAB5ACAA -# YQBuAGQAIABhAHIAZQAgAGkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkACAAaABlAHIA -# ZQBpAG4AIABiAHkAIAByAGUAZgBlAHIAZQBuAGMAZQAuMAsGCWCGSAGG/WwDFTAf -# BgNVHSMEGDAWgBQVABIrE5iymQftHt+ivlcNK2cCzTAdBgNVHQ4EFgQUYVpNJLZJ -# Mp1KKnkag0v0HonByn0wfQYDVR0fBHYwdDA4oDagNIYyaHR0cDovL2NybDMuZGln -# aWNlcnQuY29tL0RpZ2lDZXJ0QXNzdXJlZElEQ0EtMS5jcmwwOKA2oDSGMmh0dHA6 -# Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRENBLTEuY3JsMHcG -# CCsGAQUFBwEBBGswaTAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuZGlnaWNlcnQu -# Y29tMEEGCCsGAQUFBzAChjVodHRwOi8vY2FjZXJ0cy5kaWdpY2VydC5jb20vRGln -# aUNlcnRBc3N1cmVkSURDQS0xLmNydDANBgkqhkiG9w0BAQUFAAOCAQEAnSV+GzNN -# siaBXJuGziMgD4CH5Yj//7HUaiwx7ToXGXEXzakbvFoWOQCd42yE5FpA+94GAYw3 -# +puxnSR+/iCkV61bt5qwYCbqaVchXTQvH3Gwg5QZBWs1kBCge5fH9j/n4hFBpr1i -# 2fAnPTgdKG86Ugnw7HBi02JLsOBzppLA044x2C/jbRcTBu7kA7YUq/OPQ6dxnSHd -# FMoVXZJB2vkPgdGZdA0mxA5/G7X1oPHGdwYoFenYk+VVFvC7Cqsc21xIJ2bIo4sK -# HOWV2q7ELlmgYd3a822iYemKC23sEhi991VUQAOSK2vCUcIKSK+w1G7g9BQKOhvj -# jz3Kr2qNe9zYRDCCBs0wggW1oAMCAQICEAb9+QOWA63qAArrPye7uhswDQYJKoZI -# hvcNAQEFBQAwZTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ -# MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTEkMCIGA1UEAxMbRGlnaUNlcnQgQXNz -# dXJlZCBJRCBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTIxMTExMDAwMDAwMFow -# YjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQ -# d3d3LmRpZ2ljZXJ0LmNvbTEhMB8GA1UEAxMYRGlnaUNlcnQgQXNzdXJlZCBJRCBD -# QS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IItmfnKwkKVpYBz -# QHDSnlZUXKnE0kEGj8kz/E1FkVyBn+0snPgWWd+etSQVwpi5tHdJ3InECtqvy15r -# 7a2wcTHrzzpADEZNk+yLejYIA6sMNP4YSYL+x8cxSIB8HqIPkg5QycaH6zY/2DDD -# /6b3+6LNb3Mj/qxWBZDwMiEWicZwiPkFl32jx0PdAug7Pe2xQaPtP77blUjE7h6z -# 8rwMK5nQxl0SQoHhg26Ccz8mSxSQrllmCsSNvtLOBq6thG9IhJtPQLnxTPKvmPv2 -# zkBdXPao8S+v7Iki8msYZbHBc63X8djPHgp0XEK4aH631XcKJ1Z8D2KkPzIUYJX9 -# BwSiCQIDAQABo4IDejCCA3YwDgYDVR0PAQH/BAQDAgGGMDsGA1UdJQQ0MDIGCCsG -# AQUFBwMBBggrBgEFBQcDAgYIKwYBBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCDCC -# AdIGA1UdIASCAckwggHFMIIBtAYKYIZIAYb9bAABBDCCAaQwOgYIKwYBBQUHAgEW -# Lmh0dHA6Ly93d3cuZGlnaWNlcnQuY29tL3NzbC1jcHMtcmVwb3NpdG9yeS5odG0w -# ggFkBggrBgEFBQcCAjCCAVYeggFSAEEAbgB5ACAAdQBzAGUAIABvAGYAIAB0AGgA -# aQBzACAAQwBlAHIAdABpAGYAaQBjAGEAdABlACAAYwBvAG4AcwB0AGkAdAB1AHQA -# ZQBzACAAYQBjAGMAZQBwAHQAYQBuAGMAZQAgAG8AZgAgAHQAaABlACAARABpAGcA -# aQBDAGUAcgB0ACAAQwBQAC8AQwBQAFMAIABhAG4AZAAgAHQAaABlACAAUgBlAGwA -# eQBpAG4AZwAgAFAAYQByAHQAeQAgAEEAZwByAGUAZQBtAGUAbgB0ACAAdwBoAGkA -# YwBoACAAbABpAG0AaQB0ACAAbABpAGEAYgBpAGwAaQB0AHkAIABhAG4AZAAgAGEA -# cgBlACAAaQBuAGMAbwByAHAAbwByAGEAdABlAGQAIABoAGUAcgBlAGkAbgAgAGIA -# eQAgAHIAZQBmAGUAcgBlAG4AYwBlAC4wCwYJYIZIAYb9bAMVMBIGA1UdEwEB/wQI -# MAYBAf8CAQAweQYIKwYBBQUHAQEEbTBrMCQGCCsGAQUFBzABhhhodHRwOi8vb2Nz -# cC5kaWdpY2VydC5jb20wQwYIKwYBBQUHMAKGN2h0dHA6Ly9jYWNlcnRzLmRpZ2lj -# ZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJRFJvb3RDQS5jcnQwgYEGA1UdHwR6MHgw -# OqA4oDaGNGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEFzc3VyZWRJ -# RFJvb3RDQS5jcmwwOqA4oDaGNGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdp -# Q2VydEFzc3VyZWRJRFJvb3RDQS5jcmwwHQYDVR0OBBYEFBUAEisTmLKZB+0e36K+ -# Vw0rZwLNMB8GA1UdIwQYMBaAFEXroq/0ksuCMS1Ri6enIZ3zbcgPMA0GCSqGSIb3 -# DQEBBQUAA4IBAQBGUD7Jtygkpzgdtlspr1LPUukxR6tWXHvVDQtBs+/sdR90OPKy -# XGGinJXDUOSCuSPRujqGcq04eKx1XRcXNHJHhZRW0eu7NoR3zCSl8wQZVann4+er -# Ys37iy2QwsDStZS9Xk+xBdIOPRqpFFumhjFiqKgz5Js5p8T1zh14dpQlc+Qqq8+c -# dkvtX8JLFuRLcEwAiR78xXm8TBJX/l/hHrwCXaj++wc4Tw3GXZG5D2dFzdaD7eeS -# DY2xaYxP+1ngIw/Sqq4AfO6cQg7PkdcntxbuD8O9fAqg7iwIVYUiuOsYGk38KiGt -# STGDR5V3cdyxG0tLHBCcdxTBnU8vWpUIKRAmMYIEOzCCBDcCAQEwgYYwcjELMAkG -# A1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3LmRp -# Z2ljZXJ0LmNvbTExMC8GA1UEAxMoRGlnaUNlcnQgU0hBMiBBc3N1cmVkIElEIENv -# ZGUgU2lnbmluZyBDQQIQCIQ1OU/QbU6rESO7M78utDAJBgUrDgMCGgUAoHgwGAYK -# KwYBBAGCNwIBDDEKMAigAoAAoQKAADAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIB -# BDAcBgorBgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU -# kCnSEGLf/m1acPjhiMNDXQVvTq4wDQYJKoZIhvcNAQEBBQAEggEAiBACs3m08KpX -# KS0uWI7ttv9+PLb2NAio4gwq8n5DFXHlH9YkfQ0o7b/ySQdvX1Hdlp6GrHQNJ176 -# 80ODTNyNLVdourBNzsqsdlryvX+Vh6Th3SGS+c+tIz50yXNtNzrF1o5iyNsKly9e -# loE/PEZDx4Ib2zF4mjo/bM6Tbu4ObLcYwNc+ZNdJ1Z/6finEZO2btb8eMbHMA3KO -# oNMZJY/usGATlgmw8Mtt/QK/8H7jRHMWF+JgEekur2PHTNX/3PcBRLwSVPFZIyus -# 5DEdthW1I2yPAdPz8oN5oGt8N1W+J9efCHD9V7xmRPsCRaagfn88GVmR++x1fsXm -# bGlrObJBwqGCAg8wggILBgkqhkiG9w0BCQYxggH8MIIB+AIBATB2MGIxCzAJBgNV -# BAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdp -# Y2VydC5jb20xITAfBgNVBAMTGERpZ2lDZXJ0IEFzc3VyZWQgSUQgQ0EtMQIQAwGa -# Ajr/WLFr1tXq5hfwZjAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3 -# DQEHATAcBgkqhkiG9w0BCQUxDxcNMjAwMjA3MTk1NDA4WjAjBgkqhkiG9w0BCQQx -# FgQUNR0b3Qh2bWYy48UuCR83xMj2yIwwDQYJKoZIhvcNAQEBBQAEggEAUwX+9b3D -# 8xe0iw6x37ck6NokLSJs9mvtOIhS3TsMWKu9kqF4xVu1WW4l9Mo0JIQHzkrTApLr -# J1tgsEwCkE0gAADkSCpAnMWoPyDgyMHWZDkFbWPt3nfqIvrlQXt6P9+/dDwT6lDk -# +ptLvxQMGPFNAVfCPqy7sN490W7oT9q8pv1cXvfTUoHFauuaoiGjQ3vUqfQmhEM7 -# c4I4v9l2gAivIGxY6uQOHU1yOPBlqcs9Rx5MypLvq5QgcU4UrhreTGuc2jhotBe/ -# 7G8ecJ3sVBpP5WfBqiZ47FpGSwi0KpttcaW5Cjc/vQEM1gHd1ck/komUORVjmw00 -# MNY7fqWbh4tKeA== -# SIG # End signature block diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/LICENSE b/src/HealthcareApis/generated/modules/Pester/4.10.1/LICENSE deleted file mode 100644 index 924d9f5acc8c..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright 2011 Scott Muc and Manoj Mahalingam - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/src/HealthcareApis/generated/modules/Pester/4.10.1/PSGetModuleInfo.xml b/src/HealthcareApis/generated/modules/Pester/4.10.1/PSGetModuleInfo.xml deleted file mode 100644 index 8770f7892c85..000000000000 --- a/src/HealthcareApis/generated/modules/Pester/4.10.1/PSGetModuleInfo.xml +++ /dev/null @@ -1,204 +0,0 @@ - - - - Microsoft.PowerShell.Commands.PSRepositoryItemInfo - System.Management.Automation.PSCustomObject - System.Object - - - Pester - 4.10.1 - Module - Pester provides a framework for running BDD style Tests to execute and validate PowerShell commands inside of PowerShell and offers a powerful set of Mocking Functions that allow tests to mimic and mock the functionality of any command inside of a piece of PowerShell code being tested. Pester tests can execute any command or script that is accessible to a pester test file. This can include functions, Cmdlets, Modules and scripts. Pester can be run in ad hoc style in a console or it can be integrated into the Build scripts of a Continuous Integration system. - Pester Team - - - System.Object[] - System.Array - System.Object - - - dlwyatt - nohwnd - - - Copyright (c) 2019 by Pester Team, licensed under Apache 2.0 License. -