mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Removed the remove script command
This commit is contained in:
@@ -46,12 +46,6 @@ New-AzResourceGroupDeployment `
|
||||
-sqlAdminPassword $sqlAdminPassword `
|
||||
-clientIP $clientIP
|
||||
|
||||
######################################################################
|
||||
# Clean up not needed resources
|
||||
######################################################################
|
||||
|
||||
Remove-AzDeploymentScript -ResourceGroupName $resourceGroupName -Name "${projectName}script"
|
||||
|
||||
######################################################################
|
||||
# Populate the database with data
|
||||
######################################################################
|
||||
@@ -161,4 +155,4 @@ Write-Host -ForegroundColor "green" "Resource group name: $resourceGroupName"
|
||||
Write-Host -ForegroundColor "green" "Database server name: $serverName"
|
||||
Write-Host -ForegroundColor "green" "Database name: $databaseName"
|
||||
Write-Host -ForegroundColor "green" "Attestation URL: $attestationUrl"
|
||||
Write-Host -ForegroundColor "green" "Application URL: https://$($app.HostNames[0].ToString())"
|
||||
Write-Host -ForegroundColor "green" "Application URL: https://$($app.HostNames[0].ToString())"
|
||||
|
||||
Reference in New Issue
Block a user