Deleting codes for removing servuce endpoints

The servuce endpoints are required for SQLMI to access storage account for ashok backup /restore , replication , external tables etc. 
The code which I am asking to delete off is actually deleting such endpoints at the VNET.
This commit is contained in:
sehgalnamit
2021-10-13 17:41:42 +08:00
committed by GitHub
parent 18dc69fc1f
commit f0484058b3
@@ -846,13 +846,6 @@ function VerifyRouteTable {
}
function PrepareServiceEndpoints
{
param($subnet)
Write-Host "Removing service endpoints."
$subnet.ServiceEndpoints.Clear()
}
function PrepareServiceDelegation
{
param($subnet)