pulumi-aiven 6.29.0__py3-none-any.whl → 6.29.0a1732277141__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-aiven might be problematic. Click here for more details.

pulumi_aiven/__init__.py CHANGED
@@ -112,7 +112,6 @@ from .kafka_acl import *
112
112
  from .kafka_connect import *
113
113
  from .kafka_connector import *
114
114
  from .kafka_mirror_maker import *
115
- from .kafka_native_acl import *
116
115
  from .kafka_schema import *
117
116
  from .kafka_schema_configuration import *
118
117
  from .kafka_schema_registry_acl import *
@@ -456,14 +455,6 @@ _utilities.register(
456
455
  "aiven:index/kafkaMirrorMaker:KafkaMirrorMaker": "KafkaMirrorMaker"
457
456
  }
458
457
  },
459
- {
460
- "pkg": "aiven",
461
- "mod": "index/kafkaNativeAcl",
462
- "fqn": "pulumi_aiven",
463
- "classes": {
464
- "aiven:index/kafkaNativeAcl:KafkaNativeAcl": "KafkaNativeAcl"
465
- }
466
- },
467
458
  {
468
459
  "pkg": "aiven",
469
460
  "mod": "index/kafkaSchema",