blob: c810600d5deee1fa48d39450956eece3a57a1212 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
# --------------------------------------------------------------------------
from .dataset_dataplane.models import *
from .model_dataplane.models import *
from .registry_discovery.models import *
from .runhistory.models import *
from .v2020_09_01_dataplanepreview.models import *
from .v2021_10_01.models import *
from .v2021_10_01_dataplanepreview.models import *
from .v2022_10_01.models import *
|