From d4980fe1bc97f531473f036bdcfa24965d40ee56 Mon Sep 17 00:00:00 2001 From: HarshaVardhanBabu Date: Wed, 5 Feb 2025 19:27:38 +0530 Subject: [PATCH] Updating the register component to use latest environment (#3822) * Updated the environment and components for import_model pipeline. * Updating the register_model component to use latest environment --- assets/common/components/register_model/spec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/common/components/register_model/spec.yaml b/assets/common/components/register_model/spec.yaml index f46b532e71..f7b32ce406 100644 --- a/assets/common/components/register_model/spec.yaml +++ b/assets/common/components/register_model/spec.yaml @@ -1,6 +1,6 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json name: register_model -version: 0.0.19 +version: 0.0.20 type: command is_deterministic: True @@ -9,7 +9,7 @@ display_name: Register model description: Register a model to a workspace or a registry. The component works on compute with [MSI](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-create-manage-compute-instance?tabs=python) attached. -environment: azureml://registries/azureml/environments/python-sdk-v2/versions/23 +environment: azureml://registries/azureml/environments/python-sdk-v2/versions/25 code: ../../src command: >-