microsoft / microsoft/azure-tools-for-java
Create VM Flow -> We create new Network interfaces, don't delete it with delete, don't let users reuse it
Open
@Flanker32 is already working on this.
Since Jun 12, 2020.
Type: Feature Request
- Dominant language
- Java
- Stars
- 262
- Forks
- 185
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
- Create a Virtual machine.
- It creates bunch of resources like Network Interface, it also ask for other resources to be reused or created.
- Delete the VM.
- In resource group network interface still exists. If I try to reuse earlier used resources then IP Address can't be used as it is already attached to previous NIC.
Expected -> Either we should delete the NIC or give user option to choose from existing NICs. So that IP Address can be reused. Right now even IP Address can't be reused.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.