Skip to content

Releases: robertbrandso/terraform-azurerm-apim-apiops

v1.2.1

30 Apr 15:08
fd58fe7
Compare
Choose a tag to compare
  • Make description field in APIs and Products optional.
  • Fix logic error in product policy resource introduced in v1.2.0.
  • Using try() instead of conditional can() in arguments.

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

26 Apr 20:27
6d49a8f
Compare
Choose a tag to compare

Added option to fallback to default policy filename (policy.xml), if custom policy filename doesn't exist. This can be useful if custom policy filename is used to differentiate between runtime environments, but in some APIs or products the policy should be the same in all runtime environments. In this case, you then only need to configure one policy.xml.

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

26 Mar 06:44
e6e68da
Compare
Choose a tag to compare

v1.1.0 adds support for configuring custom filenames in the artifacts folder. This can, for example, be used to differentiate between runtime environments.

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

23 May 20:30
Compare
Choose a tag to compare

Initial version.