We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ea0c8 commit eff0514Copy full SHA for eff0514
src/network-manager/azext_network_manager/aaz/latest/network/manager/_post_commit.py
@@ -32,7 +32,7 @@ class PostCommit(AAZCommand):
32
33
def _handler(self, command_args):
34
super()._handler(command_args)
35
- return self.build_lro_poller(self._execute_operations, self._output)
+ return self.build_lro_poller(self._execute_operations, None)
36
37
_args_schema = None
38
@@ -100,10 +100,6 @@ def pre_operations(self):
100
def post_operations(self):
101
pass
102
103
- def _output(self, *args, **kwargs):
104
- result = self.deserialize_output(self.ctx.vars.instance, client_flatten=True)
105
- return result
106
-
107
class NetworkManagerCommitsPost(AAZHttpOperation):
108
CLIENT_TYPE = "MgmtClient"
109
0 commit comments