Skip to content

Commit f6131ea

Browse files
fix
1 parent 1f0cf6c commit f6131ea

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

samples/manage/azure-sql-db-managed-instance/prepare-subnet/prepareSubnet.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ function Set-VirtualNetwork
296296
{
297297
param($virtualNetwork)
298298

299-
Write-Host "Applying changes to virtual network."
299+
Write-Host "Applying changes to the virtual network."
300300
Try
301301
{
302302
Set-AzureRmVirtualNetwork -VirtualNetwork $virtualNetwork -ErrorAction Stop | Out-Null
@@ -371,8 +371,6 @@ If($isValid -ne $true)
371371

372372
If ($applyChanges)
373373
{
374-
Write-Host "Applying changes."
375-
376374
If($isOkDnsServersList -ne $true)
377375
{
378376
Prepare-DNSServerList $virtualNetwork

0 commit comments

Comments
 (0)