terraform-provider-openapi v0.22.3 Release Notes

Release Date: 2019-11-12 // over 4 years ago
  • What's new?

    • ๐Ÿ› Bug Fix #182: Parent id required arrays subresources

    ๐Ÿ”„ Changelog

    โšก๏ธ a648b0b Merge pull request #183 from dikhan/update-version-0.22.3
    e277406 pump up version to 0.22.3
    ๐Ÿ›  682ebe5 Merge pull request #182 from dikhan/bugfix-181/parent-id-required-arrays-subresources
    ๐Ÿšš 9763406 moved tests to either TestGetResourceSchema or TestGetSchemaDefinition to better document expected behaviour
    โœ… 8dd9ea1 flesh out TestGetSchemaDefinitionWithOptions tests
    20d077b make use of map instead to avoid dups
    8345e03 create getSchemaDefinitionWithOptions which will force parent props addition if dealing with first level
    โœ… 619eef0 document in tests two bugs found