Skip to content

Commit c4c32ee

Browse files
authored
Update evaluation-azure-devops.md
1 parent ee7c4e0 commit c4c32ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/ai-foundry/how-to/evaluation-azure-devops.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ steps:
7979
- task: AzureCLI@2
8080
  inputs:
8181
    addSpnToEnvironment: true
82-
    azureSubscription: 'az-dev-gh-aprilk-test-connection'
82+
    azureSubscription: ${{ vars.Azure_Subscription_Name}}
8383
    scriptType: bash
8484
    scriptLocation: inlineScript    
8585

@@ -101,9 +101,8 @@ steps:
101101
  inputs:
102102
    azure-aiproject-connection-string: 'azure-ai-project-connection-string-sample'
103103
    deployment-name: "gpt-4o-mini"
104-
    api-version: "2024-08-01-preview"
105104
    data-path: $(Build.SourcesDirectory)\tests\data\golden-dataset-medium.json
106-
agent-ids: 'agent-id1, agent-id2'
105+
agent-ids: "<your-ai-agent-ids>
107106

108107
```
109108

0 commit comments

Comments
 (0)