Skip to content

Commit

Permalink
Merge pull request #2667 from Microsoft/Microsoft/users/raagra/remove…
Browse files Browse the repository at this point in the history
…customscriptfix106

Microsoft/users/raagra/removecustomscriptfix106
  • Loading branch information
rajatagrawal-dev authored Sep 26, 2016
2 parents 8e9c5cb + 018c7dd commit b0fdfbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tasks/DeployAzureResourceGroup/AzureUtilityRest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function Remove-AzureMachineCustomScriptExtension
if(-not [string]::IsNullOrEmpty($resourceGroupName) -and -not [string]::IsNullOrEmpty($vmName) -and -not [string]::IsNullOrEmpty($name))
{
Write-Host (Get-VstsLocString -Key "ARG_RemovingExtension" -ArgumentList $name, $vmName)
$response = Remove-AzRmVMCustomScriptExtension $resourceGroupName $vmName $name $endpoint -Force -ErrorAction SilentlyContinue -Verbose
$response = Remove-AzRmVMCustomScriptExtension $resourceGroupName $vmName $name $endpoint -ErrorAction SilentlyContinue -Verbose
Write-Host (Get-VstsLocString -Key "ARG_RemovedExtension" -ArgumentList $name, $vmName)
}

Expand Down
2 changes: 1 addition & 1 deletion Tasks/DeployAzureResourceGroup/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 89
"Patch": 90
},
"demands": [
"azureps"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DeployAzureResourceGroup/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 89
"Patch": 90
},
"demands": [
"azureps"
Expand Down

0 comments on commit b0fdfbc

Please sign in to comment.