mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
fix
This commit is contained in:
@@ -172,7 +172,6 @@ Write-Host
|
|||||||
Write-Host "Starting deployment..."
|
Write-Host "Starting deployment..."
|
||||||
|
|
||||||
$templateParameters = @{
|
$templateParameters = @{
|
||||||
location = $virtualNetwork.Location
|
|
||||||
virtualNetworkName = $virtualNetworkName
|
virtualNetworkName = $virtualNetworkName
|
||||||
gatewaySubnetPrefix = $gatewaySubnetPrefix
|
gatewaySubnetPrefix = $gatewaySubnetPrefix
|
||||||
vpnClientAddressPoolPrefix = $vpnClientAddressPoolPrefix
|
vpnClientAddressPoolPrefix = $vpnClientAddressPoolPrefix
|
||||||
|
|||||||
@@ -2,6 +2,13 @@
|
|||||||
"$schema": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json#",
|
"$schema": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json#",
|
||||||
"contentVersion": "1.0.0.1",
|
"contentVersion": "1.0.0.1",
|
||||||
"parameters": {
|
"parameters": {
|
||||||
|
"location": {
|
||||||
|
"type": "string",
|
||||||
|
"defaultValue": "[resourceGroup().location]",
|
||||||
|
"metadata": {
|
||||||
|
"description": "Enter location. If you leave this field blank resource group location would be used."
|
||||||
|
}
|
||||||
|
},
|
||||||
"virtualNetworkName": {
|
"virtualNetworkName": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
|||||||
Reference in New Issue
Block a user