diff --git a/parts/linux/cloud-init/artifacts/aks-log-collector.sh b/parts/linux/cloud-init/artifacts/aks-log-collector.sh index c349e0b6460..1267d7b564b 100644 --- a/parts/linux/cloud-init/artifacts/aks-log-collector.sh +++ b/parts/linux/cloud-init/artifacts/aks-log-collector.sh @@ -63,7 +63,6 @@ command -v find >/dev/null && find /dev /etc /var/lib/waagent /var/log -ls >coll # Collect all installed packages for Ubuntu and Azure Linux command -v dpkg >/dev/null && dpkg -l >collect/dpkg.txt 2>&1 -command -v tdnf >/dev/null && tdnf list installed >collect/tdnf.txt 2>&1 # Collect system information command -v blkid >/dev/null && blkid >>collect/diskinfo.txt 2>&1 diff --git a/pkg/templates/templates_generated.go b/pkg/templates/templates_generated.go index e07e070e5f8..c62b2ed5830 100644 --- a/pkg/templates/templates_generated.go +++ b/pkg/templates/templates_generated.go @@ -663,7 +663,6 @@ command -v find >/dev/null && find /dev /etc /var/lib/waagent /var/log -ls >coll # Collect all installed packages for Ubuntu and Azure Linux command -v dpkg >/dev/null && dpkg -l >collect/dpkg.txt 2>&1 -command -v tdnf >/dev/null && tdnf list installed >collect/tdnf.txt 2>&1 # Collect system information command -v blkid >/dev/null && blkid >>collect/diskinfo.txt 2>&1