Skip to content

Commit b0fdfbc

Browse files
Merge pull request #2667 from Microsoft/Microsoft/users/raagra/removecustomscriptfix106
Microsoft/users/raagra/removecustomscriptfix106
2 parents 8e9c5cb + 018c7dd commit b0fdfbc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tasks/DeployAzureResourceGroup/AzureUtilityRest.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function Remove-AzureMachineCustomScriptExtension
5757
if(-not [string]::IsNullOrEmpty($resourceGroupName) -and -not [string]::IsNullOrEmpty($vmName) -and -not [string]::IsNullOrEmpty($name))
5858
{
5959
Write-Host (Get-VstsLocString -Key "ARG_RemovingExtension" -ArgumentList $name, $vmName)
60-
$response = Remove-AzRmVMCustomScriptExtension $resourceGroupName $vmName $name $endpoint -Force -ErrorAction SilentlyContinue -Verbose
60+
$response = Remove-AzRmVMCustomScriptExtension $resourceGroupName $vmName $name $endpoint -ErrorAction SilentlyContinue -Verbose
6161
Write-Host (Get-VstsLocString -Key "ARG_RemovedExtension" -ArgumentList $name, $vmName)
6262
}
6363

Tasks/DeployAzureResourceGroup/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 1,
1515
"Minor": 0,
16-
"Patch": 89
16+
"Patch": 90
1717
},
1818
"demands": [
1919
"azureps"

Tasks/DeployAzureResourceGroup/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 1,
1515
"Minor": 0,
16-
"Patch": 89
16+
"Patch": 90
1717
},
1818
"demands": [
1919
"azureps"

0 commit comments

Comments
 (0)