Vnet creation task skip the task if it is run once
问题 I am working to build a ci/cd pipeline for AKS. the first task set is "Azure resource group deployment" which is used for creating vnet /subnet for the AKS . The intention is to skip the task next time onwards since the vnet and subnet are already in place. Second time onwards getting the following error - BadRequest: { "error": { "code": "InUseSubnetCannotBeDeleted", "message": "Subnet AKSSubnet is in use by /subscriptions/***************************************/resourceGroups/MC_***********