azure-cli-diff-tool/azure_cli_diff_tool/__init__.py [57:65]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        command_tree_after = json.load(g)
    if command_tree_before.get("compat_version", None) \
            and check_meta_tool_compatibility(command_tree_before["compat_version"]):
        raise Exception("Please update your azure cli diff tool")
    if command_tree_after.get("compat_version", None) \
            and check_meta_tool_compatibility(command_tree_after["compat_version"]):
        raise Exception("Please update your azure cli diff tool")
    expand_deprecate_obj(command_tree_before)
    expand_deprecate_obj(command_tree_after)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



azure-cli-diff-tool/azure_cli_diff_tool/__init__.py [112:121]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            command_tree_after = json.load(g)

        if command_tree_before.get("compat_version", None) \
                and check_meta_tool_compatibility(command_tree_before["compat_version"]):
            raise Exception("Please update your azure cli diff tool")
        if command_tree_after.get("compat_version", None) \
                and check_meta_tool_compatibility(command_tree_after["compat_version"]):
            raise Exception("Please update your azure cli diff tool")
        expand_deprecate_obj(command_tree_before)
        expand_deprecate_obj(command_tree_after)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



