We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b9b6f commit b90ebabCopy full SHA for b90ebab
src/fleet/azext_fleet/commands.py
@@ -31,8 +31,8 @@ def load_command_table(self, _):
31
client_factory=cf_fleet_members
32
)
33
34
- fleet_namespaces_sdk = CliCommandType(
35
- operations_tmpl="azext_fleet.vendored_sdks.operations._fleet_members_operations#FleetManagedNamespacesOperations.{}",
+ managed_namespaces_sdk = CliCommandType(
+ operations_tmpl="azext_fleet.vendored_sdks.operations._operations#FleetManagedNamespacesOperations.{}",
36
operation_group="fleet_managed_namespaces",
37
client_factory=cf_managed_namespaces
38
0 commit comments