From 060218e66b236639764b29c9b31daba4f00e7d9a Mon Sep 17 00:00:00 2001 From: JoyerJin <116236375+JoyerJin@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:51:01 +0800 Subject: [PATCH 1/3] MachineLearningServices module migration breaking change --- .../Properties/AssemblyInfo.cs | 26 +++ .../README.md | 51 ++++-- .../custom/New-AzMLWorkSpaceConnection.ps1 | 5 + ...ypeWorkspaceConnectionPropertiesObject.ps1 | 5 + ...ypeWorkspaceConnectionPropertiesObject.ps1 | 5 + ...ypeWorkspaceConnectionPropertiesObject.ps1 | 5 + .../custom/New-AzMLWorkspaceAksObject.ps1 | 5 + .../New-AzMLWorkspaceAmlComputeObject.ps1 | 5 + ...uthWorkspaceConnectionPropertiesObject.ps1 | 5 + .../New-AzMLWorkspaceCommandJobObject.ps1 | 5 + ...New-AzMLWorkspaceComputeInstanceObject.ps1 | 5 + ...orkspaceComputeStartStopScheduleObject.ps1 | 158 ++++++++++++++++++ ...eysWorkspaceConnectionPropertiesObject.ps1 | 5 + ...AzMLWorkspaceCustomModelJobInputObject.ps1 | 1 + ...zMLWorkspaceCustomModelJobOutputObject.ps1 | 1 + ...LWorkspaceDataPathAssetReferenceObject.ps1 | 1 + ...ew-AzMLWorkspaceIdAssetReferenceObject.ps1 | 1 + ...New-AzMLWorkspaceLiteralJobInputObject.ps1 | 1 + ...AzMLWorkspaceMLFlowModelJobInputObject.ps1 | 1 + ...zMLWorkspaceMLFlowModelJobOutputObject.ps1 | 1 + ...New-AzMLWorkspaceMLTableJobInputObject.ps1 | 1 + ...ew-AzMLWorkspaceMLTableJobOutputObject.ps1 | 1 + ...ypeWorkspaceConnectionPropertiesObject.ps1 | 5 + ...ypeWorkspaceConnectionPropertiesObject.ps1 | 5 + ...ypeWorkspaceConnectionPropertiesObject.ps1 | 5 + ...ypeWorkspaceConnectionPropertiesObject.ps1 | 5 + ...AzMLWorkspaceTritonModelJobInputObject.ps1 | 1 + ...zMLWorkspaceTritonModelJobOutputObject.ps1 | 1 + ...New-AzMLWorkspaceUriFileJobInputObject.ps1 | 1 + ...ew-AzMLWorkspaceUriFileJobOutputObject.ps1 | 1 + ...w-AzMLWorkspaceUriFolderJobInputObject.ps1 | 1 + ...-AzMLWorkspaceUriFolderJobOutputObject.ps1 | 1 + .../docs/Az.MachineLearningServices.md | 2 +- .../generate-info.json | 2 +- .../resources/README.md | 11 ++ .../MachineLearningServices.sln | 89 +++++++++- .../Az.MachineLearningServices.psd1 | 12 +- .../help/Get-AzMLWorkspaceFeature.md | 2 +- .../help/Get-AzMLWorkspaceKey.md | 4 +- .../help/Get-AzMLWorkspaceOnlineEndpoint.md | 8 +- .../help/New-AzMLWorkspaceCommandJobObject.md | 2 +- .../help/New-AzMLWorkspaceDataVersion.md | 1 + .../New-AzMLWorkspacePipelineJobObject.md | 2 +- 43 files changed, 416 insertions(+), 39 deletions(-) create mode 100644 src/MachineLearningServices/MachineLearningServices.Autorest/Properties/AssemblyInfo.cs create mode 100644 src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceComputeStartStopScheduleObject.ps1 rename src/MachineLearningServices/MachineLearningServices.Autorest/custom/{autogen-model-cmdlets => }/New-AzMLWorkspaceCustomModelJobInputObject.ps1 (95%) rename src/MachineLearningServices/MachineLearningServices.Autorest/custom/{autogen-model-cmdlets => }/New-AzMLWorkspaceCustomModelJobOutputObject.ps1 (95%) rename src/MachineLearningServices/MachineLearningServices.Autorest/custom/{autogen-model-cmdlets => }/New-AzMLWorkspaceLiteralJobInputObject.ps1 (94%) rename src/MachineLearningServices/MachineLearningServices.Autorest/custom/{autogen-model-cmdlets => }/New-AzMLWorkspaceMLFlowModelJobInputObject.ps1 (95%) rename src/MachineLearningServices/MachineLearningServices.Autorest/custom/{autogen-model-cmdlets => }/New-AzMLWorkspaceMLFlowModelJobOutputObject.ps1 (95%) rename src/MachineLearningServices/MachineLearningServices.Autorest/custom/{autogen-model-cmdlets => }/New-AzMLWorkspaceMLTableJobInputObject.ps1 (95%) rename src/MachineLearningServices/MachineLearningServices.Autorest/custom/{autogen-model-cmdlets => }/New-AzMLWorkspaceMLTableJobOutputObject.ps1 (95%) rename src/MachineLearningServices/MachineLearningServices.Autorest/custom/{autogen-model-cmdlets => }/New-AzMLWorkspaceTritonModelJobInputObject.ps1 (95%) rename src/MachineLearningServices/MachineLearningServices.Autorest/custom/{autogen-model-cmdlets => }/New-AzMLWorkspaceTritonModelJobOutputObject.ps1 (95%) rename src/MachineLearningServices/MachineLearningServices.Autorest/custom/{autogen-model-cmdlets => }/New-AzMLWorkspaceUriFileJobInputObject.ps1 (95%) rename src/MachineLearningServices/MachineLearningServices.Autorest/custom/{autogen-model-cmdlets => }/New-AzMLWorkspaceUriFileJobOutputObject.ps1 (95%) rename src/MachineLearningServices/MachineLearningServices.Autorest/custom/{autogen-model-cmdlets => }/New-AzMLWorkspaceUriFolderJobInputObject.ps1 (95%) rename src/MachineLearningServices/MachineLearningServices.Autorest/custom/{autogen-model-cmdlets => }/New-AzMLWorkspaceUriFolderJobOutputObject.ps1 (95%) create mode 100644 src/MachineLearningServices/MachineLearningServices.Autorest/resources/README.md diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/Properties/AssemblyInfo.cs b/src/MachineLearningServices/MachineLearningServices.Autorest/Properties/AssemblyInfo.cs new file mode 100644 index 000000000000..0e81a4b130b9 --- /dev/null +++ b/src/MachineLearningServices/MachineLearningServices.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 - MachineLearningServices")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.2.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.2.0")] +[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] +[assembly: System.CLSCompliantAttribute(false)] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/README.md b/src/MachineLearningServices/MachineLearningServices.Autorest/README.md index 8dc0274f9982..6b1cc5c99db9 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/README.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/README.md @@ -595,19 +595,19 @@ directive: # - SweepJob # cmdlet-name: New-AzMLWorkspaceSweepJobObject # Job input and output - - CustomModelJobInput - - CustomModelJobOutput - - LiteralJobInput - - MLFlowModelJobInput - - MLFlowModelJobOutput - - MLTableJobInput - - MLTableJobOutput - - TritonModelJobInput - - TritonModelJobOutput - - UriFileJobInput - - UriFileJobOutput - - UriFolderJobInput - - UriFolderJobOutput + # - CustomModelJobInput + # - CustomModelJobOutput + # - LiteralJobInput + # - MLFlowModelJobInput + # - MLFlowModelJobOutput + # - MLTableJobInput + # - MLTableJobOutput + # - TritonModelJobInput + # - TritonModelJobOutput + # - UriFileJobInput + # - UriFileJobOutput + # - UriFolderJobInput + # - UriFolderJobOutput - JobService - SharedPrivateLinkResource # - QuotaBaseProperties @@ -630,4 +630,29 @@ directive: # - SasAuthTypeWorkspaceConnectionProperties # - ServicePrincipalAuthTypeWorkspaceConnectionProperties # - UsernamePasswordAuthTypeWorkspaceConnectionProperties + # Breaking change + - where: + verb: Get|New|Update + subject: ^Workspace$|WorkspaceConnection|Job|OnlineDeployment + set: + preview-announcement: + preview-message: "*****************************************************************************************\\r\\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\\r\\n* At least one change applies to this cmdlet. *\\r\\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\\r\\n**************************************************************************************************" + - where: + verb: New|Update + subject: BatchEndpoint|OnlineEndpoint|Compute + set: + preview-announcement: + preview-message: "*****************************************************************************************\\r\\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\\r\\n* EnableSystemAssignedIdentity will replace IdentityType applies to this cmdlet. *\\r\\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\\r\\n**************************************************************************************************" + - where: + verb: Get + subject: Datastore|WorkspaceOutboundNetworkDependencyEndpoint + set: + preview-announcement: + preview-message: "*****************************************************************************************\\r\\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\\r\\n* At least one change applies to this cmdlet. *\\r\\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\\r\\n**************************************************************************************************" + - where: + verb: Invoke + subject: Diagnose + set: + preview-announcement: + preview-message: "*****************************************************************************************\\r\\n* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *\\r\\n* At least one change applies to this cmdlet. *\\r\\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\\r\\n**************************************************************************************************" ``` diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkSpaceConnection.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkSpaceConnection.ps1 index 39b48a240399..6f4dc64ec5a7 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkSpaceConnection.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkSpaceConnection.ps1 @@ -43,6 +43,11 @@ https://learn.microsoft.com/powershell/module/az.machinelearningservices/new-azm function New-AzMLWorkspaceConnection { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2BasicResource])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] +[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("**********************************************************************************************`n +* This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *`n +* At least one change applies to this cmdlet. *`n +* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n +***************************************************************************************************")] param( [Parameter(ParameterSetName= 'CreateExpanded', Mandatory)] [Parameter(ParameterSetName= 'CreateWithProperty', Mandatory)] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAadAuthTypeWorkspaceConnectionPropertiesObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAadAuthTypeWorkspaceConnectionPropertiesObject.ps1 index 404051a46592..1b3d5da7aadf 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAadAuthTypeWorkspaceConnectionPropertiesObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAadAuthTypeWorkspaceConnectionPropertiesObject.ps1 @@ -28,6 +28,11 @@ https://learn.microsoft.com/powershell/module/Az.MachineLearningServices/new-AzM function New-AzMLWorkspaceAadAuthTypeWorkspaceConnectionPropertiesObject { [OutputType('Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AadAuthTypeWorkspaceConnectionProperties')] [CmdletBinding(PositionalBinding=$false)] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("**********************************************************************************************`n + * This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *`n + * At least one change applies to this cmdlet. *`n + * See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n + ***************************************************************************************************")] Param( [Parameter(HelpMessage="Category of the connection.")] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAccessKeyAuthTypeWorkspaceConnectionPropertiesObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAccessKeyAuthTypeWorkspaceConnectionPropertiesObject.ps1 index f86a4dfba962..f8c5cac900e5 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAccessKeyAuthTypeWorkspaceConnectionPropertiesObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAccessKeyAuthTypeWorkspaceConnectionPropertiesObject.ps1 @@ -28,6 +28,11 @@ https://learn.microsoft.com/powershell/module/Az.MachineLearningServices/new-AzM function New-AzMLWorkspaceAccessKeyAuthTypeWorkspaceConnectionPropertiesObject { [OutputType('Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AccessKeyAuthTypeWorkspaceConnectionProperties')] [CmdletBinding(PositionalBinding=$false)] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("**********************************************************************************************`n + * This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *`n + * At least one change applies to this cmdlet. *`n + * See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n + ***************************************************************************************************")] Param( [Parameter()] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAccountKeyAuthTypeWorkspaceConnectionPropertiesObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAccountKeyAuthTypeWorkspaceConnectionPropertiesObject.ps1 index a78dae945a3e..693fd08f1b4b 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAccountKeyAuthTypeWorkspaceConnectionPropertiesObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAccountKeyAuthTypeWorkspaceConnectionPropertiesObject.ps1 @@ -28,6 +28,11 @@ https://learn.microsoft.com/powershell/module/Az.MachineLearningServices/new-AzM function New-AzMLWorkspaceAccountKeyAuthTypeWorkspaceConnectionPropertiesObject { [OutputType('Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AccountKeyAuthTypeWorkspaceConnectionProperties')] [CmdletBinding(PositionalBinding=$false)] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("**********************************************************************************************`n + * This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *`n + * At least one change applies to this cmdlet. *`n + * See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n + ***************************************************************************************************")] Param( [Parameter()] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAksObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAksObject.ps1 index 6c59f991fcd6..364ed005480c 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAksObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAksObject.ps1 @@ -28,6 +28,11 @@ https://learn.microsoft.com/powershell/module/Az.MachineLearningServices/new-AzM function New-AzMLWorkspaceAksObject { [OutputType('Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.Aks')] [CmdletBinding(PositionalBinding=$false)] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("**********************************************************************************************`n + * This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *`n + * At least one change applies to this cmdlet. *`n + * See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n + ***************************************************************************************************")] Param( [Parameter(HelpMessage="The description of the Machine Learning compute.")] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAmlComputeObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAmlComputeObject.ps1 index 6bb3ba141525..38a75d178991 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAmlComputeObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceAmlComputeObject.ps1 @@ -28,6 +28,11 @@ https://learn.microsoft.com/powershell/module/Az.MachineLearningServices/new-AzM function New-AzMLWorkspaceAmlComputeObject { [OutputType('Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AmlCompute')] [CmdletBinding(PositionalBinding=$false)] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("**********************************************************************************************`n + * This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *`n + * At least one change applies to this cmdlet. *`n + * See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n + ***************************************************************************************************")] Param( [Parameter(HelpMessage="The description of the Machine Learning compute.")] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceApiKeyAuthWorkspaceConnectionPropertiesObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceApiKeyAuthWorkspaceConnectionPropertiesObject.ps1 index d7709e48c456..255397c21683 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceApiKeyAuthWorkspaceConnectionPropertiesObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceApiKeyAuthWorkspaceConnectionPropertiesObject.ps1 @@ -28,6 +28,11 @@ https://learn.microsoft.com/powershell/module/Az.MachineLearningServices/new-AzM function New-AzMLWorkspaceApiKeyAuthWorkspaceConnectionPropertiesObject { [OutputType('Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ApiKeyAuthWorkspaceConnectionProperties')] [CmdletBinding(PositionalBinding=$false)] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("**********************************************************************************************`n + * This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *`n + * At least one change applies to this cmdlet. *`n + * See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n + ***************************************************************************************************")] Param( [Parameter()] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceCommandJobObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceCommandJobObject.ps1 index c5511b9617dc..c1125668602f 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceCommandJobObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceCommandJobObject.ps1 @@ -28,6 +28,11 @@ https://learn.microsoft.com/powershell/module/Az.MachineLearningServices/new-AzM function New-AzMLWorkspaceCommandJobObject { [OutputType('Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CommandJob')] [CmdletBinding(PositionalBinding=$false)] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("**********************************************************************************************`n + * This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *`n + * At least one change applies to this cmdlet. *`n + * See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n + ***************************************************************************************************")] Param( [Parameter(HelpMessage="ARM resource ID of the code asset.")] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceComputeInstanceObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceComputeInstanceObject.ps1 index f9623ddbb0cb..aaac1abca672 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceComputeInstanceObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceComputeInstanceObject.ps1 @@ -28,6 +28,11 @@ https://learn.microsoft.com/powershell/module/Az.MachineLearningServices/new-AzM function New-AzMLWorkspaceComputeInstanceObject { [OutputType('Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeInstance')] [CmdletBinding(PositionalBinding=$false)] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("**********************************************************************************************`n + * This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *`n + * At least one change applies to this cmdlet. *`n + * See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n + ***************************************************************************************************")] Param( [Parameter(HelpMessage="The description of the Machine Learning compute.")] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceComputeStartStopScheduleObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceComputeStartStopScheduleObject.ps1 new file mode 100644 index 000000000000..d9533e10a484 --- /dev/null +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceComputeStartStopScheduleObject.ps1 @@ -0,0 +1,158 @@ + +# ---------------------------------------------------------------------------------- +# 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. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Create an in-memory object for ComputeStartStopSchedule. +.Description +Create an in-memory object for ComputeStartStopSchedule. + +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeStartStopSchedule +.Link +https://learn.microsoft.com/powershell/module/Az.MachineLearningServices/new-AzMLWorkspaceComputeStartStopScheduleObject +#> +function New-AzMLWorkspaceComputeStartStopScheduleObject { + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeStartStopSchedule')] + [CmdletBinding(PositionalBinding=$false)] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("**********************************************************************************************`n + * This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *`n + * At least one change applies to this cmdlet. *`n + * See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n + ***************************************************************************************************")] + Param( + + [Parameter(HelpMessage="[Required] The compute power action.")] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputePowerAction])] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputePowerAction] + $Action, + [Parameter(HelpMessage="[Required] Specifies cron expression of schedule. + The expression should follow NCronTab format.")] + [string] + $CronExpression, + [Parameter(HelpMessage="The start time in yyyy-MM-ddTHH:mm:ss format.")] + [string] + $CronStartTime, + [Parameter(HelpMessage="Specifies time zone in which the schedule runs. + TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11.")] + [string] + $CronTimeZone, + [Parameter(HelpMessage="[Required] The frequency to trigger schedule.")] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeRecurrenceFrequency])] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeRecurrenceFrequency] + $RecurrenceFrequency, + [Parameter(HelpMessage="[Required] Specifies schedule interval in conjunction with frequency.")] + [int] + $RecurrenceInterval, + [Parameter(HelpMessage="The start time in yyyy-MM-ddTHH:mm:ss format.")] + [string] + $RecurrenceStartTime, + [Parameter(HelpMessage="Specifies time zone in which the schedule runs. + TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11.")] + [string] + $RecurrenceTimeZone, + [Parameter(HelpMessage="[Required] List of hours for the schedule.")] + [int[]] + $ScheduleHour, + [Parameter(HelpMessage="A system assigned id for the schedule.")] + [string] + $ScheduleId, + [Parameter(HelpMessage="[Required] List of minutes for the schedule.")] + [int[]] + $ScheduleMinute, + [Parameter(HelpMessage="List of month days for the schedule.")] + [int[]] + $ScheduleMonthDay, + [Parameter(HelpMessage="The current deployment state of schedule.")] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleProvisioningState])] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleProvisioningState] + $ScheduleProvisioningStatus, + [Parameter(HelpMessage="Is the schedule enabled or disabled?.")] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus])] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus] + $ScheduleStatus, + [Parameter(HelpMessage="List of days for the schedule.")] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeWeekDay])] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeWeekDay[]] + $ScheduleWeekDay, + [Parameter(HelpMessage="Is the schedule enabled or disabled?.")] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus])] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus] + $Status, + [Parameter(HelpMessage="[Required] The schedule trigger type.")] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeTriggerType])] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeTriggerType] + $TriggerType + ) + + process { + $Object = [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeStartStopSchedule]::New() + + if ($PSBoundParameters.ContainsKey('Action')) { + $Object.Action = $Action + } + if ($PSBoundParameters.ContainsKey('CronExpression')) { + $Object.CronExpression = $CronExpression + } + if ($PSBoundParameters.ContainsKey('CronStartTime')) { + $Object.CronStartTime = $CronStartTime + } + if ($PSBoundParameters.ContainsKey('CronTimeZone')) { + $Object.CronTimeZone = $CronTimeZone + } + if ($PSBoundParameters.ContainsKey('RecurrenceFrequency')) { + $Object.RecurrenceFrequency = $RecurrenceFrequency + } + if ($PSBoundParameters.ContainsKey('RecurrenceInterval')) { + $Object.RecurrenceInterval = $RecurrenceInterval + } + if ($PSBoundParameters.ContainsKey('RecurrenceStartTime')) { + $Object.RecurrenceStartTime = $RecurrenceStartTime + } + if ($PSBoundParameters.ContainsKey('RecurrenceTimeZone')) { + $Object.RecurrenceTimeZone = $RecurrenceTimeZone + } + if ($PSBoundParameters.ContainsKey('ScheduleHour')) { + $Object.ScheduleHour = $ScheduleHour + } + if ($PSBoundParameters.ContainsKey('ScheduleId')) { + $Object.ScheduleId = $ScheduleId + } + if ($PSBoundParameters.ContainsKey('ScheduleMinute')) { + $Object.ScheduleMinute = $ScheduleMinute + } + if ($PSBoundParameters.ContainsKey('ScheduleMonthDay')) { + $Object.ScheduleMonthDay = $ScheduleMonthDay + } + if ($PSBoundParameters.ContainsKey('ScheduleProvisioningStatus')) { + $Object.ScheduleProvisioningStatus = $ScheduleProvisioningStatus + } + if ($PSBoundParameters.ContainsKey('ScheduleStatus')) { + $Object.ScheduleStatus = $ScheduleStatus + } + if ($PSBoundParameters.ContainsKey('ScheduleWeekDay')) { + $Object.ScheduleWeekDay = $ScheduleWeekDay + } + if ($PSBoundParameters.ContainsKey('Status')) { + $Object.Status = $Status + } + if ($PSBoundParameters.ContainsKey('TriggerType')) { + $Object.TriggerType = $TriggerType + } + return $Object + } +} + diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceCustomKeysWorkspaceConnectionPropertiesObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceCustomKeysWorkspaceConnectionPropertiesObject.ps1 index 9daa9edc0378..3189570aa885 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceCustomKeysWorkspaceConnectionPropertiesObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceCustomKeysWorkspaceConnectionPropertiesObject.ps1 @@ -28,6 +28,11 @@ https://learn.microsoft.com/powershell/module/Az.MachineLearningServices/new-AzM function New-AzMLWorkspaceCustomKeysWorkspaceConnectionPropertiesObject { [OutputType('Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CustomKeysWorkspaceConnectionProperties')] [CmdletBinding(PositionalBinding=$false)] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("**********************************************************************************************`n + * This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *`n + * At least one change applies to this cmdlet. *`n + * See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n + ***************************************************************************************************")] Param( [Parameter(HelpMessage="Dictionary of .")] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceCustomModelJobInputObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceCustomModelJobInputObject.ps1 similarity index 95% rename from src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceCustomModelJobInputObject.ps1 rename to src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceCustomModelJobInputObject.ps1 index fa3079bfa73a..631a5fb2f131 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceCustomModelJobInputObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceCustomModelJobInputObject.ps1 @@ -40,6 +40,7 @@ function New-AzMLWorkspaceCustomModelJobInputObject { [Parameter(HelpMessage="Description for the input.")] [string] $Description, + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ParameterBreakingChangeAttribute("Type", "16.0.0", "1.3.0", "2026/05")] [Parameter(Mandatory, HelpMessage="[Required] Specifies the type of job.")] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType])] [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceCustomModelJobOutputObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceCustomModelJobOutputObject.ps1 similarity index 95% rename from src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceCustomModelJobOutputObject.ps1 rename to src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceCustomModelJobOutputObject.ps1 index 3891721a08e9..4a4e3c56e0c2 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceCustomModelJobOutputObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceCustomModelJobOutputObject.ps1 @@ -40,6 +40,7 @@ function New-AzMLWorkspaceCustomModelJobOutputObject { [Parameter(HelpMessage="Description for the output.")] [string] $Description, + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ParameterBreakingChangeAttribute("Type", "16.0.0", "1.3.0", "2026/05")] [Parameter(Mandatory, HelpMessage="[Required] Specifies the type of job.")] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType])] [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceDataPathAssetReferenceObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceDataPathAssetReferenceObject.ps1 index 6691106f4eed..e415988018f5 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceDataPathAssetReferenceObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceDataPathAssetReferenceObject.ps1 @@ -36,6 +36,7 @@ function New-AzMLWorkspaceDataPathAssetReferenceObject { [Parameter(HelpMessage="The path of the file/directory in the datastore.")] [string] $Path, + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ParameterBreakingChangeAttribute("ReferenceType", "16.0.0", "1.3.0", "2026/05")] [Parameter(Mandatory, HelpMessage="[Required] Specifies the type of asset reference.")] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType])] [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceIdAssetReferenceObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceIdAssetReferenceObject.ps1 index 78be4e5828b8..db47955a716f 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceIdAssetReferenceObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceIdAssetReferenceObject.ps1 @@ -33,6 +33,7 @@ function New-AzMLWorkspaceIdAssetReferenceObject { [Parameter(Mandatory, HelpMessage="[Required] ARM resource ID of the asset.")] [string] $AssetId, + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ParameterBreakingChangeAttribute("ReferenceType", "16.0.0", "1.3.0", "2026/05")] [Parameter(Mandatory, HelpMessage="[Required] Specifies the type of asset reference.")] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType])] [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ReferenceType] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceLiteralJobInputObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceLiteralJobInputObject.ps1 similarity index 94% rename from src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceLiteralJobInputObject.ps1 rename to src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceLiteralJobInputObject.ps1 index 58cf2a055ea9..cea006fd7619 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceLiteralJobInputObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceLiteralJobInputObject.ps1 @@ -36,6 +36,7 @@ function New-AzMLWorkspaceLiteralJobInputObject { [Parameter(HelpMessage="Description for the input.")] [string] $Description, + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ParameterBreakingChangeAttribute("Type", "16.0.0", "1.3.0", "2026/05")] [Parameter(Mandatory, HelpMessage="[Required] Specifies the type of job.")] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType])] [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceMLFlowModelJobInputObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceMLFlowModelJobInputObject.ps1 similarity index 95% rename from src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceMLFlowModelJobInputObject.ps1 rename to src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceMLFlowModelJobInputObject.ps1 index 6b21d041efaa..839e78a07c9a 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceMLFlowModelJobInputObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceMLFlowModelJobInputObject.ps1 @@ -40,6 +40,7 @@ function New-AzMLWorkspaceMLFlowModelJobInputObject { [Parameter(HelpMessage="Description for the input.")] [string] $Description, + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ParameterBreakingChangeAttribute("Type", "16.0.0", "1.3.0", "2026/05")] [Parameter(Mandatory, HelpMessage="[Required] Specifies the type of job.")] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType])] [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceMLFlowModelJobOutputObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceMLFlowModelJobOutputObject.ps1 similarity index 95% rename from src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceMLFlowModelJobOutputObject.ps1 rename to src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceMLFlowModelJobOutputObject.ps1 index 53bdd984fe06..7686a4cd038e 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceMLFlowModelJobOutputObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceMLFlowModelJobOutputObject.ps1 @@ -40,6 +40,7 @@ function New-AzMLWorkspaceMLFlowModelJobOutputObject { [Parameter(HelpMessage="Description for the output.")] [string] $Description, + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ParameterBreakingChangeAttribute("Type", "16.0.0", "1.3.0", "2026/05")] [Parameter(Mandatory, HelpMessage="[Required] Specifies the type of job.")] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType])] [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceMLTableJobInputObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceMLTableJobInputObject.ps1 similarity index 95% rename from src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceMLTableJobInputObject.ps1 rename to src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceMLTableJobInputObject.ps1 index e9d3108337f4..a56058c64d1a 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceMLTableJobInputObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceMLTableJobInputObject.ps1 @@ -40,6 +40,7 @@ function New-AzMLWorkspaceMLTableJobInputObject { [Parameter(HelpMessage="Description for the input.")] [string] $Description, + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ParameterBreakingChangeAttribute("Type", "16.0.0", "1.3.0", "2026/05")] [Parameter(Mandatory, HelpMessage="[Required] Specifies the type of job.")] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType])] [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceMLTableJobOutputObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceMLTableJobOutputObject.ps1 similarity index 95% rename from src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceMLTableJobOutputObject.ps1 rename to src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceMLTableJobOutputObject.ps1 index e9114cfae486..771920c7971b 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceMLTableJobOutputObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceMLTableJobOutputObject.ps1 @@ -40,6 +40,7 @@ function New-AzMLWorkspaceMLTableJobOutputObject { [Parameter(HelpMessage="Description for the output.")] [string] $Description, + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ParameterBreakingChangeAttribute("Type", "16.0.0", "1.3.0", "2026/05")] [Parameter(Mandatory, HelpMessage="[Required] Specifies the type of job.")] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType])] [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceManagedIdentityAuthTypeWorkspaceConnectionPropertiesObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceManagedIdentityAuthTypeWorkspaceConnectionPropertiesObject.ps1 index 71fc05c78283..c2d25a060d57 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceManagedIdentityAuthTypeWorkspaceConnectionPropertiesObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceManagedIdentityAuthTypeWorkspaceConnectionPropertiesObject.ps1 @@ -28,6 +28,11 @@ https://learn.microsoft.com/powershell/module/Az.MachineLearningServices/new-AzM function New-AzMLWorkspaceManagedIdentityAuthTypeWorkspaceConnectionPropertiesObject { [OutputType('Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ManagedIdentityAuthTypeWorkspaceConnectionProperties')] [CmdletBinding(PositionalBinding=$false)] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("**********************************************************************************************`n + * This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *`n + * At least one change applies to this cmdlet. *`n + * See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n + ***************************************************************************************************")] Param( [Parameter()] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceNoneAuthTypeWorkspaceConnectionPropertiesObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceNoneAuthTypeWorkspaceConnectionPropertiesObject.ps1 index 176fd428b96b..42d53c8be78b 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceNoneAuthTypeWorkspaceConnectionPropertiesObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceNoneAuthTypeWorkspaceConnectionPropertiesObject.ps1 @@ -28,6 +28,11 @@ https://learn.microsoft.com/powershell/module/Az.MachineLearningServices/new-AzM function New-AzMLWorkspaceNoneAuthTypeWorkspaceConnectionPropertiesObject { [OutputType('Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.NoneAuthTypeWorkspaceConnectionProperties')] [CmdletBinding(PositionalBinding=$false)] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("**********************************************************************************************`n + * This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *`n + * At least one change applies to this cmdlet. *`n + * See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n + ***************************************************************************************************")] Param( [Parameter(HelpMessage="Category of the connection.")] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceOAuth2AuthTypeWorkspaceConnectionPropertiesObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceOAuth2AuthTypeWorkspaceConnectionPropertiesObject.ps1 index 13b9646ad019..42dbf2ce75b7 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceOAuth2AuthTypeWorkspaceConnectionPropertiesObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceOAuth2AuthTypeWorkspaceConnectionPropertiesObject.ps1 @@ -28,6 +28,11 @@ https://learn.microsoft.com/powershell/module/Az.MachineLearningServices/new-AzM function New-AzMLWorkspaceOAuth2AuthTypeWorkspaceConnectionPropertiesObject { [OutputType('Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OAuth2AuthTypeWorkspaceConnectionProperties')] [CmdletBinding(PositionalBinding=$false)] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("**********************************************************************************************`n + * This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *`n + * At least one change applies to this cmdlet. *`n + * See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n + ***************************************************************************************************")] Param( [Parameter(HelpMessage="Required by Concur connection category.")] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspacePatAuthTypeWorkspaceConnectionPropertiesObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspacePatAuthTypeWorkspaceConnectionPropertiesObject.ps1 index a7c1fb4d825b..ffa4ad864f9f 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspacePatAuthTypeWorkspaceConnectionPropertiesObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspacePatAuthTypeWorkspaceConnectionPropertiesObject.ps1 @@ -28,6 +28,11 @@ https://learn.microsoft.com/powershell/module/Az.MachineLearningServices/new-AzM function New-AzMLWorkspacePatAuthTypeWorkspaceConnectionPropertiesObject { [OutputType('Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PatAuthTypeWorkspaceConnectionProperties')] [CmdletBinding(PositionalBinding=$false)] + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.PreviewMessage("**********************************************************************************************`n + * This cmdlet will undergo a breaking change in Az v16.0.0, to be released in May 2026. *`n + * At least one change applies to this cmdlet. *`n + * See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *`n + ***************************************************************************************************")] Param( [Parameter()] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceTritonModelJobInputObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceTritonModelJobInputObject.ps1 similarity index 95% rename from src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceTritonModelJobInputObject.ps1 rename to src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceTritonModelJobInputObject.ps1 index 0fed204b6e40..6f63316a65b9 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceTritonModelJobInputObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceTritonModelJobInputObject.ps1 @@ -40,6 +40,7 @@ function New-AzMLWorkspaceTritonModelJobInputObject { [Parameter(HelpMessage="Description for the input.")] [string] $Description, + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ParameterBreakingChangeAttribute("Type", "16.0.0", "1.3.0", "2026/05")] [Parameter(Mandatory, HelpMessage="[Required] Specifies the type of job.")] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType])] [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceTritonModelJobOutputObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceTritonModelJobOutputObject.ps1 similarity index 95% rename from src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceTritonModelJobOutputObject.ps1 rename to src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceTritonModelJobOutputObject.ps1 index 6d73b1baa6cf..f0358c418aa2 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceTritonModelJobOutputObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceTritonModelJobOutputObject.ps1 @@ -40,6 +40,7 @@ function New-AzMLWorkspaceTritonModelJobOutputObject { [Parameter(HelpMessage="Description for the output.")] [string] $Description, + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ParameterBreakingChangeAttribute("Type", "16.0.0", "1.3.0", "2026/05")] [Parameter(Mandatory, HelpMessage="[Required] Specifies the type of job.")] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType])] [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceUriFileJobInputObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceUriFileJobInputObject.ps1 similarity index 95% rename from src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceUriFileJobInputObject.ps1 rename to src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceUriFileJobInputObject.ps1 index ca78de484d1b..25d7d762d0cc 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceUriFileJobInputObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceUriFileJobInputObject.ps1 @@ -40,6 +40,7 @@ function New-AzMLWorkspaceUriFileJobInputObject { [Parameter(HelpMessage="Description for the input.")] [string] $Description, + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ParameterBreakingChangeAttribute("Type", "16.0.0", "1.3.0", "2026/05")] [Parameter(Mandatory, HelpMessage="[Required] Specifies the type of job.")] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType])] [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceUriFileJobOutputObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceUriFileJobOutputObject.ps1 similarity index 95% rename from src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceUriFileJobOutputObject.ps1 rename to src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceUriFileJobOutputObject.ps1 index f6c5acaa8ce2..a462163db26c 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceUriFileJobOutputObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceUriFileJobOutputObject.ps1 @@ -40,6 +40,7 @@ function New-AzMLWorkspaceUriFileJobOutputObject { [Parameter(HelpMessage="Description for the output.")] [string] $Description, + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ParameterBreakingChangeAttribute("Type", "16.0.0", "1.3.0", "2026/05")] [Parameter(Mandatory, HelpMessage="[Required] Specifies the type of job.")] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType])] [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceUriFolderJobInputObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceUriFolderJobInputObject.ps1 similarity index 95% rename from src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceUriFolderJobInputObject.ps1 rename to src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceUriFolderJobInputObject.ps1 index b8f9aab447d2..1f150ce07c9a 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceUriFolderJobInputObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceUriFolderJobInputObject.ps1 @@ -40,6 +40,7 @@ function New-AzMLWorkspaceUriFolderJobInputObject { [Parameter(HelpMessage="Description for the input.")] [string] $Description, + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ParameterBreakingChangeAttribute("Type", "16.0.0", "1.3.0", "2026/05")] [Parameter(Mandatory, HelpMessage="[Required] Specifies the type of job.")] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType])] [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceUriFolderJobOutputObject.ps1 b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceUriFolderJobOutputObject.ps1 similarity index 95% rename from src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceUriFolderJobOutputObject.ps1 rename to src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceUriFolderJobOutputObject.ps1 index 23640f95512c..de7754f6c6bb 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/custom/autogen-model-cmdlets/New-AzMLWorkspaceUriFolderJobOutputObject.ps1 +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/custom/New-AzMLWorkspaceUriFolderJobOutputObject.ps1 @@ -40,6 +40,7 @@ function New-AzMLWorkspaceUriFolderJobOutputObject { [Parameter(HelpMessage="Description for the output.")] [string] $Description, + [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ParameterBreakingChangeAttribute("Type", "16.0.0", "1.3.0", "2026/05")] [Parameter(Mandatory, HelpMessage="[Required] Specifies the type of job.")] [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType])] [Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType] diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Az.MachineLearningServices.md b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Az.MachineLearningServices.md index b5702c4960c9..2bae9e4d5133 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Az.MachineLearningServices.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Az.MachineLearningServices.md @@ -1,6 +1,6 @@ --- Module Name: Az.MachineLearningServices -Module Guid: 56293047-9014-4c88-96b7-98b69c3b687d +Module Guid: 91146327-ce91-4cc4-a627-51da352cdda9 Download Help Link: https://learn.microsoft.com/powershell/module/az.machinelearningservices Help Version: 1.0.0.0 Locale: en-US diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/generate-info.json b/src/MachineLearningServices/MachineLearningServices.Autorest/generate-info.json index 6328b4f378b0..68e8a95d557a 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/generate-info.json +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "50896b07-084c-4a0f-b669-4e2bc78fd2b0" + "generate_Id": "97fb3d07-8cc6-4f82-b944-28f9e070e35c" } diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/resources/README.md b/src/MachineLearningServices/MachineLearningServices.Autorest/resources/README.md new file mode 100644 index 000000000000..937f07f8fec2 --- /dev/null +++ b/src/MachineLearningServices/MachineLearningServices.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/MachineLearningServices/MachineLearningServices.sln b/src/MachineLearningServices/MachineLearningServices.sln index b19a8021a5af..ba0a26e039c6 100644 --- a/src/MachineLearningServices/MachineLearningServices.sln +++ b/src/MachineLearningServices/MachineLearningServices.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}") = "MachineLearningServices", "MachineLearningServices\MachineLearningServices.csproj", "{B576D2E6-51A6-467D-9510-BDD902225C16}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MachineLearningServices", "..\..\generated\MachineLearningServices\MachineLearningServices.Autorest\Az.MachineLearningServices.csproj", "{806DEC18-BF60-4D68-B76E-27257FC5F4FD}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MachineLearningServices.Autorest", "MachineLearningServices.Autorest", "{7905B5E3-751F-AF2D-8A05-ECE9F7E7779F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MachineLearningServices", "..\..\generated\MachineLearningServices\MachineLearningServices.Autorest\Az.MachineLearningServices.csproj", "{0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}" 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 {13B4E3C1-4F7E-4FC9-970E-63D678BE3E0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {13B4E3C1-4F7E-4FC9-970E-63D678BE3E0B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {13B4E3C1-4F7E-4FC9-970E-63D678BE3E0B}.Debug|x64.ActiveCfg = Debug|Any CPU + {13B4E3C1-4F7E-4FC9-970E-63D678BE3E0B}.Debug|x64.Build.0 = Debug|Any CPU + {13B4E3C1-4F7E-4FC9-970E-63D678BE3E0B}.Debug|x86.ActiveCfg = Debug|Any CPU + {13B4E3C1-4F7E-4FC9-970E-63D678BE3E0B}.Debug|x86.Build.0 = Debug|Any CPU {13B4E3C1-4F7E-4FC9-970E-63D678BE3E0B}.Release|Any CPU.ActiveCfg = Release|Any CPU {13B4E3C1-4F7E-4FC9-970E-63D678BE3E0B}.Release|Any CPU.Build.0 = Release|Any CPU + {13B4E3C1-4F7E-4FC9-970E-63D678BE3E0B}.Release|x64.ActiveCfg = Release|Any CPU + {13B4E3C1-4F7E-4FC9-970E-63D678BE3E0B}.Release|x64.Build.0 = Release|Any CPU + {13B4E3C1-4F7E-4FC9-970E-63D678BE3E0B}.Release|x86.ActiveCfg = Release|Any CPU + {13B4E3C1-4F7E-4FC9-970E-63D678BE3E0B}.Release|x86.Build.0 = Release|Any CPU {8CA29B10-6271-4FF6-A562-4D9FA50B2493}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {8CA29B10-6271-4FF6-A562-4D9FA50B2493}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8CA29B10-6271-4FF6-A562-4D9FA50B2493}.Debug|x64.ActiveCfg = Debug|Any CPU + {8CA29B10-6271-4FF6-A562-4D9FA50B2493}.Debug|x64.Build.0 = Debug|Any CPU + {8CA29B10-6271-4FF6-A562-4D9FA50B2493}.Debug|x86.ActiveCfg = Debug|Any CPU + {8CA29B10-6271-4FF6-A562-4D9FA50B2493}.Debug|x86.Build.0 = Debug|Any CPU {8CA29B10-6271-4FF6-A562-4D9FA50B2493}.Release|Any CPU.ActiveCfg = Release|Any CPU {8CA29B10-6271-4FF6-A562-4D9FA50B2493}.Release|Any CPU.Build.0 = Release|Any CPU + {8CA29B10-6271-4FF6-A562-4D9FA50B2493}.Release|x64.ActiveCfg = Release|Any CPU + {8CA29B10-6271-4FF6-A562-4D9FA50B2493}.Release|x64.Build.0 = Release|Any CPU + {8CA29B10-6271-4FF6-A562-4D9FA50B2493}.Release|x86.ActiveCfg = Release|Any CPU + {8CA29B10-6271-4FF6-A562-4D9FA50B2493}.Release|x86.Build.0 = Release|Any CPU {29947B23-9978-4CA3-9155-2B08E4FF522C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {29947B23-9978-4CA3-9155-2B08E4FF522C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {29947B23-9978-4CA3-9155-2B08E4FF522C}.Debug|x64.ActiveCfg = Debug|Any CPU + {29947B23-9978-4CA3-9155-2B08E4FF522C}.Debug|x64.Build.0 = Debug|Any CPU + {29947B23-9978-4CA3-9155-2B08E4FF522C}.Debug|x86.ActiveCfg = Debug|Any CPU + {29947B23-9978-4CA3-9155-2B08E4FF522C}.Debug|x86.Build.0 = Debug|Any CPU {29947B23-9978-4CA3-9155-2B08E4FF522C}.Release|Any CPU.ActiveCfg = Release|Any CPU {29947B23-9978-4CA3-9155-2B08E4FF522C}.Release|Any CPU.Build.0 = Release|Any CPU + {29947B23-9978-4CA3-9155-2B08E4FF522C}.Release|x64.ActiveCfg = Release|Any CPU + {29947B23-9978-4CA3-9155-2B08E4FF522C}.Release|x64.Build.0 = Release|Any CPU + {29947B23-9978-4CA3-9155-2B08E4FF522C}.Release|x86.ActiveCfg = Release|Any CPU + {29947B23-9978-4CA3-9155-2B08E4FF522C}.Release|x86.Build.0 = Release|Any CPU {8CAEBF07-0340-46DD-A557-ADC198F2DD08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {8CAEBF07-0340-46DD-A557-ADC198F2DD08}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8CAEBF07-0340-46DD-A557-ADC198F2DD08}.Debug|x64.ActiveCfg = Debug|Any CPU + {8CAEBF07-0340-46DD-A557-ADC198F2DD08}.Debug|x64.Build.0 = Debug|Any CPU + {8CAEBF07-0340-46DD-A557-ADC198F2DD08}.Debug|x86.ActiveCfg = Debug|Any CPU + {8CAEBF07-0340-46DD-A557-ADC198F2DD08}.Debug|x86.Build.0 = Debug|Any CPU {8CAEBF07-0340-46DD-A557-ADC198F2DD08}.Release|Any CPU.ActiveCfg = Release|Any CPU {8CAEBF07-0340-46DD-A557-ADC198F2DD08}.Release|Any CPU.Build.0 = Release|Any CPU + {8CAEBF07-0340-46DD-A557-ADC198F2DD08}.Release|x64.ActiveCfg = Release|Any CPU + {8CAEBF07-0340-46DD-A557-ADC198F2DD08}.Release|x64.Build.0 = Release|Any CPU + {8CAEBF07-0340-46DD-A557-ADC198F2DD08}.Release|x86.ActiveCfg = Release|Any CPU + {8CAEBF07-0340-46DD-A557-ADC198F2DD08}.Release|x86.Build.0 = Release|Any CPU {D9CE8567-35B0-4D32-8840-07587AF9328F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D9CE8567-35B0-4D32-8840-07587AF9328F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D9CE8567-35B0-4D32-8840-07587AF9328F}.Debug|x64.ActiveCfg = Debug|Any CPU + {D9CE8567-35B0-4D32-8840-07587AF9328F}.Debug|x64.Build.0 = Debug|Any CPU + {D9CE8567-35B0-4D32-8840-07587AF9328F}.Debug|x86.ActiveCfg = Debug|Any CPU + {D9CE8567-35B0-4D32-8840-07587AF9328F}.Debug|x86.Build.0 = Debug|Any CPU {D9CE8567-35B0-4D32-8840-07587AF9328F}.Release|Any CPU.ActiveCfg = Release|Any CPU {D9CE8567-35B0-4D32-8840-07587AF9328F}.Release|Any CPU.Build.0 = Release|Any CPU + {D9CE8567-35B0-4D32-8840-07587AF9328F}.Release|x64.ActiveCfg = Release|Any CPU + {D9CE8567-35B0-4D32-8840-07587AF9328F}.Release|x64.Build.0 = Release|Any CPU + {D9CE8567-35B0-4D32-8840-07587AF9328F}.Release|x86.ActiveCfg = Release|Any CPU + {D9CE8567-35B0-4D32-8840-07587AF9328F}.Release|x86.Build.0 = Release|Any CPU {7358EA50-4EC5-4A99-8671-E51534404757}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {7358EA50-4EC5-4A99-8671-E51534404757}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7358EA50-4EC5-4A99-8671-E51534404757}.Debug|x64.ActiveCfg = Debug|Any CPU + {7358EA50-4EC5-4A99-8671-E51534404757}.Debug|x64.Build.0 = Debug|Any CPU + {7358EA50-4EC5-4A99-8671-E51534404757}.Debug|x86.ActiveCfg = Debug|Any CPU + {7358EA50-4EC5-4A99-8671-E51534404757}.Debug|x86.Build.0 = Debug|Any CPU {7358EA50-4EC5-4A99-8671-E51534404757}.Release|Any CPU.ActiveCfg = Release|Any CPU {7358EA50-4EC5-4A99-8671-E51534404757}.Release|Any CPU.Build.0 = Release|Any CPU + {7358EA50-4EC5-4A99-8671-E51534404757}.Release|x64.ActiveCfg = Release|Any CPU + {7358EA50-4EC5-4A99-8671-E51534404757}.Release|x64.Build.0 = Release|Any CPU + {7358EA50-4EC5-4A99-8671-E51534404757}.Release|x86.ActiveCfg = Release|Any CPU + {7358EA50-4EC5-4A99-8671-E51534404757}.Release|x86.Build.0 = Release|Any CPU {B576D2E6-51A6-467D-9510-BDD902225C16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B576D2E6-51A6-467D-9510-BDD902225C16}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B576D2E6-51A6-467D-9510-BDD902225C16}.Debug|x64.ActiveCfg = Debug|Any CPU + {B576D2E6-51A6-467D-9510-BDD902225C16}.Debug|x64.Build.0 = Debug|Any CPU + {B576D2E6-51A6-467D-9510-BDD902225C16}.Debug|x86.ActiveCfg = Debug|Any CPU + {B576D2E6-51A6-467D-9510-BDD902225C16}.Debug|x86.Build.0 = Debug|Any CPU {B576D2E6-51A6-467D-9510-BDD902225C16}.Release|Any CPU.ActiveCfg = Release|Any CPU {B576D2E6-51A6-467D-9510-BDD902225C16}.Release|Any CPU.Build.0 = Release|Any CPU - {806DEC18-BF60-4D68-B76E-27257FC5F4FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {806DEC18-BF60-4D68-B76E-27257FC5F4FD}.Debug|Any CPU.Build.0 = Debug|Any CPU - {806DEC18-BF60-4D68-B76E-27257FC5F4FD}.Release|Any CPU.ActiveCfg = Release|Any CPU - {806DEC18-BF60-4D68-B76E-27257FC5F4FD}.Release|Any CPU.Build.0 = Release|Any CPU + {B576D2E6-51A6-467D-9510-BDD902225C16}.Release|x64.ActiveCfg = Release|Any CPU + {B576D2E6-51A6-467D-9510-BDD902225C16}.Release|x64.Build.0 = Release|Any CPU + {B576D2E6-51A6-467D-9510-BDD902225C16}.Release|x86.ActiveCfg = Release|Any CPU + {B576D2E6-51A6-467D-9510-BDD902225C16}.Release|x86.Build.0 = Release|Any CPU + {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Debug|x64.ActiveCfg = Debug|Any CPU + {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Debug|x64.Build.0 = Debug|Any CPU + {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Debug|x86.ActiveCfg = Debug|Any CPU + {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Debug|x86.Build.0 = Debug|Any CPU + {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Release|Any CPU.Build.0 = Release|Any CPU + {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Release|x64.ActiveCfg = Release|Any CPU + {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Release|x64.Build.0 = Release|Any CPU + {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Release|x86.ActiveCfg = Release|Any CPU + {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {13B4E3C1-4F7E-4FC9-970E-63D678BE3E0B} = {02156365-3A13-40A2-9D1D-9B9CB6D4887F} @@ -70,5 +140,6 @@ Global {8CAEBF07-0340-46DD-A557-ADC198F2DD08} = {02156365-3A13-40A2-9D1D-9B9CB6D4887F} {D9CE8567-35B0-4D32-8840-07587AF9328F} = {02156365-3A13-40A2-9D1D-9B9CB6D4887F} {7358EA50-4EC5-4A99-8671-E51534404757} = {02156365-3A13-40A2-9D1D-9B9CB6D4887F} + {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74} = {7905B5E3-751F-AF2D-8A05-ECE9F7E7779F} EndGlobalSection EndGlobal diff --git a/src/MachineLearningServices/MachineLearningServices/Az.MachineLearningServices.psd1 b/src/MachineLearningServices/MachineLearningServices/Az.MachineLearningServices.psd1 index f85accc544af..639760bb9e43 100644 --- a/src/MachineLearningServices/MachineLearningServices/Az.MachineLearningServices.psd1 +++ b/src/MachineLearningServices/MachineLearningServices/Az.MachineLearningServices.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/9/2025 +# Generated on: 11/10/2025 # @{ @@ -51,17 +51,17 @@ 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.3.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'MachineLearningServices.Autorest/bin/Az.MachineLearningServices.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 = @@ -208,7 +208,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','PSModule','MachineLearningServices' + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'MachineLearningServices' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -233,7 +233,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceFeature.md b/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceFeature.md index cc4bcea6f073..b7f1711379bc 100644 --- a/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceFeature.md +++ b/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceFeature.md @@ -30,7 +30,7 @@ Get-AzMLWorkspaceFeature -ResourceGroupName ml-rg-test -Name mlworkspace-portal ```output Description DisplayName ----------- ----------- -Raw feature explanation for AutoML models Model Explainability +Raw feature explanation for AutoML models Model Explanability Create, edit or delete AutoML experiments in the SDK Create edit experiments SDK Create, edit or delete HyperDrive experiments in the SDK Create edit hyperdrive SDK Select or upload a dataset to train on from datasets in the SDK Dataset integration from SDK diff --git a/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceKey.md b/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceKey.md index e2f5e99d47f8..465381657448 100644 --- a/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceKey.md +++ b/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceKey.md @@ -24,7 +24,7 @@ This includes keys for the storage account, app insights and password for contai ## EXAMPLES -### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry +### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container regist ```powershell Get-AzMLWorkspaceKey -ResourceGroupName ml-rg-test -Name mlworkspace-cli01 ``` @@ -35,7 +35,7 @@ AppInsightsInstrumentationKey UserStorageKey xxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ``` -Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry +Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container regist ## PARAMETERS diff --git a/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceOnlineEndpoint.md b/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceOnlineEndpoint.md index 3946b8a06940..9252a5e82130 100644 --- a/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceOnlineEndpoint.md +++ b/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceOnlineEndpoint.md @@ -37,7 +37,7 @@ Get Online Endpoint. ## EXAMPLES -### Example 1: Lists all online endpoints under a workspace +### Example 1: Lists all online enpoints under a workspace ```powershell Get-AzMLWorkspaceOnlineEndpoint -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01 ``` @@ -50,9 +50,9 @@ eastus online-cli01 5/19/2022 2:47:34 AM UserName (Example) eastus online-pwsh01 5/18/2022 9:44:06 AM UserName (Example) 5/18/2022 9:44:48 AM Managed ml-rg-test ``` -Lists all online endpoints under a workspace +Lists all online enpoints under a workspace -### Example 2: Get a online endpoint by name +### Example 2: Get a online enpoint by name ```powershell Get-AzMLWorkspaceOnlineEndpoint -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01 -Name online-cli01 ``` @@ -63,7 +63,7 @@ Location Name SystemDataCreatedAt SystemDataCreatedBy S eastus online-cli01 5/19/2022 2:47:34 AM UserName (Example) 5/19/2022 2:48:26 AM Managed ml-rg-test ``` -Get a online endpoint by name +Get a online enpoint by name ## PARAMETERS diff --git a/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspaceCommandJobObject.md b/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspaceCommandJobObject.md index aca49bded4f4..a15817fcf035 100644 --- a/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspaceCommandJobObject.md +++ b/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspaceCommandJobObject.md @@ -31,7 +31,7 @@ Create an in-memory object for CommandJob. ### Example 1: Create an in-memory object for CommandJob ```powershell -# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject +# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject # New-AzMLWorkspaceCustomModelJobInputObject # New-AzMLWorkspaceCustomModelJobOutputObject diff --git a/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspaceDataVersion.md b/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspaceDataVersion.md index f6bf72a98677..dfd1efe05bc6 100644 --- a/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspaceDataVersion.md +++ b/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspaceDataVersion.md @@ -56,6 +56,7 @@ Accept wildcard characters: False ### -DataUri [Required] Uri of the data. +Example: https://go.microsoft.com/fwlink/linkid=2202330 ```yaml Type: System.String diff --git a/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspacePipelineJobObject.md b/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspacePipelineJobObject.md index 473b9861d2a7..2ddb10487929 100644 --- a/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspacePipelineJobObject.md +++ b/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspacePipelineJobObject.md @@ -28,7 +28,7 @@ Create an in-memory object for PipelineJob. ### Example 1: Create an in-memory object for PipelineJob ```powershell -# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject +# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject # New-AzMLWorkspaceCustomModelJobInputObject # New-AzMLWorkspaceCustomModelJobOutputObject From 3a58d27129edd47468366c885eba59fecb41abe6 Mon Sep 17 00:00:00 2001 From: JoyerJin <116236375+JoyerJin@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:21:31 +0800 Subject: [PATCH 2/3] Help files changes from example --- .../Properties/AssemblyInfo.cs | 1 + .../docs/Get-AzMLWorkspaceFeature.md | 2 +- .../docs/Get-AzMLWorkspaceKey.md | 2 +- .../docs/Get-AzMLWorkspaceOnlineEndpoint.md | 8 +++--- .../docs/New-AzMLWorkspaceCommandJobObject.md | 2 +- .../New-AzMLWorkspacePipelineJobObject.md | 2 +- .../examples/Get-AzMLWorkspaceFeature.md | 2 +- .../examples/Get-AzMLWorkspaceKey.md | 2 +- .../Get-AzMLWorkspaceOnlineEndpoint.md | 8 +++--- .../New-AzMLWorkspaceCommandJobObject.md | 2 +- .../New-AzMLWorkspacePipelineJobObject.md | 2 +- .../generate-info.json | 2 +- .../MachineLearningServices.sln | 28 +++++++++---------- .../help/Get-AzMLWorkspaceFeature.md | 2 +- .../help/Get-AzMLWorkspaceKey.md | 2 +- .../help/Get-AzMLWorkspaceOnlineEndpoint.md | 8 +++--- .../help/New-AzMLWorkspaceCommandJobObject.md | 2 +- .../New-AzMLWorkspacePipelineJobObject.md | 2 +- 18 files changed, 40 insertions(+), 39 deletions(-) diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/Properties/AssemblyInfo.cs b/src/MachineLearningServices/MachineLearningServices.Autorest/Properties/AssemblyInfo.cs index 0e81a4b130b9..185e8b6bed14 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/Properties/AssemblyInfo.cs +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/Properties/AssemblyInfo.cs @@ -24,3 +24,4 @@ [assembly: System.Reflection.AssemblyVersionAttribute("1.2.0")] [assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] [assembly: System.CLSCompliantAttribute(false)] + diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceFeature.md b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceFeature.md index 6aae8c6402e2..109e7fbf52ec 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceFeature.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceFeature.md @@ -30,7 +30,7 @@ Get-AzMLWorkspaceFeature -ResourceGroupName ml-rg-test -Name mlworkspace-portal ```output Description DisplayName ----------- ----------- -Raw feature explanation for AutoML models Model Explanability +Raw feature explanation for AutoML models Model Explainability Create, edit or delete AutoML experiments in the SDK Create edit experiments SDK Create, edit or delete HyperDrive experiments in the SDK Create edit hyperdrive SDK Select or upload a dataset to train on from datasets in the SDK Dataset integration from SDK diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceKey.md b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceKey.md index 015ea4de396c..a1f3b3ef47fe 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceKey.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceKey.md @@ -35,7 +35,7 @@ AppInsightsInstrumentationKey UserStorageKey xxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ``` -Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container regist +Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry. ## PARAMETERS diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceOnlineEndpoint.md b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceOnlineEndpoint.md index 6fc85ac7461a..fb5d414106a7 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceOnlineEndpoint.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceOnlineEndpoint.md @@ -36,7 +36,7 @@ Get Online Endpoint. ## EXAMPLES -### Example 1: Lists all online enpoints under a workspace +### Example 1: Lists all online endpoints under a workspace ```powershell Get-AzMLWorkspaceOnlineEndpoint -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01 ``` @@ -49,9 +49,9 @@ eastus online-cli01 5/19/2022 2:47:34 AM UserName (Example) eastus online-pwsh01 5/18/2022 9:44:06 AM UserName (Example) 5/18/2022 9:44:48 AM Managed ml-rg-test ``` -Lists all online enpoints under a workspace +Lists all online endpoints under a workspace -### Example 2: Get a online enpoint by name +### Example 2: Get a online endpoint by name ```powershell Get-AzMLWorkspaceOnlineEndpoint -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01 -Name online-cli01 ``` @@ -62,7 +62,7 @@ Location Name SystemDataCreatedAt SystemDataCreatedBy S eastus online-cli01 5/19/2022 2:47:34 AM UserName (Example) 5/19/2022 2:48:26 AM Managed ml-rg-test ``` -Get a online enpoint by name +Get a online endpoint by name ## PARAMETERS diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspaceCommandJobObject.md b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspaceCommandJobObject.md index 88d934394752..4aa8c17b2be6 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspaceCommandJobObject.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspaceCommandJobObject.md @@ -30,7 +30,7 @@ Create an in-memory object for CommandJob. ### Example 1: Create an in-memory object for CommandJob ```powershell -# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject +# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject # New-AzMLWorkspaceCustomModelJobInputObject # New-AzMLWorkspaceCustomModelJobOutputObject diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspacePipelineJobObject.md b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspacePipelineJobObject.md index d309c60c2eb6..a81dee9c8c26 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspacePipelineJobObject.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/New-AzMLWorkspacePipelineJobObject.md @@ -28,7 +28,7 @@ Create an in-memory object for PipelineJob. ### Example 1: Create an in-memory object for PipelineJob ```powershell -# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject +# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject # New-AzMLWorkspaceCustomModelJobInputObject # New-AzMLWorkspaceCustomModelJobOutputObject diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceFeature.md b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceFeature.md index 3088489cef38..693b645f73cb 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceFeature.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceFeature.md @@ -6,7 +6,7 @@ Get-AzMLWorkspaceFeature -ResourceGroupName ml-rg-test -Name mlworkspace-portal ```output Description DisplayName ----------- ----------- -Raw feature explanation for AutoML models Model Explanability +Raw feature explanation for AutoML models Model Explainability Create, edit or delete AutoML experiments in the SDK Create edit experiments SDK Create, edit or delete HyperDrive experiments in the SDK Create edit hyperdrive SDK Select or upload a dataset to train on from datasets in the SDK Dataset integration from SDK diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceKey.md b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceKey.md index 4ee5fb8352a1..0208c349ffa4 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceKey.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceKey.md @@ -9,5 +9,5 @@ AppInsightsInstrumentationKey UserStorageKey xxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ``` - Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container regist + Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry. diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceOnlineEndpoint.md b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceOnlineEndpoint.md index 518dab1bbb25..27e01a85e4d6 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceOnlineEndpoint.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceOnlineEndpoint.md @@ -1,4 +1,4 @@ -### Example 1: Lists all online enpoints under a workspace +### Example 1: Lists all online endpoints under a workspace ```powershell Get-AzMLWorkspaceOnlineEndpoint -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01 ``` @@ -11,9 +11,9 @@ eastus online-cli01 5/19/2022 2:47:34 AM UserName (Example) eastus online-pwsh01 5/18/2022 9:44:06 AM UserName (Example) 5/18/2022 9:44:48 AM Managed ml-rg-test ``` -Lists all online enpoints under a workspace +Lists all online endpoints under a workspace -### Example 2: Get a online enpoint by name +### Example 2: Get a online endpoint by name ```powershell Get-AzMLWorkspaceOnlineEndpoint -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01 -Name online-cli01 ``` @@ -24,5 +24,5 @@ Location Name SystemDataCreatedAt SystemDataCreatedBy S eastus online-cli01 5/19/2022 2:47:34 AM UserName (Example) 5/19/2022 2:48:26 AM Managed ml-rg-test ``` -Get a online enpoint by name +Get a online endpoint by name diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspaceCommandJobObject.md b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspaceCommandJobObject.md index 7bf6e42cd1ef..ea0f5d221427 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspaceCommandJobObject.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspaceCommandJobObject.md @@ -1,6 +1,6 @@ ### Example 1: Create an in-memory object for CommandJob ```powershell -# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject +# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject # New-AzMLWorkspaceCustomModelJobInputObject # New-AzMLWorkspaceCustomModelJobOutputObject diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspacePipelineJobObject.md b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspacePipelineJobObject.md index c045bd32895a..aa61c926c2c4 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspacePipelineJobObject.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/New-AzMLWorkspacePipelineJobObject.md @@ -1,6 +1,6 @@ ### Example 1: Create an in-memory object for PipelineJob ```powershell -# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject +# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject # New-AzMLWorkspaceCustomModelJobInputObject # New-AzMLWorkspaceCustomModelJobOutputObject diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/generate-info.json b/src/MachineLearningServices/MachineLearningServices.Autorest/generate-info.json index 68e8a95d557a..869c0547689a 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/generate-info.json +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "97fb3d07-8cc6-4f82-b944-28f9e070e35c" + "generate_Id": "47af0e25-e664-406d-ad1b-241e5fc50d48" } diff --git a/src/MachineLearningServices/MachineLearningServices.sln b/src/MachineLearningServices/MachineLearningServices.sln index ba0a26e039c6..238b4574dac0 100644 --- a/src/MachineLearningServices/MachineLearningServices.sln +++ b/src/MachineLearningServices/MachineLearningServices.sln @@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MachineLearningServices", " EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MachineLearningServices.Autorest", "MachineLearningServices.Autorest", "{7905B5E3-751F-AF2D-8A05-ECE9F7E7779F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MachineLearningServices", "..\..\generated\MachineLearningServices\MachineLearningServices.Autorest\Az.MachineLearningServices.csproj", "{0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MachineLearningServices", "..\..\generated\MachineLearningServices\MachineLearningServices.Autorest\Az.MachineLearningServices.csproj", "{8FF8D369-93B7-4E2C-B1EA-59845464D1FF}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -117,18 +117,18 @@ Global {B576D2E6-51A6-467D-9510-BDD902225C16}.Release|x64.Build.0 = Release|Any CPU {B576D2E6-51A6-467D-9510-BDD902225C16}.Release|x86.ActiveCfg = Release|Any CPU {B576D2E6-51A6-467D-9510-BDD902225C16}.Release|x86.Build.0 = Release|Any CPU - {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Debug|x64.ActiveCfg = Debug|Any CPU - {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Debug|x64.Build.0 = Debug|Any CPU - {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Debug|x86.ActiveCfg = Debug|Any CPU - {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Debug|x86.Build.0 = Debug|Any CPU - {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Release|Any CPU.Build.0 = Release|Any CPU - {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Release|x64.ActiveCfg = Release|Any CPU - {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Release|x64.Build.0 = Release|Any CPU - {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Release|x86.ActiveCfg = Release|Any CPU - {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74}.Release|x86.Build.0 = Release|Any CPU + {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Debug|x64.ActiveCfg = Debug|Any CPU + {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Debug|x64.Build.0 = Debug|Any CPU + {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Debug|x86.ActiveCfg = Debug|Any CPU + {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Debug|x86.Build.0 = Debug|Any CPU + {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Release|Any CPU.Build.0 = Release|Any CPU + {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Release|x64.ActiveCfg = Release|Any CPU + {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Release|x64.Build.0 = Release|Any CPU + {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Release|x86.ActiveCfg = Release|Any CPU + {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -140,6 +140,6 @@ Global {8CAEBF07-0340-46DD-A557-ADC198F2DD08} = {02156365-3A13-40A2-9D1D-9B9CB6D4887F} {D9CE8567-35B0-4D32-8840-07587AF9328F} = {02156365-3A13-40A2-9D1D-9B9CB6D4887F} {7358EA50-4EC5-4A99-8671-E51534404757} = {02156365-3A13-40A2-9D1D-9B9CB6D4887F} - {0E0BA5D4-BC41-4CB5-BE51-FDEA3E0C6F74} = {7905B5E3-751F-AF2D-8A05-ECE9F7E7779F} + {8FF8D369-93B7-4E2C-B1EA-59845464D1FF} = {7905B5E3-751F-AF2D-8A05-ECE9F7E7779F} EndGlobalSection EndGlobal diff --git a/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceFeature.md b/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceFeature.md index b7f1711379bc..cc4bcea6f073 100644 --- a/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceFeature.md +++ b/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceFeature.md @@ -30,7 +30,7 @@ Get-AzMLWorkspaceFeature -ResourceGroupName ml-rg-test -Name mlworkspace-portal ```output Description DisplayName ----------- ----------- -Raw feature explanation for AutoML models Model Explanability +Raw feature explanation for AutoML models Model Explainability Create, edit or delete AutoML experiments in the SDK Create edit experiments SDK Create, edit or delete HyperDrive experiments in the SDK Create edit hyperdrive SDK Select or upload a dataset to train on from datasets in the SDK Dataset integration from SDK diff --git a/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceKey.md b/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceKey.md index 465381657448..79e9a09396c5 100644 --- a/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceKey.md +++ b/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceKey.md @@ -35,7 +35,7 @@ AppInsightsInstrumentationKey UserStorageKey xxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ``` -Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container regist +Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry. ## PARAMETERS diff --git a/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceOnlineEndpoint.md b/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceOnlineEndpoint.md index 9252a5e82130..3946b8a06940 100644 --- a/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceOnlineEndpoint.md +++ b/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceOnlineEndpoint.md @@ -37,7 +37,7 @@ Get Online Endpoint. ## EXAMPLES -### Example 1: Lists all online enpoints under a workspace +### Example 1: Lists all online endpoints under a workspace ```powershell Get-AzMLWorkspaceOnlineEndpoint -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01 ``` @@ -50,9 +50,9 @@ eastus online-cli01 5/19/2022 2:47:34 AM UserName (Example) eastus online-pwsh01 5/18/2022 9:44:06 AM UserName (Example) 5/18/2022 9:44:48 AM Managed ml-rg-test ``` -Lists all online enpoints under a workspace +Lists all online endpoints under a workspace -### Example 2: Get a online enpoint by name +### Example 2: Get a online endpoint by name ```powershell Get-AzMLWorkspaceOnlineEndpoint -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01 -Name online-cli01 ``` @@ -63,7 +63,7 @@ Location Name SystemDataCreatedAt SystemDataCreatedBy S eastus online-cli01 5/19/2022 2:47:34 AM UserName (Example) 5/19/2022 2:48:26 AM Managed ml-rg-test ``` -Get a online enpoint by name +Get a online endpoint by name ## PARAMETERS diff --git a/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspaceCommandJobObject.md b/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspaceCommandJobObject.md index a15817fcf035..aca49bded4f4 100644 --- a/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspaceCommandJobObject.md +++ b/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspaceCommandJobObject.md @@ -31,7 +31,7 @@ Create an in-memory object for CommandJob. ### Example 1: Create an in-memory object for CommandJob ```powershell -# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject +# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject # New-AzMLWorkspaceCustomModelJobInputObject # New-AzMLWorkspaceCustomModelJobOutputObject diff --git a/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspacePipelineJobObject.md b/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspacePipelineJobObject.md index 2ddb10487929..473b9861d2a7 100644 --- a/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspacePipelineJobObject.md +++ b/src/MachineLearningServices/MachineLearningServices/help/New-AzMLWorkspacePipelineJobObject.md @@ -28,7 +28,7 @@ Create an in-memory object for PipelineJob. ### Example 1: Create an in-memory object for PipelineJob ```powershell -# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject +# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject # New-AzMLWorkspaceCustomModelJobInputObject # New-AzMLWorkspaceCustomModelJobOutputObject From 670cfeb1b2622454ed59aa0dcde8e1cf5ada6ce3 Mon Sep 17 00:00:00 2001 From: JoyerJin <116236375+JoyerJin@users.noreply.github.com> Date: Tue, 11 Nov 2025 11:55:26 +0800 Subject: [PATCH 3/3] update example issue --- .../Properties/AssemblyInfo.cs | 1 + .../docs/Get-AzMLWorkspaceKey.md | 2 +- .../examples/Get-AzMLWorkspaceKey.md | 2 +- .../generate-info.json | 2 +- .../MachineLearningServices.sln | 28 +++++++++---------- .../Az.MachineLearningServices.psd1 | 2 +- .../help/Get-AzMLWorkspaceKey.md | 2 +- 7 files changed, 20 insertions(+), 19 deletions(-) diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/Properties/AssemblyInfo.cs b/src/MachineLearningServices/MachineLearningServices.Autorest/Properties/AssemblyInfo.cs index 185e8b6bed14..23afd412718f 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/Properties/AssemblyInfo.cs +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/Properties/AssemblyInfo.cs @@ -25,3 +25,4 @@ [assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] [assembly: System.CLSCompliantAttribute(false)] + diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceKey.md b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceKey.md index a1f3b3ef47fe..a7ab19d0a733 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceKey.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/docs/Get-AzMLWorkspaceKey.md @@ -24,7 +24,7 @@ This includes keys for the storage account, app insights and password for contai ## EXAMPLES -### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container regist +### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry ```powershell Get-AzMLWorkspaceKey -ResourceGroupName ml-rg-test -Name mlworkspace-cli01 ``` diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceKey.md b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceKey.md index 0208c349ffa4..c349ffd84c8e 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceKey.md +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/examples/Get-AzMLWorkspaceKey.md @@ -1,4 +1,4 @@ -### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container regist +### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry ```powershell Get-AzMLWorkspaceKey -ResourceGroupName ml-rg-test -Name mlworkspace-cli01 ``` diff --git a/src/MachineLearningServices/MachineLearningServices.Autorest/generate-info.json b/src/MachineLearningServices/MachineLearningServices.Autorest/generate-info.json index 869c0547689a..cb91f8cc00e4 100644 --- a/src/MachineLearningServices/MachineLearningServices.Autorest/generate-info.json +++ b/src/MachineLearningServices/MachineLearningServices.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "47af0e25-e664-406d-ad1b-241e5fc50d48" + "generate_Id": "6f1e2415-6d09-43eb-94c1-c15a6c76584a" } diff --git a/src/MachineLearningServices/MachineLearningServices.sln b/src/MachineLearningServices/MachineLearningServices.sln index 238b4574dac0..4ea4d2d8434f 100644 --- a/src/MachineLearningServices/MachineLearningServices.sln +++ b/src/MachineLearningServices/MachineLearningServices.sln @@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MachineLearningServices", " EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MachineLearningServices.Autorest", "MachineLearningServices.Autorest", "{7905B5E3-751F-AF2D-8A05-ECE9F7E7779F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MachineLearningServices", "..\..\generated\MachineLearningServices\MachineLearningServices.Autorest\Az.MachineLearningServices.csproj", "{8FF8D369-93B7-4E2C-B1EA-59845464D1FF}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MachineLearningServices", "..\..\generated\MachineLearningServices\MachineLearningServices.Autorest\Az.MachineLearningServices.csproj", "{0B942719-53D5-40A1-9A24-D68FA805FFD4}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -117,18 +117,18 @@ Global {B576D2E6-51A6-467D-9510-BDD902225C16}.Release|x64.Build.0 = Release|Any CPU {B576D2E6-51A6-467D-9510-BDD902225C16}.Release|x86.ActiveCfg = Release|Any CPU {B576D2E6-51A6-467D-9510-BDD902225C16}.Release|x86.Build.0 = Release|Any CPU - {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Debug|x64.ActiveCfg = Debug|Any CPU - {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Debug|x64.Build.0 = Debug|Any CPU - {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Debug|x86.ActiveCfg = Debug|Any CPU - {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Debug|x86.Build.0 = Debug|Any CPU - {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Release|Any CPU.Build.0 = Release|Any CPU - {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Release|x64.ActiveCfg = Release|Any CPU - {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Release|x64.Build.0 = Release|Any CPU - {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Release|x86.ActiveCfg = Release|Any CPU - {8FF8D369-93B7-4E2C-B1EA-59845464D1FF}.Release|x86.Build.0 = Release|Any CPU + {0B942719-53D5-40A1-9A24-D68FA805FFD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0B942719-53D5-40A1-9A24-D68FA805FFD4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0B942719-53D5-40A1-9A24-D68FA805FFD4}.Debug|x64.ActiveCfg = Debug|Any CPU + {0B942719-53D5-40A1-9A24-D68FA805FFD4}.Debug|x64.Build.0 = Debug|Any CPU + {0B942719-53D5-40A1-9A24-D68FA805FFD4}.Debug|x86.ActiveCfg = Debug|Any CPU + {0B942719-53D5-40A1-9A24-D68FA805FFD4}.Debug|x86.Build.0 = Debug|Any CPU + {0B942719-53D5-40A1-9A24-D68FA805FFD4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0B942719-53D5-40A1-9A24-D68FA805FFD4}.Release|Any CPU.Build.0 = Release|Any CPU + {0B942719-53D5-40A1-9A24-D68FA805FFD4}.Release|x64.ActiveCfg = Release|Any CPU + {0B942719-53D5-40A1-9A24-D68FA805FFD4}.Release|x64.Build.0 = Release|Any CPU + {0B942719-53D5-40A1-9A24-D68FA805FFD4}.Release|x86.ActiveCfg = Release|Any CPU + {0B942719-53D5-40A1-9A24-D68FA805FFD4}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -140,6 +140,6 @@ Global {8CAEBF07-0340-46DD-A557-ADC198F2DD08} = {02156365-3A13-40A2-9D1D-9B9CB6D4887F} {D9CE8567-35B0-4D32-8840-07587AF9328F} = {02156365-3A13-40A2-9D1D-9B9CB6D4887F} {7358EA50-4EC5-4A99-8671-E51534404757} = {02156365-3A13-40A2-9D1D-9B9CB6D4887F} - {8FF8D369-93B7-4E2C-B1EA-59845464D1FF} = {7905B5E3-751F-AF2D-8A05-ECE9F7E7779F} + {0B942719-53D5-40A1-9A24-D68FA805FFD4} = {7905B5E3-751F-AF2D-8A05-ECE9F7E7779F} EndGlobalSection EndGlobal diff --git a/src/MachineLearningServices/MachineLearningServices/Az.MachineLearningServices.psd1 b/src/MachineLearningServices/MachineLearningServices/Az.MachineLearningServices.psd1 index 639760bb9e43..b237fa59df31 100644 --- a/src/MachineLearningServices/MachineLearningServices/Az.MachineLearningServices.psd1 +++ b/src/MachineLearningServices/MachineLearningServices/Az.MachineLearningServices.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 11/10/2025 +# Generated on: 11/11/2025 # @{ diff --git a/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceKey.md b/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceKey.md index 79e9a09396c5..4fe2cdc37883 100644 --- a/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceKey.md +++ b/src/MachineLearningServices/MachineLearningServices/help/Get-AzMLWorkspaceKey.md @@ -24,7 +24,7 @@ This includes keys for the storage account, app insights and password for contai ## EXAMPLES -### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container regist +### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry ```powershell Get-AzMLWorkspaceKey -ResourceGroupName ml-rg-test -Name mlworkspace-cli01 ```