Seagate / halon

High availability solution
Apache License 2.0
1 stars 0 forks source link

[XXX DON'T LAND] HALON-872: Find the root cause of duplicated resourceIds in RG.json #1512

Closed 1468ca0b-2a64-4fb4-8e52-ea5806644b4c closed 5 years ago

1468ca0b-2a64-4fb4-8e52-ea5806644b4c commented 5 years ago

Created by: prasanna46dk

Reference: HALON-872

1468ca0b-2a64-4fb4-8e52-ea5806644b4c commented 5 years ago

Created by: vvv

The cause of the problem is known, the fix (#1516) is ready.

1468ca0b-2a64-4fb4-8e52-ea5806644b4c commented 5 years ago

Created by: vvv

  1. The function is generic, it works with any type that has Ord instance. It is not resourceId-specific.
  2. No documentation is needed, because the name is self-descriptive.
1468ca0b-2a64-4fb4-8e52-ea5806644b4c commented 5 years ago

Created by: vvv

[style] Sentences start with capital letter and end with dot. Exception: comments placed in the same line as code, e.g.

let answer = 42 -- the Answer to the Ultimate Question of Life, the Universe, and Everything