Skip to content

[Experiment][Compute] New-AzVm shoulb be idempotent. #4623

@sergey-shandar

Description

@sergey-shandar

Currently, New-AzVm relays on a name to create or use a resource.

  • To be idempotent, the operation should relay on a resource state. For example, the operation should create a new resource if a resource doesn't exist,
  • otherwise the operation should get, validate, and modify (if necessary) the existing resource.
  • Another issue is inferred location.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions