@romungi-MSFT If I use the newest version from azure then I will get this error, however if my environment uses the version detailed below, I will not get the error.
Working version:
azure-common==1.1.28
azure-core==1.27.1
azure-graphrbac==0.61.1
azure-identity==1.13.0
azure-mgmt-authorization==3.0.0
azure-mgmt-containerregistry==10.1.0
azure-mgmt-core==1.4.0
azure-mgmt-keyvault==10.2.2
azure-mgmt-resource==21.2.1
azure-mgmt-storage==20.1.0
azure-storage-blob==12.13.0
azure-storage-queue==12.6.0
azureml-automl-core==1.49.1
azureml-automl-runtime==1.49.1.post1
azureml-core==1.49.0
azureml-dataprep==4.9.7
azureml-dataprep-native==38.0.0
azureml-dataprep-rslex==2.16.4
azureml-dataset-runtime==1.49.0
azureml-interpret==1.49.0
azureml-mlflow==1.49.0
azureml-telemetry==1.49.0
azureml-train==1.49.0
azureml-train-automl==1.49.0
azureml-train-automl-client==1.49.0.post1
azureml-train-automl-runtime==1.49.1
azureml-train-core==1.49.0.post1
azureml-train-restclients-hyperdrive==1.49.0
azureml-training-tabular==1.49.1
Latest versions which will throw an error:
azure-common==1.1.28
azure-core==1.29.4
azure-graphrbac==0.61.1
azure-identity==1.14.0
azure-mgmt-authorization==3.0.0
azure-mgmt-containerregistry==10.2.0
azure-mgmt-core==1.4.0
azure-mgmt-keyvault==10.2.3
azure-mgmt-network==21.0.1
azure-mgmt-resource==22.0.0
azure-mgmt-storage==21.0.0
azure-storage-blob==12.13.0
azure-storage-queue==12.7.2
azureml-automl-core==1.53.0
azureml-automl-runtime==1.53.0.post1
azureml-core==1.53.0
azureml-dataprep==4.12.4
azureml-dataprep-native==38.0.0
azureml-dataprep-rslex==2.19.5
azureml-dataset-runtime==1.53.0
azureml-interpret==1.53.0
azureml-mlflow==1.53.0
azureml-telemetry==1.53.0
azureml-train-automl==1.53.0
azureml-train-automl-client==1.53.0
azureml-train-automl-runtime==1.53.0
azureml-train-core==1.53.0
azureml-train-restclients-hyperdrive==1.53.0
azureml-training-tabular==1.53.0.post1
Thanks