:wave: Hi, as i'm doing migration from azure class...
# general
t
👋 Hi, as i'm doing migration from azure classic to azure native in python. What will be the deletion options for compute VM in azure native which is similar to _delete_data_disks_on_termination_ & _delete_os_disk_on_termination_ which is part of azure classic. Someone can help on this much appreciated.
m
Hi @thousands-lizard-52998, Must be
DeleteOption
on the different subresources like Disk etc. See -> https://www.pulumi.com/registry/packages/azure-native/api-docs/compute/virtualmachine
t
Thanks for your response, i'll go through the link.