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

4.0.0

Compare
Choose a tag to compare
@mgreisen mgreisen released this 02 Dec 19:56
· 1155 commits to main since this release
222f5f9

4.0.0

Added

  • Agent: Added common source coverage format. #1403
  • Service: Added class to store and retrieve rules associated with an API endpoint. This supports the ability to control who has access to an API. #1420
  • Service: Support for NSG creation during deployment, allowing restricted access to the scaleset and repro VMs. #1331, #1340, #1358, #1385, #1393, #1395, #1400, #1404, #1406, #1410
  • Service: Guest account access is disabled by default when creating the default service principal during deployment. #1425
  • Service: Group membership check added. #1074
  • Service: Exposed the target_timeout parameter in the radamsa basic template. #1499

Changed

Fixed

  • Service: Fixed Azure DevOps work item creation by adding missing client initialization. #1370
  • Service: Fixed validation of the target_exe blob name, enabling nesting in a subdirectory of the setup container. #1371
  • Service: Migrated to MS Graph, as azure-graphrbac is soon to be deprecated. #966
  • Service: Stopped ignoring unexpected errors when authenticating the client secret. #1376
  • Service: Fixed regex to correctly capture the object ID when trying to remove an invalid application ID. #1408
  • Service: Added check for service principal use during user role assignment. #1479
  • Service: Added support for Compute Gallery images. #1450