troubleshooting a new issue that cropped up in Azu...
# general
b
troubleshooting a new issue that cropped up in Azure VM land.. i’m pretty sure it’s an azure issue, but not even sure where to start
simple creating of a VM with associated resources:
Copy code
Type
pulumi:pulumi:Stack
azure:core:ResourceGroup
azure:network:NetworkInterface
azure:network:NetworkInterfaceBackendAddressPoolAssociation
azure:compute:VirtualMachine
then, when trying to teardown, I get:
Copy code
pulumi:pulumi:Stack (compute-api-compute-api-b-stage-eus2):
    error: update failed

  azure:network:NetworkInterfaceBackendAddressPoolAssociation (api-B-P-0-Stage-Eus2-Assoc):
    error: Plan apply failed: deleting urn:pulumi:compute-api-b-stage-eus2::compute-api::azure:network/networkInterfaceBackendAddressPoolAssociation:NetworkInterfaceBackendAddressPoolAssociation::api-B-P-0-Stage-Eus2-Assoc: Error waiting for removal of Backend Address Pool Association for NIC "api-B-Vm-0-Stage-Eus2-Nic" (Resource Group "api-B-Stage-Eus2-Rg"): Code="OperationNotAllowed" Message="Operation 'startTenantUpdate' is not allowed on VM 'api-B-0-Stage-Eus2-Vm' since the VM is marked for deletion. You can only retry the Delete operation (or wait for an ongoing one to complete)." Details=[]
i got this with the new 1.0.0 provider and the version I was using before, same issue, so I think its more on azure side than provider side.. but hell if i know
posted it to azure rest api specs ¯\_(ツ)_/¯ https://github.com/Azure/azure-rest-api-specs/issues/7207