This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
4.0.0
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 theradamsa basic
template. #1499
Changed
- Agent/Supervisor/Proxy: Updated multiple third-party Rust dependencies. #1360, #1364, #1367, #1368, #1369, #1382, #1429, #1455, #1456, #1414, #1416, #1417, #1423, #1438, #1446, #1458, #1463, #1470, #1453, #1492, #1493, #1480, #1488, #1490
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 thesetup
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