We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346371b commit 7ecc297Copy full SHA for 7ecc297
1 file changed
sdk/identity/test-resources.json
@@ -14,12 +14,6 @@
14
"metadata": {
15
"description": "The application client ID used to run tests."
16
}
17
- },
18
- "testApplicationSecret": {
19
- "type": "string",
20
- "metadata": {
21
- "description": "The application client secret used to run tests."
22
- }
23
24
},
25
"resources": [],
@@ -31,10 +25,6 @@
31
"AZURE_CLIENT_ID": {
32
26
"type": "string",
33
27
"value": "[parameters('testApplicationId')]"
34
35
- "AZURE_CLIENT_SECRET": {
36
37
- "value": "[parameters('testApplicationSecret')]"
38
28
39
29
40
30
0 commit comments