Merge pull request #966 from sehgalnamit/patch-1

Deleting codes for removing servuce endpoints
This commit is contained in:
Umachandar Jayachandran
2022-03-02 22:22:46 -08:00
committed by GitHub
@@ -846,13 +846,6 @@ function VerifyRouteTable {
}
function PrepareServiceEndpoints
{
param($subnet)
Write-Host "Removing service endpoints."
$subnet.ServiceEndpoints.Clear()
}
function PrepareServiceDelegation
{
param($subnet)
@@ -1030,10 +1023,6 @@ If($isValid -ne $true)
If ($applyChanges)
{
If($isOkServiceEndpoints -ne $true)
{
PrepareServiceEndpoints $subnet
}
If($isOkNSG -ne $true)
{