azext_iot/central/services/__init__.py (32 lines of code) (raw):
# 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 azext_iot.central.services import (
device,
device_template,
user,
api_token,
device_group,
role,
organization,
job,
file_upload,
query,
destination,
export,
enrollment_group,
scheduled_job,
)
__all__ = [
"device",
"device_template",
"user",
"api_token",
"device_group",
"role",
"organization",
"job",
"file_upload",
"query",
"destination",
"export",
"enrollment_group",
"scheduled_job",
]