Skip to content

Commit 7ecc297

Browse files
committed
Remove testApplicaitonSecret
1 parent 346371b commit 7ecc297

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

sdk/identity/test-resources.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
"metadata": {
1515
"description": "The application client ID used to run tests."
1616
}
17-
},
18-
"testApplicationSecret": {
19-
"type": "string",
20-
"metadata": {
21-
"description": "The application client secret used to run tests."
22-
}
2317
}
2418
},
2519
"resources": [],
@@ -31,10 +25,6 @@
3125
"AZURE_CLIENT_ID": {
3226
"type": "string",
3327
"value": "[parameters('testApplicationId')]"
34-
},
35-
"AZURE_CLIENT_SECRET": {
36-
"type": "string",
37-
"value": "[parameters('testApplicationSecret')]"
3828
}
3929
}
4030
}

0 commit comments

Comments
 (0)