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:
+1
-1
@@ -178,4 +178,4 @@ $templateParameters = @{
|
||||
publicRootCertData = $publicRootCertData
|
||||
}
|
||||
|
||||
New-AzureRmResourceGroupDeployment -ResourceGroupName $resourceGroupName -TemplateUri ($scriptUrlBase+'/azuredeploy.json?t='+ [DateTime]::Now.Ticks) -TemplateParameterObject $templateParameters
|
||||
New-AzureRmResourceGroupDeployment -Mode Incremental -ResourceGroupName $resourceGroupName -TemplateUri ($scriptUrlBase+'/azuredeploy.json?t='+ [DateTime]::Now.Ticks) -TemplateParameterObject $templateParameters
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
"apiVersion": "2018-02-01",
|
||||
"location": "[parameters('location')]",
|
||||
"properties": {
|
||||
"mode": "Incremental",
|
||||
"addressSpace": {
|
||||
"addressPrefixes": [
|
||||
"[parameters('gatewaySubnetPrefix')]"
|
||||
|
||||
Reference in New Issue
Block a user