@@ -17,23 +17,25 @@ def load_command_table(self, _):
1717
1818 from azext_confluent .generated ._client_factory import cf_marketplace_agreement
1919 confluent_marketplace_agreement = CliCommandType (
20- operations_tmpl = 'azext_confluent.vendored_sdks.confluent.operations._marketplace_agreement_operations#Marketpla '
21- 'ceAgreementOperations .{}' ,
20+ operations_tmpl = 'azext_confluent.vendored_sdks.confluent.operations._marketplace_agreements_operations#Marketpl '
21+ 'aceAgreementsOperations .{}' ,
2222 client_factory = cf_marketplace_agreement )
2323 with self .command_group ('confluent terms' , confluent_marketplace_agreement ,
24- client_factory = cf_marketplace_agreement , is_experimental = True ) as g :
24+ client_factory = cf_marketplace_agreement ) as g :
2525 g .custom_command ('list' , 'confluent_terms_list' )
2626
2727 from azext_confluent .generated ._client_factory import cf_organization
2828 confluent_organization = CliCommandType (
2929 operations_tmpl = 'azext_confluent.vendored_sdks.confluent.operations._organization_operations#OrganizationOperat'
3030 'ions.{}' ,
3131 client_factory = cf_organization )
32- with self .command_group ('confluent organization' , confluent_organization , client_factory = cf_organization ,
33- is_experimental = True ) as g :
32+ with self .command_group ('confluent organization' , confluent_organization , client_factory = cf_organization ) as g :
3433 g .custom_command ('list' , 'confluent_organization_list' )
3534 g .custom_show_command ('show' , 'confluent_organization_show' )
3635 g .custom_command ('create' , 'confluent_organization_create' , supports_no_wait = True )
3736 g .custom_command ('update' , 'confluent_organization_update' )
3837 g .custom_command ('delete' , 'confluent_organization_delete' , supports_no_wait = True , confirmation = True )
3938 g .custom_wait_command ('wait' , 'confluent_organization_show' )
39+
40+ with self .command_group ('confluent' , is_experimental = True ):
41+ pass
0 commit comments