File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,6 @@ extends:
231
231
archiveType : tar
232
232
tarCompression : none
233
233
archiveFile : $(Build.SourcesDirectory)/EV2Specs/ServiceGroupRoot/Shell/Run.tar
234
- verbose : true
235
234
displayName : Compress Run script into tar file as needed for EV2 Shell extension
236
235
- pwsh : |
237
236
$pathToJsonFile = '$(Build.SourcesDirectory)/EV2Specs/ServiceGroupRoot/SecretManagementToACR.Rollout.json'
@@ -251,12 +250,7 @@ extends:
251
250
$identityString = "/subscriptions/$(acr_subscription)/resourcegroups/$(acr_resource_group)/providers/Microsoft.ManagedIdentity/userAssignedIdentities/$(managed_identity_name)"
252
251
$content.shellExtensions.launch.identity.userAssignedIdentities[0] = $identityString
253
252
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
260
254
$content | ConvertTo-Json -Depth 6 | Out-File $pathToJsonFile
261
255
displayName: 'Replace values in SecretManagementToACR.Rollout.json file'
262
256
- pwsh : |
You can’t perform that action at this time.
0 commit comments