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