azext_edge/edge/providers/rpsaas/adr/assets.py [423:436]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            point_key="name",
            replace=replace
        )

        # note that update does not return the properties
        with console.status(f"Updating {asset_name}..."):
            poller = self.ops.begin_create_or_replace(
                resource_group_name,
                asset_name,
                asset
            )
            asset = wait_for_terminal_state(poller, **kwargs)
        if not isinstance(asset, dict):
            asset = asset.as_dict()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



azext_edge/edge/providers/rpsaas/adr/assets.py [584:597]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            point_key="name",
            replace=replace
        )

        # note that update does not return the properties
        with console.status(f"Updating {asset_name}..."):
            poller = self.ops.begin_create_or_replace(
                resource_group_name,
                asset_name,
                asset
            )
            asset = wait_for_terminal_state(poller, **kwargs)
        if not isinstance(asset, dict):
            asset = asset.as_dict()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



