Skip to content

Commit 8c3d181

Browse files
authored
Merge pull request #3851 from PraveenAnil/Spektra-prereqs-p-53
201-vm-push-certificate-windows: Updated azuredeploy.parameters.json to use GEN values
2 parents 544a60f + 8b50865 commit 8c3d181

File tree

1 file changed

+24
-27
lines changed

1 file changed

+24
-27
lines changed
Lines changed: 24 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,27 @@
11
{
2-
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
3-
"contentVersion": "1.0.0.0",
4-
"parameters": {
5-
"newStorageAccountName": {
6-
"value": ""
7-
},
8-
"vmName": {
9-
"value": ""
10-
},
11-
"vmSize": {
12-
"value": "Standard_A2"
13-
},
14-
"adminUsername": {
15-
"value": ""
16-
},
17-
"adminPassword": {
18-
"value": ""
19-
},
20-
"vaultName": {
21-
"value": ""
22-
},
23-
"vaultResourceGroup": {
24-
"value": ""
25-
},
26-
"secretUrlWithVersion": {
27-
"value": ""
2+
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
3+
"contentVersion": "1.0.0.0",
4+
"parameters": {
5+
"newStorageAccountName": {
6+
"value": "GEN-UNIQUE"
7+
},
8+
"vmName": {
9+
"value": "GEN-UNIQUE-10"
10+
},
11+
"adminUsername": {
12+
"value": "GEN-UNIQUE"
13+
},
14+
"adminPassword": {
15+
"value": "GEN-PASSWORD"
16+
},
17+
"vaultName": {
18+
"value": "GEN-KEYVAULT-NAME"
19+
},
20+
"vaultResourceGroup": {
21+
"value": "GEN-VHDRESOURCEGROUP-NAME"
22+
},
23+
"secretUrlWithVersion": {
24+
"value": "GEN-KEYVAULT-SSL-SECRET-URI"
25+
}
2826
}
29-
}
3027
}

0 commit comments

Comments
 (0)