Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 0cd0744

Browse files
authored
Create username.password.parameters.json
1 parent d749c4d commit 0cd0744

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
3+
"contentVersion": "1.0.0.0",
4+
"parameters": {
5+
"ApimServiceName": {
6+
"value": "contoso-dev"
7+
},
8+
"UsernamePasswordSignup": {
9+
"value": false
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)