Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/azure/mgmt/dynatrace/operations/__init__.py: 100%
10 statements
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-07 06:33 +0000
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-07 06:33 +0000
1# coding=utf-8
2# --------------------------------------------------------------------------
3# Copyright (c) Microsoft Corporation. All rights reserved.
4# Licensed under the MIT License. See License.txt in the project root for license information.
5# Code generated by Microsoft (R) AutoRest Code Generator.
6# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7# --------------------------------------------------------------------------
9from ._monitors_operations import MonitorsOperations
10from ._operations import Operations
11from ._tag_rules_operations import TagRulesOperations
12from ._single_sign_on_operations import SingleSignOnOperations
14from ._patch import __all__ as _patch_all
15from ._patch import * # pylint: disable=unused-wildcard-import
16from ._patch import patch_sdk as _patch_sdk
18__all__ = [
19 "MonitorsOperations",
20 "Operations",
21 "TagRulesOperations",
22 "SingleSignOnOperations",
23]
24__all__.extend([p for p in _patch_all if p not in __all__])
25_patch_sdk()