Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/azure/mgmt/dynatrace/operations/_patch.py: 100%
4 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# ------------------------------------
2# Copyright (c) Microsoft Corporation.
3# Licensed under the MIT License.
4# ------------------------------------
5"""Customize generated code here.
7Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize
8"""
9from typing import List
11__all__: List[str] = [] # Add all objects you want publicly available to users at this package level
14def patch_sdk():
15 """Do not remove from this file.
17 `patch_sdk` is a last resort escape hatch that allows you to do customizations
18 you can't accomplish using the techniques described in
19 https://aka.ms/azsdk/python/dpcodegen/python/customize
20 """