Skip to content

Commit 48ef9be

Browse files
Migrate HealthDataAIServices from generation to main (#26759)
* Move HealthDataAIServices to main * Update ChangeLog.md --------- Co-authored-by: Yabo Hu <[email protected]>
1 parent 981a03b commit 48ef9be

27 files changed

+719
-650
lines changed

src/HealthDataAIServices/HealthDataAIServices.Autorest/Az.HealthDataAIServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
GUID = '7154e3c5-87b9-4071-b213-28271141dae3'
2+
GUID = '38e4b21d-b436-4d83-a47b-d94a7d963dc2'
33
RootModule = './Az.HealthDataAIServices.psm1'
44
ModuleVersion = '0.1.0'
55
CompatiblePSEditions = 'Core', 'Desktop'

src/HealthDataAIServices/HealthDataAIServices.Autorest/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ For information on how to develop for `Az.HealthDataAIServices`, see [how-to.md]
2929
```yaml
3030
# pin the swagger version by using the commit id instead of branch name
3131
commit: cde61328a54d392000b36882fec169fce5a983c1
32-
tag: package-2024-02-28-preview
3332
require:
3433
# readme.azure.noprofile.md is the common configuration file
3534
- $(this-folder)/../../readme.azure.noprofile.md

src/HealthDataAIServices/HealthDataAIServices.Autorest/UX/Microsoft.HealthDataAIServices/deidServices.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "deidServices",
3-
"apiVersion": "2024-02-28-preview",
3+
"apiVersion": "2024-09-20",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.healthdataaiservices"
66
},

src/HealthDataAIServices/HealthDataAIServices.Autorest/generate-portal-ux.ps1

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,16 @@ function New-MetadataForParameterSet()
247247
$cmdletName = Get-MappedCmdletFromFunctionName $ParameterSetInfo.Name
248248
$description = (Get-CmdletAttribute -CmdletInfo $ParameterSetInfo -AttributeName "DescriptionAttribute").Description
249249
[object[]]$example = New-ExampleForParameterSet $ParameterSetInfo
250+
if ($Null -eq $example)
251+
{
252+
$example = @()
253+
}
254+
250255
[string[]]$signature = New-ParameterArrayInParameterSet $ParameterSetInfo
256+
if ($Null -eq $signature)
257+
{
258+
$signature = @()
259+
}
251260

252261
return @{
253262
Path = $httpPath

src/HealthDataAIServices/HealthDataAIServices.Autorest/generated/api/HealthDataAiServices.cs

Lines changed: 50 additions & 50 deletions
Large diffs are not rendered by default.

src/HealthDataAIServices/HealthDataAIServices.Autorest/generated/cmdlets/GetAzDeidOperation_List.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Cmdlets
1919
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Models.IOperation))]
2020
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Description(@"List the operations for the provider")]
2121
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Generated]
22-
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.HttpPath(Path = "/providers/Microsoft.HealthDataAIServices/operations", ApiVersion = "2024-02-28-preview")]
22+
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.HttpPath(Path = "/providers/Microsoft.HealthDataAIServices/operations", ApiVersion = "2024-09-20")]
2323
public partial class GetAzDeidOperation_List : global::System.Management.Automation.PSCmdlet,
2424
Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Runtime.IEventListener,
2525
Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Runtime.IContext

src/HealthDataAIServices/HealthDataAIServices.Autorest/generated/cmdlets/GetAzDeidService_Get.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Cmdlets
1818
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Models.IDeidService))]
1919
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Description(@"Get a DeidService")]
2020
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Generated]
21-
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}", ApiVersion = "2024-02-28-preview")]
21+
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}", ApiVersion = "2024-09-20")]
2222
public partial class GetAzDeidService_Get : global::System.Management.Automation.PSCmdlet,
2323
Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Runtime.IEventListener,
2424
Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Runtime.IContext

src/HealthDataAIServices/HealthDataAIServices.Autorest/generated/cmdlets/GetAzDeidService_GetViaIdentity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Cmdlets
1818
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Models.IDeidService))]
1919
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Description(@"Get a DeidService")]
2020
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Generated]
21-
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}", ApiVersion = "2024-02-28-preview")]
21+
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}", ApiVersion = "2024-09-20")]
2222
public partial class GetAzDeidService_GetViaIdentity : global::System.Management.Automation.PSCmdlet,
2323
Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Runtime.IEventListener,
2424
Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Runtime.IContext

src/HealthDataAIServices/HealthDataAIServices.Autorest/generated/cmdlets/GetAzDeidService_List.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Cmdlets
1818
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Models.IDeidService))]
1919
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Description(@"List DeidService resources by subscription ID")]
2020
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Generated]
21-
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.HttpPath(Path = "/subscriptions/{subscriptionId}/providers/Microsoft.HealthDataAIServices/deidServices", ApiVersion = "2024-02-28-preview")]
21+
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.HttpPath(Path = "/subscriptions/{subscriptionId}/providers/Microsoft.HealthDataAIServices/deidServices", ApiVersion = "2024-09-20")]
2222
public partial class GetAzDeidService_List : global::System.Management.Automation.PSCmdlet,
2323
Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Runtime.IEventListener,
2424
Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Runtime.IContext

src/HealthDataAIServices/HealthDataAIServices.Autorest/generated/cmdlets/GetAzDeidService_List1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Cmdlets
1818
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Models.IDeidService))]
1919
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Description(@"List DeidService resources by resource group")]
2020
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Generated]
21-
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices", ApiVersion = "2024-02-28-preview")]
21+
[global::Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.HttpPath(Path = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices", ApiVersion = "2024-09-20")]
2222
public partial class GetAzDeidService_List1 : global::System.Management.Automation.PSCmdlet,
2323
Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Runtime.IEventListener,
2424
Microsoft.Azure.PowerShell.Cmdlets.HealthDataAIServices.Runtime.IContext

0 commit comments

Comments
 (0)