mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
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:
@@ -846,13 +846,6 @@ function VerifyRouteTable {
|
||||
}
|
||||
|
||||
|
||||
function PrepareServiceEndpoints
|
||||
{
|
||||
param($subnet)
|
||||
Write-Host "Removing service endpoints."
|
||||
$subnet.ServiceEndpoints.Clear()
|
||||
}
|
||||
|
||||
function PrepareServiceDelegation
|
||||
{
|
||||
param($subnet)
|
||||
|
||||
Reference in New Issue
Block a user