@@ -60,40 +60,40 @@ def load_command_table(self, _):
6060 )
6161
6262 maintenance_configuration_sdk = CliCommandType (
63- operations_tmpl = 'aazure .mgmt.containerservice.operations.'
64- '_maintenance_configurations_operations #MaintenanceConfigurationsOperations.{}' ,
63+ operations_tmpl = 'azure .mgmt.containerservice.operations.'
64+ '_operations #MaintenanceConfigurationsOperations.{}' ,
6565 operation_group = 'maintenance_configurations' ,
6666 resource_type = ResourceType .MGMT_CONTAINERSERVICE ,
6767 client_factory = cf_maintenance_configurations
6868 )
6969
7070 managed_namespaces_sdk = CliCommandType (
7171 operations_tmpl = 'azure.mgmt.containerservice.operations.'
72- '_managed_namespaces_operations #ManagedNamespacesOperations.{}' ,
72+ '_operations #ManagedNamespacesOperations.{}' ,
7373 operation_group = 'managed_namespaces' ,
7474 resource_type = ResourceType .MGMT_CONTAINERSERVICE ,
7575 client_factory = cf_managed_namespaces ,
7676 )
7777
7878 snapshot_sdk = CliCommandType (
7979 operations_tmpl = 'azure.mgmt.containerservice.operations.'
80- '_snapshots_operations #SnapshotsOperations.{}' ,
80+ '_operations #SnapshotsOperations.{}' ,
8181 operation_group = 'snapshots' ,
8282 resource_type = ResourceType .MGMT_CONTAINERSERVICE ,
8383 client_factory = cf_snapshots
8484 )
8585
8686 trustedaccess_role_sdk = CliCommandType (
8787 operations_tmpl = 'azure.mgmt.containerservice.operations.'
88- '_trusted_access_roles_operations #TrustedAccessRolesOperations.{}' ,
88+ '_operations #TrustedAccessRolesOperations.{}' ,
8989 operation_group = 'trustedaccess_role' ,
9090 resource_type = ResourceType .MGMT_CONTAINERSERVICE ,
9191 client_factory = cf_trustedaccess_role
9292 )
9393
9494 trustedaccess_role_binding_sdk = CliCommandType (
9595 operations_tmpl = 'azure.mgmt.containerservice.operations.'
96- '_trusted_access_role_bindings_operations #TrustedAccessRoleBindingsOperations.{}' ,
96+ '_operations #TrustedAccessRoleBindingsOperations.{}' ,
9797 operation_group = 'trustedaccess_role_binding' ,
9898 resource_type = ResourceType .MGMT_CONTAINERSERVICE ,
9999 client_factory = cf_trustedaccess_role_binding
0 commit comments