pulumi/sdk/python/lib
Jan Češpivo e67334db1d
Added support for custom naming of dynamic provider resource (#7633)
Now there is not possible to change a name of dynamic provider resource without copying a code of the `pulumi.sdk.python.lib.pulumi.dynamic.dynamic.Resource` and changing the hard-coded name `"pulumi-python:dynamic:Resource"`. I successfully uses this proposal to make it possible.

Usage:
```python
class CustomResource(
    Resource, name="my-custom-provider:CustomResource"
):
   ...
```

Co-authored-by: Pat Gavlin <pgavlin@gmail.com>
2021-08-17 14:15:53 -07:00
..
pulumi Added support for custom naming of dynamic provider resource (#7633) 2021-08-17 14:15:53 -07:00
test Re-introduce the fix for 7734 and mitigate CI hangs (#7746) 2021-08-13 11:07:13 -04:00
test_with_mocks Remove threading from mock tests to fix AIO waits on diff event loop (#7666) 2021-08-16 18:53:15 -04:00
setup.py [sdk/python] - Fix python lint errors (#6872) 2021-04-26 08:56:15 -07:00