Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

v1.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 20:27
· 15 commits to main since this release
v1.1.3
57e6b30

Changelog

  • 57e6b30 Fix validation for i386. Cannot use 4294967295 (untyped int constant) as int value in argument to validation.IntBetween (overflows).
  • e0ee50f Fix TestParseDuration for milliseconds.
  • c85eb9c Add dns resource.
  • 801ea3e return DeleteSystemObject
  • 145382b Add diagnostics 'DeleteSystemObject'.
  • f742aac Add milliseconds to time validation.
  • ba0db06 Update Makefile (docs & debug options).
  • 8f51217 Provider debug mode.
  • f9cf1c8 Fix redundant return statement (S1023).
  • be1f222 Fix variable overlap.