Skip to content

Commit

Permalink
upgrading model version for datastore type (Azure#28293)
Browse files Browse the repository at this point in the history
  • Loading branch information
maykumar-msft committed Jan 12, 2023
1 parent 37ac51a commit 3b9a93c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from marshmallow import fields, post_load

from azure.ai.ml._restclient.v2022_05_01.models import DatastoreType
from azure.ai.ml._restclient.v2022_10_01.models import DatastoreType
from azure.ai.ml._schema.core.fields import NestedField, PathAwareSchema, StringTransformedEnum, UnionField
from azure.ai.ml._utils.utils import camel_to_snake

Expand Down

0 comments on commit 3b9a93c

Please sign in to comment.