Skip to content

Commit

Permalink
remove warning (#26990)
Browse files Browse the repository at this point in the history
  • Loading branch information
banibrata-de authored Oct 24, 2022
1 parent b0a88a8 commit 4bcd521
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,6 @@ def get_asset_arm_id(
azureml_type == "environments"
and asset.startswith(CURATED_ENV_PREFIX)
):
module_logger.warning(
"This job/deployment uses curated environments. The syntax for using curated "
"environments has changed to include azureml registry name: "
"azureml:registries/azureml/environments//versions/ or "
"azureml:registries/azureml/environments/labels/latest. "
"Support for format you are using will be removed in future versions of the "
"CLI and SDK. Learn more at aka.ms/curatedenv"
)
return f"azureml:{asset}"

name, label = parse_name_label(asset)
Expand Down

0 comments on commit 4bcd521

Please sign in to comment.