File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,6 @@ extends:
231231 archiveType : tar
232232 tarCompression : none
233233 archiveFile : $(Build.SourcesDirectory)/EV2Specs/ServiceGroupRoot/Shell/Run.tar
234- verbose : true
235234 displayName : Compress Run script into tar file as needed for EV2 Shell extension
236235 - pwsh : |
237236 $pathToJsonFile = '$(Build.SourcesDirectory)/EV2Specs/ServiceGroupRoot/SecretManagementToACR.Rollout.json'
@@ -251,12 +250,7 @@ extends:
251250 $identityString = "/subscriptions/$(acr_subscription)/resourcegroups/$(acr_resource_group)/providers/Microsoft.ManagedIdentity/userAssignedIdentities/$(managed_identity_name)"
252251 $content.shellExtensions.launch.identity.userAssignedIdentities[0] = $identityString
253252
254- Remove-Item -Path $pathToJsonFile
255-
256- $json = $content | ConvertTo-Json -Depth 6
257-
258- Write-Verbose -Verbose $json
259-
253+ Remove-Item -Path $pathToJsonFile
260254 $content | ConvertTo-Json -Depth 6 | Out-File $pathToJsonFile
261255 displayName: 'Replace values in SecretManagementToACR.Rollout.json file'
262256 - pwsh : |
You can’t perform that action at this time.
0 commit comments