diff --git a/src/HealthcareApis/HealthcareApis.Autorest/Properties/AssemblyInfo.cs b/src/HealthcareApis/HealthcareApis.Autorest/Properties/AssemblyInfo.cs new file mode 100644 index 000000000000..add03005efaa --- /dev/null +++ b/src/HealthcareApis/HealthcareApis.Autorest/Properties/AssemblyInfo.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// 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. +// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +// is regenerated. + +using System; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")] +[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")] +[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - HealthcareApis")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("2.1.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("2.1.0")] +[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] +[assembly: System.CLSCompliantAttribute(false)] diff --git a/src/HealthcareApis/HealthcareApis.Autorest/README.md b/src/HealthcareApis/HealthcareApis.Autorest/README.md index 1b722caf41f0..396782d36555 100644 --- a/src/HealthcareApis/HealthcareApis.Autorest/README.md +++ b/src/HealthcareApis/HealthcareApis.Autorest/README.md @@ -239,4 +239,120 @@ directive: verb: New subject: IotConnectorFhirDestination hide: true + + - where: + verb: Get|Update + subject: ApisService + set: + breaking-change: + deprecated-output-properties: + - PrivateEndpointConnection + - AccessPolicy + - AcrConfigurationOciArtifact + - CorConfigurationOrigin + - CorConfigurationMethod + - AcrConfigurationLoginServer + - CorConfigurationHeader + new-output-properties: + - PrivateEndpointConnection + - AccessPolicy + - AcrConfigurationOciArtifact + - CorConfigurationOrigin + - CorConfigurationMethod + - AcrConfigurationLoginServer + - CorConfigurationHeader + change-description: The types of the properties 'PrivateEndpointConnection', 'AccessPolicy', 'AcrConfigurationOciArtifact', 'CorConfigurationOrigin', 'CorConfigurationMethod', 'AcrConfigurationLoginServer', and 'CorConfigurationHeader' will be changed from single object to 'List'. + deprecated-by-version: 9.0.0 + deprecated-by-azversion: 15.0.0 + change-effective-date: 2025/11/03 + + - where: + verb: Get|Update + subject: ApisWorkspace + set: + breaking-change: + deprecated-output-properties: + - PrivateEndpointConnection + new-output-properties: + - PrivateEndpointConnection + change-description: The types of the properties 'PrivateEndpointConnection' will be changed from single object to 'List'. + deprecated-by-version: 9.0.0 + deprecated-by-azversion: 15.0.0 + change-effective-date: 2025/11/03 + + - where: + verb: Get|Update + subject: DicomService + set: + breaking-change: + deprecated-output-properties: + - PrivateEndpointConnection + - AuthenticationConfigurationAudience + - IdentityType + - IdentityUserAssignedIdentity + new-output-properties: + - PrivateEndpointConnection + - AuthenticationConfigurationAudience + - IdentityType + - IdentityUserAssignedIdentity + change-description: (1)The types of the properties 'PrivateEndpointConnection' and 'AuthenticationConfigurationAudience' will be changed from single object to 'List'. (2)IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities. + deprecated-by-version: 9.0.0 + deprecated-by-azversion: 15.0.0 + change-effective-date: 2025/11/03 + + - where: + verb: Get|Update + subject: FhirService + set: + breaking-change: + deprecated-output-properties: + - PrivateEndpointConnection + - AccessPolicy + - AcrConfigurationOciArtifact + - CorConfigurationOrigin + - CorConfigurationMethod + - AcrConfigurationLoginServer + - CorConfigurationHeader + - IdentityType + - IdentityUserAssignedIdentity + new-output-properties: + - PrivateEndpointConnection + - AccessPolicy + - AcrConfigurationOciArtifact + - CorConfigurationOrigin + - CorConfigurationMethod + - AcrConfigurationLoginServer + - CorConfigurationHeader + - IdentityType + - IdentityUserAssignedIdentity + change-description: (1)The types of the properties 'PrivateEndpointConnection' and 'AuthenticationConfigurationAudience' will be changed from single object to 'List'. (2)IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities. + deprecated-by-version: 9.0.0 + deprecated-by-azversion: 15.0.0 + change-effective-date: 2025/11/03 + + - where: + verb: Test + subject: ServiceNameAvailability + variant: CheckViaIdentityExpanded|CheckViaIdentity + set: + breaking-change: + deprecated-by-version: 9.0.0 + deprecated-by-azversion: 15.0.0 + change-effective-date: 2025/11/03 + + - where: + verb: Update + subject: IotConnector + set: + breaking-change: + deprecated-output-properties: + - IdentityType + - IdentityUserAssignedIdentity + new-output-properties: + - EnableSystemAssignedIdentity + - UserAssignedIdentity + change-description: IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities. + deprecated-by-version: 9.0.0 + deprecated-by-azversion: 15.0.0 + change-effective-date: 2025/11/03 ``` diff --git a/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareApisService.ps1 b/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareApisService.ps1 index 5e5e11e954b0..ec7adb9ca57b 100644 --- a/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareApisService.ps1 +++ b/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareApisService.ps1 @@ -50,6 +50,7 @@ https://learn.microsoft.com/powershell/module/az.healthcareapis/new-azhealthcare #> function New-AzHealthcareApisService { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription])] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesDescription", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IServicesDescription", DeprecatedOutputProperties = ("PrivateEndpointConnection Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IPrivateEndpointConnection", "AccessPolicy Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IServiceAccessPolicyEntry", "AcrConfigurationOciArtifact Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IServiceOciArtifactEntry", "CorConfigurationOrigin System.String[]", "CorConfigurationMethod System.String[]", "AcrConfigurationLoginServer System.String[]", "CorConfigurationHeader System.String[]"), NewOutputProperties = ("PrivateEndpointConnection System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IPrivateEndpointConnection]", "AccessPolicy System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IServiceAccessPolicyEntry]", "AcrConfigurationOciArtifact System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IServiceOciArtifactEntry]", "CorConfigurationOrigin System.Collections.Generic.List`1[System.String]", "CorConfigurationMethod System.Collections.Generic.List`1[System.String]", "AcrConfigurationLoginServer System.Collections.Generic.List`1[System.String]", "CorConfigurationHeader System.Collections.Generic.List`1[System.String]"))] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] diff --git a/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareApisWorkspace.ps1 b/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareApisWorkspace.ps1 index 5ffdbcb3071f..d001da840675 100644 --- a/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareApisWorkspace.ps1 +++ b/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareApisWorkspace.ps1 @@ -33,6 +33,7 @@ https://learn.microsoft.com/powershell/module/az.healthcareapis/new-azhealthcare #> function New-AzHealthcareApisWorkspace { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace])] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IWorkspace", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IWorkspace", DeprecatedOutputProperties = ("PrivateEndpointConnection Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IPrivateEndpointConnection"), NewOutputProperties = ("PrivateEndpointConnection System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IPrivateEndpointConnection]"))] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] diff --git a/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareDicomService.ps1 b/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareDicomService.ps1 index 9b63dd86b3f3..8dfb6438a809 100644 --- a/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareDicomService.ps1 +++ b/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareDicomService.ps1 @@ -33,6 +33,8 @@ https://learn.microsoft.com/powershell/module/az.healthcareapis/new-azhealthcare #> function New-AzHealthcareDicomService { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomService])] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.GenericBreakingChangeAttribute("IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.", "15.0.0", "9.0.0", "2025/11/03")] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IDicomService", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IDicomService", DeprecatedOutputProperties = ("PrivateEndpointConnection Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IPrivateEndpointConnection", "AuthenticationConfigurationAudience System.String[]"), NewOutputProperties = ("PrivateEndpointConnection System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IPrivateEndpointConnection]", "AuthenticationConfigurationAudience System.Collections.Generic.List`1[System.String]"))] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] diff --git a/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareFhirService.ps1 b/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareFhirService.ps1 index 5ff64a7f7348..38b3cf87886c 100644 --- a/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareFhirService.ps1 +++ b/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareFhirService.ps1 @@ -45,6 +45,8 @@ https://learn.microsoft.com/powershell/module/az.healthcareapis/new-azhealthcare #> function New-AzHealthcareFhirService { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirService])] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.GenericBreakingChangeAttribute("IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.", "15.0.0", "9.0.0", "2025/11/03")] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IFhirService", "15.0.0", "9.0.0", "2025/11/03", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IFhirService", DeprecatedOutputProperties = ("PrivateEndpointConnection Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IPrivateEndpointConnection", "AccessPolicy Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IServiceAccessPolicyEntry", "AcrConfigurationOciArtifact Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IServiceOciArtifactEntry", "CorConfigurationOrigin System.String[]", "CorConfigurationMethod System.String[]", "AcrConfigurationLoginServer System.String[]", "CorConfigurationHeader System.String[]"), NewOutputProperties = ("PrivateEndpointConnection System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IPrivateEndpointConnection]", "AccessPolicy System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IServiceAccessPolicyEntry]", "AcrConfigurationOciArtifact System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.IServiceOciArtifactEntry]", "CorConfigurationOrigin System.Collections.Generic.List`1[System.String]", "CorConfigurationMethod System.Collections.Generic.List`1[System.String]", "AcrConfigurationLoginServer System.Collections.Generic.List`1[System.String]", "CorConfigurationHeader System.Collections.Generic.List`1[System.String]"))] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] diff --git a/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareIotConnector.ps1 b/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareIotConnector.ps1 index 4df3ad6be84b..378299b663be 100644 --- a/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareIotConnector.ps1 +++ b/src/HealthcareApis/HealthcareApis.Autorest/custom/New-AzHealthcareIotConnector.ps1 @@ -34,6 +34,7 @@ https://learn.microsoft.com/powershell/module/az.healthcareapis/new-azhealthcare #> function New-AzHealthcareIotConnector { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotConnector])] + [Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.GenericBreakingChangeAttribute("IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.", "15.0.0", "9.0.0", "2025/11/03")] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] diff --git a/src/HealthcareApis/HealthcareApis.Autorest/docs/Az.HealthcareApis.md b/src/HealthcareApis/HealthcareApis.Autorest/docs/Az.HealthcareApis.md index e02a879d1ce0..5e881936dba9 100644 --- a/src/HealthcareApis/HealthcareApis.Autorest/docs/Az.HealthcareApis.md +++ b/src/HealthcareApis/HealthcareApis.Autorest/docs/Az.HealthcareApis.md @@ -1,6 +1,6 @@ --- Module Name: Az.HealthcareApis -Module Guid: 36cc732b-665f-4db7-bdfa-70d09e08f7b1 +Module Guid: 92ae786e-d3cd-4190-a3eb-dc1d46135851 Download Help Link: https://learn.microsoft.com/powershell/module/az.healthcareapis Help Version: 1.0.0.0 Locale: en-US diff --git a/src/HealthcareApis/HealthcareApis.Autorest/generate-info.json b/src/HealthcareApis/HealthcareApis.Autorest/generate-info.json index de281eb837d6..e5a5b549728f 100644 --- a/src/HealthcareApis/HealthcareApis.Autorest/generate-info.json +++ b/src/HealthcareApis/HealthcareApis.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "884abc0a-50fb-4152-a2a3-f05a475748b0" + "generate_Id": "7a934b1e-1c82-402f-ac2c-6365de62c421" } diff --git a/src/HealthcareApis/HealthcareApis.Autorest/resources/README.md b/src/HealthcareApis/HealthcareApis.Autorest/resources/README.md new file mode 100644 index 000000000000..937f07f8fec2 --- /dev/null +++ b/src/HealthcareApis/HealthcareApis.Autorest/resources/README.md @@ -0,0 +1,11 @@ +# Resources +This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder. + +## Info +- Modifiable: yes +- Generated: no +- Committed: yes +- Packaged: no + +## Purpose +Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact. \ No newline at end of file diff --git a/src/HealthcareApis/HealthcareApis.sln b/src/HealthcareApis/HealthcareApis.sln index 1ca33abf839e..1ccc427fd962 100644 --- a/src/HealthcareApis/HealthcareApis.sln +++ b/src/HealthcareApis/HealthcareApis.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 @@ -19,49 +19,119 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HealthcareApis", "HealthcareApis\HealthcareApis.csproj", "{1902711A-484F-4504-95B2-6E0819F49F83}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.HealthcareApis", "..\..\generated\HealthcareApis\HealthcareApis.Autorest\Az.HealthcareApis.csproj", "{0FF5C55B-8CC2-4AE4-8C0D-C92C1BC820DE}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HealthcareApis.Autorest", "HealthcareApis.Autorest", "{BE434A51-133D-6A10-968B-51EBA36A13CA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.HealthcareApis", "..\..\generated\HealthcareApis\HealthcareApis.Autorest\Az.HealthcareApis.csproj", "{7D9DCB77-7DB2-4590-ACA5-3A923E601E1A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {0C028769-5928-44F4-9466-A4A6E7EAEED9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {0C028769-5928-44F4-9466-A4A6E7EAEED9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0C028769-5928-44F4-9466-A4A6E7EAEED9}.Debug|x64.ActiveCfg = Debug|Any CPU + {0C028769-5928-44F4-9466-A4A6E7EAEED9}.Debug|x64.Build.0 = Debug|Any CPU + {0C028769-5928-44F4-9466-A4A6E7EAEED9}.Debug|x86.ActiveCfg = Debug|Any CPU + {0C028769-5928-44F4-9466-A4A6E7EAEED9}.Debug|x86.Build.0 = Debug|Any CPU {0C028769-5928-44F4-9466-A4A6E7EAEED9}.Release|Any CPU.ActiveCfg = Release|Any CPU {0C028769-5928-44F4-9466-A4A6E7EAEED9}.Release|Any CPU.Build.0 = Release|Any CPU + {0C028769-5928-44F4-9466-A4A6E7EAEED9}.Release|x64.ActiveCfg = Release|Any CPU + {0C028769-5928-44F4-9466-A4A6E7EAEED9}.Release|x64.Build.0 = Release|Any CPU + {0C028769-5928-44F4-9466-A4A6E7EAEED9}.Release|x86.ActiveCfg = Release|Any CPU + {0C028769-5928-44F4-9466-A4A6E7EAEED9}.Release|x86.Build.0 = Release|Any CPU {E3B78057-B9F4-472D-9FDF-4EDA7D2A3B8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E3B78057-B9F4-472D-9FDF-4EDA7D2A3B8B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E3B78057-B9F4-472D-9FDF-4EDA7D2A3B8B}.Debug|x64.ActiveCfg = Debug|Any CPU + {E3B78057-B9F4-472D-9FDF-4EDA7D2A3B8B}.Debug|x64.Build.0 = Debug|Any CPU + {E3B78057-B9F4-472D-9FDF-4EDA7D2A3B8B}.Debug|x86.ActiveCfg = Debug|Any CPU + {E3B78057-B9F4-472D-9FDF-4EDA7D2A3B8B}.Debug|x86.Build.0 = Debug|Any CPU {E3B78057-B9F4-472D-9FDF-4EDA7D2A3B8B}.Release|Any CPU.ActiveCfg = Release|Any CPU {E3B78057-B9F4-472D-9FDF-4EDA7D2A3B8B}.Release|Any CPU.Build.0 = Release|Any CPU + {E3B78057-B9F4-472D-9FDF-4EDA7D2A3B8B}.Release|x64.ActiveCfg = Release|Any CPU + {E3B78057-B9F4-472D-9FDF-4EDA7D2A3B8B}.Release|x64.Build.0 = Release|Any CPU + {E3B78057-B9F4-472D-9FDF-4EDA7D2A3B8B}.Release|x86.ActiveCfg = Release|Any CPU + {E3B78057-B9F4-472D-9FDF-4EDA7D2A3B8B}.Release|x86.Build.0 = Release|Any CPU {21B95A61-0DD5-4CA6-9363-D552D78C7590}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {21B95A61-0DD5-4CA6-9363-D552D78C7590}.Debug|Any CPU.Build.0 = Debug|Any CPU + {21B95A61-0DD5-4CA6-9363-D552D78C7590}.Debug|x64.ActiveCfg = Debug|Any CPU + {21B95A61-0DD5-4CA6-9363-D552D78C7590}.Debug|x64.Build.0 = Debug|Any CPU + {21B95A61-0DD5-4CA6-9363-D552D78C7590}.Debug|x86.ActiveCfg = Debug|Any CPU + {21B95A61-0DD5-4CA6-9363-D552D78C7590}.Debug|x86.Build.0 = Debug|Any CPU {21B95A61-0DD5-4CA6-9363-D552D78C7590}.Release|Any CPU.ActiveCfg = Release|Any CPU {21B95A61-0DD5-4CA6-9363-D552D78C7590}.Release|Any CPU.Build.0 = Release|Any CPU + {21B95A61-0DD5-4CA6-9363-D552D78C7590}.Release|x64.ActiveCfg = Release|Any CPU + {21B95A61-0DD5-4CA6-9363-D552D78C7590}.Release|x64.Build.0 = Release|Any CPU + {21B95A61-0DD5-4CA6-9363-D552D78C7590}.Release|x86.ActiveCfg = Release|Any CPU + {21B95A61-0DD5-4CA6-9363-D552D78C7590}.Release|x86.Build.0 = Release|Any CPU {27AC7F66-2DF3-4AA7-AF35-8745D237CB84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {27AC7F66-2DF3-4AA7-AF35-8745D237CB84}.Debug|Any CPU.Build.0 = Debug|Any CPU + {27AC7F66-2DF3-4AA7-AF35-8745D237CB84}.Debug|x64.ActiveCfg = Debug|Any CPU + {27AC7F66-2DF3-4AA7-AF35-8745D237CB84}.Debug|x64.Build.0 = Debug|Any CPU + {27AC7F66-2DF3-4AA7-AF35-8745D237CB84}.Debug|x86.ActiveCfg = Debug|Any CPU + {27AC7F66-2DF3-4AA7-AF35-8745D237CB84}.Debug|x86.Build.0 = Debug|Any CPU {27AC7F66-2DF3-4AA7-AF35-8745D237CB84}.Release|Any CPU.ActiveCfg = Release|Any CPU {27AC7F66-2DF3-4AA7-AF35-8745D237CB84}.Release|Any CPU.Build.0 = Release|Any CPU + {27AC7F66-2DF3-4AA7-AF35-8745D237CB84}.Release|x64.ActiveCfg = Release|Any CPU + {27AC7F66-2DF3-4AA7-AF35-8745D237CB84}.Release|x64.Build.0 = Release|Any CPU + {27AC7F66-2DF3-4AA7-AF35-8745D237CB84}.Release|x86.ActiveCfg = Release|Any CPU + {27AC7F66-2DF3-4AA7-AF35-8745D237CB84}.Release|x86.Build.0 = Release|Any CPU {DD912570-EB80-42CF-AB4C-25B856C168F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {DD912570-EB80-42CF-AB4C-25B856C168F4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DD912570-EB80-42CF-AB4C-25B856C168F4}.Debug|x64.ActiveCfg = Debug|Any CPU + {DD912570-EB80-42CF-AB4C-25B856C168F4}.Debug|x64.Build.0 = Debug|Any CPU + {DD912570-EB80-42CF-AB4C-25B856C168F4}.Debug|x86.ActiveCfg = Debug|Any CPU + {DD912570-EB80-42CF-AB4C-25B856C168F4}.Debug|x86.Build.0 = Debug|Any CPU {DD912570-EB80-42CF-AB4C-25B856C168F4}.Release|Any CPU.ActiveCfg = Release|Any CPU {DD912570-EB80-42CF-AB4C-25B856C168F4}.Release|Any CPU.Build.0 = Release|Any CPU + {DD912570-EB80-42CF-AB4C-25B856C168F4}.Release|x64.ActiveCfg = Release|Any CPU + {DD912570-EB80-42CF-AB4C-25B856C168F4}.Release|x64.Build.0 = Release|Any CPU + {DD912570-EB80-42CF-AB4C-25B856C168F4}.Release|x86.ActiveCfg = Release|Any CPU + {DD912570-EB80-42CF-AB4C-25B856C168F4}.Release|x86.Build.0 = Release|Any CPU {1BFA675E-5911-45C9-B1B1-72739DFAC99F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {1BFA675E-5911-45C9-B1B1-72739DFAC99F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1BFA675E-5911-45C9-B1B1-72739DFAC99F}.Debug|x64.ActiveCfg = Debug|Any CPU + {1BFA675E-5911-45C9-B1B1-72739DFAC99F}.Debug|x64.Build.0 = Debug|Any CPU + {1BFA675E-5911-45C9-B1B1-72739DFAC99F}.Debug|x86.ActiveCfg = Debug|Any CPU + {1BFA675E-5911-45C9-B1B1-72739DFAC99F}.Debug|x86.Build.0 = Debug|Any CPU {1BFA675E-5911-45C9-B1B1-72739DFAC99F}.Release|Any CPU.ActiveCfg = Release|Any CPU {1BFA675E-5911-45C9-B1B1-72739DFAC99F}.Release|Any CPU.Build.0 = Release|Any CPU + {1BFA675E-5911-45C9-B1B1-72739DFAC99F}.Release|x64.ActiveCfg = Release|Any CPU + {1BFA675E-5911-45C9-B1B1-72739DFAC99F}.Release|x64.Build.0 = Release|Any CPU + {1BFA675E-5911-45C9-B1B1-72739DFAC99F}.Release|x86.ActiveCfg = Release|Any CPU + {1BFA675E-5911-45C9-B1B1-72739DFAC99F}.Release|x86.Build.0 = Release|Any CPU {1902711A-484F-4504-95B2-6E0819F49F83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {1902711A-484F-4504-95B2-6E0819F49F83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1902711A-484F-4504-95B2-6E0819F49F83}.Debug|x64.ActiveCfg = Debug|Any CPU + {1902711A-484F-4504-95B2-6E0819F49F83}.Debug|x64.Build.0 = Debug|Any CPU + {1902711A-484F-4504-95B2-6E0819F49F83}.Debug|x86.ActiveCfg = Debug|Any CPU + {1902711A-484F-4504-95B2-6E0819F49F83}.Debug|x86.Build.0 = Debug|Any CPU {1902711A-484F-4504-95B2-6E0819F49F83}.Release|Any CPU.ActiveCfg = Release|Any CPU {1902711A-484F-4504-95B2-6E0819F49F83}.Release|Any CPU.Build.0 = Release|Any CPU - {0FF5C55B-8CC2-4AE4-8C0D-C92C1BC820DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0FF5C55B-8CC2-4AE4-8C0D-C92C1BC820DE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0FF5C55B-8CC2-4AE4-8C0D-C92C1BC820DE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0FF5C55B-8CC2-4AE4-8C0D-C92C1BC820DE}.Release|Any CPU.Build.0 = Release|Any CPU + {1902711A-484F-4504-95B2-6E0819F49F83}.Release|x64.ActiveCfg = Release|Any CPU + {1902711A-484F-4504-95B2-6E0819F49F83}.Release|x64.Build.0 = Release|Any CPU + {1902711A-484F-4504-95B2-6E0819F49F83}.Release|x86.ActiveCfg = Release|Any CPU + {1902711A-484F-4504-95B2-6E0819F49F83}.Release|x86.Build.0 = Release|Any CPU + {7D9DCB77-7DB2-4590-ACA5-3A923E601E1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7D9DCB77-7DB2-4590-ACA5-3A923E601E1A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7D9DCB77-7DB2-4590-ACA5-3A923E601E1A}.Debug|x64.ActiveCfg = Debug|Any CPU + {7D9DCB77-7DB2-4590-ACA5-3A923E601E1A}.Debug|x64.Build.0 = Debug|Any CPU + {7D9DCB77-7DB2-4590-ACA5-3A923E601E1A}.Debug|x86.ActiveCfg = Debug|Any CPU + {7D9DCB77-7DB2-4590-ACA5-3A923E601E1A}.Debug|x86.Build.0 = Debug|Any CPU + {7D9DCB77-7DB2-4590-ACA5-3A923E601E1A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7D9DCB77-7DB2-4590-ACA5-3A923E601E1A}.Release|Any CPU.Build.0 = Release|Any CPU + {7D9DCB77-7DB2-4590-ACA5-3A923E601E1A}.Release|x64.ActiveCfg = Release|Any CPU + {7D9DCB77-7DB2-4590-ACA5-3A923E601E1A}.Release|x64.Build.0 = Release|Any CPU + {7D9DCB77-7DB2-4590-ACA5-3A923E601E1A}.Release|x86.ActiveCfg = Release|Any CPU + {7D9DCB77-7DB2-4590-ACA5-3A923E601E1A}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {0C028769-5928-44F4-9466-A4A6E7EAEED9} = {C982CD5B-BCEB-48B1-A6EA-B66678146A75} @@ -70,5 +140,6 @@ Global {27AC7F66-2DF3-4AA7-AF35-8745D237CB84} = {C982CD5B-BCEB-48B1-A6EA-B66678146A75} {DD912570-EB80-42CF-AB4C-25B856C168F4} = {C982CD5B-BCEB-48B1-A6EA-B66678146A75} {1BFA675E-5911-45C9-B1B1-72739DFAC99F} = {C982CD5B-BCEB-48B1-A6EA-B66678146A75} + {7D9DCB77-7DB2-4590-ACA5-3A923E601E1A} = {BE434A51-133D-6A10-968B-51EBA36A13CA} EndGlobalSection EndGlobal diff --git a/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 b/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 index 3b89d067c4a8..156379182d3c 100644 --- a/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 +++ b/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/9/2025 +# Generated on: 2025-08-08 # @{ @@ -51,19 +51,19 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.1.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'HealthcareApis.Autorest/bin/Az.HealthcareApis.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -# ScriptsToProcess = @() +ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -# TypesToProcess = @() +TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module -FormatsToProcess = 'HealthcareApis.Autorest\Az.HealthcareApis.format.ps1xml' +FormatsToProcess = 'HealthcareApis.Autorest/Az.HealthcareApis.format.ps1xml' # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess NestedModules = @('HealthcareApis.Autorest/Az.HealthcareApis.psm1') @@ -112,7 +112,8 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','PSModule','HealthcareApis','HealthCare','FhirService' + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'HealthcareApis', + 'HealthCare', 'FhirService' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -137,7 +138,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/HealthcareApis/HealthcareApis/ChangeLog.md b/src/HealthcareApis/HealthcareApis/ChangeLog.md index 1908ec1f7f8d..02a0376a4b25 100644 --- a/src/HealthcareApis/HealthcareApis/ChangeLog.md +++ b/src/HealthcareApis/HealthcareApis/ChangeLog.md @@ -18,6 +18,22 @@ - Additional information about change #1 --> ## Upcoming Release +* The code base is going to be refactored, the following cmdlet adds a BreakingChange announcement: + * `Get-AzHealthcareApisService` + * `New-AzHealthcareApisService` + * `Update-AzHealthcareApisService` + * `Get-AzHealthcareApisWorkspace` + * `New-AzHealthcareApisWorkspace` + * `Update-AzHealthcareApisWorkspace` + * `Get-AzHealthcareDicomService` + * `New-AzHealthcareDicomService` + * `Update-AzHealthcareDicomService` + * `Get-AzHealthcareFhirService` + * `New-AzHealthcareFhirService` + * `Update-AzHealthcareFhirService` + * `New-AzHealthcareIotConnector` + * `Test-AzHealthcareServiceNameAvailability` + * `Update-AzHealthcareIotConnector` ## Version 2.1.0 * Upgraded nuget package to signed package.