Skip to content

Commit

Permalink
update config (#40823)
Browse files Browse the repository at this point in the history
  • Loading branch information
g2vinay authored Jun 27, 2024
1 parent 82df90a commit 0f3357f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions sdk/anomalydetector/azure-ai-anomalydetector/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@
"metadata": {
"description": "The application client id used to run tests."
}
},
"testApplicationSecret": {
"type": "string",
"metadata": {
"description": "The application client secret used to run tests."
}
}
},
"variables": {
Expand Down Expand Up @@ -87,10 +81,6 @@
"type": "string",
"value": "[parameters('testApplicationId')]"
},
"AZURE_CLIENT_SECRET": {
"type": "string",
"value": "[parameters('testApplicationSecret')]"
},
"ANOMALY_DETECTOR_API_KEY": {
"type": "string",
"value": "[listKeys(resourceId('Microsoft.CognitiveServices/accounts',variables('uniqueSubDomainName')), '2017-04-18').key1]"
Expand Down
1 change: 1 addition & 0 deletions sdk/anomalydetector/azure-ai-anomalydetector/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ trigger: none
extends:
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
parameters:
UseFederatedAuth: true
ServiceDirectory: anomalydetector
Artifacts:
- name: azure-ai-anomalydetector
Expand Down

0 comments on commit 0f3357f

Please sign in to comment.