Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/projects/Apps (W1)/.AL-Go/NewBcContainer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Param(
Import-Module (Join-Path $PSScriptRoot "../../../scripts/EnlistmentHelperFunctions.psm1" -Resolve)

$script = Join-Path $PSScriptRoot "../../../scripts/NewBcContainer.ps1" -Resolve
. $script -parameters $parameters -AppsToUnpublish @("None")
. $script -parameters $parameters -AppsToUnpublish @("None")
2 changes: 1 addition & 1 deletion build/projects/Apps (W1)/.AL-Go/customSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Any",
"Library Assert",
"Library Variable Storage",
"AI Test Toolkit",
"AI Eval Runner",
"System Application Test Library",
"Business Foundation Test Libraries",
"Application Test Library",
Expand Down
2 changes: 1 addition & 1 deletion build/projects/System Application/.AL-Go/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"appFolders": [
"../../../src/System Application/App",
"../../../src/Business Foundation/App",
"../../../src/Tools/AI Test Toolkit",
"../../../src/Tools/AI Eval Runner",
"../../../src/Tools/Performance Toolkit/App",
"../../../src/Tools/Test Framework/Test Libraries/*",
"../../../src/Tools/Test Framework/Test Runner"
Expand Down
2 changes: 1 addition & 1 deletion src/Apps/W1/EDocument/Test/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"id": "2156302a-872f-4568-be0b-60968696f0d5",
"publisher": "Microsoft",
"name": "AI Test Toolkit",
"name": "AI Eval Runner",
"version": "29.0.0.0"
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/Business Foundation/Test/NoSeriesCopilot/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{
"id": "2156302a-872f-4568-be0b-60968696f0d5",
"publisher": "Microsoft",
"name": "AI Test Toolkit",
"name": "AI Eval Runner",
"version": "29.0.0.0"
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/Business Foundation/Test/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
{
"id": "2156302a-872f-4568-be0b-60968696f0d5",
"publisher": "Microsoft",
"name": "AI Test Toolkit",
"name": "AI Eval Runner",
"version": "29.0.0.0"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace System.TestTools.AITestToolkit;

permissionset 149033 "AI Test Toolkit - Read"
{
Caption = 'Business Central AI Eval Runner - Read';
Access = Internal;

IncludedPermissionSets = "AI Test Toolkit - Obj";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace System.TestTools.AITestToolkit;

permissionset 149034 "AI Test Toolkit - View"
{
Caption = 'Business Central AI Eval Runner - View';
Access = Internal;
Assignable = false;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using System.TestTools.TestRunner;

permissionset 149030 "AI Test Toolkit"
{
Caption = 'Business Central AI Eval Toolkit';
Caption = 'Business Central AI Eval Runner';
Access = Public;
Assignable = true;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace System.TestTools.AITestToolkit;

permissionset 149031 "AI Test Toolkit - Obj"
{
Caption = 'Business Central AI Eval Runner - Obj';
Assignable = false;
Access = Public;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "2156302a-872f-4568-be0b-60968696f0d5",
"name": "AI Test Toolkit",
"name": "AI Eval Runner",
"publisher": "Microsoft",
"version": "29.0.0.0",
"propagateDependencies": true,
"brief": "Provides tools for AI feature evaluation.",
"description": "The AI Test Toolkit lets developers write and run automated evals for AI features. The toolkit supports running data driven evals and the ability to get the output generated from the evals.",
"description": "The AI Eval Runner lets developers write and run automated evals for AI features. The toolkit supports running data driven evals and the ability to get the output generated from the evals.",
"privacyStatement": "https://go.microsoft.com/fwlink/?LinkId=724009",
"EULA": "https://go.microsoft.com/fwlink/?linkid=2009120",
"help": "https://go.microsoft.com/fwlink/?LinkId=724011",
Expand Down
Loading