pulumi/pkg/codegen/internal/test/testdata/output-funcs/python/pulumi_mypkg/__init__.py
Anton Tayanovskyy e710125885
5758 for C#/.NET (#7899)
* Rebase 5758 .NET work and make output-funcs pass

* Propagate changes to the other examples

* CHANGELOG

* Address PR feedback

* Add a test reproducing aws-native compilation failure

* Fix dangling type ref issue in the .NET backend for codegen

* Accept changes and unskip simple-methods-schema compile check

* Accept changes in node, python, go codegen

* SDK changes to enable a better implementation approach

* Switch approach to support functions like GetAmiIds; avoid name conflicts under tfbridge20

* Make all dotnet tests pass, mechanical fixes + accept test output

* Accept python changes

* Accept node output

* Accept docs changes

* Deepen the unit test to cover the interesting helper type

* Accept go changes and fixup tests

* Implement dep propagation through Invoke

* Fixup cyclic-types

* Accept codegen

* NOTE we now require .NET SDK 3.15 or higher
2021-10-18 18:18:15 -04:00

35 lines
864 B
Python

# coding=utf-8
# *** WARNING: this file was generated by test. ***
# *** Do not edit by hand unless you're certain you know what you are doing! ***
from . import _utilities
import typing
# Export this package's modules as members:
from .func_with_all_optional_inputs import *
from .func_with_const_input import *
from .func_with_default_value import *
from .func_with_dict_param import *
from .func_with_list_param import *
from .get_bastion_shareable_link import *
from .get_client_config import *
from .get_integration_runtime_object_metadatum import *
from .list_storage_account_keys import *
from .provider import *
from ._inputs import *
from . import outputs
_utilities.register(
resource_modules="""
[]
""",
resource_packages="""
[
{
"pkg": "mypkg",
"token": "pulumi:providers:mypkg",
"fqn": "pulumi_mypkg",
"class": "Provider"
}
]
"""
)