Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/azure/mgmt/dynatrace/operations/__init__.py: 91%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

11 statements  

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# -------------------------------------------------------------------------- 

8 

9from ._monitors_operations import MonitorsOperations 

10from ._operations import Operations 

11from ._tag_rules_operations import TagRulesOperations 

12from ._single_sign_on_operations import SingleSignOnOperations 

13 

14from ._patch import __all__ as _patch_all 

15from ._patch import * # pylint: disable=unused-wildcard-import 

16from ._patch import patch_sdk as _patch_sdk 

17 

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()